/*--------------------------------------------------------------------------------------------------
CSS Styles for <PROJECT NAME>.

version:   1.0
--------------------------------------------------------------------------------------------------*/


/* =CSS Reset
--------------------------------------------------------------------------------------------------*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* End CSS Reset
--------------------------------------------------------------------------------------------------*/


/* =Toolkit
--------------------------------------------------------------------------------------------------*/


/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */


/* For modern browsers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}


/* general purpose classes */

.nodisplay {
  display: none;
}

.nodisplay_strict {
  display: none !important;
}

.alignleft {
  float: left;
  margin: 5px 21px 10px 0px;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 21px;
}


/* End Toolkit
--------------------------------------------------------------------------------------------------*/


/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  /* change border colour to suit your needs */
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
table,
ul {
  margin: 0em 0;
}

del {
  text-decoration: line-through;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input,
select {
  vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/


/* Setting up the fonts */

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.new .article_new_header .top-article-section .container .title-article-section .holder-title-article h1 {
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #0b0b0b;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0640d0669697881f743f5be86975e69f)
 * Config saved to config.json and https://gist.github.com/0640d0669697881f743f5be86975e69f
 */


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}



small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 84.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  /*.col-md-6 {
    width: 50%;
  } */
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1170px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.page-template-page__GDPR .wrap-best-bg.head h1 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #0b0b0b;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
}
.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.vpn-tables h2 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
  padding-left: 15px;
}



.visible-xs {
  display: block !important;
}

table.visible-xs {
  display: table !important;
}

tr.visible-xs {
  display: table-row !important;
}

th.visible-xs,
td.visible-xs {
  display: table-cell !important;
}


}


@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }


  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*IMPORTING FONTS*/
