/* 
**************
NOTE :  THIS CSS FILE CONTAINS THE STYLES FOR ONLY NEWLY MADE SHORTCODES AND VIEWS OF REVAMP SITE THEME
        DON'T PUT ANY OLD CSS IN THIS FILE
**************
*/

/* ========= GENERIC CSS FOR REVAMP THEME START ========== */

:root {
    --blue: #1166aa;
    /* theme primary color for e.g anchor,text and headings  */
    --dark-blue: rgb(3, 63, 112);
    /* theme primary color for anhor hover color  */
    --orange: #F24400;
    /* used for cta bg color */
    --dark-orange: #c73e08;
    /* used for cta hover bg color */
	--grey: #707070;
    /* used for border color */
    --dark-grey: #505059;
    /* used for text dark grey color */
    --black: #222;
    /* used for overall text color */
    --light-blue: #F3F7FB;
    /* used for card light bg color */
}

.text-blue {
    color: var(--blue) !important;
}

.bg-blue {
    background: var(--blue) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.bg-orange {
    background: var(--orange) !important;
}

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

.text-grey {
    color: var(--grey) !important;
}

.text-dark-grey {
    color: var(--dark-grey) !important;
}

.text-light-blue {
    color: var(--light-blue) !important;
}

.text-black {
    color: var(--black) !important;
}

.bg-light-blue {
    background: var(--light-blue) !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.wa-border-bottom {
    border-bottom: 1px solid var(--grey) !important;
}

.wa-border-top {
    border-top: 1px solid var(--grey) !important;
}

.wa-border-right {
    border-right: 1px solid var(--grey) !important;
}
/* hellobar start*/

.hb-strip {
    top:0;
    width: 100%;
    z-index: 9999;
    background: #002f4e;
    font-size: 18px;
    border-radius: 0 !important;
    margin: 0;
    padding: 10px 20px !important;
}
.hb-strip .btn-close{
	opacity: .75;
	filter: invert(1);
	width: 0.3em;
    height: 0.3em;
	top: 15px;
}
.hb-strip .btn-close:hover{
	opacity: 1;
}
.hb-strip a {
    display: inline-block;
    text-decoration: none;
    border: 0;
}
.hb-strip span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: normal;
    font-size: 17px;
    color: #fff !important;
	background-color: #f24400;
}
.hb-strip span del {
    opacity: 0.7;
}
.hb-strip b {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    vertical-align: middle;
    font-weight: normal;
}

.btn-hb {
    color: #000;
    padding: 2px 10px;
    border: 0;
    border-radius: 25px !important;
    font-weight: 900 !important;
    font-size: 14px;
}
.btn-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    padding: 0;
}

/* hellobar ENd*/

.cursor-pointer {
    cursor: pointer;
}

.wa-main-wrapper {
    margin: 30px 0 50px 0;
}

.post-heading {
    max-height: 45px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.vpn-score-desc p {
    color: #fff !important;
    margin-bottom: 0px !important;
}

.post-description {
    max-height: 100px !important;
    overflow: hidden;
}

.wa-disclaimer {
    font-size: 12px;
    background: var(--light-blue);
    border-radius: 8px;
    padding: 10px;
    color: var(--dark-grey);
    margin-bottom: 15px;
}

.wa-news-links-heading {
    border-bottom: 1px solid var(--grey);
    margin-bottom: 15px;
}

body::-webkit-scrollbar {
    height: 8px;
    /* Adjust the width as needed */
}

.gdpr-msg {
    position: fixed;
    /*     z-index: 99999999999; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ceffff;
    font-size: 14px;
    border-radius: 0;
}

.site-hdr .navbar-nav.grid-nav-langswitcher>li.menu-item-has-children:last-child ul.dropdown-menu li {
    display: inline-block;
    width: 195px;
    vertical-align: middle;
}

.site-hdr .navbar-nav.grid-nav-langswitcher>li.menu-item-has-children:last-child ul.dropdown-menu {
    right: 0;
    left: auto;
    width: 600px;
}


.next-nav a:after{

    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 0.5em;

}


.pre-nav a:before{
    content: "\f060";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    transform: translateX(-9px);
    display: inline-block;
}

/* ========= GENERIC CSS FOR REVAMP THEME END ========== */

/* ========= Tabulea grid style Start ========== */
#toolbar-container {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}

/* ========= Tabulea grid style Start ========== */

/* ========= REVIEWED BY AND MULTIPLE AUTHORS CSS ON POST TOP START ========= */

.reviewed-badge {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.p-top .meta-dtl .meta-author a,
.p-top .meta-dtl .meta-author .author-name-wrapper span {
    color: var(--blue);
    text-decoration: none;
}
.meta-dtl .meta-author .author-name-wrapper span{
    position: relative;
}
.meta-dtl .meta-author .author-name-wrapper span:before {
    content: "";
    background: url("wp-content/uploads/2025/02/verified-badge.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    /* top: -1px; */
    right: -22px;
    background-size: contain;
    z-index: 1050;
}

.p-top .meta-dtl .meta-author a:hover {
    color: var(--dark-blue);
}

.contributor-img,
.editor-img {
    display: inline-block;
}

.contributor-img {
    margin-right: -12px;
}

#iframe-charts {
    width: 100%;
    min-height: 600px;
}

.author-byline-hover {
    cursor: pointer;
    position: relative;
    padding: 13px 0px;
}

.hover-bio-wrapper {
    display: none;
    top: 0;
    opacity: 0;
    transition-property: opacity;
    transition-delay: .15s;
    position: absolute;
    color: var(--black);
    font-size: 14px;
    line-height: 22px;
    padding: 16px 16px 14px;
    border-radius: 0.5rem;
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25098039215686274);
    z-index: 1030;
    min-width: 360px;
}
.hover-bio-wrapper .author-img{
	height:60px;
	width:60px;
}
.blog_author_image > .author-img{
	height:38px;
	width:38px;
}
.author-byline-hover:hover .hover-bio-wrapper {
    display: block;
    left: 0;
    opacity: 1;
    cursor: auto;
    top: 60px;
}

.author-name-wrapper.author-byline-hover:hover .hover-bio-wrapper {
    top: 22px;
}

.hover-bio-wrapper .top-container {
    display: flex;
    padding-bottom: 10px;
}

.hover-bio-wrapper .top-container .author-details-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hover-bio-wrapper .bottom-container .social-icon-wrap {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.hover-bio-wrapper .bottom-container .social-icon-wrap li {
    margin: 9px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding-left: 0;
    display: inline-block;
}

.hover-bio-wrapper .bottom-container .social-icon-wrap li a {
    display: inline-block;
    background-repeat: no-repeat;
    overflow: visible;
    font-size: 16px;
}
li.wa-social-li.wa-social-li-yt {
    background: red;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    align-items: center;
    display: flex;
    border-radius: 5px;
}
li.wa-social-li.wa-social-li-yt a {
    background: transparent;
	width: 120px;
    height: 30px;
    line-height: normal;
}

li.wa-social-li.wa-social-li-yt span {
    display: inline-block;
    margin: 0px 5px;
}
.middle-container {
    padding: 10px 0;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    margin-bottom: 10px;
}

.bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-container .show-more-bio-wrap {
    color: var(--blue) !important;
    font-family: 'fontregular', verdana;
    border-bottom: 1px solid var(--blue);
}

.author-name-main-wrapper {
    display: flex;
    align-items: center;
}

.author-name-wrapper.author-byline-hover {
    padding: 0;
    /* padding-bottom: 10px; */
}

.blog-author-role {
    font-size: 12px;
    line-height: 15px;
    color: #999;
    text-transform: capitalize;
}

/* ========= REVIEWED BY AND MULTIPLE AUTHORS CSS ON POST TOP END ========= */


/* =========== TRUST WIDGET CSS START ========= */

.wa-trust-widget {
    border: 1px solid var(--grey);
    border-radius: 12px;
    padding: 0 20px;
}

.wa-trust-title-widget {
    font-family: "fontbold";
    color: var(--blue);
    border-bottom: 1px solid var(--grey);
    padding: 12px 0;
    margin-bottom: 12px;
}

.wa-trust-stats-num {
    color: var(--blue);
    font-family: "fontbold";
    font-size: 24px;
}

.wa-trust-widget-content {
    font-size: 14px;
    margin-bottom: 15px;
}

.wa-trust-stats>.wa-trust-stats-li {
    display: inline-block;
    margin: 0 20px 10px 0;
    vertical-align: top;
}

/* =========== TRUST WIDGET CSS END ========= */

/* =========== RATING WIDGET CSS START ========= */

.progress-bar-circle {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transform: rotate(-90deg) rotateX(180deg);
    background: none;
}

.progress-bar-circle circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
    stroke: #70f1b4;
    stroke-width: 5px;
}

.progress-bar-circle .bar {
    stroke: #e7e7e7;
}

.progressdiv {
    position: relative;
}
.progress-bar{
	background-color: var(--blue) !important;
}

.progressdiv:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: attr(data-percent);
    font-weight: bold;
    font-size: 20px !important;
    color: var(--black);
}

.wa-rating-widget {
    display: flex;
    align-items: center;
}

/* =========== RATING WIDGET CSS END ========= */

/* =========== VPN OVERVIEW WIDGET CSS START ========= */

.wa-vpn-overview-widget {
    border: 1px solid var(--grey);
    border-radius: 8px;
    margin: 20px 0;
}

.wa-vpn-overview-inr {
    padding: 10px;
}

.wa-insight-score-num {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: white;
    z-index: 7;
    margin-left: 10px;
    margin-right: 5px;
}

.wa-insight-score-box {
    display: flex;
    align-items: center;
}

.wa-insight-score {
    border: 1px solid var(--blue);
    border-radius: 8px;
    line-height: normal;
    padding: 3px 10px;
    font-weight: 600;
	min-width: 130px;
}

.wa-insight-score-num::after {
    content: '';
    background: var(--blue);
    height: 33px;
    width: 35px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%) skewX(350deg);
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 8px;
}

