@font-face {
  font-family: "fontregular";
  src: url("wp-content/themes/generictheme/template/fonts/poppins/poppins-regular.woff2") format("woff2"),
    url("wp-content/themes/generictheme/template/fonts/poppins/poppins-regular.woff") format("woff"),
    url("../fonts/poppins/poppins-regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "fontbold";
  src: url("wp-content/themes/generictheme/template/fonts/poppins/poppins-bold.woff2") format("woff2"),
    url("wp-content/themes/generictheme/template/fonts/poppins/poppins-bold.woff") format("woff"),
    url("../fonts/poppins/poppins-bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mb-3.max-w-\[80\%\] {
  display: none;
}

.font-regular {
  font-family: "fontregular", Verdana !important;
}

.font-bold {
  font-family: "fontbold", Verdana !important;
}

select,
input {
  box-shadow: none;
}

/* CMS Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.br-8 {
  border-radius: 8px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wp-caption {
  background: #eee;
  border-top: 5px solid #eee;
  text-align: center;
  max-width: 100%;
  margin-top: 23px;
  margin-bottom: 23px;
}

.wp-caption-text {
  background: #eee;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
  line-height: normal;
}


/* ======== Skeleton Start ========= */
/* 
.wa-left-toc-title .placeholder {
  height: 36px;
}

#toc .placeholder {
  height: 33px;
}

.scrollspy-example .placeholder {
  height: 90px;
}

.placeholder {
  display: inline-block;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .35;
  border-radius: 0 4px 4px 0;
  height: 12px;
  margin-bottom: 10px;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
  max-width: 0;
  transition: .2s ease;
  border-radius: 8px;
  padding: 0;
}

.btn:hover::before {
  opacity: 1;
  max-width: 100%;
  transition: .2s ease;
}


.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .2em;
}

.placeholder-lg {
  min-height: 1.2em;
}


.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, (1 - .2)) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
} */

/* ======== Skeleton End ========= */

/* ========== GENERIC CSS START ========== */

body {
  position: relative;
  font-family: "fontregular", Verdana;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: var(--black);
  font-size: 18px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: "fontbold", Verdana;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 22px;
}

p {
  font-size: 18px;
  line-height: 26px;
  color: var(--black);
}

a {
  color: var(--blue);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*word-break: break-all;*/
}

a:hover {
  color: var(--dark-blue);
  transition: 0.4s ease-in-out;
}

a:focus,
button:focus {
  box-shadow: none !important;
}

select::placeholder,
input::placeholder {
  color: #999 !important;
}

select:focus,
input:focus {
  box-shadow: none !important;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

embed,
iframe,
object,
video,
.twitter-tweet {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

table,
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-bottom: 1px solid var(--grey);
  font-size: 14px;
}

table + hr {
	display:none
}
/* .btn:not(#wa-homepage-search-button):not(.btn-search-icon):not(.back-to-top) {
  min-width: 100px !important;
  position: relative;
} */
.subscribe-form .btn-site{
	min-width: 100px !important;
}

table td,
table th {
  padding: 0.75rem;
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #c1c1c1;
  background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #c1c1c1;
  background: #c1c1c1;
}

.back-to-top,
.back-to-top:hover,
.back-to-top:focus {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 25px;
  min-width: 32px !important;
  line-height: 32px;
  text-align: center;
  height: 32px;
  background-color: var(--blue);
  color: white;
  border: 1px solid white;
  font-size: 0;
  text-align: center;
  z-index: 9999999999;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: 0;
  border-radius: 5px;
  padding: 0 !important;
}

.back-to-top i {
  font-size: 20px;
  line-height: 32px;
}
#wa-homepage-search-button.btn-site{
	white-space: nowrap;
}
.btn-site {
  display: inline-block;
  background: var(--blue);
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  color: white;
  border-radius: 8px;
  padding: 10px;
}

.btn-site.btn-sm {
  padding: 5px 30px;
}

.p-content .btn-sc {
  color: #fff;
  background: #ef6128 !important;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  font-size: 18px;
  min-width: 220px;
  padding: 0.625rem 1.25rem;
  margin: 0 0 10px 0;
  white-space: normal;
  border: 0;
  overflow: hidden;
}
a.btn.btn-sc {
    background: #f24400 !important;
}

.p-content a.btn-sc:hover {
  color: white;
  /*   box-shadow: 0 10px 10px -10px #000;
  -webkit-transform: scale(1.05);
  transform: scale(1.05); */
}

.sc-deal-box small,
.sc-cta-box small {
  display: block;
  margin-top: 8px;
}

.btn-site:hover,
.btn-site:focus,
.btn-site:active {
  /*   box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); */
  color: white;
}

.btn-site.orange {
  background: var(--orange);
  border-color: var(--orange);
}

.btn-site.orange:hover {
  background: var(--dark-orange);
}

.btn-outline-site {
  color: var(--blue);
  border-color: var(--blue);
}

.btn-outline-site:hover {
  color: #fff;
  background-color: var(--blue);
}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active:focus {
  background-color: #f24400;
  color: #fff;
}

.pros-cons-box,
.pros-cons-main {
  margin: 20px 0;
}

.pros-cons-box ul,
.pros-cons-main ul,
.ra-box ul,
.pros-cons-box ol,
.pros-cons-main ol,
.ra-box ol {
  padding-left: 0 !important;
  margin-bottom: 0;
  list-style: none;
}

.pros-cons-box ul li,
.pros-cons-main ul li,
.pros-cons-box ol li,
.pros-cons-main ol li {
  border-top: 1px solid #d6d6d6;
  padding: 10px 15px 10px 25px;
  position: relative;
  margin-bottom: 0;
}

.pros li::before,
.cons li::before {
  content: "\f067";
  font-weight: 500;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  position: absolute;
  left: 0;
  background: #00c771;
  color: white;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  top: 14px;
}

.cons li::before {
  background: #fa434e;
  content: "\f068";
}

/* ======== HEADER CSS START =========== */

.btn-search-icon {
  width: 42px;
  height: 38px;
  margin-left: 5px;
}

.btn-search-icon:hover {
  background-color: #f7f7f7;
}

.btn-search-icon:focus {
  outline: 0;
  box-shadow: none;
  color: black;
  background-color: #f7f7f7;
}

.site-search {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  color: #fff;
  z-index: 1100;
}

.site-search .btn-site {
  border-radius: 0 0.3rem 0.3rem 0;
}

.site-hdr {
  background-color: white;
  border-bottom: 1px solid var(--grey);
}

a.site-logo {
  width: 180px;
  height: 45px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: #fff;
  background: url("wp-content/themes/generictheme/template/img/site-logo-text.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



.site-hdr .navbar {
  min-height: 65px;
  position: relative;
  padding: 0;
}

.site-hdr .navbar-nav li a,
.site-hdr .navbar-nav li a:hover,
.site-hdr .navbar-nav li a:focus {
  display: inline-block;
  padding: 10px;
  color: var(--black);
  text-decoration: none;
  font-size: 15px;
}

.site-hdr .dropdown:hover .dropdown-menu {
  display: block;
}

.site-hdr .dropdown-menu {
  min-width: 240px;
}

.site-hdr .dropdown-menu li a,
.site-hdr .dropdown-menu li a:hover,
.site-hdr .dropdown-menu li a:focus {
  display: block;
  width: 100%;
  padding: 5px;
}

.site-hdr .dropdown-menu li a:hover {
  background: var(--blue);
  color: #fff;
}

.site-hdr .navbar-nav li.menu-item-has-children:hover>.dropdown-menu {
  display: block;
  margin-top: -5px;
}

/* mobile navigation sub menu css start */

.site-hdr .navbar-nav>li.menu-item>a+.menu-dd-icon {
  min-width: 8px;
}

.site-hdr .navbar-nav li a+.menu-dd-icon {
  font-size: 13px;
  transform: rotate(0deg);
  position: relative;
  top: -2px;
}

.site-hdr .navbar-nav>li:not(:last-child) {
  margin-right: 8px;
}

.site-hdr .navbar-nav li.menu-item-has-children .menu-dd-icon,
.site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon,
.site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon {
  display: inline-block;
}

.site-hdr .navbar-nav li .menu-dd-icon,
.site-hdr .navbar-nav li ul.dropdown-menu li .menu-dd-icon,
.site-hdr .navbar-nav li ul.dropdown-menu li .menu-dd-icon+ul.dropdown-menu li .menu-dd-icon,
.site-hdr .navbar-nav li ul.dropdown-menu li .menu-dd-icon+ul.dropdown-menu li .menu-dd-icon+ul.dropdown-menu li .menu-dd-icon {
  display: none;
}

.site-hdr .navbar-nav li .dropdown-menu a {
  max-width: 210px;
  margin: 0 auto;
  display: inline-block;
}

.site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon {
  color: var(--black);
}

/* mobile navigation sub menu css end */

.site-hdr .navbar-nav li.menu-item-has-children {
  position: relative;
}

.site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li {
  margin-bottom: 0;
  text-align: center;
}

.site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li a {
  padding-bottom: 5px;
  font-size: 15px;
  text-align: left;
}

.site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li>a::after {
  transform: rotate(-90deg);
}

.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.site-hdr .navbar-nav li.menu-item-has-children:last-child ul.dropdown-menu {
  right: 0;
  left: auto;
}

.site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-menu {
  position: absolute;
  top: 10px;
  left: -100%;
  margin-left: 0;
  right: auto;
}

.site-hdr .site-nav .navbar-nav>li>a,
.site-ftr-nav li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}

.site-ftr-nav li a {
  color: var(--dark-grey);
}

.site-hdr .site-nav .navbar-nav>li>a:before,
.site-ftr-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: var(--dark-grey);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.site-hdr .site-nav .navbar-nav>li>a:hover:before,
.site-hdr .site-nav .navbar-nav>li>a:focus:before,
.site-hdr .site-nav .navbar-nav>li>a:active:before,
.site-ftr-nav li a:hover:before,
.site-ftr-nav li a:focus:before,
.site-ftr-nav li a:active:before {
  left: 0;
  right: 0;
}




/* ======== HEADER CSS END =========== */

/* ======== FOOTER CSS START =========== */

.site-footer {
  background-color: white;
  position: relative;
  z-index: 1050;
  flex: 0 0 50px;
}

.site-footer a.site-logo {
  background-position: left;
  height: 60px;
}

.site-ftr-nav li:not(:last-child) {
  margin: 0 0 7px 0;
}

.copyright {
  padding: 12px 0;
  font-size: 14px;
}

.copyright-inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logos-ul .footer-logos-li .footer-logo.logo1 {
  background: url("wp-content/themes/generictheme/template/img/footer-logo1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.footer-logos-ul .footer-logos-li .footer-logo.logo2 {
  background: url("wp-content/themes/generictheme/template/img/footer-logo2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.footer-logos-ul .footer-logos-li .footer-logo.logo3 {
  background: url("wp-content/themes/generictheme/template/img/footer-logo3.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.footer-logos-ul .footer-logos-li .footer-logo.logo4 {
  background: url("wp-content/themes/generictheme/template/img/footer-logo4.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.footer-logos-ul .footer-logos-li .footer-logo.logo5 {
  background: url("wp-content/themes/generictheme/template/img/footer-logo5.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.footer-logos-ul>li {
  display: inline-block;
  margin: 0 40px 0 40px;
}

.newsletter-div {
  width: 560px;
  max-width: 100%;
  border: 1px solid var(--grey);
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 13px auto;
  padding: 10px;
}

.footer-newsletter-wrapper .container {
  border-top: 1px solid var(--grey);
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsletter-div>input {
  border: 0;
  padding: 0 7px;
}

.ftr-menu-ul {
  column-count: 2;
}

/* ======== FOOTER CSS END =========== */


/* ======= BREADCRUMB CSS START ========= */

.wa-site-breadcrumb a {
  color: var(--grey);
  text-decoration: none;
}

.wa-site-breadcrumb .breadcrumb-item {
  font-size: 14px;
}

.wa-site-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--grey);
}

.wa-site-breadcrumb .breadcrumb-item.active {
  color: var(--blue);
}

/* ======= BREADCRUMB CSS END ========= */

.byline {
  color: var(--dark-grey);
  font-size: 14px;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 20px;
}

.p-top {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 30px;
}

.meta-dtl-icon {
  color: var(--grey);
  font-size: 20px;
  width: 20px;
}

ul.meta-dtl>li {
  display: inline-block;
  font-size: 14px;
}

ul.meta-dtl>li:not(:last-child) {
  margin-right: 15px;
}

/* =========== SOCIAL ICONS CSS START ========= */

.wa-social-ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.wa-social-li a {
  background: var(--blue);
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: inline-flex;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.wa-social-li a i {
  font-size: 16px;
}

.wa-social-ul>li:not(:last-child) {
  margin-right: 8px;
}

.wa-social-li a:hover {
  background: var(--dark-blue);
}

/* =========== SOCIAL ICONS CSS END ========= */


/* =========== FAQS CSS START ========= */
.faqs-panel {
  margin-bottom: 16px;
}

.faqs-panel+hr {
  display: none;
}

.faqs-card {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 35px 0 0;
  border-bottom: 1px solid var(--grey);
}

.faqs-card h3,
.faqs-card h5,
.faqs-card-title {
  padding: 15px 0;
  font-size: 18px;
  font-family: 'fontbold';
  font-weight: 500;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  cursor: pointer;
  margin-bottom: 0;
}

.faqs-card h5:before,
.faqs-card h3:before,
.faqs-card h5.collapsed:before,
.faqs-card h3.collapsed:before,
.faqs-card-title:before,
.faqs-card-title.collapsed:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
  color: var(--blue);
  font-size: 22px;
}

.faqs-card h5:before,
.faqs-card h3:before,
.faqs-card-title:before {
  content: "\f077";
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}

/* =========== FAQS CSS END ========= */

/* ======== VPN REVIEW RATING CSS START ========= */
.vpn-rr-main {
  margin: 15px 0;
}

.vpn-rr-main .progress-bar {
  transform: inherit;
  margin: 0;
  background: #3d9302 !important;
  display: inherit;
}

.vpn-rr-head .progress-rating {
  font-weight: bold;
}

.progress-rating .progress {
  height: 8px;
  width: 70px;
  margin: 0 5px;
  border-radius: 20px;
  background-color: rgb(220, 220, 220);
}

.vpn-rr-head .progress-rating .progress {
  height: 10px;
  width: 100px;
}

.progress-rating {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vpn-rr-inr {
  border: 1px solid #e3dddc;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 15px;
  margin: 15px 0 0 0;
}

.vpn-rr-inr>p {
  color: #d4360f;
}

.overall-rating-list .rating-label {
  margin-bottom: 0;
}

.overall-rating-list .rating-label,
.overall-rating-list .rating-score {
  font-size: 16px;
}

.overall-rating-list li .progress-rating {
  margin-left: 10px;
}

.overall-rating-list li:nth-child(odd) {
  margin-right: 9px;
  padding-right: 19px;
}

.overall-rating-list li {
  display: inline-flex;
  width: 49%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.rating-score {
  white-space: nowrap;
  min-width: 59px;
  display: flex;
  justify-content: flex-end;
}

.overall-rating-list .rating-score {
  font-size: 17px;
  margin-left: 5px;
  font-weight: bold;
}

.progress.low .progress-bar {
  background: #ed2020 !important;
}

.progress.medium .progress-bar {
  background: orange !important;
}

/* ======== VPN REVIEW RATING CSS END ========= */


.best-vpn-row {
  align-items: stretch;
  border: 1px solid var(--grey);
  border-radius: 8px;
  margin-bottom: 26px;
  margin-top: 26px;
}

.vpn-rating {
  font-size: 40px;
  font-weight: 700;
}

.best-vpn-col:nth-child(3) {
  border-left: 1px solid var(--grey);
  border-right: 1px solid var(--grey);
}

.best-vpn-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
}

.best-vpn-ul {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 20px 0 0;
}

.p-content .best-vpn-ul>li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}

.best-vpn-ul>li::after {
  content: '';
  background-image: url("wp-content/themes/generictheme/template/img/tick-img.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
  height: 10px;
  width: 10px;
}

.best-vpn-row .best-vpn-col:first-child::after {
  display: none !important;
}

.best-vpn-row:first-child .best-vpn-col:first-child::before {
  display: none !important;
}

.best-vpn-col:nth-child(3) {
  border: 0 !important;
}

.best-vpn-col:nth-child(2) {
  border-left: 1px solid var(--grey) !important;
  border-right: 1px solid var(--grey) !important;
}

.tp-col {
  border-top: 1px solid var(--grey);
  padding: 20px 15px;
}

.btn-link.green {
  color: #8f8f8f;
  border-bottom: 1px dashed var(--grey);
  padding: 0;
  text-decoration: none;
  border-radius: 0;
  background: none;
  margin-top: 8px;
}

.review-star {
  position: relative;
  display: inline-block;
  min-width: 125px;
  text-align: left;
}

.review-result-wrapper {
  font-size: 0;
}

.review-result-wrapper i {
  font-size: 1.125rem;
  padding: 0 2px;
}

.review-result-wrapper i {
  opacity: .3;
}

.review-result {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.review-result-wrapper .review-result i {
  opacity: 1
}

/* ===== HOW TO SCHEMA CSS START ====== */

.howto_section {
  background: #f0f5fb;
  border-radius: 15px;
  border: 1px solid #b8cbe2;
  padding: 15px;
  margin: 20px 0;
}

.howto_heading {
  display: flex;
  margin-bottom: 15px;
}

.howto_heading h2 {
  margin-bottom: 0;
}

.howto_icon {
  background: #006EE6;
  color: white;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 20px;
  text-align: center;
  padding: 1px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.howto_totaltime {
  display: inline-block;
  font-size: 15px;
  color: #5d5d5d;
  min-width: 64px;
  text-align: right;
  padding-top: 10px;
  margin-left: 10px;
}

.howto_totaltime i {
  margin-right: 3px;
  min-width: 15px
}

.howto_ol>br,
.howto_ol>.howto_tool,
.howto_supply {
  display: none;
}

.howto_ol {
  counter-reset: item;
  padding-left: 12px;
}

.howto_ol>li {
  counter-increment: item;
  padding-left: 28px;
}

.howto_ol>li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  content: counter(item) ".";
  color: #002358;
}

.howto_step {
  position: relative;
}

.howto_heading_text {
  display: inline-flex;
}

.howto_step>img {
  width: 600px;
  display: block;
  margin: 15px auto;
}

/* ===== HOW TO SCHEMA CSS END ====== */

/* ===== IMDB SHORTCODE CSS START ====== */

.movie-imdb {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  border: 0.5px solid #dedede;
}

.movie-imdb>.collapse {
  display: block;
}

/* #imdb_more_details.collapsing {
    height: auto !important;
} */
#imdb_more_details {
  /*     height:281px !important; */
  overflow: auto;
}

#imdb_more_details.collapsing {
  /*     height:281px !important; */
}

.imdb-tag {
  background-color: #f6c700 !important;
  position: relative;
  text-align: center;
  max-height: 65px;
}

.movie-imdb .movie_imdb_dtl {
  font-size: 12px !important;
}

.movie-imdb .movie_imdb_dtl .movie_imdb_dtl_text {
  color: gray;
  letter-spacing: 1px;
}

.movie-imdb .movie_imdb_dtl li {
  border-bottom: 0.5px solid #dedede;
  color: #e7e7e7;
  letter-spacing: 1px;
  padding: 10px 0 10px 55px !important;
  position: relative;
}

.movie-imdb .movie_imdb_dtl li:last-child {
  padding: 0 !important;
}

.movie-imdb .movie_imdb_dtl li:not(:last-child):hover {

  background-color: #f4f4f4;
}

.movie-imdb .movie_imdb_dtl li:last-child {
  border-bottom: none
}

.movie-imdb .movie_imdb_dtl_value {
  color: #000;
}

.movie-imdb .movie_imdb_dtl_value .movie_imdb_genre {
  background-color: #005b94;
  color: #fff;
}

.movie-imdb .movie_imdb_dtl_value .movie_imdb_genre:not(:last-child) {
  margin-right: 5px
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rating:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_critics_rating:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_votes:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_duration:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_genre:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_director:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_writer:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rated:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_awards:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_movie_name:before,
.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_seasons:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 10px;
  top: 5;
  font-size: 16px;
  background-color: #f6c700;
  border-radius: 16%;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #000;
  line-height: 35px;
  vertical-align: middle;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rating:before {
  content: '\f005';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_critics_rating:before {
  content: '\f2f3';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_votes:before {
  content: '\f772'
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_duration:before {
  content: '\f017';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_genre:before {
  content: '\f401';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_director:before {
  content: '\f8a9';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_writer:before {
  content: '\f31c';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rated:before {
  content: '';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rated:before {
  content: '\f5f3';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_awards:before {
  content: '\f2eb';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_movie_name:before {
  content: '\f401';
}

.movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_seasons:before {
  content: '\f04b';
}

.movie-imdb .collapse:not(.show) {
  display: block;
}

.p-content #imdb_more_details {
  height: 375px !important;
  overflow: unset;
}

.p-content .movie-imdb .imdb-tag {
  display: none !important;
}

/* .p-content .movie_imdb_dtl{
	text-align:center;
} */
.p-content .movie-imdb .movie_imdb_dtl li {
  width: 45% !important;
  display: inline-block;
  text-align: left;
  margin-bottom: 0 !important;
  margin: 7px;
  /* border-bottom: 0 !important; */
  padding: 10px 5px 10px 55px !important;
  border: 1px solid;
  border-radius: 4px;
  vertical-align: top;
}

.p-content .movie-imdb .movie_imdb_dtl_value {
  white-space: normal;
}

.p-content .movie-imdb {
  /*     margin-bottom: 30px; */
  border: none;
}

.p-content .movie-imdb .movie_imdb_dtl li:hover {
  background-color: #f6c700;
  /* 	cursor:pointer; */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.p-content .movie-imdb .movie_imdb_dtl li:hover .movie_imdb_dtl_text {
  color: #000;
}

.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rating:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_critics_rating:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_votes:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_duration:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_genre:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_director:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_writer:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_rated:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_awards:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_movie_name:hover:before,
.p-content .movie-imdb .movie_imdb_dtl li.movie_imdb_dtl_seasons:hover:before {
  background-color: #000;
  color: #f6c700;
}

.p-content #imdb_more_details.collapsing {
  height: 375px !important;
}

/* ===== IMDB SHORTCODE CSS END ====== */

/* Event CSS  */

.event-detail-box {
  background: #F3F7FB;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
}

.event-ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
}

.event-ul li:last-child {
  margin-bottom: 0;
}

.event-ul li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 20px;
  color: #9b9b9b;
  top: -2px;
  width: 32px;
  text-align: center;
}

.event-ul li.organizer::before {
  content: '\f4fe';
}

.event-ul li.time::before {
  content: '\f073';
}

.event-ul li.location::before {
  content: '\f3c5';
}

.event-ul li.browser::before {
  content: '\f0ac';
}

.event-ul li.ticket::before {
  content: '\f145';
}

.event-ul li.platform::before {
  content: '\f26c';
}

/* Event END  */


/* COMMENTS CSS START */
.comments-area ul {
  list-style: none;
  padding-left: 0;
}

.comments-area li p {
  font-size: 14px;
  color: #505059;
  width: 100%;
  margin: 0;
}

.comments-area li p:nth-of-type(1) {
  margin-top: 14px;
}

.comments-area li {
  padding: 14px;
  border-radius: 8px;
  font-size: 12px;
  background-color: #f8f8f8;
  margin: 14px 0 0;
}

.comments-area li.depth-2 {
  background-color: #ededed;
}

.comments-area li:not(.depth-1) {
  margin: 14px 0 0 18px;
  position: relative;
}

.comments-area li:not(.depth-1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 40px;
  background-image: url("wp-content/uploads/2024/08/arrow-elbow-up-right-1.png");
  background-size: 100% 38px;
  background-repeat: no-repeat;
  opacity: .5;
}

.comments-area li .children li.even {
  background-color: #ededed;
}

.comments-area li .children li.odd {
  background-color: #f8f8f8;
}

.comment-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comments-area li .reply {
  margin-top: 14px;
}

.comments-area li .reply a {
  display: inline-block;
  text-decoration: none;
  background: #425fa6;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.comment-author {
  font-weight: 600;
  font-style: italic;
}

.comment-meta a {
  color: #505059;
  text-decoration: none;
}

.comment-form textarea,
.comment-form input {
  margin: 2px 0 6px;
}

.comment-form .help-block {
  font-size: 16px;
  line-height: 1.3;
}

.comment-form label {
  font-size: 16px;
}
/* COMMENTS CSS END */

/* 404 template css Start */

.pnf-title {
    font-size: 150px;
    line-height: normal;
    font-weight: 700;
}
.pnf-subtitle {
    font-size: 50px;
    line-height: normal;
    margin: 10px 0 16px;
}
/* 404 template css END */



/* ========== MEDIA QUERIES ========== */

@media(max-width:991.7px) {
  .best-vpn-col:nth-child(2) {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
  }

  .wa-social-ul {
    justify-content: start;
  }

  .site-hdr .navbar-nav li .dropdown-menu a {
    max-width: 91%;
  }

  .site-hdr .dropdown-menu li a,
  .site-hdr .dropdown-menu li a:hover,
  .site-hdr .dropdown-menu li a:focus {
    margin-bottom: 7px;
  }

  /* mobile navigation sub menu css start */
  .site-hdr .navbar-nav li.menu-item-has-children:hover>.dropdown-menu {
    display: none;
  }

  .menu-dd-icon.expanded {
    transform: rotate(180deg) !important;
  }

  .site-hdr .navbar-nav li.menu-item-has-children .menu-dd-icon.expanded+.dropdown-menu,
  .site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon.expanded+.dropdown-menu {
    display: block !important;
    margin-top: -5px;
    min-width: 200px;
    background-color: #00446f;
    border: 1px solid #a4a4a4;
  }

  .site-hdr .navbar-nav li.menu-item-has-children .menu-dd-icon,
  .site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon,
  .site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon {
    position: absolute;
    border: 1px solid #000;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    padding: 3px 5px;
  }

  .site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-menu {
    position: initial;
  }

  /* mobile navigation sub menu css end */
  .site-nav .navbar-collapse {
    position: absolute;
    border-top: 1px solid #80a6be;
    z-index: 1050;
    background: white;
    width: 100%;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 99999;
  }
	.site-nav .container{
		position: relative !important;
		justify-content:center !important
	}
	.site-nav .container .navbar-toggler{
		position: absolute;
		left: 0;
	}

/*   .site-hdr .navbar-nav li.menu-item-has-children .dropdown-menu li {
    text-align: initial;
  } */

  .site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon {
    color: #000;
  }

  .site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon.expanded+.dropdown-menu {
    margin-top: 5px;
  }

  .site-hdr .navbar-nav li.menu-item-has-children .menu-dd-icon.expanded+.dropdown-menu,
  .site-hdr .navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .menu-dd-icon.expanded+.dropdown-menu {
    background: #b8b8b84d;
    border: none;
  }

  .site-hdr .navbar-nav>li {
    margin: 0 8px;
  }

}

@media (max-width: 767.7px) {
  .byline {
    margin-bottom: 15px;
  }

  p, ul , ol {
    font-size: 16px;
  }

  .copyright-inr {
    display: block;
    text-align: center;
  }

  .wa-social-ul {
    justify-content: center;
    margin-top: 8px;
  }

  .p-top .wa-social-ul {
    justify-content: start;
  }

  .footer-logos-ul>li {
    margin: 0 15px 0 15px;
  }

  ul.meta-dtl>li {
    display: block;
  }

  ul.meta-dtl>li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .site-hdr .navbar-nav li.menu-item-has-children.wpml-ls-item:last-child ul.dropdown-menu {
    width: 100%;
  }

  .site-hdr .navbar-nav li.menu-item-has-children.wpml-ls-item:last-child ul.dropdown-menu li {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }

  a.site-logo {
    width: 164px !important;
    word-break: break-word;
  }

  .site-breadcrumb .breadcrumb-item.active {
    max-width: 170px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 21px;
  }

  .site-hdr .navbar-toggler {
    margin-left: 0;
  }

  .site-nav .navbar-toggler:focus {
    outline: none;
  }

  /* imdb shortcode start*/
  .movie-imdb {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 4px;
  }

  .imdb-tag {
    text-align: left;
  }

  .movie-imdb .collapse:not(.show) {
    display: none;
  }

  .p-content .movie-imdb .collapse:not(.show) {
    display: block !important;
  }

  .p-content .movie-imdb .movie_imdb_dtl li {
    width: 100% !important;
    margin: 0 0 7px 0 !important;
  }

  .p-content #imdb_more_details {
    height: auto !important;
  }

  .imdb-tag.collapsed:after {
    /*         content: "Show"; */
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    transition: 0.5s ease-in;
  }

  .imdb-tag.collapsed:after,
  .imdb-tag:after {
    padding: 4px 6px;
    font-weight: bold;
    border: 0;
    position: absolute;
    right: 0;
    margin-right: 6px;
    font-size: 18px;
  }

  .imdb-tag:not(.collapsed):after {
    /* 			content: 'Hide'; */
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    transition: 0.5s ease-in-out;
    transform: rotate(180deg);
  }
  .site-hdr .navbar-nav.grid-nav-langswitcher>li.menu-item-has-children:last-child ul.dropdown-menu{
    width: 100% !important;
  }
	.pnf-title {
        font-size: 68px;
    }
	.pnf-subtitle {
       font-size: 26px;
    }
}

.movie_imdb_dtl {
  margin-top: 0 !important;
}

#imdb_more_details.collapsing {
  /* 		height: 281px !important; */
}

/* imdb shortcode END*/

}

@media (max-width: 575px) {
	.pnf-title {
        font-size: 68px;
    }
	.pnf-subtitle {
       font-size: 26px;
    }
  .overall-rating-list li {
    width: 100%;
  }
  .overall-rating-list li:nth-child(odd) {
    margin-right: 0;
    padding-right: 0;
  }
  .howto_heading,
  .howto_heading_text {
    display: block;
  }
  .howto_icon {
    margin-bottom: 4px;
  }
  .howto_totaltime {
    text-align: left;
    padding-top: 3px;
    margin-left: 4px;
  }
  .howto_ol {
    padding-left: 5px;
  }
  .howto_ol>li {
    padding-left: 21px;
  }
}