@font-face {
  font-family: 'font-vpn';
  src: url("../fonts/font-vpn.woff?tiprda") format("woff"), url("../fonts/font-vpn.svg?tiprda#font-vpn") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'font-vpn' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-desktop:before {
  content: "\e900";
}
.icon-ios:before {
  content: "\e901";
}
.icon-linux:before {
  content: "\e902";
}
.icon-mac:before {
  content: "\e903";
}
.icon-mobile:before {
  content: "\e904";
}
.icon-smart-tv:before {
  content: "\e905";
}
.icon-windows:before {
  content: "\e906";
}
.icon-android:before {
  content: "\e907";
}

/*header*/
header {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-top: 8px;
}
header .logo {
  display: block;
}
header .logo img {
  display: block;
  position: relative;
  left: 24px;
  width: 263px;
  height: 28px;
}
header nav {
  padding: 5px 44px 5px 0px;
}
header nav ul {
  text-align: right;
}
header nav ul li {
  display: inline-block;
  margin-left: 57px;
}
header nav ul a {
  font-size: 19.5px;
  color: #404040;
}
.updated-article-section .title-article-section .category-title {
  border: none;
  margin-bottom: 0;
  width: 100%;
}
.mobile-menu {
  float: right;
  font-weight: 700;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  position: relative;
  color: #474a60;
  z-index: 100001;
  display: none;
}
.mobile-menu.active {
  color: #fff;
}
.mobile-menu span {
  width: 24px;
  position: relative;
  float: right;
  height: 32px;
  margin-left: 8px;
}
.mobile-menu span span,
.mobile-menu span span:after,
.mobile-menu span span:before {
  display: block;
  width: 24px;
  height: 2px;
  margin-left: 0;
  background: #868795;
  top: 50%;
  position: absolute;
  content: "";
}
.mobile-menu span span {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.mobile-menu span span:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.mobile-menu span span:after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*footer*/
footer .footer-top {
  background-color: #404040;
  padding-top: 37px;
  padding-bottom: 22px;
}
footer p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
footer nav ul li {
  margin-bottom: 15px;
}
footer nav ul li a {
  font-size: 13px;
  color: #A5A5A5;
  font-weight: normal;
}
footer .logo-socials .footer_logo {
  margin-bottom: 53px;
  display: block;
}
footer .logo-socials .footer_logo img {
  max-width: 95px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer .logo-socials ul {
  text-align: center;
}
footer .logo-socials ul li {
  display: inline-block;
  margin: 0px 20px;
}
footer .logo-socials ul li .fa {
  font-size: 22px;
  color: #A5A5A5;
  font: normal normal normal 20px/1 FontAwesome;
}
footer .footer-bottom {
  background-color: #313131;
  padding: 42px 0px 21px 0px;
}
footer .footer-bottom p {
  font-size: 11px;
  color: #7D7D7D;
  margin-bottom: 19px;
  line-height: 20px;
}
.wpml-ls-slot-11 {
  display: none;
}
.full-width-breadcumb {
  background: #F6F8FC;
}
.full-width-breadcumb .breadcrumb {
  background: #F6F8FC;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.full-width-breadcumb .breadcrumb .home {
  background: none;
}
.full-width-breadcumb .breadcrumb li a {
  color: #383838;
  font-size: 12px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
  background: none;
}
.full-width-breadcumb .breadcrumb li a:before {
  display: none;
}
.full-width-breadcumb .breadcrumb li span {
  font-size: 12px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
  color: #9C9C9D;
}
.full-width-breadcumb .breadcrumb li:before {
  content: "";
  width: 6px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 8px;
  background: url('../../../img/bread-right-arrow.svg') no-repeat right 5px;
  background-size: 5px;
}
.new .content-guides table {
  border-top: 3px solid #ED5159;
}
.new .content-guides table tr {
  background-color: #edf4f6;
  color: #404040;
  border-bottom: 1px solid #dcdbdb;
}
.new .content-guides table tr td {
  padding: 10px 20px;
  font-size: 16px;
}
.new .content-guides table tr:first-of-type td {
  font-size: 20px;
  color: #000;
}
.tbl table {
  border-top: 3px solid #ED5159;
}
.tbl table tr {
  background-color: #edf4f6;
  color: #404040;
  border-bottom: 1px solid #dcdbdb;
}
.tbl table tr td {
  padding: 10px 20px;
  font-size: 16px;
}
.tbl table tr:first-of-type td {
  font-size: 20px;
  color: #000;
}
body {
  background-color: #F4F4F4;
  font-family: "Arial", sans-serif;
}
a {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
a:hover,
a:focus {
  outline: 0;
}
.wrapper {
  overflow: hidden;
  border-top: 5px solid #ED5159;
  background: #fff;
}
.subheader_bar {
  height: 36px;
  width: 100%;
  background: #F6F8FC;
}
@media only screen and (max-width: 991px) {
  .subheader_bar {
    display: none;
  }
}
.content h3 {
  font-size: 15px;
  line-height: 28px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.fixed-menu-rating {
  position: fixed;
  width: 100%;
  background: #404040;
  left: 0px;
  top: 0px;
  padding: 10px 0px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-out;
}
.fixed-menu-rating.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s ease-out;
}
.fixed-menu-rating ul li {
  float: left;
  margin-right: 51px;
}
.fixed-menu-rating ul li:last-child {
  margin-right: 0px;
}
.fixed-menu-rating ul li a:hover {
  text-decoration: none;
}
.fixed-menu-rating ul li a:hover p {
  color: #ED7A1C;
}
.fixed-menu-rating ul li a p {
  font-size: 11px;
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-left: 29px;
}
.fixed-menu-rating ul li:first-child a p img {
  margin-top: -13px;
}
.fixed-menu-rating ul li a p img {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
}
.fixed-menu-rating ul li a p img.hover {
  opacity: 0;
}
.fixed-menu-rating ul li a.active p img {
  opacity: 0;
}
.fixed-menu-rating ul li a.active p img.hover {
  opacity: 1;
}
.fixed-menu-rating ul li a.active p {
  color: #ED7A1C;
}
.fixed-menu-rating ul li a:hover p img {
  opacity: 0;
}
.fixed-menu-rating ul li a:hover p img.hover {
  opacity: 1;
}
.fixed-menu-rating ul li a p span {
  font-size: 19px;
  color: #ED5159;
  font-weight: 700;
  margin-left: 11px;
}
.fixed-menu-rating .visit-site {
  background: #ED5159;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  float: right;
  display: block;
  color: #fff;
  padding: 7px 36px;
  margin-top: 3px;
}
.top-head-section {
  background: #59c2e2;
  background: linear-gradient(to right, #59c2e2 0%, #3292ac 100%);
  position: relative;
  padding: 16px 0 17px 52px;
}
.top-head-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: url("../../../img/repeat.svg");
  background-size: 100%;
  background-repeat: repeat;
}
.top-head-section h1 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  margin-top: 84px;
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}
.top-head-section ul {
  margin-bottom: 49px;
}
.top-head-section ul li {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  background: url("../../../img/checked.svg");
  background-size: 15px 12px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}
.top-head-section a {
  display: block;
  font-size: 19.5px;
  line-height: 21px;
  background-color: #ED7A1C;
  font-weight: 500;
  float: left;
  color: #fff;
  border-radius: 5px;
  padding: 17px 41px;
}
.top-head-section a:hover {
  background-color: #D6651A;
  text-decoration: none;
}
.top-head-section img {
  display: block;
  margin-left: 116px;
}
.home .category-list {
  position: static;
  background: #fff;
  box-shadow: 0px 30px 60px rgba(136, 143, 161, 0.2);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

/* our authors */
.our_authors {
  margin-top: 35px;
  margin-bottom: 35px;
}
.our_authors .title-section {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.authors_list {
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(136, 143, 161, 0.2);
  border-radius: 5px;
  padding: 25px 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.authors_list li {
  margin: 0 5px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  border-right: 1px solid #EEEEEE;
}
.authors_list li:last-child {
  border-right: none;
}

.author_thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.09);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
.authors_list .name {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.authors_list p {
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  color: #3F454D;
  font-family: "Arial", sans-serif;
  margin-bottom: 5px;
}

/*pick-category*/
.pick-category {
  background-color: #3F454D;
  padding: 40px 0px;
  margin-bottom: 80px;
}
.home .pick-category {
  margin-bottom: 0;
}
.home .pick_category_wrapper {
  margin-bottom: 100px;
  background-color: #3F454D;
}
.pick-category-light {
  background: #fff;
}
.pick-category p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-family: "Arial", sans-serif;
}
.pick-category-light p {
  color: #000;
  text-transform: uppercase;
}
.pick-category ul li {
  border-right: 1px solid #555555;
}
.pick-category-light ul li {
  border-right-color: #e9e8e9;
}
.pick-category ul li:last-child {
  border-right: none;
}
.pick-category ul li a {
  display: block;
  padding-top: 18px;
  padding-bottom: 10px;
  opacity: 0.6;
}
.pick-category ul li a:hover {
  opacity: 1;
  outline: 0px;
  text-decoration: none;
}
.pick-category ul li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pick-category ul li a img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 6px;
}
.pick-category ul li a.iphone img {
  max-width: 20px;
}
.pick-category ul li a.windows img {
  max-width: 35px;
}
.pick-category ul li a.mac img {
  max-width: 45px;
}
.pick-category ul li a.android img {
  max-width: 30px;
}
.pick-category ul li a.streaming img {
  max-width: 43px;
}
.pick-category ul li a.privacy img {
  max-width: 23px;
}
.pick-category ul li a p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0px;
}
.new .article_new_header .top-article-section .container .title-article-section .category-title {
  justify-content: center;
  width: 100%;
}
/* vnp list devices */
.vpn_lists {
  display: flex;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .vpn_lists {
    display: block;
  }
}
.vpn_lists .list__item {
  border-right: 1px solid rgba(238, 238, 238, 0.5);
  padding: 10px 50px 5px 50px;
}
@media only screen and (max-width: 991px) {
  .vpn_lists .list__item {
    border: none;
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid rgba(238, 238, 238, 0.5);
  }
}
.vpn_lists .list__item:last-of-type {
  border: none;
}
@media only screen and (max-width: 991px) {
  .vpn_lists .list__item:last-of-type {
    border: 1px solid rgba(238, 238, 238, 0.5);
  }
}
.vpn_lists .list__item a {
  text-decoration: none;
  display: inline-block;
  opacity: 0.6;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.vpn_lists .list__item a:hover {
  opacity: 1;
}
.vpn_lists .list__item div {
  text-align: center;
}
.vpn_lists .list__item div img {
  max-width: 40px;
}
@media only screen and (max-width: 991px) {
  .vpn_lists .list__item div img {
    max-width: 40px;
    height: 33px;
  }
}
.vpn_lists .list__item p {
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .vpn_lists .list__item p {
    margin-top: 5px;
  }
}

/*vpn-reviews*/
.vpn-reviews {
  padding-top: 59px;
  padding-bottom: 50px;
}
.vpn-reviews p {
  color: #404040;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.reviews-rating li {
  position: relative;
}
.reviews-rating li a span {
  position: absolute;
  right: 5px;
  top: -21px;
  width: 58px;
  height: 70px;
  background: url('../../../img/Rectangle.png');
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
  font-weight: 700;
  text-align: center;
}
.reviews-rating li a div {
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  margin-bottom: 9px;
}
.reviews-rating li a p {
  font-size: 15px;
  color: #59C3E2;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
  line-height: 18px;
}
.reviews-rating li a:hover {
  text-decoration: none;
}
.reviews-rating li a:hover p {
  text-decoration: underline;
}
.reviews-rating li a:hover div {
  border: 1px solid #ED7A1C;
}

/*guides-posts*/
.guides-posts {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
.guides-posts.hub p:empty {
  display: none;
}
.guides-posts p {
  color: #404040;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
}
.guides-posts .guides-item {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #EDF4F6;
}
.guides-posts .guides-item-content {
  background-size: cover;
  background-repeat: repeat;
  padding: 40px 0 40px;
}
.guides-posts ul li {
  text-align: center;
  padding-bottom: 15px;
}
.guides-posts ul li:last-child {
  border-right: none;
}
.guides-posts ul li img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  height: 200px;
}
.guides-posts ul li a.holder-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.guides-posts ul li span {
  color: #3F454D;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  padding: 0px 30px 8px 30px;
  display: block;
  text-align: center;
}
.guides-posts ul li p {
  font-size: 17px;
  color: #3F454D;
  margin-bottom: 30px;
  font-family: "Arial", sans-serif;
  text-align: center;
  padding: 0 30px;
  font-weight: 400;
}
.guides-posts ul li .read {
  display: inline-block;
  font-size: 15px;
  background-color: #ED5159;
  font-weight: 500;
  font-family: "Arial", sans-serif;
  float: none;
  color: #fff;
  border-radius: 5px;
  padding: 12px 40px;
  text-align: center;
  min-width: 180px;
}
.guides-posts ul li .read:hover {
  background-color: #ED5159;
  text-decoration: none;
}

/*editors-pics*/
.editors-pics {
  margin-bottom: 100px;
}
.editors-pics .title-section {
  color: #000000;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  position: relative;
  font-family: "Arial", sans-serif;
  margin-bottom: 40px;
}
.title-section {
  color: #3F454D;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  position: relative;
  font-family: "Arial", sans-serif;
  margin-bottom: 40px;
}
.home-title {
  color: #3F454D;
  line-height: 32px;
  text-align: center;
  position: relative;
  font-family: "Arial", sans-serif;
  margin-bottom: 30px;
}
.table-mobile {
  margin: 0 12px;
}
.table-mobile .holder-row-table .top-layer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.holder-row-table {
  background: #fff;
  padding: 15px 0px;
  border: 1px solid #DFDFDF;
  border-top: 0;
  position: relative;
}
.holder-row-table .top-layer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.holder-row-table:first-child {
  border: 1px solid #ED7A1C;
}
.holder-row-table img {
  display: block;
  margin: 0 auto 30px;
}
.holder-row-table .review-btn {
  font-size: 19.5px;
  font-weight: 500;
  color: #E06313;
  border: 1px solid #E06313;
  display: block;
  padding: 5px 34px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.holder-row-table .score {
  width: 70px;
  height: 70px;
  border: 3px solid #A0D358;
  font-size: 27px;
  font-weight: 700;
  color: #A0D358;
  margin: 0 auto 15px;
  line-height: 62px;
  text-align: center;
}
.holder-row-table .price i {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #A8A8A8;
  text-align: center;
  width: 100%;
  top: -18px;
  text-decoration: line-through;
}
.holder-row-table .price span {
  display: block;
  color: #ED7A1C;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.holder-row-table .price p {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #919191;
  margin-bottom: 0px;
  display: block;
}
.holder-row-table .features {
  text-align: left;
  margin: 15px 0px;
}
.holder-row-table .features p {
  font-size: 13px;
  color: #919191;
  line-height: 16px;
  margin-bottom: 12px;
}
.holder-row-table .features p br {
  display: none;
}
.holder-row-table .features ul {
  display: none;
}
.holder-row-table .external-link .orange-btn {
  display: block;
  font-size: 19.5px;
  line-height: 21px;
  background-color: #ED7A1C;
  font-weight: 500;
  float: none;
  color: #fff;
  border-radius: 5px;
  padding: 17px 46px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.holder-row-table .external-link .normal-link {
  color: #59C3E2;
  font-size: 15px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}
.editors-pics p.title-section {
  margin-bottom: 124px;
}
.editors-pics ul li a.main-link {
  display: block;
  background-color: #fff;
  padding-bottom: 115px;
  position: relative;
  box-shadow: 0px 30px 60px rgba(136, 143, 161, 0.2);
  border-radius: 5px;
}
.editors-pics ul li a.main-link:hover {
  text-decoration: none;
}
.editors-pics ul li a.main-link img {
  margin-top: -90px;
  display: block;
  margin: -90px auto;
}
.editors-pics ul li a.main-link>span {
  margin-top: 119px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.editors-pics ul li a.main-link .price {
  border-bottom: 1px solid #E9E9E9;
  margin: 0 auto 21px;
  padding-bottom: 30px;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.editors-pics ul li a.main-link .price p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #3F454D;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
}
.editors-pics ul li a.main-link .price span {
  display: block;
  color: #ED5159;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.editors-pics ul li a.main-link .price i {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #3F454D;
  margin-bottom: 0px;
  font-family: "Arial", sans-serif;
  text-align: center;
}
.editors-pics ul li a.main-link .price .second-item {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #3F454D;
  margin-bottom: 0px;
  font-family: "Arial", sans-serif;
  text-align: center;
}
.editors-pics ul li a.main-link .description {
  position: relative;
}
.editors-pics ul li a.main-link .description span {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  padding-left: 25%;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
  padding-right: 30px;
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  .editors-pics ul li a.main-link .description span {
    padding-left: 35%;
  }
}
.editors-pics ul li a.main-link .description p {
  font-size: 13px;
  line-height: 15px;
  color: #919191;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
  padding-left: 103px;
}
.editors-pics ul li a.main-link .description .rating {
  position: absolute;
  left: 25px;
  top: 0px;
  width: 64px;
  height: 64px;
  background: url('../../../img/Rectangle.png');
  background-size: 58px 70px;
  background-repeat: no-repeat;
  background-position: center;
  color: #404040;
  padding-top: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Arial", sans-serif;
}
.editors-pics ul li a.main-link .hightlights {
  width: 100%;
  margin: 0 auto 60px;
  padding: 25px 25px 0 30px;
}
.editors-pics ul li a.main-link .hightlights ul li {
  font-size: 15px;
  line-height: 32px;
  color: #383838;
  padding-left: 27px;
  background: url('../../../img/checked-green2.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Arial", sans-serif;
}
.editors-pics ul li a.main-link .holder-editor-second-btn {
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
}
.editors-pics ul li a.main-link .holder-editor-second-btn span {
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  background-color: #ED5159;
  float: none;
  color: #fff;
  font-family: "Arial", sans-serif;
  border-radius: 5px;
  padding: 7px 30px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.editors-pics ul li a.main-link .holder-editor-second-btn span:hover {
  background-color: #ED5159;
  text-decoration: none;
}

/*guides articles*/
.featured_articles_slider {
  margin-bottom: 40px;
}
.featured_articles_slider .slick-slide {
  outline: 0;
}
.featured_articles_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured_articles_slider .slick-dots button {
  background-color: #d8d8d8;
  border: none;
  font-size: 0;
  text-indent: -999px;
  border-radius: 12px;
  padding: 0;
  width: 7px;
  height: 7px;
  margin: 6.5px;
  outline: none;
  transition: .3s;
}
.featured_articles_slider .slick-dots .slick-active button {
  background-color: #fe7000;
}
.featured_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EDF4F6;
}
.featured_article .article_header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 18px;
  padding-top: 25px;
  border-top: 1px solid rgba(63, 69, 77, 0.5);
}

.featured_article .post_author {
  display: flex;
  align-items: center;
}
.featured_article .post_category {
  font-size: 15px;
  font-family: "Arial", sans-serif;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.featured_article .post_category span {
  display: inline-flex;
  width: 45px;
  height: 49px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
.featured_article .post_author span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
.featured_article .date {
  color: #3F454D;
  font-size: 15px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
}
.featured_article .post_author {
  font-size: 15px;
  color: #3F454D;
  line-height: 28px;
  font-family: "Arial", sans-serif;
}
.featured_article .post_thumbnail,
.featured_article .post_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.featured_article .post_thumbnail {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.featured_article .post_content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px 0px 40px;
  align-items: flex-start;
  align-self: flex-start;
}
.featured_article .post_content p {
  font-family: "Arial", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #3F454D;
  margin-bottom: 15px;
  align-self: flex-start;
}
.featured_article .read {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #0066FF;
  font-weight: 400;
  align-self: flex-end;
}
.featured_article .featured_title {
  font-size: 34px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
  color: #3F454D;
  margin-bottom: 30px;
  align-self: flex-start;
}
.featured_article .featured_title:hover {
  text-decoration: none;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .holder-img-guide,
.page-template-homepage .guides-articles-list li:nth-child(n+4) .description-article p,
.page-template-homepage .guides-articles-list li:nth-child(n+4) .read {
  display: none;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .description-article span {
  font-size: 20px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 14px;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .holder-elements {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-top: 25px;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .category-title {
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #E9E9E9;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .category-title.cat {
  display: none;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .category-title {
  order: 2;
}
.page-template-homepage .guides-articles-list li:nth-child(n+4) .description-article {
  order: 1;
}
.home .vpn-tables {
  margin-bottom: 39px;
}
.home .guides-articles-list {
  top: 0px;
}
.home .guides-articles {
  margin: 0 0 40px;
}
.guides-articles-list {
  clear: both;
  position: relative;
  top: -36px;
}
.guides-articles-list li {
  margin-bottom: 30px;
}
.guides-articles p.title-section {
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: 400;
}
.guides-articles-list li a {
  background-color: #fff;
  display: block;
  transition: all 0.5s ease 0s;
  top: 0;
  position: relative;
  box-shadow: 0px 40px 60px rgba(136, 143, 161, 0.2);
  border-radius: 5px;
}
.page-template-guides .guides-articles-list li a {
  background-color: #fff;
  display: block;
  transition: all 0.5s ease 0s;
  top: 0;
  position: relative;
  box-shadow: 0px 40px 60px rgba(136, 143, 161, 0.2);
  border-radius: 5px;
}
.page-template-guides .guides-articles-list li a:hover {
  box-shadow: 0px 40px 60px rgba(136, 143, 161, 0.8);
}
.guides-articles-list li a:focus {
  text-decoration: none;
}
.guides-articles-list li a:hover {
  text-decoration: none;
  top: -10px;
  box-shadow: 0px 30px 60px rgba(136, 143, 161, 0.2);
}
.guides-articles-list li a .holder-img-guide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.guides-articles-list li a .holder-img-guide img {
  display: block;
  margin: 0 auto;
}
.guides-articles-list li.travel a .holder-img-guide {
  background: #59c2e2;
  background: linear-gradient(to bottom, #59c2e2 0%, #3292ac 100%);
}
.guides-articles-list li.surveillace a .holder-img-guide {
  background: #a0d358;
  background: linear-gradient(to bottom, #a0d358 0%, #7fae3d 100%);
}
.guides-articles-list li.privacy a .holder-img-guide {
  background: #7f68db;
  background: linear-gradient(to bottom, #7f68db 0%, #4d3a97 100%);
}
.guides-articles-list li.how-to a .holder-img-guide {
  background: #ed7a1c;
  background: linear-gradient(to bottom, #ed7a1c 0%, #cb5016 100%);
}
.guides-articles-list li.streaming a .holder-img-guide {
  background: #e81856;
  background: linear-gradient(to bottom, #e81856 0%, #ab1c47 100%);
}
.guides-articles-list li a .holder-elements {
  padding: 0px 30px 30px 30px;
}
.guides-articles-list li a .category-title {
  padding: 10px 0px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
.guides-articles-list li.travel .category-title p {
  color: #429EE5;
}
.guides-articles-list li.privacy .category-title p {
  color: #7F68DB;
}
.guides-articles-list li.how-to .category-title p {
  color: #ED7A1C;
}
.guides-articles-list li.surveillace .category-title p {
  color: #A0D358;
}
.guides-articles-list li.streaming .category-title p {
  color: #E81858;
}
.guides-articles-list li a .category-title p {
  float: left;
  font-size: 15px;
  line-height: 28px;
  font-family: "Arial", sans-serif;
  color: #2BC5AA;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guides-articles-list li a .category-title.bottom-cat {
  padding: 20px 0px;
  padding-top: 0;
  margin-top: 30px;
}
.guides-articles-list li a .category-title.bottom-cat p {
  color: #2BC5AA;
}
.guides-articles-list li a .category-title p i {
  position: relative;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: block;
  float: left;
  border-radius: 50px;
  margin-right: 15px;
}
.cover {
  background-size: cover !important;
}
.no-radius {
  border-radius: 0px !important;
  margin-right: 5px !important;
  background-size: 30px !important;
}
.guides-articles-list li a .category-title.authors p i {
  margin-right: 10px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50px;
  height: 37px;
  width: 37px;
}
.guides-articles-list li a .category-title span {
  float: right;
  color: #3F454D;
  font-size: 15px;
  line-height: 32px;
  margin-top: 8px;
}
.guides-articles-list li a .description-article span {
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.guides-articles-list li a .description-article p {
  font-size: 17px;
  line-height: 32px;
  color: #3F454D;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
  font-family: "Arial", sans-serif;
}
.guides-articles-list li a .holder-elements .read {
  font-size: 15px;
  line-height: 32px;
  color: #0066FF;
  font-family: "Arial", sans-serif;
}
.guides-articles-list li a .holder-elements .read-time {
  font-weight: 200;
  font-size: 13px;
  line-height: 20px;
  color: #A8A8A8;
  float: right;
  padding-top: 4px;
}
.guides-articles .all-articles {
  text-align: center;
  margin-top: 10px;
}
.guides-articles .all-articles a {
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  background-color: #ED5159;
  font-family: "Arial", sans-serif;
  float: none;
  color: #fff;
  border-radius: 5px;
  padding: 12px 40px;
  text-align: center;
}
.guides-articles .all-articles a:hover {
  background-color: #ED5159;
  text-decoration: none;
}

/*reviews page*/
.breadcrumb {
  background-color: #4499B1;
  padding: 9px 31px;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  padding-right: 15px;
}
.breadcrumb li:before {
  content: "";
  width: 6px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url('../../../img/keyboard-right-arrow.svg') no-repeat right 5px;
  background-size: 5px;
}
.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb li.home a {
  padding-left: 10px;
}
.breadcrumb li.home a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../../../img/house.svg") no-repeat 0px 1px;
  background-size: 13px;
}
.breadcrumb li a {
  font-size: 11px;
  color: #fff;
}
.breadcrumb li span {
  font-size: 11px;
  color: #8EDEF5;
}
.page-title-blue {
  background: #1e7d8c;
  background: linear-gradient(to right, #4b858c 0%, #1e7d8c 100%);
  position: relative;
  padding: 40px 40px;
  margin-bottom: 50px;
  display: flow-root;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-title-blue:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.page-title-blue h1 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.1px;
  position: relative;
}
.page-title-orange {
  background: #ed7a1c;
  background: linear-gradient(to right, #ed7a1c 0%, #cb5016 100%);
  position: relative;
  padding: 40px 30px 93px 30px;
  margin-bottom: 31px;
}
.page-title-orange h1 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.1px;
  position: relative;
}
.page-title-category {
  background: #ed7a1c;
  background: linear-gradient(to right, #ed7a1c 0%, #cb5016 100%);
  position: relative;
  padding: 40px 30px 93px 30px;
  margin-bottom: 31px;
}
.page-title-category .heading_author {
  display: flex;
  align-items: center;
}
.page-title-category .heading_author img {
  margin-right: 30px;
  border-radius: 50%;
}
.page-title-category.how-to {
  background: #ed7a1c;
  background: linear-gradient(to right, #ed7a1c 0%, #cb5016 100%);
}
.page-title-category.privacy {
  background: #7f68db;
  background: linear-gradient(to right, #7f68db 0%, #4d3a97 100%);
}
.page-title-category.streaming {
  background: #e81856;
  background: linear-gradient(to right, #e81856 0%, #ab1c47 100%);
}
.page-title-category.surveillace {
  background: #a0d358;
  background: linear-gradient(to right, #a0d358 0%, #7fae3d 100%);
}
.page-title-category.travel {
  background: #59c2e2;
  background: linear-gradient(to right, #59c2e2 0%, #3292ac 100%);
}
.page-title-category:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: url('../../../img/pattern.svg');
  background-size: 100%;
  background-repeat: repeat;
}
.page-title-category h1 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.1px;
  position: relative;
}
.page-title-category .description,
.page-title-category .description p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.page-title-category .description {
  max-width: 60%;
  margin-top: 30px;
}
.category-list {
  position: relative;
  top: -96px;
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category-list ul li {
  display: flex;
  border-right: 1px solid #E5E5E5;
  padding: 10px 34px;
  width: 25%;
  align-items: center;
  justify-content: center;
}
.category-list ul li:nth-child(4n) {
  border: none;
}
@media only screen and (min-width: 991px) {
  .category-list ul li .cat_name {
    min-width: 87px;
    text-align: left;
  }
}
.category-list ul li:last-child {
  /* border-right: none; */
}
.category-list ul li a {
  font-size: 15px;
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  padding: 0px;
  display: inline-block;
  font-family: "Arial", sans-serif;
}
.category-list ul li i {
  position: relative;
  left: 0px;
  width: 41px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: inline-block;
  margin-right: 15px;
}
.category-list.authors ul li i {
  margin-right: 10px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  top: 18px;
}
.category-list ul li a:focus {
  text-decoration: none;
}
.category-list ul li.travel a {
  color: #429EE5;
}
.category-list ul li.privacy a {
  color: #7F68DB;
}
.category-list ul li.how-to a {
  color: #ED7A1C;
}
.category-list ul li.surveillace a {
  color: #A0D358;
}
.category-list ul li.streaming a {
  color: #E81858;
}

/*top-review-section*/
.reviews-rating .center-review-rating {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.reviews-rating a {
  display: block;
}
.reviews-rating p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #404040;
}
.reviews-rating li {
  float: left;
  width: 33.33333%;
  margin-bottom: 50px;
  padding: 0 15px;
}
.top-review-section {
  background: linear-gradient(270deg, #01C5E5 0.69%, #009BB4 98.9%);
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-bottom: 29px;
  overflow: hidden;
  max-width: 97%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.top-review-section .holder-logo-link .review-logo {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 5px;
  background-position: center;
  background-size: 60px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.top-review-section .holder-logo-link .title-link {
  margin-bottom: 20px;
}
.top-review-section .holder-logo-link .title-link h1 {
  font-weight: 700;
  letter-spacing: -0.1px;
  position: relative;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
}
.top-review-section .holder-logo-link .title-link p {
  font-size: 15px;
  color: #fff;
  font-family: "Arial", sans-serif;
  margin-top: 20px;
}
.top-review-section .btn {
  display: block;
  font-size: 19.5px;
  line-height: 21px;
  background-color: #ED7A1C;
  font-weight: 500;
  float: left;
  color: #fff;
  border-radius: 5px;
  padding: 17px 20px;
  text-align: center;
}
.top-review-section .red-btn {
  display: inline-block;
  background-color: #ED5159;
  float: none;
  font-size: 15px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
  border-radius: 5px;
  padding: 6px 45px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
}
.top-review-section .red-btn:hover {
  text-decoration: none;
  background-color: #C64148;
}
.top-review-section .btn:hover {
  background-color: #D6651A;
  text-decoration: none;
}
.review-checked-list {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 30px 40px 16px 40px;
  margin: 0 65px 0 10px;
}
.review-checked-list .compatibility {
  width: 100%;
}
.review-checked-list .compatibility ul {
  padding: 0;
}
.compatibility {
  padding-bottom: 7px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
  padding-left: 51px;
}
.review-checked-list .compatibility span {
  margin-bottom: 15px;
}
.compatibility ul li {
  float: left;
  position: relative;
  width: 25%;
  padding-left: 24px;
  margin-bottom: 15px;
}
.compatibility ul p {
  font-size: 13px;
  color: #919191;
  font-weight: 400;
  line-height: 15px;
}
.article_new_header .top-article-section .title-article-section .category-title div:first-child {
    padding-left: 15px;
}
.compatibility ul i {
  width: 17px;
  color: #59C3E2;
  position: absolute;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.compatibility ul i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review-checked-list .icon-mac {
  font-size: 12px;
}
.review-checked-list .icon-windows {
  font-size: 14px;
}
.review-checked-list .icon-linux {
  font-size: 19px;
}
.review-checked-list .icon-android {
  font-size: 17px;
}
.review-checked-list .icon-ios {
  font-size: 17px;
}
.review-checked-list .icon-mobile {
  font-size: 18px;
}
.review-checked-list .icon-desktop {
  font-size: 14px;
}
.review-checked-list .icon-smart-tv {
  font-size: 13px;
}
.article_new_header .top-article-section .title-article-section .category-title div.categ:last-of-type {
    padding: 0px 20px;
}
.review-checked-list .rating-score {
  position: absolute;
  left: -21px;
  top: 18px;
  width: 78px;
  height: 95px;
  background: url('../../../img/grade_bg.svg');
  background-size: 78px 95px;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  font-size: 27px;
  color: #404040;
  padding-top: 22px;
  font-weight: 700;
  text-align: center;
}
.review-checked-list .top-section {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
}
.review-checked-list .top-section div {
  float: left;
  padding-bottom: 8px;
}
.review-checked-list .top-section .recomended {
  float: right;
}
.review-checked-list .top-section .prod-info {
  float: left;
  width: 65%;
  padding-bottom: 8px;
}
.review-checked-list .top-section .prod-info p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #404040;
}
.review-checked-list .top-section .prod-info p strong {
  font-weight: 700;
}
.review-checked-list .top-section .verdict {
  padding-left: 42px;
}
.review-checked-list .top-section .verdict p {
  font-size: 13px;
  color: #919191;
  line-height: 16px;
}
.review-checked-list .top-section .recommended ul {
  padding-top: 7px;
}
.review-checked-list .top-section .recommended ul li {
  float: left;
  width: 33.33333%;
  height: 20px;
  padding-left: 24px;
  font-size: 13px;
  color: #919191;
  line-height: 16px;
  margin-bottom: 18px;
}
.review-checked-list .top-section .recommended ul li.privacy {
  background: url('../../../img/privacy.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
.review-checked-list .top-section .recommended ul li.travel {
  background: url('../../../img/airplane-around-earth.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
.review-checked-list .top-section .recommended ul li.streaming {
  background: url('../../../img/video-player.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
.review-checked-list .top-section .recommended ul li.sports {
  background: url('../../../img/football.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
.review-checked-list .top-section .recommended ul li.unblocking {
  background: url('../../../img/unblocking.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
.review-checked-list .bottom-section .works-with ul {
  padding-top: 0px;
}
.review-checked-list .bottom-section .works-with ul li {
  float: left;
  width: 50%;
  padding-left: 24px;
  font-size: 13px;
  color: #919191;
  line-height: 16px;
  margin-bottom: 15px;
  background: url('../../../img/checked-green.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.review-checked-list .top-section div:last-of-type {
  padding-left: 20px;
  width: 35%;
}
.review-checked-list .top-section div:last-of-type span {
  text-transform: none;
}
.review-checked-list .bottom-section div {
  float: left;
}
.review-checked-list .bottom-section div:first-of-type {
  width: 50%;
}
.review-checked-list .bottom-section div:last-of-type {
  width: 50%;
  padding-left: 20px;
}
.review-checked-list .bottom-section .highlights li {
  font-size: 13px;
  color: #919191;
  line-height: 16px;
  padding-left: 25px;
  margin-bottom: 16px;
  padding-left: 27px;
  background: url('../../../img/star.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.review-checked-list span {
  font-size: 15px;
  font-weight: 700;
  color: #404040;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 9px;
}
.review-checked-list .statement {
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: #404040;
  padding-bottom: 14px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}

/*review-price-article*/
.price-review-section {
  margin-bottom: 29px;
}
.price-review-section p.title-section {
  margin-bottom: 29px;
}
.review-price-article a {
  display: block;
  border: 5px solid #E9E9E9;
  background-color: #fff;
  padding: 27px 15px 34px;
}
.review-price-article a:hover {
  text-decoration: none;
  border: 5px solid #59C3E2;
}
.review-price-article a>span {
  text-align: center;
  color: #404040;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
.review-price-article a .price {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 6px;
  position: relative;
}
.review-price-article a .price p {
  font-size: 13px;
  line-height: 17px;
  color: #919191;
  text-align: center;
  margin-bottom: 0px;
}
.review-price-article a .price .old-price {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #A8A8A8;
  text-align: center;
  width: 100%;
  top: -18px;
  text-decoration: line-through;
}
.review-price-article a .price span {
  display: block;
  color: #ED5159;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.review-price-article a .price i {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #919191;
  margin-bottom: 0px;
  display: block;
}
.review-price-article a .description {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 28px;
}
.review-price-article a .description ul li {
  font-size: 15px;
  font-family: "Arial", sans-serif;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 21px;
  background: url('../../../img/checked-green.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.review-price-article a .holder-editor-second-btn {
  text-align: center;
}
.review-price-article a .holder-editor-second-btn span {
  display: inline-block;
  font-size: 19.5px;
  line-height: 21px;
  background-color: #ED5159;
  font-weight: 500;
  float: none;
  color: #fff;
  border-radius: 5px;
  padding: 17px 46px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.review-price-article a .holder-editor-second-btn span:hover {
  background-color: #ED5159;
  text-decoration: none;
}
.green-rating-section-holder {
  background: #fff;
}
.green-rating-section {
  background: #89c238;
  background: -webkit-gradient(left top, right top, color-stop(0%, #89c238), color-stop(100%, #48710a));
  background: -webkit-linear-gradient(left, #89c238 0%, #48710a 100%);
  background: -webkit-gradient(linear, left top, right top, from(#89c238), to(#48710a));
  background: linear-gradient(to right, #89c238 0%, #48710a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c238', endColorstr='#48710a', GradientType=1);
  position: relative;
  padding-top: 49px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.green-rating-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: url('../../../img/pattern.svg');
  background-size: 100%;
  background-repeat: repeat;
}
.green-rating-section .title-section {
  color: #fff;
  text-align: left;
  padding-left: 46px;
  margin-bottom: 37px;
}
.green-rating-section ul {
  position: relative;
  padding-left: 42px;
  margin-bottom: 48px;
}
.green-rating-section ul li {
  display: inline-block;
  margin-right: 34px;
}
.green-rating-section ul li a {
  display: block;
  padding: 0px 5px;
}
.green-rating-section ul li a:hover {
  text-decoration: none;
}
.green-rating-section ul li a p {
  font-size: 11px;
  color: #fff;
  margin-bottom: 6px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 26px;
}
.green-rating-section ul li a p img {
  position: relative;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.green-rating-section ul li a span {
  position: relative;
  width: 78px;
  height: 95px;
  background: url('../../../img/grade_bg.svg');
  background-size: 78px 95px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 27px;
  color: #404040;
  padding-top: 22px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.green-rating-section .total-rating-review {
  position: absolute;
  right: -81px;
  top: 44px;
  width: 334px;
  height: 404px;
  background: url('../../../img/logo_bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 80px;
  color: #404040;
  padding-top: 103px;
  font-weight: 700;
  text-align: center;
}
.green-rating-section .total-rating-review p {
  font-size: 30px;
  line-height: 34px;
}
.green-rating-section .total-rating-review p span {
  font-weight: normal;
}
.green-recommended-section .recommended ul li {
  float: left;
  margin-right: 0px;
  font-size: 15px;
  color: #fff;
  padding-left: 0px;
  width: 20%;
  padding-right: 15px;
}
.green-recommended-section .title-section {
  margin-bottom: 14px;
}
.green-recommended-section .short-summary {
  padding-left: 46px;
  width: 80%;
}
.green-recommended-section .short-summary p {
  font-size: 15px;
  color: #fff;
}
.first-section {
  clear: both;
  background: #fff;
  padding: 27px 20px 20px 61px;
  margin-bottom: 30px;
}
.first-section h2 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 16px;
}
.first-section p {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  color: #404040;
  line-height: 28px;
  margin-bottom: 28px;
}
.like {
  border-left: 8px solid #A0D358;
  padding-left: 35px;
  margin-top: 39px;
  margin-bottom: 59px;
}
.like p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.like ul {
  padding-left: 0px !important;
}
.like ul li {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 21px;
  background: url('../../../img/checked-green.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.like ul li:before {
  display: none;
}
.dislike {
  border-left: 8px solid #D36958;
  padding-left: 35px;
  margin-top: 39px;
}
.dislike ul {
  padding-left: 0px !important;
}
.dislike p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.dislike ul li {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 21px;
  background: url('../../../img/minus.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.dislike ul li:before {
  display: none;
}
.repeater-rating section {
  clear: both;
  background: #fff;
  padding: 57px 20px 33px 61px;
  margin-bottom: 30px;
}
.repeater-rating .section-title {
  position: relative;
}
.repeater-rating .section-title span {
  position: absolute;
  width: 78px;
  height: 78px;
  background: url('../../../img/Rectangle.png');
  background-size: 78px 95px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 27px;
  color: #fff;
  padding-top: 22px;
  font-weight: 700;
  text-align: center;
  display: block;
  right: 39px;
  top: -34px;
  border-radius: 5px;
}
.repeater-rating .section-title p {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  min-height: 46px;
}
.repeater-rating .section-title p img {
  margin-right: 20px;
}
.repeater-rating section p {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  color: #404040;
  line-height: 28px;
  margin-bottom: 28px;
}
.section-description {
  padding-right: 120px;
}
.section-description ul {
  padding-left: 20px;
  margin-bottom: 46px;
}
.section-description ul li {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  line-height: 24px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 21px;
  position: relative;
}
.section-description ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  position: absolute;
  background: #404040;
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Safari 3-8 */

  transform: rotate(45deg);
}
.section-description table {
  border: 1px solid #DFDFDF;
  margin-bottom: 35px;
  margin-top: 46px;
}
.section-description table tr:first-child td {
  font-size: 19.5px;
  color: #404040;
  padding: 10px 19px;
  font-weight: 700;
}
.section-description table tr td {
  border-bottom: 1px solid #DFDFDF;
  width: 50%;
  vertical-align: middle;
  font-size: 13px;
  color: #919191;
}
.section-description table tr td:last-child {
  text-align: center;
  border-left: 1px solid #DFDFDF;
  position: relative;
}
.section-description table tr:first-child td:last-child:before {
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: calc(100% + 12px);
  height: 16px;
  background: #fff;
  content: "";
  left: -6px;
  border: 6px solid #f0f0f0;
  border-bottom: 0;
  box-sizing: border-box;
}
.section-description table tr:last-child td:last-child:after {
  display: block;
  position: absolute;
  bottom: -16px;
  width: calc(100% + 12px);
  height: 16px;
  background-color: white;
  content: '';
  left: -6px;
  border: 6px solid #f0f0f0;
  border-top: none;
}
.section-description table tr td:last-child {
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #f0f0f0;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: #f0f0f0;
}
.section-description table tr td:first-child {
  padding: 9px 0px 9px 19px;
}

/*.our-rating*/
.our-rating {
  background: #ff0a1e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ed5159), color-stop(100%, #ed496a));
  background: -webkit-linear-gradient(left, #ed5159 0%, #ed496a 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ed5159), to(#ed496a));
  background: linear-gradient(to right, #ed5159 0%, #ed496a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7a1c', endColorstr='#cb5016', GradientType=1);
  position: relative;
  padding: 0px 30px 93px 30px;
  margin-bottom: 31px;
  text-align: center;
  margin-top: 80px;
}
.our-rating span {
  position: relative;
  width: 378px;
  height: 374px;
  background: url('../../../img/logo_bg.svg');
  background-size: cover;
  /* background-repeat: no-repeat; */
  /* background-position: center; */

  font-size: 80px;
  color: #404040;
  background: aliceblue;
  padding-top: 104px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  top: -40px;
  background: url('../../../img/Rectangle.png');
  background-size: 100%;
  background-he: initial;
  border-radius: 13%;
  color: #fff;
}
.our-rating span p {
  font-size: 30px;
  line-height: 34px;
}
.our-rating:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: url('../../../img/pattern.svg');
  background-size: 100%;
  background-repeat: repeat;
}
.our-rating>p {
  font-size: 26px;
  color: #fff;
  margin-top: -13px;
  margin-bottom: 43px;
}
.our-rating a {
  display: inline-block;
  font-size: 19.5px;
  line-height: 21px;
  background-color: #fff;
  font-weight: 500;
  color: #ED5159;
  border-radius: 5px;
  padding: 17px 20px;
  text-align: center;
  position: relative;
}

/*.top-article-section*/
.top-article-section {
  position: relative;
  text-align: center;
  height: 140px;
}
.tas-n {
  padding-bottom: 10px;
}
.top-article-section.privacy {
  background: #7f68db;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7f68db), color-stop(100%, #4d3a97));
  background: -webkit-linear-gradient(top, #7f68db 0%, #4d3a97 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#7f68db), to(#4d3a97));
  background: linear-gradient(to bottom, #7f68db 0%, #4d3a97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f68db', endColorstr='#4d3a97', GradientType=0);
}
.top-article-section.streaming {
  background: #e81856;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e81856), color-stop(100%, #ab1c47));
  background: -webkit-linear-gradient(top, #e81856 0%, #ab1c47 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e81856), to(#ab1c47));
  background: linear-gradient(to bottom, #e81856 0%, #ab1c47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e81856', endColorstr='#ab1c47', GradientType=0);
}
.top-article-section.surveillace {
  background: #a0d358;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a0d358), color-stop(100%, #7fae3d));
  background: -webkit-linear-gradient(top, #a0d358 0%, #7fae3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d358), to(#7fae3d));
  background: linear-gradient(to bottom, #a0d358 0%, #7fae3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0d358', endColorstr='#7fae3d', GradientType=0);
}
.top-article-section.travel {
  background: #59c2e2;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #59c2e2), color-stop(100%, #3292ac));
  background: -webkit-linear-gradient(top, #59c2e2 0%, #3292ac 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#59c2e2), to(#3292ac));
  background: linear-gradient(to bottom, #59c2e2 0%, #3292ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59c2e2', endColorstr='#3292ac', GradientType=0);
}
.top-article-section.how-to {
  background: #ed7a1c;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ed7a1c), color-stop(100%, #cb5016));
  background: -webkit-linear-gradient(top, #ed7a1c 0%, #cb5016 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ed7a1c), to(#cb5016));
  background: linear-gradient(to bottom, #ed7a1c 0%, #cb5016 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7a1c', endColorstr='#cb5016', GradientType=0);
}
.top-article-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-size: 100%;
  background-repeat: repeat;
}
.top-article-section img {
  position: relative;
}

/*title-article-section*/
.title-article-section-holder {
  background: #fff;
  padding-top: 25px;
}
.title-article-section {
  background: #fff;
  position: relative;
}
.title-article-section .holder-title-article {
  padding: 0px 10px 36px;
}
.title-article-section .holder-title-article em,
.title-article-section .holder-title-article i {
  font-style: italic;
}
.title-article-section .holder-title-article h1 {
  color: #404040;
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -0.1px;
  position: relative;
  margin-bottom: 23px;
  max-width: 900px;
}
.title-article-section .holder-title-article ul {
  padding-left: 20px;
  margin: 28px 0 46px;
}
.title-article-section .holder-title-article ul>li {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 21px;
  position: relative;
  font-weight: 500;
}
.title-article-section .holder-title-article ul>li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  position: absolute;
  background: #404040;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title-article-section .category-title {
  /*padding-bottom: 10px; */

  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 25px;
  border-top: 1px solid #E9E9E9;
  /* padding-top: 10px; */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chapters.mobile {
  position: initial !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  margin-bottom: 10px;
}
.chapters.mobile .chapters__inner {
  padding: 20px 30px 5px 25px;
}
.chapters.mobile .chapters__inner p {
  cursor: pointer;
}
.chapters.mobile ul {
  display: none;
}
.chapters.mobile ul.active {
  display: block;
}
@media (max-width: 600px) {
  .title-article-section .category-title {

  }
}
@media (max-width: 600px) {
  .title-article-section .holder-title-article h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
.title-article-section .holder-title-article p {
  font-size: 18px;
  color: #404040;
  line-height: 32px;
  font-weight: normal;
}
.title-article-section .category-title a {
  font-size: 15px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  position: relative;
}
.title-article-section .category-title .cat_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-article-section .category-title a i {
  position: relative;
  left: 0px;
  top: 0px;
  width: 46px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: block;
  float: left;
}
.title-article-section .category-title .author i {
  margin-right: 10px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
}
.title-article-section .category-title .author {
  font-size: 13px;
  font-weight: 500;
  color: #404040 !important;
}
.title-article-section .category-title.travel a {
  color: #429EE5;
}
.title-article-section .category-title.privacy a {
  color: #7F68DB;
}
.title-article-section .category-title.how-to a {
  color: #ED7A1C;
}
.title-article-section .category-title.surveillace a {
  color: #A0D358;
}
.title-article-section .category-title.streaming a {
  color: #E81858;
}
.title-article-section .category-title span {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
}
.article_new_header .top-article-section .title-article-section .holder-title-article p {
  margin-bottom: 0;
}
.chapters {
  max-width: 350px;
  float: left;
  z-index: 9;
}
.chapters__inner {
  background: #404040;
  padding: 23px 33px 41px 33px;
}
.chapters em,
.chapters i {
  font-style: italic;
}
.chapters p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-size: 12px 9px;
  padding-left: 22px;
  margin-bottom: 14px;
}
.chapters ul {
  list-style: none;
}
.chapters ul li {
  margin-bottom: 10px;
}
.chapters ul li a {
  color: #BBBBBB;
  font-size: 15px;
  line-height: 28px;
}
.chapters ul li a:hover,
.chapters ul li a:focus {
  color: #fff;
  text-decoration: none;
}
.chapters-details em,
.chapters-details i {
  font-style: italic;
}
.chapters-details {
  clear: both;
}
.chapters-details section {
  background: #fff;
  padding: 0px 15px 1px 15px;
}
.chapters-details section:last-child {
  margin-bottom: 0px;
}
.chapters-details section h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.chapters-details section h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.chapters-details section h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 12px;
}
.chapters-details section blockquote {
  background: #F4F4F4;
  font-size: 13px;
  color: #818181;
  padding: 26px 20px 6px 100px;
  margin-bottom: 34px;
  background-image: url(../../../img/quotes.svg);
  background-repeat: no-repeat;
  background-position: 30px 30px;
  background-size: 40px 27px;
}
.chapters-details section blockquote p {
  font-size: 18px;
  color: #818181;
  line-height: 32px;
  font-weight: normal;
}
.chapters-details section p {
  font-size: 19.5px;
  font-family: "Arial", sans-serif;
  color: #404040;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: normal;
}
.chapters-details section p a {
  color: #59C3E2;
}
.chapters-details section>ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.chapters-details section>ul>li {
  font-size: 19.5px;
  font-family: "Arial", sans-serif;
  line-height: 32px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 7px;
  position: relative;
  font-weight: normal;
}
.chapters-details section>ul>li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 12px;
  position: absolute;
  background: #404040;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chapters-details section>ul>li ul {
  padding-left: 20px;
  margin-top: 10px;
}
.chapters-details section>ul>li ul li {
  font-size: 19px;
  line-height: 32px !important;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 10px;
  position: relative;
}
.chapters-details section>ul>li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 2px;
  position: absolute;
  background: #fff;
  border: 1px solid #404040;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chapters-details section>ol {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
.chapters-details section>ol>li {
  font-size: 19.5px;
  font-family: "Arial", sans-serif;
  line-height: 32px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 7px;
  position: relative;
  font-weight: normal;
}

/* Author Info */
.author-info {
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 3px;
  margin-bottom: 40px;
  border: 1px solid #ECECEC;
  position: relative;
}
.author-info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #2BC5AA;
  left: 0;
  margin-top: inherit;
  top: -15px;
}
.author-info .content .description {
  font-size: 16px;
  line-height: 28px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
  padding: 20px 45px 15px 35px;
}

.author-info .content .description strong,
.author-info .content .description b {
  font-family: "Arial", sans-serif;
}
.author-info .content .description a {
  color: #0066FF;
  text-decoration: underline;
}
.author-info .autor_left {
  padding-top: 5px;
  display: flex;
  width: 50%;
  padding-left: 30px;
  border-bottom: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  padding-bottom: 25px;
}

.author-info .autor_left .image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-size: cover !important;
}
.author-info .autor_left .name {
  padding-left: 15px;
  padding-top: 15px;
}
.author-info .autor_left .name p {
  font-size: 16px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
  text-decoration: none;
}
.author-info .autor_left .name a {
  color: #0066FF;
  text-decoration: none;
  font-family: "Arial", sans-serif;
}
.author-info .autor_right {
  width: 50%;
  border-bottom: 1px solid #ECECEC;
  padding-top: 20px;
  display: flex;
}

.author-info .autor_right .connect_text p {
  font-size: 16px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
  color: #3F454D;
  padding-left: 30px;
  margin: 0;
  text-decoration: none;
  margin-right: 15px;
}
.author-info .autor_right .social-items-share ul {
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.author-info .autor_right .social-items-share ul li {
  background-color: #ED5159;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.author-info .autor_right .social-items-share ul li i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

/*.share-section*/
.share-section {
  padding-left: 30px;
  padding-right: 30px;
}
.share-section .content {
  border-top: 5px solid #EDF4F6;
  padding-top: 25px;
  margin-bottom: 90px;
}
@media (max-width: 700px) {
  .share-section .content {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.share-section .content p {
  font-size: 22px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.share-section .content .social-items-share {
  display: flex;
}
.share-section .content .social-items-share p {
  margin-right: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.share-section .content .social-items-share p b {
  font-family: "Arial", sans-serif;
}
.share-section .content .social-items-share ul {
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.share-section .content .social-items-share ul li {
  background-color: #ED5159;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.share-section .content .social-items-share ul li a {
  display: block;
  width: 25px;
  height: 25px;
}
.share-section .content .social-items-share ul li a i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

/*back-to-top*/
.back-to-top {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  position: fixed;
  bottom: 60px;
  right: 10px;
  box-shadow: 0px 0px 40px -8px rgba(0, 0, 0, 0.75);
  background-image: url('../../../img/arrow-up.svg');
  background-size: 14px 22px;
  background-repeat: no-repeat;
  background-position: center;
}

/*about*/
.page-template-about .page-title-blue {
  padding: 10px 60px 31px 45px;
  display: flow-root;
}
.page-template-about .page-title-blue h1 {
  margin-bottom: 12px;
}
.page-template-about .page-title-blue p {
  font-size: 15px;
  color: #fff;
  line-height: 29px;
}
.page-template-about .page-title-blue img {
  max-width: 324px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-content {
  background: #fff;
  margin-top: -50px;
}
.about-content .about-text-content {
  padding: 55px 34px 32px 47px;
  border-bottom: 1px solid #DFDFDF;
}
.about-content .about-text-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 11px;
}
.about-content .about-text-content p {
  font-size: 15px;
  color: #404040;
  line-height: 29px;
}
.about-content .about-text-content img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
}
.hero-rating-summary {
  background: #068CA3;
  color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 35px;
  padding-right: 25px;
  padding-bottom: 5px;
}
.hero-rating-summary li {
  width: 33%;
  float: left;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.hero-rating-summary p {
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
}
.hero-rating-summary li:last-child,
.hero-rating-summary li:nth-last-child(2) {
  margin-bottom: 0;
}
.hero-rating-summary li a {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
.hero-rating-summary li a:hover,
.hero-rating-summary li a:focus {
  text-decoration: none;
}
.hero-rating-summary a span {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
}
.hero-rating-summary li img {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
}

/*page-title-bestvpns*/
.page-title-bestvpns {
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title-bestvpns {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-title-bestvpns h1 {
  font-size: 34px;
  font-weight: 700;
  color: #404040;
  line-height: 58px;
  margin-bottom: 19px;
  margin-top: 0;
}
.page-title-bestvpns ul li {
  font-size: 18px;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 13px;
  background: url('../../../img/checked-green.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left 3px;
}
.page-title-bestvpns img {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.page-title-bestvpns .featured-imgs {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 201px;
  padding-top: 20px;
}
.page-title-bestvpns .featured-imgs .second-featured {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 54%;
  max-width: 150px;
  z-index: 2;
}
.vpn-tables .table {
  background: #fff;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  padding-left: 25px;
  padding-right: 25px;
}
.table-new {
  margin-bottom: 50px;
}
.vpn-tables .table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vpn-tables .table .table-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.vpn-tables .table .table-column-n {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.vpn-tables .table .table-column .v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.vpn-tables .table .table-column-n .v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.vpn-tables .table-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #DFDFDF;
  border-bottom: none;
}
.vpn-tables .table .without-price .t-head:nth-child(2) {
  min-width: 500px;
}
@media (min-width: 992px) {
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    min-width: 300px;
  }
}
.vpn-tables .table .without-price .t-head-n:nth-child(2) {
  min-width: 300px;
}
.vpn-tables .table .t-head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19.5px;
  font-weight: 700;
  color: #404040;
  padding: 18px 0px;
  border-right: 1px solid #DFDFDF;
}
.vpn-tables .table .t-head-n {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  color: #404040;
  padding: 18px 0px;
  border-right: 1px solid #DFDFDF;
}
.vpn-tables .table .t-head:first-child {
  min-width: 140px;
}
@media (min-width: 992px) {
  .vpn-tables .table .t-head:first-child {
    min-width: 151px;
  }
}
.vpn-tables .table .t-head-n:first-child {
  min-width: 140px;
}
.vpn-tables .table .t-head:last-child {
  border-right: 0;
}
.vpn-tables .table .t-head-n:last-child {
  border-right: 0;
}
.vpn-tables .table .t-head:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 401px;
  max-width: 401px;
  width: 401px;
}
.vpn-tables .table .t-head-n:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 401px;
  max-width: 401px;
  width: 401px;
}
.vpn-tables .table .t-head:nth-child(3),
.vpn-tables .table .t-head:nth-child(4) {
  max-width: 132px;
  width: 132px;
}
.vpn-tables .table .t-head-n:nth-child(3),
.vpn-tables .table .t-head-n:nth-child(4) {
  max-width: 132px;
  width: 132px;
}
.vpn-tables .table .table-row .table-column:nth-child(3),
.vpn-tables .table .table-row .table-column:nth-child(4) {
  max-width: 132px;
  width: 132px;
}
.vpn-tables .table .table-row .table-column-n:nth-child(3),
.vpn-tables .table .table-row .table-column-n:nth-child(4) {
  max-width: 132px;
  width: 132px;
}
.vpn-tables .table .table-row .table-column:first-child {
  min-width: 140px;
  width: 140px;
}
.vpn-tables .table .table-row .table-column-n:first-child {
  min-width: 140px;
  width: 140px;
}
.vpn-tables .table .table-row.without-price .table-column:nth-child(2) {
  min-width: 500px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.vpn-tables .table .table-row.without-price .table-column-n:nth-child(2) {
  min-width: 300px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 991px) {
  .vpn-tables .table .table-row.without-price .table-column-n:nth-child(2) {
    min-width: 300px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 0 auto;
    border: 0;
  }
}
.table-mobile .without-price .score-price-holder {
  position: relative;
  height: 100%;
  min-height: 70px;
}
.vpn-tables.ultimate .without-price .score-price-holder {
  position: relative;
  height: 100%;
  min-height: 70px;
}
.vpn-tables .table .table-row .t-head:last-child {
  border-right: none;
}
.vpn-tables .table .table-row .t-head-n:last-child {
  border-right: none;
}
.vpn-tables .table .table-row:first-child {
  border-top: 1px solid transparent;
}
.vpn-tables.ultimate .table .table-row {
  border-top: 1px solid #ED7A1C;
  border-bottom: 1px solid #ED7A1C;
  border-right: 1px solid #ED7A1C;
  border-left: 1px solid #ED7A1C;
}
.vpn-tables.ultimate .table .table-row:hover .table-column {
  border-top: 1px solid #ED7A1C;
  border-bottom: 1px solid #ED7A1C;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #ED7A1C;
}
.vpn-tables.ultimate .table .table-row:hover .table-column-n {
  border-top: 1px solid #ED7A1C;
  border-bottom: 1px solid #ED7A1C;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #ED7A1C;
}
.vpn-tables.ultimate .table .table-row:hover .table-column:last-child {
  border: none;
}
.vpn-tables.ultimate .table .table-row:hover .table-column-n:last-child {
  border: none;
}
.vpn-tables .table .table-row {
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  cursor: pointer;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
.vpn-tables .table-row-link {
  position: relative;
  width: 100%;
  display: block;
}
.vpn-tables .table-row-link:hover .table-row {
  background: #fbfbfb;
}
.vpn-tables .table .table-row-link .top-layer-link,
.vpn-tables .table .table-row .top-layer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.vpn-tables .table .table-row:first-child:hover {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  background: #fff;
}
.vpn-tables.ultimate .table .table-row:first-child:hover {
  border: 1px solid #ED7A1C;
}
.vpn-tables.ultimate .table .table-row:hover .table-column {
  border-right: 1px solid #dfdfdf;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.vpn-tables.ultimate .table .table-row:hover .table-column-n {
  border-right: 1px solid #dfdfdf;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.vpn-tables .table .table-row:hover {
  background: #fbfbfb;
}
.vpn-tables .table .table-row .table-column {
  vertical-align: middle;
  padding: 12px 0px;
  border-right: 1px solid #DFDFDF;
}
.vpn-tables .table .table-row .table-column-n {
  vertical-align: middle;
  padding: 12px 0px;
  border-right: 1px solid #DFDFDF;
}
.vpn-tables .table .table-row .table-column:last-child,
.vpn-tables .table .t-head:last-child {
  border-right: none;
  min-width: 312px;
  width: 312px;
}
.vpn-tables .table .table-row .table-column-n:last-child,
.vpn-tables .table .t-head-n:last-child {
  border-right: none;
  min-width: 212px;
  width: 312px;
}
.vpn-tables .table .table-row:last-child .table-column {
  border-bottom: none;
}
.vpn-tables .table .table-row:last-child .table-column-n {
  border-bottom: none;
}
.vpn-tables .table .table-row:last-child .ext-d {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vpn-tables .table .table-row .table-column img {
  display: block;
  margin: 0 auto 15px;
}
.vpn-tables .table .table-row .table-column-n img {
  display: block;
  margin: 0 auto 15px;
}
.vpn-tables .table .table-row .table-column:first-child {
  position: relative;
  border-left: none;
}
.vpn-tables .table .table-row .table-column-n:first-child {
  position: relative;
  border-left: none;
}
.vpn-tables .table .table-row .table-column:first-child a {
  font-size: 17px;
  font-weight: 500;
  color: #ED5159;
  border: 1px solid #ED5159;
  display: inline-block;
  padding: 5px 34px;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}
.vpn-tables .table .table-row .table-column-n:first-child a {
  font-size: 17px;
  font-weight: 500;
  color: #ED5159;
  border: 1px solid #ED5159;
  display: inline-block;
  padding: 5px 34px;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}
.vpn-tables .table .table-row .table-column:nth-child(2) {
  min-width: 401px;
  width: 401px;
  max-width: 401px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.vpn-tables .table .table-row .table-column-n:nth-child(2) {
  min-width: 401px;
  width: 401px;
  max-width: 401px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.vpn-tables .table .table-row .table-column:first-child .number {
  position: absolute;
  left: -10px;
  top: 7px;
  width: 45px;
  height: 30px;
  background: #3F454D;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vpn-tables .table .table-row .table-column-n:first-child .number {
  position: absolute;
  left: -10px;
  top: 7px;
  width: 45px;
  height: 30px;
  background: #3F454D;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vpn-tables.ultimate .table .table-row .table-column:first-child .number {
  background: #0066FF;
}
.vpn-tables.ultimate .table .table-row .table-column-n:first-child .number {
  background: #0066FF;
}
.vpn-tables .table .table-row-link:nth-child(1) .table-column .number,
.vpn-tables .table .table-row:first-child .table-column .number {
  background: #0066FF;
}
.vpn-tables .table .table-row-link:nth-child(1) .table-column-n .number,
.vpn-tables .table .table-row:first-child .table-column-n .number {
  background: #0066FF;
}
.vpn-tables .table .table-row .table-column:first-child .number:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #818181;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.vpn-tables .table .table-row .table-column-n:first-child .number:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #21262D;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.vpn-tables .table .table-row-link:nth-child(1) .table-column .number:before,
.vpn-tables .table .table-row-link:first-child .table-column .number:before {
  border-top: 10px solid #0041A3;
}
.vpn-tables .table .table-row-link:nth-child(1) .table-column-n .number:before,
.vpn-tables .table .table-row-link:first-child .table-column-n .number:before {
  border-top: 10px solid #0041A3;
}
.vpn-tables .table .table-row .table-column .features {
  text-align: left;
  padding-left: 34px;
  padding-right: 34px;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.vpn-tables .table .table-row .table-column-n .features {
  text-align: left;
  padding-left: 34px;
  padding-right: 34px;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.vpn-tables .table .table-row .table-column:first-child .img-wrp {
  border: none;
  padding: 0;
  display: block;
  width: 100%;
}
.vpn-tables .table .table-row .table-column-n:first-child .img-wrp {
  border: none;
  padding: 0;
  display: block;
  width: 100%;
}
.vpn-tables .table .table-row .table-column .features p {
  font-size: 13px;
  color: #919191;
  line-height: 16px;
  margin-bottom: 12px;
}
.vpn-tables .table .table-row .table-column-n .features p {
  font-size: 15px;
  color: #919191;
  line-height: 20px;
  margin-bottom: 12px;
}
.vpn-tables .table .table-row .table-column .features ul li {
  font-size: 13px;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 10px;
  background: url('../../../img/checked-green-2.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.vpn-tables .table .table-row .table-column-n .features ul li {
  font-size: 14px;
  line-height: 17px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 10px;
  background: url('../../../img/checked-green-2.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.vpn-tables .table .table-row .table-column .price i {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #A8A8A8;
  text-align: center;
  width: 100%;
  top: -18px;
  text-decoration: line-through;
}
.vpn-tables .table .table-row .table-column-n .price i {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #A8A8A8;
  text-align: center;
  width: 100%;
  top: -18px;
  text-decoration: line-through;
}
.vpn-tables .table .table-row .table-column .price span {
  display: block;
  color: #ED7A1C;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.vpn-tables .table .table-row .table-column-n .price span {
  display: block;
  color: #ED7A1C;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.vpn-tables .table .table-row .table-column .price p {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #919191;
  margin-bottom: 0px;
  display: block;
}
.vpn-tables .table .table-row .table-column-n .price p {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #919191;
  margin-bottom: 0px;
  display: block;
}
.vpn-tables .table .table-row .table-column .external-link .orange-btn {
  display: inline-block;
  font-size: 17px;
  line-height: 21px;
  background-color: #ED7A1C;
  font-weight: 500;
  float: none;
  color: #fff;
  border-radius: 5px;
  padding: 17px 46px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.vpn-tables .table .table-row .table-column-n .external-link .orange-btn {
  display: inline-block;
  font-size: 17px;
  line-height: 21px;
  background-color: #ED7A1C;
  font-weight: 500;
  float: none;
  color: #fff;
  border-radius: 5px;
  padding: 17px 46px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.vpn-tables .table .table-row .table-column .external-link .orange-btn:hover {
  background-color: #D6651A;
  text-decoration: none;
}
.vpn-tables .table .table-row .table-column-n .external-link .orange-btn:hover {
  background-color: #D6651A;
  text-decoration: none;
}
.vpn-tables .table .table-row .table-column .external-link .normal-link {
  color: #59C3E2;
  font-size: 15px;
  position: relative;
  z-index: 9;
}
.external-link {
  z-index: 99;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .external-link {
    display: block;
    width: 100%;
  }

  .external-link .red-btn {
    width: 100%;
  }
}

/*second-editor*/
.second-editor {
  padding: 34px 57px;
  padding-left: 15px;
  padding-right: 15px;
}
.toplist-page {
  max-width: 950px;
  margin: auto;
}
.second-editor em,
.second-editor i {
  font-style: italic;
}
.second-editor ul {
  padding-left: 20px;
  margin-bottom: 46px;
}
.second-editor ul li {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  line-height: 24px;
  color: #404040;
  padding-left: 27px;
  margin-bottom: 21px;
  position: relative;
}
.second-editor ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  position: absolute;
  background: #404040;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.second-editor h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
.second-editor p {
  font-size: 19.5px;
  font-family: "Arial", sans-serif;
  margin-bottom: 28px;
  color: #404040;
  line-height: 28px;
}
.second-editor p {
  font-family: "Arial", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #3F454D;
}
.second-editor p strong {
  font-size: 24px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
  color: #3F454D;
}

/*Best VPN for*/
.page-template-best-vpn-reviews .page-title-blue {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.page-template-best-vpn-reviews .page-title-blue img {
  max-width: 125px;
  position: absolute;
  right: 62px;
  bottom: -31px;
}
.review-category {
  background: #fff;
  padding: 38px 40px;
}
.review-category .list-cat {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.review-category .list-cat ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.review-category .list-cat:last-child {
  border-bottom: none;
}
.review-category p {
  font-size: 24px;
  color: #404040;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.review-category a {
  display: block;
  font-size: 15px;
  color: #59C3E2;
  line-height: 28px;
}
.updated-article-section {
  height: auto;
}
.updated-article-section .holder-title-article {
  padding: 0px 1px 0px;
}
.updated-article-section .title-article-section {
  background-color: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .updated-article-section .title-article-section .category-title {
    width: 100%;
  }
}
.updated-article-section .title-article-section .category-title .item .mobile {
  display: none;
}
@media (max-width: 776px) {
  .updated-article-section .title-article-section .category-title {
    width: 100%;
  }

  .updated-article-section .title-article-section .category-title .item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .updated-article-section .title-article-section .category-title .item:nth-child(2) {
    padding-left: 0px !important;
  }

  .updated-article-section .title-article-section .category-title .item .desktop-view {
    display: none;
  }

  .updated-article-section .title-article-section .category-title .item .mobile {
    display: block;
  }

  .title-article-section .category-title .comment-sections {
    text-decoration: none;
    float: left;
  }

  .updated-article-section .title-article-section .category-title .author {
    float: left;
  }
}
.updated-article-section .title-article-section .category-title .cat_meta {
  color: #404040;
}
.updated-article-section .title-article-section .category-title .cat_meta i {
  background-color: white !important;
  background-size: cover !important;
  width: 38px;
  height: 30px;
  margin-right:20px;
}
.updated-article-section .title-article-section .category-title .author {
  color: #404040 !important;
}
.updated-article-section .title-article-section .category-title .author i {
  width: 45px;
  height: 45px;
  border: 1px solid #404040;
}
.updated-article-section .holder-title-article h1 {
  text-align: center;
  margin: 0 auto;
  color: #404040;
  padding: 10px;
}
.title-article-section .category-title .comment-sections {
  text-decoration: none;
}
.title-article-section .category-title .comment-sections span {
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
}
.value-wrapper {
  border-radius: 0%;
  background: #fff;
  color: #666;
  font-size: 15px;
  display: inline-block;
  line-height: 18px;
  padding: 5px 10px 5px 10px;
  min-width: 41px;
  min-height: 26px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.value-wrapper:after {
  content: "";
  width: 0px;
  height: 0px;
  margin: -4px 0px 0px auto;
  border-left: 12px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  line-height: 0px;
  left: 29px;
  position: absolute;
  top: 30px;
}
.guides-articles-list li a .holder-img-guide {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.chapters-details section blockquote {
  box-shadow: 0px 0px 12px -7px black;
  background-color: #fff;
  background-image: none;
  padding: 15px 15px 5px 15px;
  border-left: 3px solid #404040;
}
.chapters-details .red blockquote {
  border-left: 3px solid red;
}
.chapters-details section.grey blockquote {
  border-left: 3px solid grey;
}
.chapters-details section.green blockquote {
  border-left: 3px solid green;
}
.chapters {
  width: 350px;
}
.chapters-details section blockquote>ul>li {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  line-height: 32px;
  padding-left: 27px;
  margin-bottom: 7px;
  position: relative;
  font-weight: normal;
}
.chapters-details section blockquote>ul>li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 12px;
  background: #818181;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Media*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header nav ul li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .compatibility ul li {
    width: 33.33333%;
  }

  .top-head-section img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 370px) {
  .compatibility ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .guides-articles-list li a .holder-elements {
    padding: 0px 15px 20px 15px;
  }

  .editors-pics ul li a.main-link img {
    width: 100%;
    height: auto;
  }

  .about-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vpn-tables table tr td:first-child a {
    font-size: 15px;
    padding: 5px 10px;
  }

  .vpn-tables table tr td .price span {
    font-size: 20px;
    line-height: 22px;
  }

  .vpn-tables table tr td .score {
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 44px;
  }

  .vpn-tables table tr td .external-link .orange-btn {
    padding: 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .vpn-tables table tr td .external-link .normal-link {
    font-size: 15px;
    padding: 0px 10px;
  }

  .vpn-tables table tr td {
    padding: 12px 10px;
  }

  .page-title-bestvpns ul li {
    background-position: left 3px;
    line-height: 22px;
  }

  .top-review-section .holder-logo-link {
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .review-checked-list {
    padding: 15px;
  }

  .review-checked-list .top-section .recommended ul li,
  .review-checked-list .bottom-section .works-with ul li {
    width: 100%;
    float: none;
  }

  .review-checked-list .top-section .verdict {
    padding-left: 50px;
  }

  .top-review-section {
    margin-bottom: 30px;
  }

  .review-price-article li {
    margin-bottom: 15px;
  }

  .green-rating-section .title-section {
    padding-left: 0px;
  }

  .green-rating-section ul {
    padding-left: 0px;
    width: 66%;
  }

  .green-rating-section ul li {
    margin-bottom: 15px;
  }

  .first-section {
    padding: 15px;
  }

  .repeater-rating section {
    padding: 40px 15px;
  }

  .fixed-menu-rating {
    display: none !important;
  }

  .green-recommended-section .short-summary {
    padding-left: 0px;
    width: 100%;
  }

  .green-rating-section .total-rating-review {
    right: -40px;
  }

  .review-price-article a .description {
    padding-left: 15px;
  }

  .title-article-section .holder-title-article {
    padding: 5px 0px;
  }

  .chapters {
    padding: 15px;
  }

  .chapters ul {
    padding-left: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .chapters-details section {
    padding: 0px 15px;
  }

  .back-to-top {
    display: none;
  }

  .chapters-details section blockquote {
    padding: 65px 15px 6px 15px;
    background-position: 15px 20px;
  }

  .chapters-details section>ul {
    padding-left: 0px;
  }

  .chapters-details section p img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .share-section {
    padding: 30px 15px;
  }

  .share-section p {
    font-size: 20px;
  }

  .share-section ul {
    float: left;
  }

  .share-section ul li {
    margin: 0px 10px 0px;
  }

  .share-section ul li a .fa {
    font-size: 20px;
    line-height: 33px;
  }

  .reviews-rating li {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  header {
    padding-bottom: 8px;
  }

  header nav {
    width: 265px;
    top: 32px;
    display: none;
    background: #ED7A1C;
    position: absolute;
    right: 0px;
    z-index: 999;
  }

  header nav:before {
    content: "";
    top: -40px;
    width: 110px;
    height: 40px;
    background: #ED7A1C;
    position: absolute;
    right: 0px;
  }

  header nav.active {
    display: block;
  }

  header nav ul {
    text-align: left;
    padding-left: 15px;
  }

  header nav ul li {
    margin-left: 0px;
    float: left;
    width: 100%;
  }

  header nav ul li a {
    color: #fff;
    text-align: left;
  }

  .mobile-menu {
    display: block;
    margin-top: 10px;
  }

  .breadcrumb {
    padding: 9px 15px;
    /* display:none;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .logo img {
    margin-left: 0;
  }

  .top-review-section .btn {
    margin-top: 40px;
  }

  .top-head-section img {
    margin-left: 0;
  }

  .hero-rating-summary {
    width: 100%;
  }

  .top-head-section h1,
  .top-head-section ul {
    padding-left: 15px;
  }

  .top-head-section a {
    margin-left: 15px;
  }

  .reviews-rating li a span {
    right: 10px;
  }

  .guides-posts ul li img {
    width: 100%;
    height: auto;
  }

  .editors-pics {
    margin-bottom: 0px;
  }

  .editors-pics ul li {
    margin-bottom: 95px;
  }

  .review-category {
    padding: 38px 15px;
  }

  footer .logo-socials ul li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 767px) {
  .reviews-rating li {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .title-article-section .holder-title-article ul {
    padding-left: 0;
  }
  .page-template-page__GDPR .wrap-best-bg.head h1{
    font-size: 24px;
    padding: 0px 15px;
  }
  .second-editor ul {
    padding-left: 0;
  }

  .page-template-best-vpns .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .top-review-section .btn {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .vpn-tables.ultimate {
    margin: 0 12px;
  }

  .top-head-section h1 {
    margin-top: 7px;
  }

  .guides-articles-list li:last-child {
    margin-bottom: 0;
  }

  .guides-posts .guides-item-content {
    text-align: center;
  }

  .guides-posts ul li span {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  .guides-posts ul li p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    margin-bottom: 30px;
  }

  .guides-articles .all-articles {
    margin-top: 30px;
  }

  .top-head-section ul {
    margin-bottom: 24px;
    max-width: 250px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .top-head-section a {
    margin-bottom: 7px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    max-width: 205px;
  }

  .top-head-section img {
    display: none;
  }

  .top-review-section .holder-logo-link .title-link {
    margin-bottom: 40px;
  }

  header .logo {
    margin-left: 0px;
  }

  .mobile-menu {
    margin-top: 4px;
  }

  .hero-rating-summary {
    max-width: 390px;
  }

  header .logo img {
    margin: 0px;
    max-width: 100px;
  }

  .compatibility {
    padding-left: 0;
  }

  .review-checked-list .top-section .recommended ul li {
    width: 25%;
    margin-bottom: 0;
  }

  .vpn-tables table tr td:nth-child(2) {
    width: auto;
  }

  .vpn-tables table tr td {
    border-right: 0;
  }

  .top-head-section {
    padding-left: 15px;
    text-align: center;
    padding: 16px 15px 17px;
  }

  .pick-category ul li {
    border-bottom: 1px solid #555555;
  }

  .vpn-reviews {
    padding: 30px 15px;
  }

  .guides-posts {
    margin-bottom: 30px;
    padding: 30px 15px;
  }

  .guides-posts .guides-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }

  .editors-pics ul li a.main-link .description span {
    padding-left: 13%;
  }

  .editors-pics {
    margin-bottom: 30px;
    padding: 0px 15px;
  }

  .editors-pics ul li {
    margin-bottom: 100px;
  }

  .editors-pics ul li:last-child {
    margin-bottom: 30px;
  }

  .editors-pics ul li a.main-link img {
    width: 100%;
    height: auto;
  }

  .vpn-reviews p,
  .editors-pics p.title-section,
  .guides-articles p.title-section,
  .guides-posts p,
  .price-review-section p.title-section {
    font-size: 18px;
  }

  .guides-articles,
  .price-review-section,
  .review-price-article a .description {
    padding: 0px 15px;
  }

  .guides-articles-list li a .holder-elements {
    padding: 0px 15px 20px 15px;
  }

  .top-review-section .holder-logo-link {
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .review-checked-list {
    padding: 15px;
    margin: 0;
  }

  .review-checked-list .top-section div:first-of-type,
  .review-checked-list .top-section div:last-of-type,
  .review-checked-list .bottom-section div:first-of-type,
  .review-checked-list .bottom-section div:last-of-type {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    border-right: none;
    padding-left: 0px;
  }

  .review-checked-list .rating-score {
    top: 0px;
    left: 0px;
    position: relative;
    margin-bottom: 20px;
    line-height: 11px;
    padding-top: 33px;
  }

  .top-review-section {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }

  .price-review-section p.title-section {
    margin-bottom: 15px;
  }

  .review-price-article li {
    margin-bottom: 15px;
  }

  .green-rating-section .title-section {
    padding-left: 0px;
    text-align: center;
  }

  .green-rating-section ul {
    padding-left: 0px;
    text-align: center;
  }

  .green-recommended-section .title-section {
    text-align: left;
  }

  .green-rating-section ul li {
    margin: 0px 20px 24px;
  }

  .green-recommended-section .short-summary {
    width: 100%;
    padding-left: 0px;
  }

  .green-rating-section .total-rating-review {
    position: relative;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 363px;
    background: url('../../../img/logo_bg.svg');
    background-size: 100%;
    margin: 0 auto 30px;
  }

  .first-section,
  .repeater-rating section {
    padding: 15px 15px;
  }

  .repeater-rating .section-title span {
    right: 0px;
  }

  .like,
  .dislike {
    padding-left: 15px;
  }

  .section-description {
    padding-right: 0px;
  }

  .section-description table tr td,
  .section-description table {
    width: 100% !important;
  }

  .our-rating span {
    position: relative;
    right: 0px;
    top: 0px;
    width: 260px;
    height: 314px;
    background: url('../../../img/logo_bg.svg');
    background-size: 100%;
    margin-bottom: 30px;
    padding-top: 84px;
  }

  .fixed-menu-rating {
    display: none !important;
  }

  .review-category {
    padding: 30px 15px;
  }

  .review-category .list-cat ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .page-template-best-vpn-reviews .page-title-blue img {
    display: none;
  }

  .page-template-best-vpn-reviews .page-title-blue,
  .page-title-orange,
  .page-template-about .page-title-blue,
  .page-title-blue {
    padding: 30px 15px;
  }

  .guides-articles-list {
    top: 0px;
    padding: 0px 15px;
  }

  .category-list {
    top: 0px;
    text-align: left;
  }

  .category-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .category-list ul li {
    border: none;
    display: block;
    padding: 0px;
    padding-left: 15px;
  }

  .category-list ul li a {
    font-size: 12px;
  }

  .about-content .about-text-content {
    padding: 30px 15px;
  }

  .about-content .about-text-content img {
    width: 100%;
    margin: 15px 0px;
  }

  .reviews-rating,
  .page-title-bestvpns {
    padding: 0px 15px;
  }

  .page-title-bestvpns ul li {
    line-height: 24px;
    font-size: 14px;
  }

  .second-editor {
    padding: 30px 15px;
  }

  .vpn-tables table {
    width: 90%;
    margin: 0 auto;
  }

  .vpn-tables table tr {
    margin-bottom: 20px;
  }

  .vpn-tables table tr td {
    text-align: center;
    float: left;
    width: 100%;
  }

  .vpn-tables table tr:nth-child(2) td {
    border-top: none;
    border-bottom: none;
  }

  .chapters {
    padding: 15px;
  }

  .chapters ul {
    padding-left: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .chapters-details section {
    padding: 0px 15px;
  }

  .chapters-details section {
    padding: 0px 15px;
  }

  .back-to-top {
    display: none;
  }

  .chapters-details section blockquote {
    padding: 65px 15px 6px 15px;
    background-position: 15px 20px;
  }

  .chapters-details section>ul {
    padding-left: 0px;
  }

  .chapters-details section p img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .share-section {
    padding: 30px 15px;
  }

  .share-section p {
    font-size: 20px;
  }

  .share-section ul {
    float: left;
  }

  .share-section ul li {
    margin: 0px 10px 0px;
  }

  .share-section ul li a .fa {
    font-size: 20px;
    line-height: 33px;
  }

  .reviews-rating li {
    margin-bottom: 30px;
    width: 50%;
  }

  .about-content {
    margin-top: 0px;
  }

  .guides-posts ul li {
    border-bottom: 1px solid #7FAC40;
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .page-title-bestvpns h1 {
    font-size: 24px;
    line-height: 22px;
    margin: 15px 0px;
  }

  .page-title-bestvpns ul li {
    background-position: left 7px;
  }

  footer .footer-top p {
    text-align: center;
    cursor: pointer;
  }

  footer .footer-top p .fa {
    vertical-align: middle;
    top: -4px;
    position: relative;
  }

  footer .footer-top nav {
    display: none;
  }

  footer .footer-top nav ul {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .vpn-tables .table .table-row .table-column:nth-child(2),
  .vpn-tables .table .t-head:nth-child(2) {
    min-width: 375px;
    width: 375px;
    max-width: 375px;
  }

  .vpn-tables .table .table-row .table-column-n:nth-child(2),
  .vpn-tables .table .t-head-n:nth-child(2) {
    min-width: 375px;
    width: 375px;
    max-width: 375px;
  }

  .vpn-tables .table .table-row .table-column:last-child,
  .vpn-tables .table .t-head:last-child {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
  }

  .vpn-tables .table .table-row .table-column-n:last-child,
  .vpn-tables .table .t-head-n:last-child {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
  }

  .vpn-tables .table .table-row.without-price .table-column:nth-child(2),
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    min-width: 401px;
    width: 401px;
    max-width: 401px;
  }

  .vpn-tables .table .table-row.without-price .table-column-n:nth-child(2),
  .vpn-tables .table .without-price .t-head-n:nth-child(2) {
    min-width: 401px;
    width: 401px;
    max-width: 401px;
  }
}
@media only screen and (max-width: 992px) {
  .vpn-tables .table-head-row {
    display: none;
  }

  .featured_article .featured_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .featured_article .post_content {
    padding: 13px 27px 25px;
  }

  .featured_article .post_author {
    margin-right: 10px;
  }

  .featured_article .post_author,
  .featured_article .post_category,
  .featured_article .date {
    margin-bottom: 5px;
  }

  .featured_article .post_category {
    margin-right: 5px;
  }

  .featured_article .article_header {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured_article .post_content p {
    font-size: 17px;
    line-height: 24px;
  }

  .authors_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .authors_list li {
    margin: 10px;
    padding: 10px 15px;
    border-right: none;
    border-top: 1px solid #E9E9E9;
  }

  .author_thumbnail {
    width: 70px;
    height: 70px;
  }

  .vpn-tables .table .table-column,
  .vpn-tables .table .table-row {
    display: block;
  }

  .vpn-tables .table .table-column-n,
  .vpn-tables .table .table-row {
    display: block;
  }

  .vpn-tables .table .table-row .table-column .external-link .orange-btn {
    padding: 15px 46px;
    margin-bottom: 5px;
  }

  .vpn-tables .table .table-row .table-column-n .external-link .orange-btn {
    padding: 15px 46px;
    margin-bottom: 5px;
  }

  .vpn-tables .table .table-row .table-column {
    width: 100%;
    max-width: 100%;
    border-right: none;
    padding: 0 15px;
  }

  .vpn-tables .table .table-row .table-column-n {
    width: 100%;
    max-width: 100%;
    border-right: none;
    padding: 0 15px;
  }

  .vpn-tables .table .table-row .table-column:last-child,
  .vpn-tables .table .t-head:last-child {
    width: 100%;
    max-width: 100%;
  }

  .vpn-tables .table .table-row .table-column-n:last-child,
  .vpn-tables .table .t-head-n:last-child {
    width: 100%;
    max-width: 100%;
  }

  .vpn-tables .table .table-row .table-column:nth-child(2),
  .vpn-tables .table .t-head:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row .table-column-n:nth-child(2),
  .vpn-tables .table .t-head-n:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row .table-column .features {
    padding-left: 0;
  }

  .vpn-tables .table .table-row .table-column-n .features {
    padding-left: 0;
  }

  .vpn-tables .table .table-row .table-column:first-child {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .vpn-tables .table .table-row .table-column-n:first-child {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .vpn-tables .table .table-row .table-column:last-child {
    padding-bottom: 15px;
  }

  .vpn-tables .table .table-row .table-column-n:last-child {
    padding-bottom: 15px;
  }

  .vpn-tables .table .table-row .table-column:first-child .score-price-holder .score {
    margin-bottom: 15px;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .score-price-holder .score {
    margin-bottom: 15px;
  }

  .vpn-tables .table .table-row .score-price-holder {
    padding-left: 15px;
  }

  .vpn-tables .table .table-row .table-column .features {
    padding-right: 0;
  }

  .vpn-tables .table .table-row .table-column-n .features {
    padding-right: 0;
  }

  .vpn-tables .table .table-row.without-price .score-price-holder {
    padding-top: 33px;
  }

  .vpn-tables.ultimate .table .table-column .mobile-left,
  .vpn-tables.ultimate .table .table-column .score-price-holder {
    float: left;
    width: 50%;
  }

  .vpn-tables.ultimate .table .table-column-n .mobile-left,
  .vpn-tables.ultimate .table .table-column-n .score-price-holder {
    float: left;
    width: 50%;
  }

  .vpn-tables.ultimate .table .table-row:hover .table-column {
    border-right: none;
  }

  .vpn-tables.ultimate .table .table-row:hover .table-column-n {
    border-right: none;
  }

  .vpn-tables .table {
    margin-left: 15px;
    margin-right: 15px;
  }

  .vpn-tables .table {
    -webkit-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .vpn-tables .table .table-row .table-column:first-child .left-mobile,
  .vpn-tables .table .table-row .table-column:first-child .score-price-holder {
    width: 50%;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .left-mobile,
  .vpn-tables .table .table-row .table-column-n:first-child .score-price-holder {
    width: 50%;
  }

  .vpn-tables .table .table-row.without-price .table-column:nth-child(2),
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row.without-price .table-column-n:nth-child(2),
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row.without-price .table-column:nth-child(2),
  .vpn-tables .table .without-price .t-head-n:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables.ultimate {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column:first-child .left-mobile {
    float: left;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .left-mobile {
    float: left;
  }

  .vpn-tables .table .table-row .table-column:first-child .score-price-holder {
    float: left;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .score-price-holder {
    float: left;
  }

  .vpn-tables .table .table-row .table-column:first-child a {
    display: block;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column-n:first-child a {
    display: block;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column .number {
    display: none;
  }

  .vpn-tables .table .table-row .table-column-n .number {
    display: none;
  }

  .vpn-tables .table .table-row .table-column .external-link .orange-btn {
    display: block;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column-n .external-link .orange-btn {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .featured_article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author-info {
     margin: 0px 0px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.author-info:before {
    margin-top: 0;
    top: 0px;
}
  .featured_article .post_thumbnail,
  .featured_article .post_content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .featured_article .post_thumbnail {
    width: 100%;
    min-height: 160px;
  }

  .featured_article .post_category,
  .featured_article .post_author {
    font-size: 13px;
  }

  .featured_article .post_content {
    padding: 13px 15px 25px;
  }

  .featured_article .post_author span {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }

  .featured_article .post_category span {
    width: 35px;
    height: 35px;
  }

  .featured_article .post_thumbnail img {
    /*max-width: 140px;*/
  }

  .featured_article .post_content {
    width: 100%;
    order: 1;
  }

  .featured_articles_slider {
    margin-bottom: 35px;
  }

  .featured_articles_slider .slick-dots {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .category-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-list ul li {
    width: 33.33333%;
    margin: 15px 0;
  }

  .authors_list {
    padding: 25px 20px;
  }

  .authors_list li {
    margin: 10px 5px;
    width: calc(50% - 40px);
    flex: auto;
  }
  .compatibility ul li {
    width: 33.33333%;
  }
   .author-info .autor_right {
    width: 100%;
  }
  .author-info .autor_left {
    width: 100%;
    padding-bottom: 10px;
    display: block;
    border-right: 0;
    padding-top: 35px;
  }
   .author-info .content .description {
    padding: 30px;
  }
  .featured_article .article_header {
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 5px;
  }
  img {
    vertical-align: middle;
    max-width: 100%;
}
.vpn-tables h2 {
  padding-left: 0px;
}
   .hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .category-list ul li {
    width: 50%;
  }

  .guides-posts .guides-item {
    max-width: 100% !important;
  }

  .guides-posts ul li span {
    padding: 0 15px;
  }

  .guides-posts ul li p {
    padding: 0 15px;
  }

  .hero-rating-summary {
    padding: 25px 15px !important;
    padding-bottom: 0px !important;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 369px) {
  .hero-rating-summary li {
    width: 100%;
    float: none;
  }

  .reviews-rating li {
    width: 100%;
  }

  .hero-rating-summary li:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
.tax-authors .category-list.authors a {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {

  .article_new_header .top-article-section .title-article-section .category-title div.mobail{
    padding: 0px;
  }
  .content-guides {
    margin-top: unset !important;
}
  .single-post .article_new_header .top-article-section .title-article-section .category-title div.up-at .mobile {
    width: 100%;
  }


  .single-post .updated-article-section .title-article-section .category-title .cat_meta i {
    margin-right: 15px;
  }

}
.wrap-best-bg {
  background: #EDF4F6;
}
.wrap-best-bg.head {
  font-family: "Arial", sans-serif;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .wrap-best-bg.head {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mw .container {
  max-width: 900px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header nav ul li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .compatibility ul li {
    width: 33.33333%;
  }

  .top-head-section img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .compatibility ul li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 370px) {
  .compatibility ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .guides-articles-list li a .holder-elements {
    padding: 0px 15px 20px 15px;
  }

  .editors-pics ul li a.main-link img {
    width: 100%;
    height: auto;
  }

  .about-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vpn-tables table tr td:first-child a {
    font-size: 15px;
    padding: 5px 10px;
  }

  .vpn-tables table tr td .price span {
    font-size: 20px;
    line-height: 22px;
  }

  .vpn-tables table tr td .score {
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 44px;
  }

  .vpn-tables table tr td .external-link .orange-btn {
    padding: 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .vpn-tables table tr td .external-link .normal-link {
    font-size: 15px;
    padding: 0px 10px;
  }

  .vpn-tables table tr td {
    padding: 12px 10px;
  }

  .page-title-bestvpns ul li {
    background-position: left 3px;
    line-height: 22px;
  }

  .top-review-section .holder-logo-link {
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .review-checked-list {
    padding: 15px;
  }

  .review-checked-list .top-section .recommended ul li,
  .review-checked-list .bottom-section .works-with ul li {
    width: 100%;
    float: none;
  }

  .review-checked-list .top-section .verdict {
    padding-left: 50px;
  }

  .top-review-section {
    margin-bottom: 30px;
  }

  .review-price-article li {
    margin-bottom: 15px;
  }

  .green-rating-section .title-section {
    padding-left: 0px;
  }

  .green-rating-section ul {
    padding-left: 0px;
    width: 66%;
  }

  .green-rating-section ul li {
    margin-bottom: 15px;
  }

  .first-section {
    padding: 15px;
  }

  .repeater-rating section {
    padding: 40px 15px;
  }

  .fixed-menu-rating {
    display: none !important;
  }

  .green-recommended-section .short-summary {
    padding-left: 0px;
    width: 100%;
  }

  .green-rating-section .total-rating-review {
    right: -40px;
  }

  .review-price-article a .description {
    padding-left: 15px;
  }

  .title-article-section .holder-title-article {
    padding: 30px 0px;
  }

  .chapters {
    padding: 15px;
  }

  .chapters ul {
    padding-left: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .chapters-details section {
    padding: 0px 15px;
  }

  .back-to-top {
    display: none;
  }

  .chapters-details section blockquote {
    padding: 65px 15px 6px 15px;
    background-position: 15px 20px;
  }

  .chapters-details section>ul {
    padding-left: 0px;
  }

  .chapters-details section p img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .share-section {
    padding: 30px 15px;
  }

  .share-section p {
    font-size: 20px;
  }

  .share-section ul {
    float: left;
  }

  .share-section ul li {
    margin: 0px 10px 0px;
  }

  .share-section ul li a .fa {
    font-size: 20px;
    line-height: 33px;
  }

  .reviews-rating li {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  header {
    padding-bottom: 8px;
  }

  header nav {
    width: 265px;
    top: 32px;
    display: none;
    background: #ed5159;
    position: absolute;
    right: 0px;
    z-index: 999;
  }

  header nav:before {
    content: "";
    top: -40px;
    width: 110px;
    height: 40px;
    background: #ed5159;
    position: absolute;
    right: 0px;
  }

  header nav.active {
    display: block;
  }

  header nav ul {
    text-align: left;
    padding-left: 15px;
  }

  header nav ul li {
    margin-left: 0px;
    float: left;
    width: 100%;
  }

  header nav ul li a {
    color: #fff;
    text-align: left;
  }

  .mobile-menu {
    display: block;
    margin-top: 10px;
  }

  .breadcrumb {
    padding: 9px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    padding-left: 30px;
  }

  .category-list ul li {
    padding: 10px 20px;
  }

  header .logo img {
    margin-left: 0;
    width: 225px;
    height: 40px;
  }

  .top-review-section .btn {
    margin-top: 40px;
  }

  .top-head-section img {
    margin-left: 0;
  }

  .hero-rating-summary {
    width: 100%;
  }

  .top-head-section h1,
  .top-head-section ul {
    padding-left: 15px;
  }

  .top-head-section a {
    margin-left: 15px;
  }

  .reviews-rating li a span {
    right: 10px;
  }

  .guides-posts ul li img {
    width: 100%;
    height: auto;
  }

  .editors-pics {
    margin-bottom: 0px;
  }

  .editors-pics ul li a.main-link {
    margin-bottom: 115px;
  }

  .editors-pics ul li {
    margin-bottom: 0px;
  }

  .review-category {
    padding: 38px 15px;
  }

  footer .logo-socials ul li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 767px) {
  .reviews-rating li {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .title-article-section .holder-title-article ul {
    padding-left: 0;
  }

  .second-editor ul {
    padding-left: 0;
  }

  .page-template-best-vpns .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .top-review-section .btn {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .vpn-tables.ultimate {
    margin: 0 12px;
  }

  .top-head-section h1 {
    margin-top: 7px;
  }

  .guides-articles-list li:last-child {
    margin-bottom: 0;
  }

  .guides-posts .guides-item-content {
    text-align: center;
  }

  .guides-posts ul li span {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  .guides-posts ul li p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    margin-bottom: 30px;
  }

  .guides-articles .all-articles {
    margin-top: 60px;
  }

  .top-head-section ul {
    margin-bottom: 24px;
    max-width: 250px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .top-head-section a {
    margin-bottom: 7px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    max-width: 205px;
  }

  .top-head-section img {
    display: none;
  }

  .top-review-section .holder-logo-link .title-link {
    margin-bottom: 40px;
  }

  header .logo {
    margin-left: 0px;
  }

  .mobile-menu {
    margin-top: 4px;
  }

  .hero-rating-summary {
    max-width: 100%;
  }

  header .logo img {
    margin: 0px;
    max-width: 100%;
    position: absolute;
    top: 5px;
    max-height: 30px;
  }

  .compatibility {
    padding-left: 0;
  }

  .review-checked-list .top-section .recommended ul li {
    width: 25%;
    margin-bottom: 0;
  }

  .vpn-tables table tr td:nth-child(2) {
    width: auto;
  }

  .vpn-tables table tr td {
    border-right: 0;
  }

  .top-head-section {
    padding-left: 15px;
    text-align: center;
    padding: 16px 15px 17px;
  }

  .pick-category ul li {
    border-bottom: 1px solid #555555;
  }

  .vpn-reviews {
    padding: 30px 15px;
  }

  .guides-posts {
    margin-bottom: 30px;
    padding: 30px 15px;
  }

  .guides-posts .guides-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }

  .editors-pics ul li a.main-link .description span {
    padding-left: 100px;
  }

  .editors-pics ul li a.main-link {
    margin-bottom: 115px;
  }

  .editors-pics {
    margin-bottom: 30px;
    padding: 0px 15px;
  }

  .editors-pics ul li {
    margin-bottom: 5px;
  }

  .editors-pics ul li:last-child {
    margin-bottom: 30px;
  }

  .editors-pics ul li a.main-link img {
    width: 100%;
    height: auto;
  }

  .vpn-reviews p,
  .editors-pics p.title-section,
  .guides-articles p.title-section,
  .guides-posts p,
  .price-review-section p.title-section {
    font-size: 18px;
  }

  .guides-articles,
  .price-review-section,
  .review-price-article a .description {
    padding: 0px 15px;
  }

  .guides-articles-list li a .holder-elements {
    padding: 0px 15px 20px 15px;
  }

  .top-review-section .holder-logo-link {
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .review-checked-list {
    padding: 15px;
    margin: 0;
  }

  .review-checked-list .top-section div:first-of-type,
  .review-checked-list .top-section div:last-of-type,
  .review-checked-list .bottom-section div:first-of-type,
  .review-checked-list .bottom-section div:last-of-type {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    border-right: none;
    padding-left: 0px;
  }

  .review-checked-list .rating-score {
    top: 0px;
    left: 0px;
    position: relative;
    margin-bottom: 20px;
    line-height: 11px;
    padding-top: 33px;
  }

  .top-review-section {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }

  .price-review-section p.title-section {
    margin-bottom: 15px;
  }

  .review-price-article li {
    margin-bottom: 15px;
  }

  .green-rating-section .title-section {
    padding-left: 0px;
    text-align: center;
  }

  .green-rating-section ul {
    padding-left: 0px;
    text-align: center;
  }

  .green-recommended-section .title-section {
    text-align: left;
  }

  .green-rating-section ul li {
    margin: 0px 20px 24px;
  }

  .green-recommended-section .short-summary {
    width: 100%;
    padding-left: 0px;
  }

  .green-rating-section .total-rating-review {
    position: relative;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 363px;
    background: url('../img/logo_bg.svg');
    background-size: 100%;
    margin: 0 auto 30px;
  }

  .first-section,
  .repeater-rating section {
    padding: 15px 15px;
  }

  .repeater-rating .section-title span {
    right: 0px;
  }

  .like,
  .dislike {
    padding-left: 15px;
  }

  .section-description {
    padding-right: 0px;
  }

  .section-description table tr td,
  .section-description table {
    width: 100% !important;
  }

  .our-rating span {
    position: relative;
    right: 0px;
    top: 0px;
    width: 260px;
    height: 314px;
    background: url('../img/logo_bg.svg');
    background-size: 100%;
    margin-bottom: 30px;
    padding-top: 84px;
  }

  .fixed-menu-rating {
    display: none !important;
  }

  .review-category {
    padding: 30px 15px;
  }

  .review-category .list-cat ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .page-template-best-vpn-reviews .page-title-blue img {
    display: none;
  }

  .page-template-best-vpn-reviews .page-title-blue,
  .page-title-orange,
  .page-template-about .page-title-blue,
  .page-title-blue {
    padding: 30px 15px;
  }

  .guides-articles-list {
    top: 0px;
    padding: 0px 15px;
  }

  .category-list {
    top: 0px;
    text-align: left;
  }

  .category-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .category-list ul li {
    border: none;
    display: block;
    padding: 0px;
    padding-left: 15px;
  }

  .category-list ul li a {
    font-size: 12px;
  }

  .about-content .about-text-content {
    padding: 30px 15px;
  }

  .about-content .about-text-content img {
    width: 100%;
    margin: 15px 0px;
  }

  .reviews-rating,
  .page-title-bestvpns {
    padding: 0px 20px;
  }

  .page-title-bestvpns ul li {
    line-height: 24px;
    font-size: 14px;
  }

  .second-editor {
    padding: 30px 0px;
  }

  .vpn-tables table {
    width: 90%;
    margin: 0 auto;
  }

  .vpn-tables table tr {
    margin-bottom: 20px;
  }

  .vpn-tables table tr td {
    text-align: center;
    float: left;
    width: 100%;
  }

  .vpn-tables table tr:nth-child(2) td {
    border-top: none;
    border-bottom: none;
  }

  .chapters {
    padding: 15px;
  }

  .chapters ul {
    padding-left: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .chapters-details section {
    padding: 0px 15px;
  }

  .chapters-details section {
    padding: 0px 15px;
  }

  .back-to-top {
    display: none;
  }

  .chapters-details section blockquote {
    padding: 65px 15px 6px 15px;
    background-position: 15px 20px;
  }

  .chapters-details section>ul {
    padding-left: 0px;
  }

  .chapters-details section p img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .share-section {
    padding: 30px 15px;
  }

  .share-section p {
    font-size: 20px;
  }

  .share-section ul {
    float: left;
  }

  .share-section ul li {
    margin: 0px 10px 0px;
  }

  .share-section ul li a .fa {
    font-size: 20px;
    line-height: 33px;
  }

  .reviews-rating li {
    margin-bottom: 30px;
    width: 50%;
  }

  .about-content {
    margin-top: 0px;
  }

  .guides-posts ul li {
    border-bottom: 1px solid #7FAC40;
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .page-title-bestvpns h1 {
    font-size: 24px;
    line-height: 22px;
    margin: 15px 0px;
  }

  .page-title-bestvpns ul li {
    background-position: left 7px;
  }

  footer .footer-top p {
    text-align: center;
    cursor: pointer;
  }

  footer .footer-top p .fa {
    vertical-align: middle;
    top: -4px;
    position: relative;
  }

  footer .footer-top nav {
    display: none;
  }

  footer .footer-top nav ul {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .vpn-tables .table .table-row .table-column:nth-child(2),
  .vpn-tables .table .t-head:nth-child(2) {
    min-width: 375px;
    width: 375px;
    max-width: 375px;
  }

  .vpn-tables .table .table-row .table-column-n:nth-child(2),
  .vpn-tables .table .t-head-n:nth-child(2) {
    min-width: 375px;
    width: 375px;
    max-width: 375px;
  }

  .vpn-tables .table .table-row .table-column:last-child,
  .vpn-tables .table .t-head:last-child {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
  }

  .vpn-tables .table .table-row .table-column-n:last-child,
  .vpn-tables .table .t-head-n:last-child {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
  }

  .vpn-tables .table .table-row.without-price .table-column:nth-child(2),
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    min-width: 401px;
    width: 401px;
    max-width: 401px;
  }

  .vpn-tables .table .table-row.without-price .table-column-n:nth-child(2),
  .vpn-tables .table .without-price .t-head-n:nth-child(2) {
    min-width: 401px;
    width: 401px;
    max-width: 401px;
  }
}
@media only screen and (max-width: 992px) {
  .vpn-tables .table {
    /*margin-left: 15px;
    margin-right: 15px;*/
    padding: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .vpn-tables .table-head-row {
    display: none;
  }

  .featured_article .featured_title {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .featured_article .post_content {
    padding: 13px 27px 25px;
  }

  .featured_article .post_author {
    margin-right: 10px;
  }

  .featured_article .post_author,
  .featured_article .post_category,
  .featured_article .date {
    margin-bottom: 5px;
    order: 1;
  }

  .featured_article .post_category {
    margin-right: 5px;
  }

  .featured_article .article_header {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured_article .post_content p {
    font-size: 17px;
    line-height: 24px;
  }

  .authors_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .authors_list li {
    margin: 10px;
    padding: 10px 15px;
    border-right: none;
    border-top: 1px solid #E9E9E9;
  }

  .author_thumbnail {
    width: 70px;
    height: 70px;
  }

  .vpn-tables .table .table-column,
  .vpn-tables .table .table-row {
    display: block;
  }

  .vpn-tables .table .table-column-n,
  .vpn-tables .table .table-row {
    display: block;
  }

  .vpn-tables .table .table-row .table-column .external-link .orange-btn {
    padding: 15px 46px;
    margin-bottom: 5px;
  }

  .vpn-tables .table .table-row .table-column-n .external-link .orange-btn {
    padding: 15px 46px;
    margin-bottom: 5px;
  }

  .vpn-tables .table .table-row .table-column {
    width: 100%;
    max-width: 100%;
    border-right: none;
    padding: 0 15px;
  }

  .vpn-tables .table .table-row .table-column-n {
    width: 100%;
    max-width: 100%;
    border-right: none;
    padding: 0 15px;
  }

  .vpn-tables .table .table-row .table-column:last-child,
  .vpn-tables .table .t-head:last-child {
    width: 100%;
    max-width: 100%;
  }

  .vpn-tables .table .table-row .table-column-n:last-child,
  .vpn-tables .table .t-head-n:last-child {
    width: 100%;
    max-width: 100%;
  }

  .vpn-tables .table .table-row .table-column:nth-child(2),
  .vpn-tables .table .t-head:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row .table-column-n:nth-child(2),
  .vpn-tables .table .t-head-n:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row .table-column .features {
    padding-left: 0;
  }

  .vpn-tables .table .table-row .table-column-n .features {
    padding-left: 0;
  }

  .vpn-tables .table .table-row .table-column:first-child {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .vpn-tables .table .table-row .table-column-n:first-child {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .vpn-tables .table .table-row .table-column:last-child {
    padding-bottom: 15px;
  }

  .vpn-tables .table .table-row .table-column-n:last-child {
    padding-bottom: 15px;
  }

  .vpn-tables .table .table-row .table-column:first-child .score-price-holder .score {
    margin-bottom: 15px;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .score-price-holder .score {
    margin-bottom: 15px;
  }

  .vpn-tables .table .table-row .score-price-holder {
    padding-left: 15px;
  }

  .vpn-tables .table .table-row .table-column .features {
    padding-right: 0;
  }

  .vpn-tables .table .table-row .table-column-n .features {
    padding-right: 0;
  }

  .vpn-tables .table .table-row.without-price .score-price-holder {
    padding-top: 33px;
  }

  .vpn-tables.ultimate .table .table-column .mobile-left,
  .vpn-tables.ultimate .table .table-column .score-price-holder {
    float: left;
    width: 50%;
  }

  .vpn-tables.ultimate .table .table-column-n .mobile-left,
  .vpn-tables.ultimate .table .table-column-n .score-price-holder {
    float: left;
    width: 50%;
  }

  .vpn-tables.ultimate .table .table-row:hover .table-column {
    border-right: none;
  }

  .vpn-tables.ultimate .table .table-row:hover .table-column-n {
    border-right: none;
  }

  .vpn-tables .table {
    margin-left: 15px;
    margin-right: 15px;
  }

  .vpn-tables .table {
    -webkit-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .vpn-tables .table .table-row .table-column:first-child .left-mobile,
  .vpn-tables .table .table-row .table-column:first-child .score-price-holder {
    width: 50%;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .left-mobile,
  .vpn-tables .table .table-row .table-column-n:first-child .score-price-holder {
    width: 50%;
  }

  .vpn-tables .table .table-row.without-price .table-column:nth-child(2),
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row.without-price .table-column-n:nth-child(2),
  .vpn-tables .table .without-price .t-head:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables .table .table-row.without-price .table-column:nth-child(2),
  .vpn-tables .table .without-price .t-head-n:nth-child(2) {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .vpn-tables.ultimate {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column:first-child .left-mobile {
    float: left;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .left-mobile {
    float: left;
  }

  .vpn-tables .table .table-row .table-column:first-child .score-price-holder {
    float: left;
  }

  .vpn-tables .table .table-row .table-column-n:first-child .score-price-holder {
    float: left;
  }

  .vpn-tables .table .table-row .table-column:first-child a {
    display: block;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column-n:first-child a {
    display: block;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column .number {
    display: none;
  }

  .vpn-tables .table .table-row .table-column-n .number {
    display: none;
  }

  .vpn-tables .table .table-row .table-column .external-link .orange-btn {
    display: block;
    width: 100%;
  }

  .vpn-tables .table .table-row .table-column-n .external-link .orange-btn {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .featured_article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .featured_article .post_thumbnail,
  .featured_article .post_content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .featured_article .post_thumbnail {
    width: 100%;
    min-height: 160px;
  }

  .featured_article .post_category {
    font-size: 13px;
    order: 2;
    padding-top: 10px;
  }

  .featured_article .post_author {
    font-size: 13px;
    order: 1;
  }

  .featured_article .post_content {
    padding: 13px 15px 0px;
  }

  .featured_article .post_author span {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }

  .featured_article .post_category span {
    width: 50px;
    height: 50px;
  }

  .featured_article .post_thumbnail img {
    /*max-width: 140px; */
  }

  .featured_article .post_content {
    width: 100%;
  }

  .featured_articles_slider {
    margin-bottom: 35px;
  }

  .featured_articles_slider .slick-dots {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .category-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-list ul li {
    width: 33.33333%;
    margin: 15px 0;
    display: flex;
  }

  .authors_list {
    padding: 25px 20px;
  }

  .authors_list li {
    margin: 10px 5px;
    width: calc(50% - 40px);
    flex: auto;
  }
}
@media only screen and (max-width: 480px) {
  .category-list ul li {
    width: 38%;
    justify-content: left;
    margin: 0 auto;
  }

  .guides-posts .guides-item {
    max-width: 100% !important;
  }

  .guides-posts ul li span {
    padding: 0 15px;
  }

  .guides-posts ul li p {
    padding: 0 15px;
  }

  .hero-rating-summary {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 380px) {
  .category-list ul li {
    width: 43%;
    justify-content: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 340px) {
  .category-list ul li {
    width: 45%;
    justify-content: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 369px) {
  .hero-rating-summary li {
    width: 100%;
    float: none;
  }

  .reviews-rating li {
    width: 100%;
  }

  .hero-rating-summary li:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.disclaimer {
  margin-top: 20px;
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
}
.disclaimer:before {
  background-image: url(../../../img/disclosure-info.png);
  background-repeat: no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  display: block;
  top: 9px;
  left: 5px;
}
.disclaimer p {
  font-size: 17px;
  line-height: 26px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
.disclaimer a {
  font-size: 14px;
  line-height: 32px;
  color: #0066FF;
  font-family: "Arial", sans-serif;
  text-decoration: underline;
}
.chapters {
  max-width: 286px;
  float: left;
  z-index: 9;
  top: -125px;
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
}
@media (max-width: 700px) {
  .chapters {
    width: 100%;
    max-width: 100%;
    box-shadow: inherit;
  }
}
.chapters .disclaimer {
  padding-left: 0px;
}
.chapters .disclaimer:before {
  background-image: url('../../../img/disclosure-info.png');
  background-repeat: no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  display: block;
  top: 6px;
  left: 5px;
}
.chapters .chapters__inner {
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(136, 143, 161, 0.2);
  border-radius: 5px;
  padding: 34px 20px 20px 30px;
}
.chapters .chapters__inner p {
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
  padding: 0;
}
.chapters .chapters__inner ul li {
  margin: 0;
}
.chapters .chapters__inner ul li a {
  font-size: 15px;
  line-height: 32px;
  color: #0066FF;
  font-family: "Arial", sans-serif;
}
.title-article-section {
  background-color: transparent;
}
.article_new_header {
  margin: 0 auto;
}
.article_new_header .top-article-section {
  padding-bottom: 12px;
}

.article_new_header .top-article-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-size: 100%;
  background-repeat: repeat;
  background-size: cover;
}
.article_new_header .top-article-section .title-article-section {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .article_new_header .top-article-section .title-article-section {
    margin-top: 0px;
  }
}
.article_new_header .top-article-section .title-article-section .holder-title-article h1 {
  text-align: left;
  margin: 0 0 10px 10px;
  font-size: 45px;
  line-height: 48px;
  font-family: "Arial", sans-serif;
  color: #0b0b0b;
}
@media (max-width: 600px) {
  .article_new_header .top-article-section .title-article-section .holder-title-article h1 {
    line-height: 32px;
    font-size: 30px;
    margin-bottom: 0;
  }
}
.article_new_header .top-article-section .title-article-section .holder-title-article p {
  font-size: 18px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
.article_new_header .top-article-section .title-article-section .category-title {
  justify-content: flex-start;
}
.article_new_header .top-article-section .title-article-section .category-title .category {
  padding-left: 0px
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .article_new_header .top-article-section .title-article-section .category-title .category {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .article_new_header .top-article-section .title-article-section .category-title .comment {
    width: 50%;
    float: left;
  }

  .article_new_header .top-article-section .title-article-section .category-title .auth {
    width: 50%;
    float: left;
  }

  .article_new_header .top-article-section .title-article-section .holder-title-article h1 {
    margin: 0px;
  }

  .article_new_header .top-article-section .title-article-section .category-title {

    justify-content: flex-start;
  }

  .title-article-section-holder {
    background: #fff;
    padding-top: 10px;
  }
}
.article_new_header .top-article-section .title-article-section .category-title div {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 30px;
}
.article_new_header .top-article-section .title-article-section .category-title div:nth-child(2n) {
  padding-left: 0px;
}
.article_new_header .top-article-section .title-article-section .category-title div:last-of-type {
  border: none;
}
.article_new_header .top-article-section .title-article-section .category-title div.last-comm:last-of-type {
  margin-left: 00px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .article_new_header .top-article-section .title-article-section .category-title div.last-comm:last-of-type {
    margin-left: 0px;
  }

.article_new_header .top-article-section .title-article-section .category-title div.item.up-at {
    padding-left: 0px !important;
}
}
.article_new_header .top-article-section .title-article-section .category-title div.up-at .mobile {
  margin: 0;
  padding: 0;
}
.article_new_header .top-article-section .title-article-section .category-title div .cat_meta {
  font-size: 15px;
  font-family: "Arial", sans-serif;
  color: #404040;
  ;
  line-height: 32px;
}
.article_new_header .top-article-section .title-article-section .holder-title-article p {
  font-size: 15px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  /*.cat_meta{margin-top:5px;*/
}
.article_new_header .top-article-section .title-article-section .category-title div .cat_meta {
  margin-bottom: 0px;
  line-height: 16px;
}

}
.article_new_header .top-article-section .title-article-section .category-title div .cat_meta.author i {
  border: none;
  width: 45px;
  height: 45px;
  border: 1px solid #404040;
}
.article_new_header .top-article-section .title-article-section .category-title div .comment-sections {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article_new_header .top-article-section .title-article-section .category-title div .comment-sections .value-wrapper {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  background-color: #404040;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
}
.article_new_header .top-article-section .title-article-section .category-title div .comment-sections .value-wrapper:after {
  display: none;
}
.article_new_header .top-article-section .title-article-section .category-title div .comment-sections span {
  font-size: 15px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
}
@media (max-width: 600px) {
  .article_new_header .top-article-section .title-article-section .category-title div {
    margin: 0;
    margin-bottom: 0px;
    border: 0;
    padding: 0;
  }
  .article_new_header .top-article-section .title-article-section .category-title div:nth-child(2n) {
    padding-left: 0px;
  }
  .article_new_header .top-article-section .title-article-section .category-title div:last-of-type {
    border: none;
    margin-left: 0px;
  }
  .article_new_header .top-article-section .title-article-section .category-title div:last-of-type .comment-sections {
    margin: 0;
  }
}
.title-article-section-holder .social-items {
  position: absolute;
  z-index: 99;
  margin-left: -15px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .title-article-section-holder .social-items {
    position: relative;
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}
.title-article-section-holder .social-items ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.title-article-section-holder .social-items ul li {
  background-color: #ED5159;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .title-article-section-holder .social-items ul li {
    display: inline-block;
  }
}
.title-article-section-holder .social-items ul li a {
  width: 25px;
  height: 25px;
  display: block;
}
.title-article-section-holder .social-items ul li a i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,
  -50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.title-article-section-holder .title-article-section .holder-title-article p {
  font-size: 19.5px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
}

.vpn-tables .table-head-row {
  border: 0;
}
.vpn-tables .table-row-link {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 30px 60px rgba(136,
  143,
  161,
  0.3);
  border-radius: 5px;
  border: 0;
  transition: 0.3s all ease-out;
}
.vpn-tables .table-row-link:hover {
  box-shadow: 0px 30px 60px rgba(136,
  143,
  161,
  0.5);
}
.vpn-tables .table-row-link .table-row {
  border: 0;
}
.vpn-tables .table-row-link:nth-child(2) .table-row {
  border: 0;
}
.vpn-tables .table-row-link .table-column-n {
  justify-content: center;
}
.vpn-tables .table-row-link .table-column-n .left-mobile .number {
  font-size: 18px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
  color: #FFFFFF;
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vpn-tables .table-row-link .table-column-n .score-price-holder.hidden-md.hidden-lg {
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .vpn-tables .table-row-link .table-column-n .score-price-holder.hidden-md.hidden-lg {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
.vpn-tables .table-row-link .table-column-n:first-of-type {
  border: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .article_new_header .top-article-section .title-article-section .category-title div{
    padding-left: 0px !important;
  }

  .new .article_new_header .top-article-section .container .title-article-section .category-title {
    justify-content: left;
    width: 100%;
    padding-bottom: 20px;
}

  .article_new_header .top-article-section .title-article-section .category-title div.categ:last-of-type {
    padding: 0px 20px;
}
  .updated-article-section .title-article-section .category-title .item {
    padding-left: 15px !important;
    padding-right: 15px !important;

  }
  .updated-article-section .title-article-section .category-title .item:nth-child(2) {
    padding-left: 0px !important;
  }
  .article_new_header .top-article-section .title-article-section .category-title .item.last-comm {
    width:auto;
  }
  .article_new_header .top-article-section .title-article-section .category-title .item.up-at {
    width:auto;
  }
  .article_new_header .top-article-section .title-article-section .category-title .item.category {
    width:auto;
    padding-left: 0px !important;
  }
  .article_new_header .top-article-section .title-article-section .category-title {
    display: flex;
    flex-wrap: wrap;
  }
  .article_new_header .top-article-section .title-article-section .holder-title-article h1 {
    margin: 0px;
    padding-left: 0;
    font-size: 20px;
  }
  .vpn-tables .table-row-link .table-column-n:first-of-type .left-mobile {
    float: left;
  }
  .vpn-tables .table-row-link .table-column-n:first-of-type .left-mobile img {
    margin-bottom: 10px;
  }
}
.vpn-tables .table-row-link .table-column-n:nth-child(2) {
  border: 0;
}
.vpn-tables .table-row-link .table-column-n:nth-child(3) {
  border: 0;
}
.vpn-tables .table-row-link .table-column-n:nth-child(4) {
  border: 0;
}
.vpn-tables .table-row-link .table-column-n .features {
  font-family: "Arial",
  sans-serif;
  border-left: 1px solid rgba(223,
  223,
  223,
  0.5);
}
@media only screen and (max-width: 992px) {
  .vpn-tables .table-row-link .table-column-n .features {
    border: 0;
    margin-bottom: 15px;
  }
}
.vpn-tables .table-row-link .table-column-n .features ul {
  margin: 0;
}
.vpn-tables .table-row-link .table-column-n .features ul li {
  font-size: 15px;
  line-height: 32px;
  color: #383838;
  padding-left: 27px;
  background: url('../../../img/checked-green-2.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Arial",
  sans-serif;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .vpn-tables .table-row-link .table-column-n .features ul {
    display: block;
  }
}
.vpn-tables .table-row-link .table-column-n .price i {
  font-family: "Arial",
  sans-serif;
}
.vpn-tables .table-row-link .table-column-n .price span {
  font-family: "Arial",
  sans-serif;
  color: #ED5159;
}
.vpn-tables .table-row-link .table-column-n .price p {
  font-family: "Arial",
  sans-serif;
}
.vpn-tables .table-row-link .table-column-n.score-d {
  justify-content: flex-start;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .vpn-tables .table-row-link .table-column-n.score-d {
    position: absolute;
    right: -20px;
    top: 13px;
  }
}
.vpn-tables .table-row-link .table-column-n .score {
  width: 91px;
  height: 110px;
  border: 3px solid #EDF4F6;
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  line-height: 62px;
  background: #EDF4F6;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -24px;
}
@media only screen and (min-width: 992px) and (max-width: 5000px) {
  .vpn-tables .table-row-link .table-column-n .score {
    margin-top: 0;
    position: absolute;
    top: -10px;
  }
}
.vpn-tables .table-row-link .table-column-n .score:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #E0E8EB;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0px;
  top: -5px;
  transform: rotate(90deg);
  left: -15px;
}
.vpn-tables .table-row-link .table-column-n .score .score__content {
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
}
.vpn-tables .table-row-link .table-column-n .score .score__content span {
  font-size: 10px;
  line-height: 32px;
  color: #9C9C9D;
  font-family: "Arial",
  sans-serif;
  text-transform: uppercase;
  position: relative;
  bottom: -10px;
}
.vpn-tables .table-row-link .table-column-n .external-link .red-btn {
  display: inline-block;
  background-color: #ED5159;
  float: none;
  font-size: 15px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Arial",
  sans-serif;
  border-radius: 5px;
  padding: 6px 40px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .vpn-tables .table-row-link .table-column-n .external-link .red-btn {
    padding: 6px 10px;
  }
}
.vpn-tables .table-row-link .table-column-n .external-link .red-btn:hover {
  text-decoration: none;
  background-color: #C64148;
}
.vpn-tables .table-row-link .table-column-n .external-link .normal-link {
  font-size: 15px;
  line-height: 32px;
  color: #0066FF;
  font-family: "Arial",
  sans-serif;
}
.social-items-share i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.red-btn {
  display: inline-block;
  background-color: #ED5159;
  float: none;
  font-size: 15px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Arial",
  sans-serif;
  border-radius: 5px;
  padding: 6px 45px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.red-btn:hover {
  text-decoration: none;
  background-color: #C64148;
  color: #fff;
}
.red-btn.bottom {
  margin-top: 20px;
  margin-left: 30px;
}
table.redTable {
  border: 2px solid #A40808;
  background-color: #EEEAE8;
  max-width: 150px;
  text-align: center;
  border-collapse: collapse;
}
table.redTable td,
table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable tbody td {
  font-size: 13px;
}
table.redTable thead {
  background: #A40808;
}
table.redTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
table.redTable thead th:first-child {
  border-left: none;
}
table.redTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #A40808;
}
table.redTable tfoot td {
  font-size: 13px;
}
table.redTable tfoot .links {
  text-align: right;
}
table.redTable tfoot .links a {
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}
.page-template-best-vpns {
  background-color: #fff;
}
.page-template-best-vpns * {
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns p {
  font-size: 18px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns p strong,
.page-template-best-vpns p b {
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns h2,
.page-template-best-vpns h3,
.page-template-best-vpns h4 {
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns .top_vpn_title {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
  padding-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-best-vpns .top_vpn_title {
    padding-left: 30px;
  }
}
.page-template-best-vpns .vpn-tables .table-head-row {
  border: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 30px 60px rgba(136,
  143,
  161,
  0.3);
  border-radius: 5px;
  border: 0;
  transition: 0.3s all ease-out;
}
.page-template-best-vpns .vpn-tables .table-row-link:hover {
  box-shadow: 0px 30px 60px rgba(136,
  143,
  161,
  0.5);
}
.page-template-best-vpns .vpn-tables .table-row-link .table-row {
  border: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link:nth-child(2) .table-row {
  border: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column {
  justify-content: center;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column.score-d {
  justify-content: flex-start;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .left-mobile .number {
  font-size: 18px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
  color: #FFFFFF;
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .score-price-holder.hidden-md.hidden-lg {
  padding: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column:first-of-type {
  border: 0;
}
@media only screen and (min-width: 370px) and (max-width: 767px) {
  .page-template-best-vpns .vpn-tables .table-row-link .table-column:first-of-type .left-mobile img {
    margin-bottom: 10px;
  }
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column:nth-child(2) {
  border: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column:nth-child(3) {
  border: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column:nth-child(4) {
  border: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .features {
  font-family: "Arial",
  sans-serif;
  border-left: 1px solid #DFDFDF;
}
@media only screen and (max-width: 992px) {
  .page-template-best-vpns .vpn-tables .table-row-link .table-column .features {
    border: 0;
    margin-bottom: 15px;
  }
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .features ul {
  margin: 0;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .features ul li {
  font-size: 15px;
  line-height: 32px;
  color: #383838;
  padding-left: 27px;
  background: url('../../../img/checked-green-2.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Arial",
  sans-serif;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .page-template-best-vpns .vpn-tables .table-row-link .table-column .features ul {
    display: block;
  }
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .price i {
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .price span {
  font-family: "Arial",
  sans-serif;
  color: #ED5159;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .price p {
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .score {
  width: 91px;
  height: 110px;
  border: 3px solid #EDF4F6;
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  line-height: 62px;
  background: #EDF4F6;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -23px;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .score:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #E0E8EB;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0px;
  top: -5px;
  transform: rotate(90deg);
  left: -15px;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .score .score__content {
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .score .score__content span {
  font-size: 10px;
  line-height: 32px;
  color: #9C9C9D;
  font-family: "Arial",
  sans-serif;
  text-transform: uppercase;
  position: relative;
  bottom: -10px;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .score .score__content p {
  font-size: 28px;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .external-link .red-btn {
  display: inline-block;
  background-color: #ED5159;
  float: none;
  font-size: 15px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Arial",
  sans-serif;
  border-radius: 5px;
  padding: 6px 45px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .external-link .red-btn:hover {
  text-decoration: none;
  background-color: #C64148;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-best-vpns .vpn-tables .table-row-link .table-column .external-link .red-btn {
    padding: 6px 10px;
  }
}
.page-template-best-vpns .vpn-tables .table-row-link .table-column .external-link .normal-link {
  font-size: 15px;
  line-height: 32px;
  color: #0066FF;
  font-family: "Arial",
  sans-serif;
}
.benefits_margin {
  border: 19px solid #ffffff;
  border-radius: 0px 5px 5px 5px;
}
.benefits_margin .benefits_wrapper {
  margin: 0;
}
.benefits_wrapper {
  border: 1px solid #ECECEC;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  border-top: 10px solid #EDF4F6;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper {
    display: block;
  }
}
.benefits_wrapper .rating {
  position: absolute;
  left: -46px;
  top: 0px;
  width: 64px;
  height: 64px;
  background: url('../../../img/Rectangle.png');
  background-size: 58px 70px;
  background-repeat: no-repeat;
  background-position: center;
  color: #404040;
  padding-top: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Arial",
  sans-serif;
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
  .benefits_wrapper .rating {
    top: 30px;
    left: inherit;
    right: 33px;
  }
}
.benefits_wrapper .bf_left {
  border-right: 1px solid #ECECEC;
  width: 50%;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper .bf_left {
    width: 100%;
  }
}
.benefits_wrapper .bf_left .head_details {
  padding-left: 20px;
  padding-top: 15px;
  height: 100px;
  margin-bottom: 10px;
}
.benefits_wrapper .bf_left .head_details p {
  font-size: 22px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper .bf_left .head_details p {
    margin: 0;
  }
}
.benefits_wrapper .bf_left .head_details p span {
  font-family: "Arial",
  sans-serif;
}
.benefits_wrapper .bf_left .head_details .top_head {
  font-size: 17px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
}
.benefits_wrapper .bf_left .head_details-av {
  display: none;
  padding-left: 20px;
  padding-top: 15px;
  height: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper .bf_left .head_details-av {
    display: block;
  }
}
.benefits_wrapper .bf_left .head_details-av p {
  font-size: 16px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
  color: #3F454D;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper .bf_left .head_details-av p {
    margin: 0;
  }
}
.benefits_wrapper .bf_left .head_details-av .compatibility {
  padding-bottom: 0px;
  border-bottom: 0;
  margin-bottom: 0px;
  padding-left: 0px;
}
.benefits_wrapper .bf_left .head_details-av .compatibility ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.benefits_wrapper .bf_left .head_details-av .compatibility ul li {
  padding-right: 15px;
  margin-right: 10px;
  width: 18px;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}
.benefits_wrapper .bf_left .head_details-av .compatibility ul li i {
  width: 16px;
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.benefits_wrapper .bf_left .head_details-av .compatibility ul li i:before {
  position: relative;
}
.benefits_wrapper .bf_left .head_c {
  background: #DFF7F2;
}
.benefits_wrapper .bf_left .head_c p {
  font-size: 16px;
  line-height: 32px;
  color: #2BC5AA;
  font-family: "Arial",
  sans-serif;
  padding-left: 20px;
}
.benefits_wrapper .bf_left .pro_items ul {
  margin-left: 20px;
}
.benefits_wrapper .bf_left .pro_items ul li {
  font-size: 13px;
  line-height: 32px;
  color: #383838;
  padding-left: 27px;
  background: url('../../../img/checked-green-2.svg');
  background-size: 13px 10px;
  background-repeat: no-repeat;
  font-family: "Arial",
  sans-serif;
  margin: 0;
  background-position: 0 12px;
}
.benefits_wrapper .bf_left .pro_items ul li p {
  font-size: 17px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
  color: #383838;
  margin: 0;
}
.benefits_wrapper .bf_right {
  width: 50%;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper .bf_right {
    width: 100%;
  }
}
.benefits_wrapper .bf_right .head_details {
  padding-left: 20px;
  padding-top: 15px;
  height: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .benefits_wrapper .bf_right .head_details {
    display: none;
  }
}
.benefits_wrapper .bf_right .head_details p {
  font-size: 17px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
  color: #3F454D;
}
.benefits_wrapper .bf_right .head_details .compatibility {
  padding-bottom: 0px;
  border-bottom: 0;
  margin-bottom: 0px;
  padding-left: 0px;
}
.benefits_wrapper .bf_right .head_details .compatibility ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.benefits_wrapper .bf_right .head_details .compatibility ul li {
  padding-right: 15px;
  margin-right: 10px;
  width: 18px;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}
.benefits_wrapper .bf_right .head_details .compatibility ul li i {
  width: 16px;
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.benefits_wrapper .bf_right .head_details .compatibility ul li i:before {
  position: relative;
}
.benefits_wrapper .bf_right .head_c {
  background: #FDECED;
}
.benefits_wrapper .bf_right .head_c p {
  font-size: 16px;
  line-height: 32px;
  color: #ED5159;
  font-family: "Arial",
  sans-serif;
  padding-left: 20px;
}
.benefits_wrapper .bf_right .cons_items ul {
  margin-left: 20px;
}
.benefits_wrapper .bf_right .cons_items ul li {
  font-size: 15px;
  color: #383838;
  padding-left: 27px;
  background: url('../../../img/false-red.svg');
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: 0 12px;
  font-family: "Arial",
  sans-serif;
  margin: 0;
}
.benefits_wrapper .bf_right .cons_items ul li p {
  font-size: 17px;
  line-height: 32px;
  font-family: "Arial",
  sans-serif;
  color: #383838;
  margin: 0;
}
.comments-title {
  font-size: 26px;
  padding-left: 10px;
}
ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
ol.comment-list .comment-body {
  margin: 20px;
}
ol.comment-list li.comment {
  padding: 1em;
}
ol.comment-list li.comment div.vcard {
  font-size: 16px;
}
ol.comment-list li.comment div.vcard .fn {
  font-size: 22px;
}
ol.comment-list li.comment div.vcard img.avatar {
  margin: 0 20px 0px 0px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
ol.comment-list li.comment div.comment-meta {
  font-size: 15px;
}
ol.comment-list li.comment div.comment-meta a {
  color: #ccc;
}
ol.comment-list li.comment p {
  font-size: 18px;
}
ol.comment-list li.comment ul {
  font-size: 18px;
  list-style: none;
  margin: 0 0 0 20px;
}
ol.comment-list li.comment div.reply {
  font-size: 18px;
}
ol.comment-list li.comment div.reply a {
  font-weight: bold;
  color: #ED5159;
}
ol.comment-list li.comment ul.children {
  list-style: none;
  margin: 12px;
  text-indent: 0;
}
ol.comment-list li.even {
  background: #fff;
}
ol.comment-list li.odd {
  background: #fff;
}
#respond {
  padding: 20px;
}
#respond .required {
  color: red;
}
#respond label {
  display: block;
  font-size: 16px;
  font-family: "Arial",
  sans-serif;
  padding: 5px 0px;
}
#respond input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,
  0,
  0,
  0.075);
  box-shadow: inset 0 1px 1px rgba(0,
  0,
  0,
  0.075);
  -webkit-transition: border-color ease-in-out .15s,
  -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,
  box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
  box-shadow ease-in-out .15s;
}
#respond .comment-form-comment {
  width: 50%;
}
#respond .comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,
  0,
  0,
  0.075);
  box-shadow: inset 0 1px 1px rgba(0,
  0,
  0,
  0.075);
  -webkit-transition: border-color ease-in-out .15s,
  -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,
  box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
  box-shadow ease-in-out .15s;
}
#respond .comment-form-comment {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #respond .comment-form-comment {
    width: 100%;
  }
}
#respond .comment-form-comment textarea {
  width: 80%;
}
#respond .comment-form-author {
  width: 50%;
  float: left;
  height: 140px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #respond .comment-form-author {
    width: 100%;
  }
}
#respond .comment-form-author input,
#respond .comment-form-author label {
  width: 80%;
}
#respond .comment-form-email {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #respond .comment-form-email {
    width: 100%;
  }
}
#respond .comment-form-email input,
#respond .comment-form-email label {
  width: 80%;
}
#respond .comment-form-url {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #respond .comment-form-url {
    width: 100%;
  }
}
#respond .comment-form-url input,
#respond .comment-form-url label {
  width: 80%;
}
#respond #submit {
  display: inline-block;
  background-color: #ED5159;
  float: none;
  font-size: 15px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Arial",
  sans-serif;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
  max-width: 180px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.new .article_new_header {
  max-width: 100%;
}
.new .article_new_header .top-article-section {
  background: #EDF4F6 !important;
  padding-bottom: 35px;
}
.new .article_new_header .top-article-section:before {
  content: none;
}
.new .article_new_header .top-article-section .container .title-article-section {
  margin-top: 0px;
}

.new .article_new_header .top-article-section .container .title-article-section .holder-title-article .item a,
.new .article_new_header .top-article-section .container .title-article-section .holder-title-article .item span {
  color: #404040 !important;
}
.new .article_new_header .top-article-section .container .title-article-section .holder-title-article .item .value-wrapper {
  background-color: #404040;
  color: #fff;
}
.new .article_new_header .top-article-section .container .title-article-section .holder-title-article .item i {
  border: 1px solid #404040;
}
.page-template-best-vpn-reviews .page-title-blue h1 {
  margin-left: -15px;
}
.new .article_new_header .top-article-section .container .title-article-section .holder-title-article h1 {
  text-transform: unset;
}
@media screen and (min-width: 991px) {
  .new .updated-article-section .container {
    width: 900px;
  }
  .new-alignment {
    padding-left: 22px;
  }
  .category .page-title-category {
    padding-left: 40px;
  }
}
@media screen and (min-width: 767px) {
  .single-reviews .featured_article .post_author span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single-reviews .left_c {
    padding-left: 27px;
    width: 49%;
  }
  .single-reviews .hero-rating-summary {
    background: #068CA3;
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 35px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .single-reviews .container-resized {
    width: 1085px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .single-reviews header .logo img {
    margin-left: 0;
    left: 0;
  }
}
.single-reviews .top-review-section .holder-logo-link .title-link h1 {
  font-weight: 700;
  letter-spacing: -0.1px;
  position: relative;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: "Arial",
  sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}
.single-reviews .custom_author {
  display: block;
  background: transparent;
}
.single-reviews .custom_author .post_author {
  color: #fff;
}
.new_chapters_section .disclaimer {
  margin-left: 10px;
}
.new_chapters_section .new_chapters_section__inner {
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(136,
  143,
  161,
  0.2);
  border-radius: 5px;
  padding: 32px 20px 20px 17px;
}
.new_chapters_section .new_chapters_section__inner p {
  font-size: 28px;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  .new_chapters_section .new_chapters_section__inner p {
    text-align: center;
  }
}
.new_chapters_section .new_chapters_section__inner ul {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1025px) {
  .new_chapters_section .new_chapters_section__inner ul {
    display: none;
    text-align: center;
  }
}
.new_chapters_section .new_chapters_section__inner ul li {
  width: 50%;
  display: inline-block;
}
.new_chapters_section .new_chapters_section__inner ul li a {
  font-size: 15px;
  line-height: 32px;
  color: #0066FF;
  font-family: "Arial",
  sans-serif;
}
.new .chapters-details section {
  background: transparent;
}
.gdpr-section {
  padding-bottom: 10px !important;
}
.search__gdpr {
  padding-bottom: 50px;
}
.search__gdpr h3 {
  font-size: 28px !important;
  line-height: 32px;
  color: #3F454D;
  font-family: "Arial",
  sans-serif;
  padding: 0;
}
.search__gdpr--head {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(136,
  143,
  161,
  0.2);
  border-radius: 5px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.search__gdpr--head .search__group {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .search__group {
    display: block;
  }
}
.search__gdpr--head .search__group .search-all {
  max-width: 250px;
  border: 2px solid #293740;
  height: 35px;
  padding-left: 20px;
  margin-right: 5px;
  background: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .search__group .search-all {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.search__gdpr--head .search__group .search-organization {
  max-width: 250px;
  border: 2px solid #293740;
  height: 35px;
  padding-left: 20px;
  margin-right: 5px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .search__group .search-organization {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.search__gdpr--head .search__group .priceFiltersAsc {
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  display: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .search__group .priceFiltersAsc {
    margin-left: 0;
  }
}
.search__gdpr--head .search__group .priceFiltersAsc i {
  right: -15px;
  top: 11px;
  position: absolute;
  font-style: normal;
}
.search__gdpr--head .search__group .priceFiltersDesc {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .search__group .priceFiltersDesc {
    margin-left: 0;
    margin-right: 30px;
  }
}
.search__gdpr--head .search__group .priceFiltersDesc i {
  right: -15px;
  top: 2px;
  position: absolute;
  font-style: normal;
}
.search__gdpr--head .search__group .dateFiltersAsc {
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  display: none;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .search__group .dateFiltersAsc {
    margin-left: 0;
  }
}
.search__gdpr--head .search__group .dateFiltersAsc i {
  right: -15px;
  top: 11px;
  position: absolute;
  font-style: normal;
}
.search__gdpr--head .dateFiltersDesc {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search__gdpr--head .dateFiltersDesc {
    margin-left: 0;
  }
  .article_new_header .top-article-section .title-article-section .category-title div {
    padding: 0 20px;
}
.article_new_header .top-article-section .title-article-section .category-title div:last-of-type{
  padding-left: 0px !important;
}

}
.search__gdpr--head .dateFiltersDesc i {
  right: -15px;
  top: 2px;
  position: absolute;
  font-style: normal;
}
.search__gdpr #content__wrapper {
  margin-bottom: 50px;
}
.search__gdpr .item {
  display: none;
  padding-bottom: 50px;
  border-bottom: 5px solid #EDF4F6;
  margin-bottom: 50px;
}
.search__gdpr .item b,
.search__gdpr .item strong {
  font-family: "Arial",
  sans-serif;
}
.search__gdpr .item p {
  font-size: 19.5px;
  font-family: "Arial",
  sans-serif;
  color: #404040;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
}
.search__gdpr .item p span {
  font-weight: bold;
  font-family: "Arial",
  sans-serif;
}
.search__gdpr .item img {
  width: 65px;
  height: 65px;
}
.search__gdpr .item .summary {
  margin-top: 30px;
}
.search__gdpr .item .summary .head {
  float: left;
  padding-right: 5px;
  font-weight: bold;
  font-family: "Arial",
  sans-serif;
}
.loadmore {
  width: 200px;
  margin: 0 auto;
  border: 0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ed5159;
}
.loadmore.loadmore-all {
  margin-left: 50px;
}
.dashboard__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 2px solid #dedee2;
  padding: 20px;
}

.dashboard__wrapper--left,
.dashboard__wrapper--right {
  width: 100%;
}
.dashboard__wrapper--left .head,
.dashboard__wrapper--right .head {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #1c3171;
  font-family: "Arial",
  sans-serif;
}
.dashboard__wrapper--left .number,
.dashboard__wrapper--right .number {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  font-weight: 806;
  font-family: "Arial",
  sans-serif;
  color: #000;
}
.dashboard__wrapper--left .number.m-b-50,
.dashboard__wrapper--right .number.m-b-50 {
  margin-bottom: 25px;
}
.dashboard__wrapper--left .subhead,
.dashboard__wrapper--right .subhead {
  font-weight: 600;
  font-size: 15px;
  font-family: "Arial",
  sans-serif;
  margin: 0;
  color: #1c3171;
  max-width: 75%;
  line-height: inherit;
  margin-top: 5px;
}
.dashboard__wrapper--left .subhead span,
.dashboard__wrapper--right .subhead span {
  font-weight: 600;
  font-family: "Arial",
  sans-serif;
  font-size: 15px;
  margin: 0;
  color: #000;
  max-width: 80%;
  line-height: inherit;
  margin-top: 5px;
}
.stats__wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.stats__wrapper--left {
  border: 2px solid #dedee2;
  padding: 20px;
  width: 100%;
  margin-right: 15px;
  /*width:250px;  or whatever width you want. */
  min-height:400px;
  /* or whatever width you want. */
  display: inline-block;
}
.stats__wrapper--left .head {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "Arial",
  sans-serif;
}
.stats__wrapper--left .subhead {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #1c3171;
  line-height: inherit;
}
.stats__wrapper--left .data-recent {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.stats__wrapper--left .data-recent th {
  text-align: right;
  color: grey;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial",
  sans-serif;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 20px;
}
.stats__wrapper--left .data-recent th:first-of-type {
  text-align: left;
  padding-left: 10px;
}
.stats__wrapper--left .data-recent th:last-of-type {
  padding-right: 0;
}
.stats__wrapper--left .data-recent tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: right;
  font-weight: 600;
  font-family: "Arial",
  sans-serif;
  font-size: 14px;
  padding-right: 20px;
}
.stats__wrapper--left .data-recent tr td:first-of-type {
  text-align: left;
  padding-left: 10px;
  color: grey;
}
.stats__wrapper--left .data-recent tr td:last-of-type {
  padding-right: 0;
}
.stats__wrapper--left .data-recent tr:nth-child(odd) {
  background: #f4f6f8;
}
.stats__wrapper--right {
  border: 2px solid #dedee2;
  padding: 20px;
  width: 100%;
  margin-left: 15px;
  min-height:400px;
  /* or whatever width you want. */
  display: inline-block;
}
.stats__wrapper--right .head {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "Arial",
  sans-serif;
}
.stats__wrapper--right .subhead {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #1c3171;
  line-height: inherit;
}
.stats__wrapper--right .data-fines {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.stats__wrapper--right .data-fines tr {
  border-bottom: 1px solid #cbdbbe;
  border-top: 1px solid #cbdbbe;
}
.stats__wrapper--right .data-fines tr td {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1c3171;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-weight: 600;
}
.stats__wrapper--right .data-fines tr td img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.stats__wrapper--right .data-fines tr td:last-of-type {
  text-align: right;
  font-weight: bold;
  font-family: "Arial",
  sans-serif;
  color: #000;
}
.wrap-drop {
  cursor: pointer;
  max-width: 225px;
  padding: 5px;
  position: relative;
  border: 2px solid #293740;
  padding-left: 20px;
  background: #fff;
  margin-bottom: 20px;
  width: 200px;
}
.wrap-drop::after {
  border-color: #000 transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}
.wrap-drop .drop {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,
  0,
  0,
  0.2);
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 34px;
}
.wrap-drop .drop li {
  text-align: center;
}
.wrap-drop .drop li a {
  color: #695d52;
  display: block;
  text-decoration: none;
}
.wrap-drop .drop li a img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.wrap-drop .drop li a span {
  display: none;
}
.wrap-drop span {
  color: #928579;
}
.wrap-drop .drop li:hover a {
  background-color: #695d52;
  color: #e7ded5;
}
.wrap-drop.active::after {
  border-width: 0 10px 10px;
}
.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.country-list {
  list-style: none;
}
.country-list .c-list li {
  display: inline-block;
  margin: 5px;
  border: 3px solid #fff;
}
.country-list .c-list li a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.country-list .c-list li a span {
  display: none;
}
.country-list .c-list li.active {
  border: 3px solid #ED5159;
  border-radius: 50%;
}
.page-template-page__GDPR .wrap-best-bg.head {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-hub .guides-articles-list {
  top: 0;
  padding-top: 50px;
  padding-bottom: 0px;
}
.page-hub .second-editor ul li:before {
  top: 6px;
}
.page-template-homepage .guides-articles-list li:nth-child(4) .holder-img-guide,
.page-template-homepage .guides-articles-list li:nth-child(5) .holder-img-guide,
.page-template-homepage .guides-articles-list li:nth-child(6) .holder-img-guide,
.page-template-homepage .guides-articles-list li:nth-child(7) .holder-img-guide,
.page-template-homepage .guides-articles-list li:nth-child(8) .holder-img-guide,
.page-template-homepage .guides-articles-list li:nth-child(9) .holder-img-guide {
  display: block !important;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
   .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .guides-articles-list {
    top: 0px;
    padding: 0px 15px;
    margin-top: -10px;
  }
   .guides-articles-list li {
    margin-bottom: 30px;
    padding: 0px !important;
  }
  .chapters-details {
    clear: both;
    padding: 0px;
    margin: -16px;
  }
  .hero-rating-summary li {
    width: 35% !important;
    float: left;
    margin-bottom: 15px !important;
    position: relative;
    padding-left: 29px !important;
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
   .visible-xs-block {
    display: block !important;
  }

  .article_new_header .top-article-section .title-article-section .category-title div.item.com {
    padding-left: 0px !important;
}
  span.cat_meta span {
    display: none;
}
  .title-article-section .holder-title-article {
    padding: 0px 0px 0px;
}
.article_new_header .top-article-section {
    padding-bottom: 20px;
}
  .new .article_new_header .top-article-section {
     padding-bottom: 0px;
    margin-bottom: 30px;
}
.article_new_header .top-article-section .title-article-section {
    margin-top: 0px;
}
.reviews-rating .center-review-rating {
    width: 100%;
    max-width: 100%;
    }
  header .logo img {
    left: 15px;
  }
  .breadcrumb li.home a {
     padding-left: 0px;
}
   .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .new .article_new_header .top-article-section .container .title-article-section .holder-title-article h1 {
    text-align: left;
  }
    .dashboard__wrapper {
    display: block;
  }
  .dashboard__wrapper--left .number.mobile-20,
  .dashboard__wrapper--right .number.mobile-20 {
    margin-bottom: 15px;
  }
  .dashboard__wrapper--left .number.m-b-50,
  .dashboard__wrapper--right .number.m-b-50 {
    margin-bottom: 20px;
  }
  .stats__wrapper--right {
    margin-left: 0px;
    margin-text-outline: 15px;
  }
  .stats__wrapper--left {
    margin-right: 0px;
  }
  .stats__wrapper {
    display: block;
  }
  .dashboard__wrapper--left {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 450px) {
  .stats__wrapper--left .data-recent tr td {
    width: 100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .updated-article-section .title-article-section .category-title .item {
    padding-left: 10px !important;
    padding-right: 15px !important;
    margin-bottom: 10px !important;
  }
  .article_new_header .top-article-section .title-article-section .category-title div{
    padding: 0px 15px;
  }

.article_new_header .top-article-section .title-article-section .category-title div.categ:last-of-type{
  padding: 0px;
}
.updated-article-section .title-article-section .category-title .cat_meta i {
    margin-right: 15px;
}
.chapters-details section h2 {
    font-size: 20px;
    }
    .chapters-details section h2 {
    font-size: 20px;
}
.article_new_header .top-article-section .title-article-section .category-title div .comment-sections span {
    font-size: 13px;
    }
       div .cat_meta:first-child{
    	padding-left: 0px;
    }

.article_new_header .top-article-section .title-article-section .holder-title-article p {
    font-size: 13px;
}
.article_new_header .top-article-section .title-article-section .category-title div .cat_meta {
    font-size: 13px;
    padding-left: 0px;
}
.page-template-page__GDPR .wrap-best-bg.head h1 {
    font-size: 18px;
    }
.new .article_new_header .top-article-section .container .title-article-section .category-title {
    justify-content: left;
   padding-bottom: 10px;
}
.chapters-details section h3 {
    font-size: 20px;
    }

.chapters-details section p {
    font-size: 19.5px;
    line-height: 32px;
}
    .chapters-details section p {
    font-size: 19.5px;
    line-height: 32px;
}
.article_new_header .top-article-section .title-article-section .category-title .auth {
    margin-bottom: 0px;
}

  .article_new_header .top-article-section .title-article-section .category-title .item.up-at {
    width: auto !important;
  }
  .article_new_header .top-article-section .title-article-section .holder-title-article .category p {
    padding-left: 0;
  }

}

/*# sourceMappingURL=style.css.map */