.editors-choice-tag {
    color: var(--blue);
    font-style: italic;
    font-weight: 600;
}

.editors-choice-tag i {
    width: 18px;
}

.wa-vpn-overview-collapse {
    font-size: 14px;
}

.wa-vpn-feature-box {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.wa-vpn-feature {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wa-vpn-feature-box>.wa-vpn-feature:not(:last-child) {
    border-right: 1px solid var(--grey);
}

.progress {
    background: #ccc;
    height: 5px;
}

.wa-progressbar-rating-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.progressbar-div {
    width: 100%;
    margin-top: 8px;
    margin-right: 10px;
}

.wa-vpn-progressbars {
    padding-top: 20px;
    border-bottom: 1px solid var(--grey);
}

.p-content ol,
.p-content ul {
    padding-left: 20px;
}
.infogram-embed iframe{
	height: 600px !important;
	width: 600px !important;
}

.p-content ol li,
.p-content ul li {
    margin-bottom: 6px;
    position: relative !important;
}

.nav-tabs li {
    margin-bottom: 0px !important;
}

.btn-link {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 0;
    border-radius: 0;
    background: white;
    position: relative;
}

/* =========== VPN OVERVIEW WIDGET CSS END ========= */


/* =========== VPN COMPARISON WIDGET CSS START ========= */

.wa-vpn-comparison-ul>.wa-vpn-comparison-li {
    display: inline-block;
    width: 232px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-bottom: 25px;
}

.wa-vpn-comparison-ul>.wa-vpn-comparison-li .wa-insight-score-box {
    justify-content: center;
}

.wa-vpn-comparison-ul>.wa-vpn-comparison-li:not(:last-child)::before {
    content: 'vs';
    position: absolute;
    background: var(--light-blue);
    right: -15px;
    top: 35px;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
}

/* =========== VPN COMPARISON WIDGET CSS END ========= */


/* =========== TIMELINE CSS START ========= */

.wa-timeline-box {
    position: relative;
}

.wa-timeline-box:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 1.5px;
    top: 0;
    bottom: 0;
    background-color: var(--grey);
}

.wa-timeline-box .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.wa-timeline-box .timeline-badge {
    min-width: 14px;
    min-height: 14px;
    background: white;
    border: 2px solid var(--blue);
    border-radius: 50%;
    margin-left: 9px;
    position: relative;
    top: 4px;
}

.wa-timeline-box>.timeline-item:first-child .timeline-badge {
    background: var(--blue);
}

/* table tbody tr>td:first-child {
    font-weight: bold;
} */

.timeline-content {
    font-size: 14px;
    margin-left: 12px;
}

.timeline-item {
    margin-bottom: 15px;
}

.timelineCollapseBtn-body {
    padding-left: 34px;
    position: relative;
}

/* =========== TIMELINE CSS END ========= */


/* =========== TOP ALTERNATIVE CSS START ========= */

.wa-top-alternative-single {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.alternative-vpn-img {
    min-width: 45px;
}

.wa-top-alternative-hd {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 15px;
}

.wa-top-alternative-ul>li {
    display: inline-block;
    width: 49.6%;
}

/* =========== TOP ALTERNATIVE CSS END ========= */


/* =========== VPN REVIEWS WIDGET CSS START ========= */

.form-select.vpn-filter-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke%3D%27%231166aa%27 stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 20px auto;
    border-color: var(--grey);
    border-radius: 8px;
}

.vpn-filter-div {
    display: flex;
    align-items: center;
}

.vpn-filter-ul>li {
    display: inline-block;
    width: 23.3%;
    margin-right: 11px;
    margin-bottom: 11px !important;
}

.vpn-review-intro_img {
    border: 2px solid var(--blue);
    border-radius: 8px;
    min-width: 64px;
    min-height: 64px;
    text-align: center;
    padding: 5px;
    margin-right: 15px;
}

.vpn-review-intro_img img {
    width: 51px;
    height: 51px;
    object-fit: contain;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--dark-grey);
    font-weight: 500;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid var(--grey);
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: var(--blue);
    border-color: var(--blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0px 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wa-vpn-review-tabsWrapper,
.vpn-review-tab-content p {
    font-size: 14px;
}

.vpn-review-tabs-ul li .nav-link {
    color: var(--black);
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.vpn-review-tabs-ul {
    border-bottom: 1px solid var(--grey);
}

.p-content .vpn-review-tabs-ul>li {
    margin-bottom: 0;
}

.vpn-review-tabs-ul>li .nav-link.active {
    background: none;
    color: var(--blue);
    font-weight: 600;
    border-bottom: 2px solid var(--blue);
}

.vpn-review-tab-content {
    border-bottom: 1px solid var(--grey);
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.vpn-review-tab-content .tab-pane p {
    color: var(--dark-grey);
}

.p-content .vpn-review-tabs-ul>li:not(:last-child) {
    margin-right: 25px;
}

.review-tabs-ul li .nav-link:focus {
    color: var(--blue);
}

/* =========== VPN REVIEWS WIDGET CSS END ========= */

/* ========== CATEGORY PAGE CSS START ============ */
.category-heading {
    border-bottom: 1px solid var(--grey);
    margin-bottom: 40px;
}

.wa-cat-post-card img {
    border-radius: 8px !important;
    max-height: 195px !important;
/*     height: 195px;
    object-fit: cover !important; */
}

.wa-cat-post-card .post-heading {
    max-height: 54px;
}

.wa-cat-post-card {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey);
    margin-bottom: 30px !important;
}

.wa-cat-post-card .wa-post-thumb {
    transition: 0.4s ease-in-out;
}

.wa-cat-post-card .post-heading {
    transition: 0.4s ease-in-out;
}

.wa-cat-post-card:hover .post-heading {
    color: var(--blue);
    transition: 0.4s ease-in-out;
}

.wa-cat-post-card:hover .wa-post-thumb {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.4s ease-in-out;
}

/* ========== CATEGORY PAGE CSS END ============ */


/* ========== ABOUT US PAGE CSS START ============ */

.site-bg-img {
    position: relative;
    background: #1E1F7A;
}

.site-bg-img .container {
    position: relative;
    z-index: 3;
}

.site-bg-img::after {
    content: '';
    background: url("wp-content/themes/generictheme/template/img/about-us-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.2;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.site-bg-img.bg-xl-img::after {
    content: '';
	display:block;
    background: url("wp-content/themes/generictheme/template/img/about-us-bg2.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.2;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.about-us-banner-sec {
    padding: 50px 0;
    margin-bottom: 100px;
}

.about-us-icon-boxes {
    margin-bottom: -121px;
}

.about-us-single-box {
    box-shadow: 0px 4px 16px 0px #00000026;
    background: white;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
}

.about-us-icon-img.speed {
    background: url("wp-content/themes/generictheme/template/img/about-us-icon1.png");
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.about-us-icon-img.evaluate {
    background: url("wp-content/themes/generictheme/template/img/about-us-icon2.png");
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.about-us-icon-img.vpn {
    background: url("wp-content/themes/generictheme/template/img/about-us-icon3.png");
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.about-us-icon-img.hours {
    background: url("wp-content/themes/generictheme/template/img/about-us-icon4.png");
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}


.our-mission-vision-ul>li {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 15px;
}

.our-mission-vision-ul>li:not(:last-child) {
    margin-bottom: 35px;
}

.wa-guide-methodology-box>.wa-guide-methodology-single:first-child {
    border-right: 1px solid var(--grey);
}

.wa-guide-methodology-single {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us-feature-section .footer-logos-li {
    margin: 0;
    width: 19.7%;
    margin-bottom: 15px;
}

.about-us-feature-section .footer-logo {
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.follow-us-item {
    display: flex;
    align-items: center;
}

.follow-us-item>i {
    font-size: 26px;
    color: var(--blue);
    width: 32px;
    text-align: center;
    margin-right: 10px;
}

.follow-us-ul>li {
    display: inline-block;
}

.follow-us-ul>li:not(:last-child) {
    margin-right: 20px;
}

.follow-us-ul li a {
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.site-ftr-nav {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    padding-top: 20px;
}

/* ========== ABOUT US PAGE CSS END ============ */

/* =========== AUTHOR LIST CSS BEGIN ========= */

.author-card {
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 16px;
}

.author-card .author-dtl {
    margin-bottom: 16px;
}

.author-dtl img {
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.author-card .author-card-img {
    margin-bottom: 24px;
}

.author-card-role,
.author-card-desc {
    color: #6B7280 !important;
}

.author-card-role {
    font-size: 16px;
}

.author-card-desc {
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
}

.author-show-more {
    font-size: 14px;
    font-weight: bold;
}

.wa-authors p,
.wa-editors p {
    margin-bottom: 40px;
}

/* =========== AUTHOR LIST CSS END ========= */

/* =========== CONTACT US CSS BEGIN ========= */

.wa-contact-info div {
    display: flex;
    align-items: start;
    margin-bottom: 24px;
}

.wa-contact-input {
    border: none;
    border-bottom: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    border-radius: 0;
}

.wa-contact-input:focus {
    box-shadow: none;
    outline: none;
}

.radio-inline {
    font-weight: normal !important;
}

.radio-inline:not(:last-child) {
    margin-right: 32px !important;
}


input[type=radio].wa-contact-radio {
    appearance: none;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: inline-grid;
    place-content: center;
    margin-right: 8px !important;
    border: 1px solid var(--grey) !important;
    appearance: none;
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: inline-grid;
    place-content: center;
    margin-right: 8px !important;
    border: 1px solid var(--grey);
}

input[type=radio].wa-contact-radio::before {
    content: "";
    width: 8px;
    height: 8px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type=radio].wa-contact-radio:checked::before {
    transform: scale(1);
}

input[type=radio].wa-contact-radio:checked {
    background-color: #011C2A;
}

.form-control.wa-contact-input#wa-contact-message {
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

/* =========== CONTACT US CSS END ========= */

/* Spotify podcast shortcode START */

.spotify-embed-wrapper {
    border: 1px solid var(--grey);
    border-radius: 15px;
    padding: 15px;
}
.spotify-embed-wrapper iframe{
	height: 153px;
	width: 100%;
}

/* Spotify podcast shortcode END */

/* =========== TOC CSS BEGIN ========= */

.toc_hide_text:after {
    display: inline-block;
    line-height: normal;
    margin-left: 10px;
    font-size: 14px;
    border: 1px solid;
    padding: 2px 6px;
    font-weight: normal;
    width: 60px;
    text-align: center;
    color: #0078d4;
    background: white;
    border-radius: 3px;
    content: "Hide" !important;
    border: 0;
}

.toc_show_text:after {
    display: inline-block;
    line-height: normal;
    margin-left: 10px;
    font-size: 14px;
    border: 1px solid;
    padding: 2px 6px;
    font-weight: normal;
    width: 60px;
    text-align: center;
    color: #0078d4;
    background: white;
    border-radius: 3px;
    content: "Show" !important;
    border: 0;
}



.wa-left-toc .wa-left-toc-list li:not(:last-child) {
    padding-bottom: 24px;

}

.wa-left-toc .wa-left-toc-list li {
    font-size: 14px;
    margin-left: 16px;
    position: relative;
}

.wa-left-toc .wa-left-toc-list a {
    text-decoration: none;
    color: var(--dark-grey);
    background-color: transparent !important;
}

.p-content {
    position: relative;
    /* opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    max-height: 0; */
}

/* .p-content {
    position: relative;
} */

.wa-left-toc .wa-left-toc-list li a.active {
    color: var(--blue);
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.wa-left-toc .wa-left-toc-list li:before {
    content: '';
    position: absolute;
    left: -17px;
    height: 100%;
    border-left: 1px solid var(--grey);
    z-index: -1;
}

.wa-left-toc .wa-left-toc-list li a.active::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--blue);
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999999;
    left: -22px;
    transition: left 0.3s ease-in-out;
    top: 3px;
}

/* for excluding bootstrap styles on li start*/
.wa-left-toc .wa-left-toc-list li a.list-group-item.active {
    background-color: unset !important;
    border-color: unset !important;
}

.wa-left-toc .wa-left-toc-list li a.list-group-item {
    display: initial !important;
    padding: 0 !important;
    border: 0 !important;
}

.wa-left-toc .wa-left-toc-list.list-group {
    border-radius: 0 !important;
}

/* for excluding bootstrap styles on li end*/
.wa-left-toc-title {
    color: var(--blue);
    font-size: 24px;
}

.wa-left-toc>.collapse {
    display: block !important;
}

.wa-left-toc ul {
    /* max-height: 650px; */
    max-height: 350px !important;
    overflow-y: auto;
}

.wa-left-toc {
    border-radius: 4px;
    overflow: hidden;
    z-index: 999;
}

#toc.collapsing {
    height: auto !important;
}

/* =========== TOC CSS END ========= */

/* =========== Author bio page css start ========= */
.wa-author-dtl img {
    border-radius: 50%;
	width: 200px;
    height: 200px;
    object-fit: cover;
}

.wa-author-social {
    margin-top: 32px !important;
}

.wa-author-dlt-box {
    margin-left: 32px;
}

.wa-author-stats li {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 16px;
    padding: 24px 16px;
}

.wa-author-stats .wa-trust-stats-num {
    font-size: 40px !important;
}

.wa-author-post-content p {
    max-height: 130px;
    overflow: hidden;
}

.wa-author-qoute::before,
.wa-author-qoute::after {
    font-size: 40px;
    position: absolute;
    color: var(--blue);
    font-family: 'Font Awesome 6 Pro';
}

.wa-author-qoute::before {
    content: '\f10d';
    left: 70px;
    top: -40px;
}

.wa-author-qoute::after {
    content: '\f10e';
    right: 70px;
    bottom: -43px;
}

.wa-author-qoute {
    position: relative;
    padding: 0 70px;
    margin: 88px 0;
}
.wa-author-qoute p {
    font-size: 24px;
    line-height: 34px;
}
.wa-author-qoute.no-qoute::before,.wa-author-qoute.no-qoute::after{
		display:none;
}
.wa-author-qoute.no-qoute{
	padding: 0 35px;
    margin: 44px 0;
}

.wa-author-article-heading {
    margin-bottom: 32px;
}

.wa-post-card img {
    border-radius: 8px !important;
    max-height: 169px !important;
/*     height: 169px;
    object-fit: cover !important; */
}

.author-role,
.author-joined {
    color: #222222 !important;
}

.wa-author-desc h2,
.wa-author-desc h3,
.wa-author-desc h4,
.wa-author-desc h5,
.wa-author-desc h6 {
    color: var(--blue);
}

/* =========== Author bio page css end ========= */


/* ========= HOMEPAGE CSS START ========== */

.wa-homepage-banner-sec {
    padding-top: 100px;
    margin-bottom: 400px;
}

.banner-search-box {
    display: flex;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 40px;
}

.banner-search-box .input-group {
    border-radius: 8px;
    overflow: hidden;
}

.wa-trust-brands {
    margin-top: 100px;
    margin-bottom: 100px;
}

.wa-trust-brands ul li {
    /* display: inline-block !important; */
    /* float: none;
    height: auto; */
}

.wa-homepage-tabs {
    background: white;
    border-radius: 8px;
    box-shadow: 0px 6px 15px 0px #00000026;
    padding: 20px;
}

.wa-homepage-pills {
    border-bottom: 1px solid var(--grey);
    justify-content: center;
    align-items: start;
    text-align: center;
}

.wa-homepage-pills>li .nav-link {
    display: flex;
    flex-direction: column;
    border-bottom: 4px solid transparent;
    font-weight: 600;
    border-radius: 0;
    color: var(--black);
    width: 100%;
    align-items: center;
}

.wa-homepage-pills>li {
    flex: 1;
    align-self: baseline;
}

.wa-homepage-pills>li .nav-link.active {
    background: none;
    color: var(--blue) !important;
    border-color: var(--blue);
}


.wa-homepage-svgIcon {
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    fill: var(--grey);
}

.wa-homepage-pills>li .nav-link.active .wa-homepage-svgIcon {
    fill: var(--blue);
}

.wa-homepage-tabContent {
    padding: 30px 0;
}

.wa-homepage-tabs-wrapper {
    margin-bottom: -365px;
}

.wa-badge {
    color: var(--blue);
    border: 0;
    text-decoration: none;
    font-size: 14px;
    background: #e9f4ff;
    line-height: normal;
    padding: 8px 15px;
    transition: 0.4s ease-in-out;
}

.wa-badge:hover {
    color: white;
    background: var(--blue);
    transition: 0.4s ease-in-out;
}

/* ======= TOP RATED PROVIDERS CSS START ======= */

.hm-provider-pills-ul {
    justify-content: center;
    font-size: 14px;
    margin-top: 40px;
}

.hm-provider-pills-ul>li .nav-link {
    font-weight: 700;
    color: var(--dark-grey);
    padding: 0px 30px;
}

.hm-provider-pills-ul>li .nav-link.active {
    background: none;
    color: var(--blue);
}

.hm-provider-pills-ul>li:not(:last-child) {
    border-right: 1px solid var(--grey);
}

.wa-vpn-comparison-ul.hm-top-provider>.wa-vpn-comparison-li.hm-top-provider:not(:last-child)::before {
    display: none;
}

.wa-vpn-comparison-li.hm-top-provider {
    border: 1px solid var(--grey);
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
}

.wa-vpn-comparison-ul.hm-top-provider>.wa-vpn-comparison-li:not(:last-child) {
    margin-right: 15px;
}

/* ======= TOP RATED PROVIDERS CSS END ======= */

/* ======= hm-privacy-care-sec CSS START ======= */

.hm-privacy-care-sec .about-us-icon-boxes {
    margin-bottom: 0;
}

.hm-privacy-care-sec .about-us-single-box {
    box-shadow: none;
    border: 1px solid var(--grey);
    margin-bottom: 20px;
}

/* ======= hm-privacy-care-sec CSS END ======= */

/* ======= hm-privacy-care-sec CSS START ======= */


.vpn-comparison-ul>li {
    display: inline-block;
}

.vpn-comparison-div {
    display: flex;
    align-items: center;
}

.vpn-comparison-single {
    position: relative;
    border: 2px solid var(--grey);
    border-radius: 8px;
}

.vpn-comparison-single img {
    margin: 7px;
}

.btn-add-vpn {
    height: 44px;
    width: 44px;
    color: var(--dark-grey);
}

.vpn-comparison-dismiss {
    position: absolute;
    background: var(--grey);
    height: 17px;
    width: 17px;
    line-height: 19px;
    padding: 0;
    font-size: 11px;
    border-radius: 50%;
    right: -8px;
    top: -8px;
}

.vpn-comparison-ul>li:not(:first-child) {
    margin-left: 15px;
}

.vpn-comparison-ul>li:not(:first-child) {
    margin-left: 15px;
}

.vpn-comparison-ul {
    min-width: 240px;
    text-align: center;
}

/* wa-homepage-experts-sec CSS START */

.wa-homepage-experts-sec .wa-homepage-author-cards {
    padding: 40px 0;
    border-bottom: 1px solid var(--grey);
}

/* wa-homepage-experts-sec CSS END */

/* wa-homepage-slider-sec CSS START*/
.wa-homepage-slider-heading {
    margin-bottom: 32px;
    margin-top: 40px;
}

.wa-homepage-slider h4 {
    font-size: 20px;
}

.wa-homepage-slider-button button {
    border: none !important;
    padding: 0;
    background: transparent;
}

.wa-homepage-slider-button i {
    padding: 12px 16px;
    border: 1px solid var(--grey);
    line-height: 16px;
}

.wa-homepage-slider-button i::before {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: var(--grey);
}

.wa-homepage-slider-button button:hover i {
    background: var(--blue);
}

.wa-homepage-slider-button button:hover i::before {
    color: #fff;
}

.wa-slider-border {
    border-left: 1px solid var(--grey);
    padding-left: 5px;
}

.wa-homepage-slider-sec .wa-homepage-slider {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--grey);
}

/* wa-homepage-slider-sec CSS END*/

/* wa-homepage-popular-topic-sec CSS START*/
.wa-homepage-popular-topic-types li a {
    padding: 8px 32px;
    border: 1px solid var(--dark-grey);
    border-radius: 8px;
    font-size: 14px;
    vertical-align: middle !important;
}

.wa-homepage-popular-topic-types li {
    margin-right: 16px;
    margin-bottom: 14px;
}

.wa-homepage-popular-topic-types li a i::before {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.wa-homepage-popular-topic-sec .wa-homepage-popular-topic-main {
    padding: 40px 0;
    border-bottom: 1px solid var(--grey);
}

/* wa-homepage-popular-topic-sec CSS START*/

/* wa-homepage-product-reviews-sec CSS START*/
.wa-homepage-product-reviews .wa-review-top {
    margin-bottom: 32px !important;
}

.wa-review-tag {
    border-radius: 4px !important;
    border: 1px solid var(--grey);
}

.wa-review-thumb {
    max-height: 311px !important;
    height: 311px;
    object-fit: cover;
    border-radius: 8px;
}

.wa-homepage-product-reviews-sec .wa-homepage-product-reviews {
    padding-top: 40px;
    border-bottom: 1px solid var(--grey);
}

/* wa-homepage-product-reviews-sec CSS END*/

/* wa-homepage-slider-sec CSS START*/
.wa-latest-post-top {
    margin-bottom: 32px;
}

.wa-post-card {
    margin-bottom: 32px;
}

.wa-post-card:hover .post-heading {
    color: var(--blue);
    transition: 0.4s ease-in-out;
}

.wa-post-card .wa-post-thumb {
    transition: 0.4s ease-in-out;

}

.wa-post-card:hover .wa-post-thumb {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.4s ease-in-out;

}

.wa-latest-section-border:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid var(--grey) !important;

}

.wa-latest-section-border {

    margin-bottom: 2em;
}

/*
section:not(:first-of-type):not(.hm-top-rated-providers) {
    padding-top: 3em;
}
*/

section:not(:first-of-type):not(.wa-homepage-slider-sec):not(.wa-homepage-popular-topic-sec):not(.faqs-panel) {
    padding-top: 2em;
}

.wa-homepage-latest-articles-sec .wa-homepage-latest-articles {
    /* padding-top: 40px; */
}

/* wa-homepage-slider-sec CSS END*/

/* ========= HOMEPAGE CSS END ========== */

/* ========= TABLE CUSTOMIZATION CSS START ============ */


table tr {
    border-bottom: 1px solid var(--grey) !important;
}


.table-bordered>:not(caption)>*>* {
    border-width: 0 !important;
}

.table-bordered>:not(caption)>* {
    border-width: 1px;
    border-color: transparent;
}

.table>:not(caption)>*>* {
    box-shadow: none !important;
}

/* ========= TABLE CUSTOMIZATION CSS END ============ */


/* ======== CLIENT LOGO SLIDER CSS START ========= */

.wa-trust-brands .client-logo-slider {
    width: 80%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.client-logo-slider:not(.slick-slider) {
    display: flex;
    justify-content: space-between;
}

.client-logo-slider li.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.client-logo-slider img {
    /* margin: auto;
    max-width: 100%; */
    object-fit: scale-down;
    margin: auto;
    max-width: 100%;
}

.slick-arrow {
    color: white;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.4s ease-in-out;
    z-index: 9;
    cursor: pointer;
    text-align: center;
}

.wa-trust-brands .slick-arrow {
    background: #1f1d79;
}

/* .footer-logos-wrapper .slick-arrow {
    background: #ccc;
} */

.footer-logos-wrapper .client-logo {
    filter: brightness(0.7);
}

.slick-arrow:hover {
    background: white;
    color: var(--blue);
    transition: 0.4s ease-in-out;
}

.client-logo-slider .slick-list {
    padding-left: 30px;
    padding-right: 30px;
}

.slick-next.slick-arrow {
    right: 0;
}

.client-logo-slider li {
    margin: 0 30px !important;
}

.client-logo {
    width: 120px;
    max-width: 100%;
    height: 40px;
    margin: 0 auto;
}

.client-logo-slider .client-logo1 {
    background: url("wp-content/themes/generictheme/template/img/hm-client1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-logo-slider .client-logo2 {
    background: url("wp-content/themes/generictheme/template/img/hm-client2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-logo-slider .client-logo3 {
    background: url("wp-content/themes/generictheme/template/img/hm-client3.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-logo-slider .client-logo4 {
    background: url("wp-content/themes/generictheme/template/img/hm-client4.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-logo-slider .client-logo5 {
    background: url("wp-content/themes/generictheme/template/img/hm-client5.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-logo-slider .client-logo6 {
    background: url("wp-content/themes/generictheme/template/img/hm-client6.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-logo-slider li:nth-of-type(n+6) {
    display: none;
}

.client-logo-slider li.slick-slide {
    display: block;
}

.anchor-grey a {
    color: var(--grey) !important;
    text-decoration: none;
}

.mw-90 {
    max-width: 90%;
}

/* ======== CLIENT LOGO SLIDER CSS END ========= */


/* ======== wa-score-method CSS START ========= */

.wa-score-method {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--grey);
}

.wa-research-img-box {
    position: relative;
    height: 420px;
    width: 430px;
    max-width: 100%;
    margin-left: auto;
}

.wa-research-bg {
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 6px 15px #00000026);
    width: 100%;
    height: 100%;
}

.wa-research-graph {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.wa-research-method {
    position: absolute;
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wa-research-method>div {
    box-shadow: 0px 6px 15px 0px #00000026;
    text-align: center;
    background-color: #fff;
    color: #1166aa;
    padding: 8px 0;
    border-radius: 4px;
    width: 146px;
}

.wa-research-method p {
    font-size: 13px;
    font-weight: 600;
    color: #1166aa;
    margin-bottom: 6px;
}

.wa-research-method .dvdr {
    height: 2px;
    width: 100%;
    background-color: #1166aa;
}

/* ======== wa-score-method CSS END ========= */

div#toolbar-container {
    display: none !important;
    visibility: hidden !important;
}



/* ======== Sidebar most viewed posts CSS Start ========= */

.sb-main .sb-bp-row {
    border-bottom: 1px dashed #dcdcdc;
    margin: 15px 0;
}

.hstyle.sb-hd {
    background: #ceffff;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 600;
}

.sb-bp-row .f-posts figure {
    display: flex;
    align-items: flex-start;
    color: black;
    font-size: 14px;
}

.f-posts figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.sb-bp-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'fontregular';
    margin-bottom: 0;
    max-height: 32px;
    overflow: hidden;
    /* text-decoration: none; */
}

.sb-bp-row .f-posts figure img {
    max-width: 120px;
    width: 120px;
    min-width: 120px;
    object-fit: cover;
    margin: 0 12px 12px 0;
    border-radius: 8px;
}

.f-posts {
    text-decoration: none;
}

.f-posts:hover h4 {
    color: var(--blue);
    transition: .3s all ease;
}

.f-posts img {
    transition: .3s all ease;
}

.f-posts:hover img {
    box-shadow: 0 0 10px -3px #000;
    transition: .3s all ease;
}

/* ======== Sidebar most viewed posts CSS END ========= */

/* ======== vpn comparision posts CSS Start ========= */

.bp-box-img {
	border-radius: 8px !important;
    max-height: 126px !important;
}
.bp-box-link:hover .post-heading {
    color: var(--blue);
    transition: 0.4s ease-in-out;
}
.heading-style {
    font-size: 34px;
}
.heading-style span, .heading-style b {
    display: inline-block;
    margin-right: 10px;
    font-family: "fontbold", Verdana;
}
/* ======== vpn comparision posts CSS Start ========= */

/* ======== Citation CSS Start ========= */
.cited-wrapper {
    display: inline-block !important;
    position: relative !important;
}

.cited-wrapper-hover {
    display: none;
    opacity: 0;
    top: 25px;
    transition-property: opacity;
    transition-delay: .15s;
    position: absolute;
    color: var(--black);
    font-size: 14px;
    line-height: 22px;
    padding: 16px 16px 14px;
    border-radius: 0.5rem;
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25098039215686274);
    z-index: 1030;
    min-width: 280px;
    max-width: 100%;
}

.cited-wrapper:hover .cited-wrapper-hover {
    display: block;
    opacity: 1;
}
/* ======== Citation CSS END ========= */

/* SIDEBAR WIDGETS CSS START*/
.vpn-deals .vpn-deals-card {
  border-radius: 8px;
  border: 1px solid #dbe4ed;
  background: #f3f7fb;
}
.vpn-deals h2,
.spotify-podcast-card h2,
.mvp-widget h2 {
  font-size: 24px !important;
}
.vpn-deals .vpn-deals-card img {
  height: 38px;
  width: 38px;
  margin-right: 16px !important;
}
.vpn-deals .vpn-deals-card a {
  color: var(--blue) !important;
}
.spotify-podcast-card iframe {
  box-shadow: 1px 1px 8px 0px #00000026;
  border-radius: 8px;
}
.mvp-widget.sb-main .hstyle.sb-hd {
  display: none;
}
.mvp-widget.sb-main figure small {
  display: none !important;
}
.mvp-widget.sb-main .sb-bp-row .f-posts figure {
  display: flex;
  align-items: center !important;
  margin: 0 0 10px 0 !important;
}
.mvp-widget.sb-main .sb-bp-row .f-posts figure img {
  margin: 0 !important;
  margin-right: 12px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 55px !important;
  object-fit: initial !important;
}
.mvp-widget .sb-bp-title {
  max-height: unset !important;
}
/* SIDEBAR WIDGETS CSS END */
/* ======== Emphasize Shortcode CSS Start ========= */

.emphasize-box {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    font-size: 16px;
  }
  .emphasize-box-inr {
    border: 3px solid #fac917;
    border-radius: 10px;
    padding: 25px;
    position: relative;
  }
  .emphasize-box-inr::before, .emphasize-box-inr::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f005";
    position: absolute;
    font-size: 30px;
    top: -15px;
    left: -15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #f4f4f4;
    color: #fac917;
  }
  .emphasize-box-inr::after {
    right: -15px;
    bottom: -15px;
    left: inherit;
    top: inherit;
  }
  .emphasize-box ul, .emphasize-box ol {
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  /* ========= TIPS BOX CSS ========= */
  
  .emphasize-box.tips .emphasize-box-inr {
    border: 3px solid #0993fa;
  }
  .emphasize-box.tips .emphasize-box-inr::before, .emphasize-box.tips .emphasize-box-inr::after {
    content: "\f0eb";
    color: #0993fa;
  }
  
  /* ========= blockquote BOX CSS ========= */
  
  .emphasize-box.blockquote .emphasize-box-inr {
    border: 3px solid #919191;
  }
  .emphasize-box.blockquote .emphasize-box-inr::before, .emphasize-box.blockquote .emphasize-box-inr::after {
    content: "\f10d";
    color: #919191;
  }
  .emphasize-box.blockquote .emphasize-box-inr::after {
    content: "\f10e";
  }
  
  /* ========= NOTIFICATION BOX CSS ========= */
  
  .emphasize-box.notification .emphasize-box-inr {
    border: 3px solid #03c903;
  }
  .emphasize-box.notification .emphasize-box-inr::before, .emphasize-box.notification .emphasize-box-inr::after {
  content: "\f0f3";
  color: #03c903;
  }
   /* ========= WARNING BOX CSS ========= */
  
  .emphasize-box.warning .emphasize-box-inr {
    border: 3px solid #ff901b;
  }
  .emphasize-box.warning .emphasize-box-inr::before, .emphasize-box.warning .emphasize-box-inr::after {
  content: "\e02e";
  color: #ff901b;
  }
  /* ========= ANNOUNCEMENT BOX CSS ========= */
  
  .emphasize-box.announcement .emphasize-box-inr {
    border: 3px solid #fe5b5b;
  }
  .emphasize-box.announcement .emphasize-box-inr::before, .emphasize-box.announcement .emphasize-box-inr::after {
  content: "\f0a1";
  color:#fe5b5b;
  }
  .emphasize-box.announcement .emphasize-box-inr::after {
  transform: scaleX(-1);
  }

/* ======== Emphasize Shortcode CSS END ========= */

/* ======== Reports template CSS Start ========= */

.reports-article table, .reports-article .table{
	max-width:100%;
	width:auto !important;
	margin: 0 auto;
    text-align: left !important;
}
.reports-article p {
    margin: 0 0 1.5em;
	line-height: 32px;
}
.p-content.reports-article li {
    margin-bottom: 20px;
}
.reports-article .h1,.reports-article h1,.reports-article .h2,.reports-article h2,.reports-article .h3,.reports-article h3,.reports-article .h4,.reports-article h4,.reports-article .h5,.reports-article h5,.reports-article .h6,.reports-article h6 {
    margin: 1em 0  !important;
    font-weight: 700;
}
/* .reports-article table, .reports-article .table{
    margin:1em 0 !important;
} */

/* ======== Reports template CSS Start ========= */


/* ======== warning shortcode CSS Start ========= */

.wa-warning {
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;
    border-left: 4px solid #ffc107;
    
}
.wa-warning img{
    width: 50px;
    height: 50px;
}
.wa-warning ul {
    margin-top: 10px;
}

/* ======== warning shortcode CSS Start ========= */

/* other css start */
/* .wa-vpn-overview-widget br {
    display: none !important;
} */
/* other css END */

/* Scoring Grid Shortcode css START */

.grid-wrap {
    position: relative;
/*     min-height: 500px !important; */
    padding: 20px 0;
	max-width:1300px;
    margin-top: 25px;
	
}
.grid-wrap canvas{
	max-height:900px !important;
	
}

.grid-update {
    background: #e5e5e5;
    font-size: 12px;
    line-height: normal;
    padding: 5px 10px;
    margin: 5px 0 25px 0;
}

.grid-tooltip {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    color: white;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 0px);
    transition: all 0.1s ease 0s;
    width: 200px;
    z-index: 1090;
}

span.grid-quad-label {
    position: absolute;
    z-index: 999;
    background: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
}

span.grid-quad-label.bottom-left {
    bottom: 0;
    left: 5px;
}

span.grid-quad-label.bottom-right {
    bottom: 0;
    right: 5px;
}

span.grid-quad-label.top-right {
    top: 0;
    right: 5px;
}

span.grid-quad-label.top-left {
    top: 0;
    left: 5px;
}

.insight-box {
    background-color: #fff;
    box-shadow: 0px 6px 15px 0px #00000026;
    padding: 1rem;
    border-radius: 8px;
    width: 200px;
    display: inline-block;
	box-sizing:content-box;
}

.head-insight {
    color: #000;
    display: flex;
    align-items: center;
	margin-bottom:10px;
}

.head-insight img {
    width: 24px;
    height: 24px;
}

.head-insight img,
.head-insight span {
    display: inline-flex;
    align-items: center;
}

.head-insight span {
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    word-break: break-all;
}

/* .grid-wrap .wa-insight-score-box {
    display: inline-block;
    margin: 10px 0;
} */

.grid-wrap .wa-insight-score {
    border-radius: 8px;
    line-height: normal;
    padding: 2px 10px;
    font-weight: 600;
    border: 1px solid #5f458e;
    color: #000;
}

/* .grid-wrap .wa-insight-score-num {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: white;
    z-index: 7;
    margin-left: 10px;
    margin-right: 5px;
} */

/* .grid-wrap .wa-insight-score-num::after {
    content: '';
    background: color-mix(in srgb, #5f458e 80%, black);
    height: 33px;
    width: 35px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%) skewX(350deg);
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 8px;
} */

/* Scoring Grid Shortcode css END */

/* ======== Youtube Subscribe shortcode CSS Start ========= */
.yt_wrapper{
	border-radius: 15px;
	padding: 15px;
}
.btn-yt{
	width: 180px;
}
.yt-sub-text{
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}

/* ======== Youtube Subscribe shortcode CSS END ========= */




/* LIVE CRICKET SCORE */
#live_match_card, #scheduled_matches {
    border: 1px solid #e5e5e5;
    max-width: 50%;
  
  }
  
  .fs-12{
    font-size: 12px !important;
  }
  
  .score-sizing {
    font-size: 12px !important;
    letter-spacing: 1px;
  }


  /* COMMENTS SECTION  */
  #reply-title{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

#reply-title small{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}



/* RELATED POSTS */
#related-content-slider .slick-dots li.slick-active button:before {
    border-radius: 50%;
    font-size: 12px;
    line-height: 19px;
    background: #002f4e;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
}

#related-content-slider .slick-dots li:not(.slick-active) button:before {
    border-radius: 50%;
    font-size: 12px;
    line-height: 19px;
    background: #c0c0c0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    border: 0 !important;
}

#related-content-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0.6em;
    margin: 0;

}

#related-content-slider .slick-dots li button {
    border: 0;
    position: relative;
}

#related-content-slider .slick-arrow{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -35px;
    background: #1166aa;
    max-width: 30px;
    }

#related-content-slider .slick-arrow > i {
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

 #related-content-slider .slick-prev{ 
    margin-right: 33px;

    }

#related-content-slider{ 
    border-radius: 10px;
    padding: 1em 1.5em;
    margin-top: 2em;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    
}


.inline-icons-alignment {  
    font-size: 14px;
    transform: translate(1px, -2px);
}



.wa-pagination .page-numbers a , .wa-pagination .current-page {

    margin-right: 0.5em;
    margin-left: 0.5em;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    padding: 4px 9px;
    border-radius: 5px;
    min-width: 100px !important;
    font-size: 15px;
    color: black;
}


.wa-pagination .current-page {
    background: #002f4e;
    color: white;
    border: 0;
}

.wa-pagination i {
    font-size: 13px;
    color: black;
}


/* New Sidebar Widgets */
.vpn-deals .vpn-deals-card{
    border-radius: 8px;
    border: 1px solid #dbe4ed;
    background: #F3F7FB;
}
.vpn-deals h2,.spotify-podcast-card h2, .mvp-widget h2{
    font-size: 24px !important;
}
.vpn-deals .vpn-deals-card img{
    height: 38px;
    width: 38px;
    margin-right: 16px !important;
}
.vpn-deals .vpn-deals-card a{
    color: var(--blue) !important;
}
.spotify-podcast-card iframe{
    box-shadow: 1px 1px 8px 0px #00000026;
    border-radius: 8px;
}
.mvp-widget.sb-main .hstyle.sb-hd{
    display: none;
}
.mvp-widget.sb-main figure small{
    display: none !important;
}
.mvp-widget.sb-main .sb-bp-row .f-posts figure{
    display: flex;
    align-items: center !important;
    margin: 0 0 10px 0 !important;

}
.mvp-widget.sb-main .sb-bp-row .f-posts figure img{
    margin: 0!important;
    margin-right: 12px!important;
    width: 80px !important;
    min-width: 80px !important;
    height: 55px !important;
    object-fit: initial !important;
}
.mvp-widget .sb-bp-title{
    max-height: unset !important;
}




/* ========== MEDIA QUERIES START ========== */
@media(min-width:991.7px) {
	.grid-wrap canvas{
		min-height:900px !important;
	}
}

@media(max-width:991.7px) {
    .vpn-comparison-div {
        display: block;
        margin: 20px 0;
    }

    .hm-provider-pills-ul>li .nav-link {
        padding: 0px 10px;
    }

    .wa-vpn-comparison-ul.hm-top-provider>.wa-vpn-comparison-li {
        width: 213px;
    }

    .about-us-banner-sec {
        margin-bottom: 70px;
    }

    .about-us-single-box {
        margin-bottom: 20px;
    }

    .wa-guide-methodology-box>.wa-guide-methodology-single:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--grey);
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .vpn-filter-ul>li {
        width: 46.9%;
    }

    .vpn-filter-div {
        display: block;
    }

    .wa-vpn-comparison-ul>.wa-vpn-comparison-li {
        width: 215px;
    }

    .client-logo-slider li:nth-of-type(n+4) {
        display: none;
    }

    /* wa-homepage-slider-sec CSS START*/
    .wa-slider-border {
        border-left: 0;
        padding-left: 0;
    }

    /* wa-homepage-slider-sec CSS END*/


    /* wa-homepage-product-reviews-sec CSS START */
    .wa-review-thumb {
        max-height: 150px !important;
        height: 150px !important;
    }

    .review-post-heading {
        font-size: 16px !important;
        max-height: 68px;
        overflow: hidden;
    }

    /* wa-homepage-product-reviews-sec CSS END */

    /* wa-score-method CSS START */
    .wa-research-img-box {
        margin: auto;
    }

    /* wa-score-method CSS END */
}

@media (max-width: 767.7px) {

    #live_match_card, #scheduled_matches{
        max-width: 100%;
      }

    .client-logo-slider {
        width: 100% !important;
    }

    .client-logo-slider li:nth-of-type(n+3) {
        display: none;
    }

    .newsletter-div {
        display: block;
    }

    .newsletter-div>input {
        text-align: center;
        margin-bottom: 10px;
    }

    .wa-trust-brands ul li {
        margin: 0px 9px 18px 9px;
    }

    .wa-homepage-banner-sec {
        padding-top: 55px;
    }

    .banner-search-box .input-group {
        margin-bottom: 15px;
    }

    .banner-search-box {
        display: block;
        text-align: center;
        margin-top: 20px
    }

    .wa-trust-brands {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .wa-homepage-pills>li .nav-link {
        font-size: 14px;
    }

    .wa-homepage-pills>li {
        display: inline-block;
        width: 49%;
        flex: none;
    }

    .wa-homepage-tabs {
        padding: 15px;
    }

    .hm-provider-pills-ul {
        margin-top: 18px;
    }

    .wa-vpn-comparison-ul.hm-top-provider>.wa-vpn-comparison-li:not(:last-child) {
        margin-bottom: 20px;
    }

    .wa-authors p,
    .wa-editors p {
        margin-bottom: 20px;
    }

    .follow-us-ul>li {
        width: 124px;
    }

    .follow-us-ul>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .about-us-feature-section .footer-logos-li {
        width: 49%;
    }

    .vpn-filter-ul>li {
        width: 100%;
    }

    .wa-top-alternative-ul>li {
        width: 100%;
    }

    .wa-vpn-comparison-ul>.wa-vpn-comparison-li:not(:last-child)::before {
        right: inherit;
        top: inherit;
        bottom: -45px;
        transform: translateX(-50%);
        left: 50%;
    }

    .wa-vpn-comparison-ul>.wa-vpn-comparison-li {
        width: 100%;
    }

    .wa-vpn-comparison-ul>.wa-vpn-comparison-li:not(:last-child) {
        margin-bottom: 60px;
    }

    .wa-vpn-feature {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .wa-vpn-feature-box>.wa-vpn-feature:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--grey);
    }

    .wa-main-wrapper {
        margin: 30px 0 35px 0;
    }

    .wa-trust-stats>.wa-trust-stats-li {
        width: 45.2%;
    }

    .author-name-main-wrapper {
        display: block;
    }

    .hover-bio-wrapper {
        padding: 14px;
        min-width: 250px;
    }

    /* left toc BEGIN */
    .wa-left-toc-title.collapsed:after,
    .wa-left-toc-title:after {
        display: inline-block;
        line-height: normal;
        margin-left: 10px;
        font-size: 14px;
        border: 1px solid;
        padding: 2px 6px;
        font-weight: normal;
        width: 60px;
        text-align: center;
        color: #0078d4;
        background: white;
        border-radius: 3px;
        content: "Hide";
        border: 0;
    }

    .wa-left-toc-title.collapsed:after {
        content: "Show";
    }

    .wa-left-toc .collapse:not(.show) {
        display: none !important;
    }

    .wa-left-toc {
        height: auto !important;
        min-height: auto;
        background: azure;
        padding: 10px;
    }

    .wa-left-toc .wa-left-toc-title {
        font-size: 20px !important;
    }

    /* left toc end */

    /* AUTHOR BIO START */
    .wa-author-social {
        margin-top: 0 !important;
    }

    .wa-author-dlt-box {
        margin-left: 0 !important;
    }

    .wa-author-stats li {
        padding: 12px 8px;
    }

    .wa-author-qoute::after {
        top: initial;
        margin-top: 18px;
        margin-left: 0;
        right: 5px;
    }

    .wa-author-qoute::before {
        left: 0;
    }

    .wa-author-qoute {
        padding: 0 20px;
        margin: 44px 0;
        font-size: 18px !important;
    }

    .wa-author-dtl img {
        width: 130px !important;
        height: 130px !important;
    }

    .wa-author-stats .wa-trust-stats-num {
        font-size: 20px !important;
    }

    .wa-author-stats .wa-trust-stats-name {
        font-size: 14px !important;
    }

    .wa-author-info h2 {
        font-size: 20px !important;
    }

    .author-role,
    .author-joined {
        font-size: 14px !important;
    }

    .wa-author-stats>.wa-trust-stats-li {
        margin: 8px 0px !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .wa-author-qoute::before,
    .wa-author-qoute::after {
        font-size: 32px !important;
    }

    .wa-author-article-heading,
    .wa-post-card {
        margin-bottom: 20px !important;
    }

    /* AUTHOR BIO END */

    /* CONTACT US BEGIN */
    .radio-inline:not(:last-child) {
        margin-right: 0 !important;
        width: 100% !important;
    }
    /* CONTACT US END */
	
	.cited-wrapper-hover{
		display:none !important;
	}
	.wa-cat-post-card .post-heading {
		max-height: initial;
	}
	.site-bg-img.bg-xl-img::after{
		background: none !important;
	}
	.infogram-embed iframe{
		height: auto !important;
		aspect-ratio: 1 / 1 !important;
/* 		width: revert !important; */
	}
	.spotify-embed-wrapper iframe{
		height: 100px;
	}
	.hb-strip b{
		font-size:14px;
	}
	.hb-strip .btn-close{
		right: 6px !important;
	}
}
@media (min-width: 767.7px) {
	.wa-left-toc .collapse:not(.show){
		display: block !important;
	}
}

@media (max-width: 575.7px) {
    .hm-provider-pills-ul>li .nav-link {
        margin: 0 auto;
    }

    .hm-provider-pills-ul>li {
        display: block;
    }

    .hm-provider-pills-ul {
        display: block;
    }

    .hm-provider-pills-ul>li:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--grey);
        margin: 6px 0;
        padding-bottom: 6px;
    }

    .wa-vpn-comparison-ul.hm-top-provider>.wa-vpn-comparison-li {
        width: 100%;
        margin-right: 0 !important;
    }

    .wa-trust-stats>.wa-trust-stats-li {
        width: 100%;
        margin-right: 0;
    }

    /* wa-score-method CSS START */

    .wa-research-method p {
        font-size: 11px;
    }

    .wa-research-img-box {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .wa-research-method {
        left: 0;
    }
    .reports-article .h2, h2 {
        font-size: 1.625rem;
    }
    .reports-article .h3, h3 {
        font-size: 1.5rem;
    }

    /* wa-score-method CSS END */
}

@media(max-width:420px) {
    .client-logo-slider li:nth-of-type(n+2) {
        display: none;
    }
}

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


/* 
**************
NOTE :  THIS CSS FILE CONTAINS THE STYLES FOR ONLY NEWLY MADE SHORTCODES AND VIEWS OF REVAMP SITE THEME
        DON'T PUT ANY OLD CSS IN THIS FILE
**************
*/

/* button.totalpoll-button.totalpoll-buttons-results {
    display: none;
}
button.totalpoll-button.totalpoll-button-primary.totalpoll-buttons-vote {
    background: #012f4e !important;
}
.totalpoll-question-choices-item-votes-bar {
    background: #012f4e !important;
} */

/* ========= POLLS CSS START ========= */

.totalpoll-question-content p{
	font-weight:bold !important;
}
.totalpoll-question-choices-item-container .totalpoll-question-choices-item-control{
	border-radius: 5px !important;
}
.totalpoll-question-choices-item-votes-text {
	font-size: 16px !important;
}
.totalpoll-question-choices-item-votes-bar{
	border-radius: 5px !important;
}
.totalpoll-buttons-vote:focus{
	outline: none;
}
.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control{
background: #012f4e !important;
}
.totalpoll-buttons-vote{
	background: #012f4e !important;
	border-radius: 5px !important;
	padding: 10px 60px !important;
	border-color: #012f4e !important;
}
.totalpoll-buttons{
justify-content:center !important;
}
.totalpoll-buttons-results, .totalpoll-question-choices-item-label{
border-radius: 5px !important;
}
.totalpoll-buttons-results{
	display: none !important;
}
.totalpoll-question-choices-item:hover{
	
}
.totalpoll-question-choices-item-control{
	border-color: #d6d6d68f !important;
    background: #fafafa !important;
}
.totalpoll-question-choices-item-selector-box{
	background: #fafafa !important;
	fill: unset !important;
}
.totalpoll-question-choices-item-votes-bar{
	background: var(--blue) !important;
}
.totalpoll-message-error{
	border-radius: 5px !important;
	padding: 10px !important;
}
.totalpoll-question-choices-item-votes{
	margin-top: 0px !important;
}
/* ========= POLLS CSS END ========= */

/* ========= IMG metaData Schema Shortcode CSS START ========= */
.img-metadata p{
	font-size: 14px;
    color: var(--dark-grey);
	margin-bottom: 0 !important;
    text-transform: capitalize;
	line-height: 22px !important;
    font-style: italic;
    line-height: normal;
}
.img-metadata{
    background: #eee;
    padding: 5px;
}
/* ========= IMG metaData Schema Shortcode CSS END ========= */