html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
    font-display: swap; /*    // NEW ADDED 11-12*/
}

a, a:hover {
    color: #f87171;
}

body,
p {
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

h1.font-medium, h2.font-medium {
    font-weight: 600 !important;
}

h1.xl\:text-\[42px\]{
    line-height: 45px;
}

ul li, ol li{
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.gap-y-3{
    row-gap: 0.75rem;
}

.btn-bg-orange-500 {
    background-color: #FF6961;
}

.btn-bg-orange-500:hover,
.hover-bg-red:hover {
    background-color: #f87171;
    color: #fff;
}

.hover-text:hover,
.focus-text:focus,
.hover-text.active {
    color: #f87171;
}

.btn-bg-orange-200 {
    background: #EC8D71;
}

.btn-bg-blue-200 {
    background: #4573D2;
}

.btn-bg-voilet-200 {
    background: #938CE1;
}

.btn-bg-red-200 {
    background: #F06A6A;
}

.btn-bg-yellow-200 {
    background: #F1BD6C;
}

.btn-bg-green-200 {
    background: #5DA283;
}

.text-green-dark-400 {
    color: #5DA283;
}

.pb-0{
    padding-bottom: 0px !important;
}

.p-0{
    padding: 0px !important;
}

.mb-\[40px\] {
    margin-bottom: 40px;
}

.text-red-dark-400 {
    color: #DA3940;
}

.text-black-200 {
    color: var(--primary-black, #0D0E10);
}

.btn-black-dark,
.bg-black-dark {
    background: #0D0E10;
}

.btn-orange-light-100,
.bg-orange-light-100 {
    background: #EC8D71;
}

.bg-voilet-light-300 {
    background: #938CE1;
}

.bg-yellow-light-200 {
    background: #F1BD6C;
}

.bg-gray-light-100 {
    background: #f5f3f3;
}

.bg-gray-light-200 {
    background: #F0EDED;
}

.bg-gray-dark-400 {
    background-color: #F0EDED;
}

.bg-green-dark-500 {
    background: #5DA283;
}

.bg-blue-dark-400 {
    background: #4573D2;
}

.bg-blue-dark-400 {
    background: #4573D2;
}

.bg-green-dark-400 {
    background: #5DA283;
}

.bg-white-100 {
    background: #F5F3F3;
}

.social-icons li a,
ul li a.twitter-x {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.underline-red{
    background-image: url(../images/underline-red.png);
}

.underline-yellow{
    background-image: url(../images/underline-yellow.png);
}

.underline-green{
    background-image: url(../images/underline-green.png);
}

.underline-black{
    background-image: url(../images/underline-black.png);
}

.underline-blue{
    background-image: url(../images/underline-blue.png);
}

.social-icons li a.facebook {
    background-image: url(../images/facebook.svg);
}

.social-icons li a.facebook:hover {
    background-image: url(../images/facebook-hover.svg);
}

.social-icons li a.linkdin {
    background-image: url(../images/linkdin.svg);
}

.social-icons li a.linkdin:hover {
    background-image: url(../images/linkdin-hover.svg);
}

.social-icons li a.instagram {
    background-image: url(../images/instagram.svg);
}

.social-icons li a.instagram:hover {
    background-image: url(../images/instagram-hover.svg);
}

.social-icons li a.youtube {
    background-image: url(../images/youtube.svg);
}

.social-icons li a.youtube:hover {
    background-image: url(../images/youtube-hover.svg);
}

.social-icons li a.twitter,
.fab.fa-twitter-square {
    background-image: url(../images/twitter-x.svg);
}

.social-icons li a.twitter:hover,
.fab.fa-twitter-square:hover {
    background-image: url(../images/twitter-x-hover.svg);
}

.fab.fa-twitter,
.fab.fa-twitter.no-hover {
    background-image: url(../images/twitter-x1.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.fab.fa-twitter-square {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 1.5px;
}

.fab.fa-twitter:hover {
    background-image: url(../images/twitter-x-hover1.svg);
}

.fab.fa-twitter.no-hover {
    background-image: url(../images/twitter-x1.svg);
}

.fab.fa-twitter:before,
.fab.fa-twitter-square:before {
    content: "";
}

.hero-bg{
    background-image: url(../images/hero-section-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-bg{
    background-image: url(../images/inner-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-bg.compare-bg{
    background-image: url(../images/compare-bg.png);
}

.user-details li{
    position: relative;
}

.right_content_sec ul.user-details li img {
    padding-bottom: 0px;
}

.right_content_sec ul.cstm-ul {
    padding: 0px;
}

.breadcrumb li.current-page{
    color: #646F79;
}

.user-details li::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    width: 2px;
    height: 14px;
    background-image: url(../images/vertical-line.svg);
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}

.list-links {
    box-shadow: 0px 8px 18px -6px rgba(13, 14, 16, 0.12);
}

.category-btn a{
    position: relative;
    top: 0;
    /* transition: all .5s ease-in-out; */
}

.category-btn:hover a{
    top: -5px;
}

.category-btn .btn-bg-orange-200:hover {
    box-shadow: 0px 8px 18px rgba(236, 141, 113, 0.2), 0px 12px 20px rgba(236, 141, 113, 0.2);
}

.category-btn .btn-bg-blue-200:hover {
    box-shadow: 0px 8px 18px rgba(69, 115, 210, 0.2), 0px 12px 20px rgba(69, 115, 210, 0.2);
}

.category-btn .btn-bg-red-200:hover {
    box-shadow: 0px 8px 18px rgba(240, 106, 106, 0.2), 0px 12px 20px rgba(240, 106, 106, 0.2);
}

.category-btn .btn-bg-voilet-200:hover {
    box-shadow: 0px 8px 18px rgba(147, 140, 225, 0.2), 0px 12px 20px rgba(147, 140, 225, 0.2);
}

.category-btn .btn-bg-yellow-200:hover {
    box-shadow: 0px 8px 18px rgba(241, 189, 108, 0.2), 0px 12px 20px rgba(241, 189, 108, 0.2);
}

.category-btn .btn-bg-green-200:hover {
    box-shadow: 0px 8px 18px rgba(93, 162, 131, 0.2), 0px 12px 20px rgba(93, 162, 131, 0.2);
}

/* sub menu css start */
#mega-menu-wrap-header-menu #mega-menu-header-menu p {
    margin-bottom: 15px;
    font-weight: 600 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
    color: #0D0E10;
    display: flex;
    padding: 30px 15px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #0D0E10;
    font-size: 16px;
    padding: 11px 0px;
    align-items: center;
    display: flex;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #0D0E10;
    font-size: 16px;
    padding: 6px 0px;
    text-transform: inherit;
    font-weight: 400;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    color: #000;
    font-weight: 500;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{
    min-width: 260px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12) !important;
    border-radius: 5px !important;
    padding: 30px 0px 20px !important;
    background: #fff !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus
{
    color: #000;
    font-weight: 500;
    background: #fff !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 260px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    border-radius: 5px;
    padding: 30px 0px 20px;
    background: #fff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #fff;
    line-height: 35px;
    text-decoration: none;
    color: #0D0E10;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 400;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 20px;
    width: 100%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.compare-sub-menu > ul.mega-sub-menu {
    min-width: 665px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item{
    position: relative;
}

#mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu{
    background: #fff;
}

#mega-menu-wrap-header-menu .mega-menu-toggle::after {
    background-image: url(../images/hamburger.svg) !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
    content: "";
    background-size: contain !important;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open {
    width: 100%;
    background: white;
    top: 0;
    right: 0px;
    justify-content: end;
    align-items: center;
    height: 60px;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open:after {
    width: 24px;
    height: 24px;
    position: static;
    opacity: 1;
    background: none;
    background-image: url(../images/humburger-close.svg) !important;
    margin-right: 15px;
    margin-top: 15px;
}


#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right{
    display: none;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
    display: none;
}

#mega-menu-wrap-header-menu .mega-menu-toggle {
    background: none;
    line-height: normal;
    width: 24px;
    height: 24px;
    top: 25px;
    right: 15px;
}

/* sub menu css end */
.vpnHunt-video canvas {
    margin: 0px auto;
}

.vpnHunt-video video:hover::-webkit-media-controls-panel,
.vpnHunt-video video:hover::-webkit-media-controls-play-button,
.vpnHunt-video video:hover::-webkit-media-controls-timeline {
    display: none !important;
}

#main-search.open-search-form {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

#main-search {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 184px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 8px 18px -6px rgba(13, 14, 16, 0.12);
}

#main-search #search-close {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}

.review-box {
    box-shadow: 0px 8px 18px -6px rgba(23, 33, 83, 0.12), 0px 12px 42px -4px rgba(23, 33, 83, 0.12);
    margin: 0px 10px 30px 10px;
}

.review-box span.inline-block img {
    width: 24px;
}

ul.slick-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0px);
}

ul.slick-dots li {
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}

ul.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #E9E9E9;
    border-radius: 100%;
    text-indent: -9999999px;
    margin: 0px 4px;
}

ul.slick-dots li.slick-active button {
    background: #00B67A;
}

button.slick-prev.slick-arrow {
    right: auto;
    left: 42.5%;
    background-image: url(../images/arrow-Left.svg);
}

button.slick-next.slick-arrow {
    background-image: url(../images/arrow-right.svg);
}

button.slick-next.slick-arrow{
    right: 37%;
    left: auto;
}

button.slick-arrow {
    position: absolute;
    left: auto;
    bottom: -25px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    text-indent: -99999999px;
    z-index: 9;
    transform: translate(-50%, 0%);
}

.comparisons-hover {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.comparisons-hover:hover {
    transform: rotate(-1deg);
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}

.blogs-col {
    transition: all 0.5s ease;
}

.blogs-col:hover span.text-black, .blogs-col:hover .text-black {
    color: #fff;
}

.blogs-col:nth-child(odd):hover {
    transform: rotate(-2deg);
}

.blogs-col:nth-child(even):hover {
    transform: rotate(2deg);
}

.h-120 {
    height: 7.5rem;
}

video {
    display: none;
}

.accordian-row {
    box-shadow: 0px 2px 6px 0px rgba(145, 142, 141, 0.50);
    transition: box-shadow 0.3s ease;
    transition: all 0.5s ease;
}

.accordion-content {
    display: none;
}

.accordian-row.collapsed .accordion-content {
    display: block;
}

.accordian-row.collapsed .faq-arrow {
    transform: rotate(180deg);
}

.accordian-row.collapsed .faq-arrow path, .get-in-touch a.hover:hover svg path{
    fill: #E71D1D;
}

.get-in-touch a.hover:hover span{
    color: #E71D1D;
}

.hover:hover svg path{
    fill: #E71D1D;
}

.get-in-touch #contact-form input:focus, .get-in-touch #contact-form textarea:focus{
    border-color: #E71D1D;
}

#contact-form .dropdown-arrow:after {
    content: "";
    position: absolute;
    background-image: url(../images/contact-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 12px;
    height: 10px;
}

.contact-form p{
    margin-bottom: 0px;
}

.contact-form input, .contact-form textarea, .comment-respond input, .comment-respond textarea {
    border-radius: 5px;
    border: 1px solid var(--Primary-Platinum, #E9E9E9);
    background: var(--Primary-White, #FFF);
    box-shadow: none;
    width: 100%;
}

ol.commentlist {
    padding-left: 30px;
}

.comment-respond input, .comment-respond textarea {
	padding: 0.75rem;
    line-height: 1.25;
    height: auto;
}

.comment-reply-title a#cancel-comment-reply-link {
    font-size: 17px;
    font-weight: normal;
    text-decoration: underline;
    color: #000;
}

ol.commentlist a {
    color: #000;
}

.comment-reply-title a#cancel-comment-reply-link:hover, ol.commentlist a:hover{
    color: #f87171;
}

.comment-respond input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.comment-respond input[type="checkbox"] + label {
    display: inline-block;
}

.ring-gray-300:focus, .ring-gray-300:focus-visible, .comment-respond textarea:focus-visible, .comment-respond input:focus-visible {
    outline-color: #e71d1d;
}

.sendMsgBtn p {
    background: #fe4747;
    border: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
}

.comment-respond .form-submit {
    background: #fe4747;
    border: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
}

.sendMsgBtn p:before, .comment-respond .form-submit::before {
    content: '';
    position: absolute;
    top: 0px;
    background: #FF6961;
    width: 120%;
    height: 110%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.sendMsgBtn p:hover::before, .comment-respond .form-submit:hover::before {
    transform: translate3d(100%, 0, 0);
}

.sendMsgBtn .wpcf7-spinner, .comment-respond .form-submit .wpcf7-spinner{
    display: none;
}

.sendMsgBtn p input, .comment-respond .form-submit input {
    color: #fff;
    background: none;
    border: none;
    width: 100%;
    position: relative;
    display: inline-block;
}

.contact-form p br{
    display: none;
}

.country-dropdown {
    width: 100px;
    z-index: 9;
    left: 12px;
}

.country-dropdown p{
    height: 100%;
}

.country-dropdown p .wpcf7-form-control-wrap{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.country-dropdown .country-select.inside input, .country-dropdown .country-select.inside input[type=text]{
    width: 100%;
    border: none;
}

.country-dropdown .country-select.inside input, .country-dropdown .country-select.inside input[type=text] {
    padding-left: 28px;
    margin-left: 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
}

.country-dropdown .country-select .selected-flag .arrow{
    right: 0px;
}

.country-dropdown .country-select.inside input:focus{
    outline: none;
}

.country-dropdown .country-select .flag-dropdown, .country-dropdown .country-select.inside .selected-flag{
    width: 100%;
}

.country-dropdown .country-select .flag-dropdown{
    height: 100%;
}

.country-dropdown .country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}

.country-dropdown .country-select .selected-flag{
    padding: 0 0 0 0px;
}

#v-tabs li a:hover {
    border-color: #E71D1D;
    background: #F5F3F3;
    font-weight: 500;
}

#v-tabs li a:not(.inactive) {
    border-color: #E71D1D;
    background: #F5F3F3;
    font-weight: 500;
}

.page-link {
    box-shadow: 0px 8px 18px -6px rgba(13, 14, 16, 0.12);
}

.page-link ul li{
    margin-bottom: 0px;
}

.overview-content h2, .tab-content h2, .right_content_sec h2{
    scroll-margin-top: 120px;
    scroll-behavior: smooth;
}

.getterms-document-embed[data-getterms-styles]{
    font-family: "Open Sans", sans-serif !important;
    line-height: normal !important;
}

.policy-content ol, .policy-content ul {
    padding-left: 25px !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}

.policy-content ol{
    list-style: decimal;
}

.policy-content ul{
    list-style: disc;
}

.policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    color: #0D0E10;
    font-weight: 600 !important;
    padding-top: 10px;
}

.policy-content h3 div.absolute.invisible{
    display: none !important;
}

.policy-content h2, .policy-content h1{
    font-size: 2rem !important;
    position: relative;
    line-height: 33px;
}

.policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
    font-size: 28px !important;
}

.list-links .horizontal-scroll li {
    display: inline-block;
    margin: 0px 15px 0px 0px !important;
}

.list-links .horizontal-scroll li a {
    /* padding: 28px 0px; */
    display: inline-block;
    width: 100%;
    color: #000;
}

.list-links .horizontal-scroll li a:hover, .list-links .horizontal-scroll li a.active {
    color: #f87171;
}

.page-link .horizontal-scroll li {
    margin: 0px 10px;
}

.page-link ul li a:hover,
.page-link ul li a.active {
    border-color: #FF6961;
    font-weight: 500;
    color: #000;
}

#v-tabs.table-content li a:hover,
#v-tabs.table-content li a:not(.inactive) {
    border-color: #FF6961;
    background: none;
    font-weight: 500;
}

.ulList li {
    position: relative;
    padding-left: 25px;
}

.policy-content ul li, .policy-content ol li{
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.policy-content p {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}

.ulList li::before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.pricing-box-shadow .button{
    border: 1px solid #000;
}

.pricing-box-shadow .button--mimas::before{
    background: #ffffff;
}

.pricing-box-shadow .button--mimas a{
    color: #000;
}

.bordr-right-dashed{
    position: relative;
}

.bordr-right-dashed::before{
    content: "";
    position: absolute;
    right: -5px;
    top: 4px;
    background-image: url(../images/outline-dashed.svg);
    width: 1px;
    height: 100%;
}

.pricing-box-shadow.hovered:hover .button--mimas, .pricing-box-shadow.hovered .button--mimas{
    border-color: #fe4747;
}

.pricing-box-shadow.hovered .button--mimas a{
    color: #fff;
}

.pricing-box-shadow.hovered .button--mimas::before{
    background: #FF6961;
    transform: translate3d(100%, 0, 0);
}

.pricing-box-shadow {
    border-color: #ddd;
    box-shadow: none;
}

.pricing-box-shadow.hovered:hover, .pricing-box-shadow.hovered {
    border: 1px solid var(--Primary-Pastel-Red, #FF6961);
    box-shadow: 0px 8px 18px -6px rgba(23, 33, 83, 0.12), 0px 12px 42px -4px rgba(23, 33, 83, 0.12);
}

.ulList.pros_list li::before {
    background-image: url(../images/tick.svg);
}

.ulList.cons_list li::before {
    background-image: url(../images/cross.svg);
    top: 6px;
}

.page-template-default .content-sec ul.ul-topic-listing {
    padding: 0px !important;
}

ul.ul-topic-listing li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    height: 100%;
    align-items: center;
}

ul.ul-topic-listing li a{
    color: #000;
    padding-left: 25px;
    position: relative;
    padding: 12px 12px 12px 40px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 8%);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    width: 100%;
}

ul.ul-topic-listing li:hover a{
    color: #f87171;
    font-weight: 500;
}

ul.ul-topic-listing li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 16px;
    background-image: url(../images/tick.svg);
    height: 16px;
    transform: translate(-0px, -50%);
}

/* Scrollbar Styling start */

 .custom_scroll::-webkit-scrollbar-track, .horizontal-scroll::-webkit-scrollbar-track, .overflow-x-auto::-webkit-scrollbar-track {
    background: #fff;
    /* border-left: 1px solid transparent; */
}

.custom_scroll::-webkit-scrollbar-thumb, .horizontal-scroll::-webkit-scrollbar-thumb, .overflow-x-auto::-webkit-scrollbar-thumb {
    background: #BABABA;
    border-radius: 50vh;
    cursor: pointer;
    /* border: 1px solid #BABABA; */
}

.custom_scroll::-webkit-scrollbar, .horizontal-scroll::-webkit-scrollbar, .overflow-x-auto::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
}

.overflow-x-auto::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

/* Scrollbar Styling end */

.sticky {
    position: sticky;
    height: 100%;
    top: 115px;
    bottom: auto;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-container .blogs-col{
    width: calc(33% - 10px);
    box-sizing: border-box;
}

.blogs-col {
    border-radius: 20px !important;
}

header.fixed-header, body.home header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1030;
    transform: translateY(68px);
    transition: transform 800ms ease, background 800ms ease;
    -webkit-transition: transform 800ms ease, background 800ms ease;
    top: -68px;
    width: 100%;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.);
}

.custom_scroll {
    max-height: 360px;
    overflow: auto;
}

#table-of-contents ul li a {
    color: var(--primary-black, #0D0E10);
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
    border-left: 4px solid transparent;
}

#table-of-contents ul li.active a,
#table-of-contents ul li:hover a {
    border-color: #E71D1D;
    font-weight: 500;
}

video::-webkit-media-controls {
    display: none;
}

.author_overview ul li.active a,
.author_overview ul li:hover a, #table-of-contents ul li.active, #table-of-contents ul li:hover{
    background: #F5F3F3;
}

.vpnHunt_trust_box::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 88px;
    background-color: #FF6961;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    z-index: -1;
}

.vpnHunt_trust_box p br{
    display: none;
}

.deal_coupon_box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/subtract-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
    width: 100%;
    height: 212px;
    z-index: -1;
    filter: drop-shadow(0px 8px 18px rgba(23, 33, 83, 0.12)) drop-shadow(0px 12px 42px rgba(23, 33, 83, 0.12));
}

.border-rgt-1,
img.border-r-2 {
    border-right-width: 1px;
    border-color: #646F79;
}

header{
    position: relative;
    z-index: 99;
}

body.home header {
    z-index: 9;
    background: #0000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

body.home .first-fold{
    padding-top: 106px;
}

body.home.logged-in .first-fold {
    padding-top: 70px;
}

select {
    appearance: none;
}

/* compare select option start */

.btn-select::after,
.btn-select1::after {
    background-image: url(../images/chevron-down.svg);
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(00px, -50%);
}

.compareSelect-item {
    display: none;
}

.compare_listing li img,
.showCompare-item li img {
    display: inline-block;
}

.compare_listing li {
    list-style: none;
    padding: 0px 4px;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    white-space: nowrap;        
    overflow: hidden;          
    text-overflow: ellipsis;  
}

.compare_listing li:hover, .more_compare_listing li:hover {
    background-color: #F4F3F3;
}

.compare_listing {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 54px;
    max-height: 260px;
    overflow-y: auto;
    border-radius: 5px;
    border: 1px solid var(--Primary-Platinum, #E9E9E9);
    background: var(--Primary-White, #FFF);
    box-shadow: 0px 2px 6px 0px rgb(145 142 141 / 20%);
}

.open {
    display: show !important;
}

.btn-select li {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.showCompare-item {
    position: relative;
}

.showCompare-item button.btn-select {
    display: flex;
    align-items: center;
}

/* compare select option end */
span.like-button, span.dislike-button{
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	background-size:cover;
}

span.like-button{
	background-image: url(../images/like.svg);
}

span.dislike-button{
	background-image: url(../images/dislike.svg);
}

span.like-button.has_voted{
	background-image: url(../images/active-icon.svg);
}

span.dislike-button.has_voted{
	background-image: url(../images/dislike-icon.svg);
}

img.dislike-button, img.like-button {
    padding: 0px !important;
	cursor: pointer;
}

#vpnList .btn-select1 li {
    padding-left: 10px;
}

#vpnList ul.more_compare_listing li:first-child {
    padding: 10px 20px;
	text-align:center;
}

.fixed-heading {
    width: 1200px;
}

.fixed-heading tbody tr td:first-child,
.fixed-heading thead tr th:first-child {
    position: sticky;
    left: 0px;
    background: #fff;
    z-index: 99;
	box-shadow: inset -1px 0 0 #e3dddc;
}

.fixed-heading tbody tr td.bg-gray-light-200{
    background: #F5F3F3 !important;
}

/* more compare dropdown list start here */

.moreCompareSelect-item {
    display: none;
}

.more_compare_listing li {
    font-weight: normal;
    text-align: left;
    list-style: none;
    padding: 0px 4px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0px !important;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.showMore-item {
    position: relative;
}

img.aligncenter {
    margin: 0 auto;
}

.user-details li img.avatar.avatar-50.photo {
    border-radius: 100%;
    width: 32px;
}

ul.custom_pagination {
    margin-top: 80px;
}

.w-32 {
    width: 8rem;
}
  
.btn-select1 li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    display: inline-block;
    line-height: 11px;
    font-weight: normal;
    padding-top: 10px;
}

.more_compare_listing li img,
.showMore-item li img {
    /* margin: 0px 5px; */
    display: inline-block;
    /* width: 20px; */
}

.more_compare_listing {
    display: none;
    width: 100%;
    padding: 0px !important;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 54px;
    max-height: 260px;
    overflow-y: auto;
    border-radius: 5px;
    border: 0px;
    background: var(--Primary-White, #FFF);
    box-shadow: 0px 2px 6px 0px rgb(145 142 141 / 30%);
}

.btn-select1 li {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}

/* start custom poup */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px;
}

/* end custom popup */

#vpn-response .fixed-heading thead tr th {
    width: 230px !important;
}

#vpn-response .fixed-heading thead tr th .product-box p {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 auto;
}

#vpn-response .fixed-heading thead tr th .product-box #delete-vpn {
    position: absolute;
    top: 0;
    right: 0;
}

#vpn-response .fixed-heading thead tr th .product-box {
    padding-top: 40px !important;
}

#identical_error {
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 17%);
    top: 110px;
    right: 7px;
    width: 100%;
	max-width:210px;
    padding: 20px 10px;
    background: #fff;
    min-height: 70px;
    border-radius: 4px;
    margin-bottom: 10px !important;
    overflow: inherit !important;
    font-size: 1rem;
}

#identical_error #closePopup{
	top: -6px;
    right: -2px;
    color: #fff;
    background: #000;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

#identical_error #closePopup svg{
	width: 20px;
    height: 20px;
    margin: 0 auto;
}

#identical_error #closePopup:hover {
    background: #D8423A;
}

#identical_error #closePopup:hover svg {
    color: #fff;
}

#menu-header-menu li.group > .dropdown_arrow {
    content: "";
    position: absolute;
    right: -24px;
    top: -2px;
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.brand_logos{
    width: 213px;
    height: 213px;
    transition: transform .5s;
}

.brand_logos img {
    width: 120px;
    height: 120px;
}

.topbar p, header nav ul li, #table-of-contents li, section.list-links p{
    margin-bottom: 0px;
}

.topbar p.text-\[13px\] a{
    color: #0D0E10;
    font-weight: 600;
}

.topbar p.text-\[13px\] a:hover{
    color: #f87171;
}

.margin-bottom-0 li {
    margin-bottom: 0px;
}

.categoryList a:nth-child(1){
    background: #EC8D71;
}

.categoryList a:nth-child(2){
    background: #4573D2;
}

.categoryList a:nth-child(3){
    background: #938CE1;
}

.categoryList a:nth-child(4){
    background: #F06A6A;
}

.categoryList a:nth-child(5){
    background: #F1BD6C;
}

.categoryList a:nth-child(6){
    background: #5DA283;
}

.categoryList a:nth-child(7){
    background: #EC8D71;
}

.font-500{
    font-weight: 500;
}

.font-semibold{
    font-weight: 600;
}

section.faq-sec .faqHeading{
    margin-top: 0px;
}

section.faq-sec .faqHeading .logoIcons{
    display: none;
}

.right_content_sec p a {
    color: #f87171;
    word-break: break-word;
}

ul#menu-footer-top-menu li {
    padding: 0px;
}

.right_content_sec a.custom-button {
    background: #FF6961;
    color: #fff !important;
    display: inline-flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
    gap: 10px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 10px;
}

.right_content_sec h2{
    position: relative;
}

.right_content_sec h2:before, .policy-content h2::before, .page-template-default .content-sec h2::before {
    content: "";
    background: url(../images/logo-icon.svg);
    position: absolute;
    left: -35px;
    top: 14px;
    width: 26px;
    background-size: contain;
    height: 26px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-template-default .content-sec ul {
    list-style: disc;
    padding-bottom: 8px;
    padding-left: 25px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.page-template-default .content-sec ul li {
    margin-bottom: 15px;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.page-template-default .content-sec .rating-box ul {
    list-style: none;
    padding-bottom: 0px;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.page-template-default .content-sec ul li:last-child {
    margin-bottom: 0px !important;
}

.page-template-default .content-sec .rating-box ul li:last-child {
    margin-bottom: 0px !important;
}

.page-template-default .content-sec h2, .page-template-default .content-sec h3, .page-template-default .content-sec h4, .page-template-default .content-sec h5, .page-template-default .content-sec h6{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    padding-top: 10px;
    line-height: 33px;
    color: #000;
}

.page-template-default .content-sec h3, .page-template-default .content-sec h4, .page-template-default .content-sec h5, .page-template-default .content-sec h6{
    font-size: 28px !important;
}

.page-template-default .content-sec h2{
    position: relative;
    font-size: 2rem;
}

.shortcode-output ul{
    list-style: none !important;
    margin: 30px 0px;
    padding: 0px !important;
}

.shortcode-output ul + p{
    margin-bottom: 0px;
}

.shortcode-output p, .shortcode-output ul li {
    font-size: 16px;
}

ul.pl-0 {
    padding-left: 0px !important;
}

ul.pl-3 {
    padding-left: 0.75rem !important;
}

.shortcode-output ul li b {
    color: #FF6961;
}

/* button css start */
.button {
    background: #fe4747;
    border: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
}

.button--mimas::before {
    content: '';
    position: absolute;
    top: 0px;
    background: #FF6961;
    width: 120%;
    height: 110%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas a, .button--mimas span {
    position: relative;
    color: #fff;
}

.button--mimas:hover a, .button--mimas:hover span{
    color: #fff;
}

.button--mimas:hover::before {
    transform: translate3d(100%, 0, 0);
}
/* button css end */

/* Style the tab */
.mobileTabs .tab {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }
  
  /* Style the buttons inside the tab */
 .mobileTabs .tab button {
    background-color: inherit;
    float: left;
    width: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 0px;
    transition: 0.3s;
    background: #F5F3F3;
  }
  
  /* Change background color of buttons on hover */
  .mobileTabs .tab button:hover {
    background-color: transparent;
  }
  
  /* Create an active/current tablink class */
  .mobileTabs .tab button.active {
    background-color: transparent;
  }
  
  /* Style the tab content */
  .mobileTabs .tabcontent {
    display: none;
    padding: 20px 0px;
  }

  .mobileTabs .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  

.zoom-out, .slide-in-right, .slide-in-left {
    opacity: 1;  /* Initial opacity */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Transitions */
}


b, strong {
    font-weight: 700;
}

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, h2 b, h3 b, h4 b, h5 b, h6 b{
    font-weight: 600; 
}

ul.custom_pagination li {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-bottom: 0px;
}

ul.custom_pagination li a, ul.custom_pagination li span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    line-height: 32px;
}

ul.custom_pagination li a.page-numbers{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
}

ul.custom_pagination li span.current, ul.custom_pagination li a:hover {
    background: #FF6961;
    color: #fff !important;
}

ul.custom_pagination li a.prev:hover, ul.custom_pagination li a.next:hover {
    background-color: transparent;
    color: transparent;
}

ul.custom_pagination li a.prev{
    background-image: url(../images/pagination-arrow-prev.svg);
    text-indent: -99999px;
    width: 24px;
    height: 24px;
}

ul.custom_pagination li a.next{
    background-image: url(../images/pagination-arrow-next.svg);
    text-indent: -99999px;
    width: 24px;
    height: 24px;
}

.experts_list .container hr:last-child {
    display: none;
}

.reviews-sec .container p:last-child, .vpn_methodology .container p:last-child{
    margin-bottom: 0px;
}

.absolute_banner_content{
    position: absolute;
    top: 50%;
    width: 90%;
    transform: translate(0px, -50%);
}

.vpnCompare {
    width: 210px !important;
}

.vpnCompare2, .vpnCompare3 {
    width: 240px !important;
}

.ranked_strip{
    width: 275px;
    height: 46px;
    text-align: left;
    line-height: 32px;
    padding-left: 20px;
}

.list-none{
    list-style-type: none !important;
}

h2 {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: normal;
}

.wpcf7-not-valid-tip, .error{
	color:#ff0000;
}

.right_content_sec img, .right_content_sec ul {
    padding-bottom: 8px;
}

table.my-custom-table {
    border-width: 1px;
    border-radius: 1rem;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
}

table.my-custom-table tr th, table.my-custom-table tr td {
    padding: 0.75rem 1.875rem;
    border: 1px solid #e9e9e9;
}

table.my-custom-table tbody tr:nth-child(odd) {
    background: #f5f3f3;
}

table.my-custom-table tbody tr:nth-child(even) {
    background: #fff;
}

table.border-collaps {
    border: none;
    margin-bottom: 0px;
}

table tr td p{
	margin-bottom:0px;
}

table.feature_table tbody tr td:nth-child(1) {
    width: 260px;
}

table.feature_table {
    width: 100% !important;
}

.fixed-heading.feature_table thead tr th:nth-child(1) {
    border-top: transparent !important;
}

.small_green_tagline {
    position: absolute;
    top: -6px;
    left: -4px;
    text-align: left;
    font-size: 13px;
    width: 74px;
    color: #fff;
    height: 24px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.small_green_tagline2 {
    position: absolute;
    top: -1px;
	left: 1px;
}

.about-bg-shape1 {
    position: absolute;
	background-repeat:no-repeat;
	background-size:cover;
    right: 0px;
    bottom: 0px;
    width: 107px;
    height: 152px;
}

.about-bg-shape2 {
    position: absolute;
	background-repeat:no-repeat;
	background-size:cover;
    top: 0px;
    left: 0px;
    width: 138px;
    height: 136px;
}

.about-bg-shape3 {
    position: absolute;
	background-repeat:no-repeat;
	background-size:cover;
    top: 0px;
    left: 0px;
    width: 181px;
    height: 95px;
}

.compare_response_table tbody tr td:first-child {
    border-left: 0px;
    border-top: 1px solid #e9e9e9 !important;
    border-width: 1px !important;
}

#vpn-response {
    box-shadow: inset -1px 0 0 #e3dddc;
}

#vpn-response{
    cursor: grab;
}

#vpn-response.grabbing {
    cursor: grabbing; /* Change cursor when grabbing */
    user-select: none;
}

.comment-respond label {
    display: block;
    margin-bottom: 0.5rem;
}

.comments-area #reply-title {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0px;
}

.most-popular-box .w-\[140px\] {
    width: 140px !important;
}

.deal_coupon_box .w-\[45px\]{
    width: 40px !important;
}

header.fixed-header #topbar{
    display: none;
}

em {
    color: inherit;
    font-size: inherit;
}

.authList .user-details{
    margin-right: 20px;
}

#vpn-response table tbody .button.w-\[105px\] {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 0px;
}

#vpn-response table tbody .button.w-\[105px\] a {
    width: 100%;
    padding: 0px 10px;
}

img.paragraph-icon {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
}

.btn-select li span {
    width: 120px;
}


@media (min-width: 1280px) and (max-width: 1366px) {
    .about-top-bg {
        background-position: -284px -20px;
    }
}

@media only screen and (min-width: 1366px) {
    .about-top-bg {
        background-position: -260px -60px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1144px;
    }
    
    .hero-vpn-cards h3 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .slider .slick-list{
        overflow: inherit;
    }
}

@media only screen and (min-width: 1600px) {
    .about-top-bg {
        background-position: -100px -20px;
    }
}


/* @media query start here */
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.compare-sub-menu > ul.mega-sub-menu {
        min-width: 525px;
    }

    .brand_logos{
        width: 180px;
        height: 213px;
    }

    .slider .slick-list{
        overflow: inherit;
    }

    .bordr-right-dashed::before {
        right: 4px;
        top: 1px;
    }

	h2 {
		font-size: 2.25rem;
	}

}

@media (max-width:1024px){
    .container{
        padding-right: 30px;
        padding-left: 30px;
    }

    .brand_logos{
        width: 180px;
        height: 213px;
    }

    .vpnHunt-video canvas {
        margin: 130px auto 0px;
        width: 100% !important;
        height: auto !important;
    }

    .inner-bg{
        background-image: url(../images/inner-hero-mobile-bg.jpg);
    }
	
	#vpn-response .fixed-heading thead tr th {
		width: auto !important;
	}
}

/* @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .vpnHunt-video {
        bottom: -80px;
    }
} */

@media (max-width: 992px) {
    header.fixed-header, body.home header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1030;
        transform: inherit;
        transition: transform 500ms ease, background 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
    }

    header .h-\[74px\] {
        height: 50px;
    }

    .headerMenu .top-search2.me-8 {
        margin-inline-end: 1rem;
    }

    body.home header {
        z-index: 9;
        background: #0000;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    #navbar-sticky {
        position: fixed;
        left: -100%;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        padding-top: 50px;
        z-index: 99;
        overflow-y: auto;
    }

    #navbar-sticky.open-navbar {
        left: 0px;
    }

    button#mobile-menu-button #menu-icon-close {
        position: fixed;
        top: 25px;
        right: 21px;
        z-index: 999;
    }

    #navbar-sticky ul li {
        border-bottom: 1px solid #e9e9e9;
    }

    #navbar-sticky ul li a {
        width: 90%;
    }

    #navbar-sticky>ul {
        width: 100%;
    }

    .mega-menu-header-menu-off-canvas-open .category_sec{
        z-index: -1;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu{
        box-shadow: none !important;
        padding: 17px 0px 0px !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.compare-sub-menu > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
        min-width: 100% !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        padding: 0px 0px 0px 15px !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 11px 0px;
        border-bottom: 1px solid #E9E9E9;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
        border-color: #E9E9E9;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        display: block;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translate(0px, -50%);
        background-image: url(../images/menu-dropdown.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 12px;
        height: 8px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator{
        background-image: url(../images/active-menu-dropdown.svg);
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 13px 0px !important;
        justify-content: left;
        border-bottom: 1px solid #E9E9E9 !important;
        display: block;
        line-height: normal;
        height: auto;
        font-size: 16px;
        background: transparent !important;
        color: #0D0E10 !important;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
        padding: 78px 15px 0px;
        width: 100%;
        max-width: 100%;
        z-index: inherit;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #f87171;
        background: none;
        border-color:transparent;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
        display: none;
    }

    .mega-menu-dropdown {
        display: none;
        transition: all 0.5s ease;
    }

    .compare-sub-menu .textwidget.custom-html-widget{
        margin-left: -15px !important;
    }

    .compare-sub-menu .textwidget.custom-html-widget a{
        margin-top: 0px !important;
    }

    #navbar-sticky ul li.openMegaMenu .mega-menu-dropdown {
        display: block;
        position: relative;
        margin-bottom: 20px;
        min-width: 100%;
    }

    .right_content_sec h3, .right_content_sec h4, .right_content_sec h5, .right_content_sec h6 {
        font-size: 22px !important;
    }
    
    .right_content_sec h1, .right_content_sec h2, .shortcode-output h3{
        font-size: 24px !important;
    }

    .vertical-tb-content .tab-content {
        display: block !important;
        margin-bottom: 50px;
    }

    #v-tabs,
    .md-sm-none,
    .vertical-tb-content .tab-content.md-sm-none {
        display: none !important;
    }

    .user-details li::after {
        display: none;
    }

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

    .policy-content h2, .policy-content h1{
        font-size: 24px;
    }

    .sticky {
        position: static;
    }
	
	h2 {
		font-size: 28px;
	}

	.about-bg-shape3 {
		width: 213px;
        height: 115px;
	}
	
	.about-bg-shape1 {
		width: 140px;
		height: 167px;
	}
	
	.about-bg-shape2 {
		position: absolute;
		width: 200px;
		height: 187px;
	}

    h1.xl\:text-\[42px\]{
        line-height: 36px;
    }

    .pt-mobile.pt-\[50px\] {
        padding-top: 10px;
    }
}

@media (min-width:768px) {
    .brand_logos.box-shadow {
        margin-top: 85px;
    }

    .vpn_reviwed_sec .brand_logos.box-shadow{
        margin-top: 0px;
        width: 100%;
    }
    
    .hero-vpn-cards h3 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 100%;
    }

    .brand_logos:hover{
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }

    .brand_logos:hover a{
        text-decoration: underline;
    }
    
    .box-shadow-1:hover {
        box-shadow: 0px 8px 18px -6px rgba(218, 57, 64, 0.2), 0px 12px 42px -4px rgba(218, 57, 64, 0.2);
        /* margin-top: 74px; */
        
    }

    .box-shadow-2:hover {
        box-shadow: 0px 8px 18px -6px rgba(255, 204, 0, 0.2), 0px 12px 42px -4px rgba(255, 204, 0, 0.2);
        /* margin-top: 74px; */
    }

    .box-shadow-3:hover {
        box-shadow: 0px 8px 18px -6px rgba(81, 170, 73, 0.2), 0px 12px 42px -4px rgba(81, 170, 73, 0.2);
        /* margin-top: 74px; */
    }

    .box-shadow-4:hover {
        box-shadow: 0px 8px 18px -6px rgba(13, 14, 16, 0.2), 0px 12px 42px -4px rgba(13, 14, 16, 0.2);
        /* margin-top: 74px; */
    }

    .box-shadow-5:hover {
        box-shadow: 0px 8px 18px -6px rgba(70, 135, 255, 0.2), 0px 12px 42px -4px rgba(70, 135, 255, 0.2);
        /* margin-top: 74px; */
    }

    ul.ul-topic-listing {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .btn-select li span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        font-weight: normal;
    }

    #remove-compare img, #add-compare svg{
        margin-top: -4px;
    }

}

@media (min-width: 768px) and (max-width:992px) {
    .hero-bg{
        background-image: url(../images/hero-bg-ipad.jpg);
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .flex-container .blogs-col{
        width: calc(50% - 10px);
        box-sizing: border-box;
    }

    body.home .first-fold {
        padding-top: 85px;
    }

    .brand_logos img {
        width: 82px;
        height: 82px;
    }

    .brand_logos {
        width: 134px;
        height: 158px;
    }

    .about-top-bg {
        background-position: -615px -322px;
    }

    .bordr-right-dashed::before {
        right: -5px;
        top: 13px;
    }

    #topbar .widget.Text{
        width: 100%;
    }

    .vpnCompare {
        width: 180px !important;
    }
    .vpnCompare2, .vpnCompare3 {
        width: 210px !important;
    }

    .btn-select li span {
        width: 95px;
    }
}

@media (min-width: 256px) and (max-width: 767px) {
    .container{
        padding-right: 15px;
        padding-left: 15px;
    }

    body.home .first-fold {
        padding-top: 75px;
    }

    #menu-header-menu li.group > .dropdown_arrow{
        right: 0px;
        top: 0px;
    }
    
    .brand_logos {
        width: 100%;
        height: auto;
    }

    .brand_logos img {
        width: auto;
        height: auto;
    }

    button#mobile-menu-button #menu-icon-close {
        right: 22px;
    }

    .review-box span.inline-block img {
        width: 16px;
    }

    .about-top-bg {
        background-position: -270px -120px;
    }

    .mobile-none {
        display: none;
    }

    .border-rgt-1 {
        border-right: 0px;
    }

    .border-bottm-1 {
        border-bottom-width: 1px;
        border-color: #646F79;
    }

    .deal_coupon_box::before {
        display: none;
    }

    .deal_coupon_box::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background-image: url(../images/subtract-img-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 0px 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: drop-shadow(0px 8px 18px rgba(23, 33, 83, 0.12)) drop-shadow(0px 12px 42px rgba(23, 33, 83, 0.12));
    }

    .most-popular-box{
        margin-top: 20px;
    }

    .most-popular-box .absolute{
        width: 100%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .right_content_sec h2:before, .policy-content h2::before, .page-template-default .content-sec h2::before{
        display: none;
    }

    .list-links p{
        margin-top: 15px;
    }

    .list-links ul{
        margin-bottom: 5px;
    }

    .list-links p, .list-links ul{
        width: 100%;
    }

    .list-links .horizontal-scroll li a{
        padding: 10px 0px;
    }

    .deal_coupon_box.mb-\[50px\]{
        margin-bottom: 30px;
    }

    .vpnHunt_trust_box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bordr-right-dashed::before{
        display: none;
    }

    .not_found_logo{
        max-width: 70%;
    }

    .vpnCompare, .vpnCompare2, .vpnCompare3{
        width: 100% !important;
    }
	
	.about-bg-shape1 {
        width: 117px;
        height: 178px;
    }
	
	.about-bg-shape2 {
        width: 140px;
        height: 135px;
    }
	
	.about-bg-shape3 {
        width: 100%;
        height: 165px;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .flex-container .blogs-col{
        width: calc(100% - 10px);
        box-sizing: border-box;
    }

    #topbar .widget.Text{
        width: 100%;
    }

    #vpn-response {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .fixed-heading{
        width: 100%;
    }

    #vpn-response table tr td div, #vpn-response table thead tr th div{
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        width: 143px;
        margin: 0 auto;
    }

    #vpn-response .fixed-heading thead tr th .product-box p{
        display: inline-block;
    }

    #vpn-response .fixed-heading thead tr th .product-box{
        padding-right: 0px;
        padding-left: 0px;
    }

    #vpn-response table thead tr th div.w-\[105px\]{
        width: 100%;
    }

    #vpn-response table tbody .button.w-\[105px\] a{
       font-size: 16px;
    }

    .btn-select li span {
        width: 100%;
    }

    .brand_logos div a {
        display: block;
    }

}

@media (min-width: 601px) and (max-width: 767px) {
    button.slick-prev.slick-arrow {
        left: 40.5%;
    }

    button.slick-next.slick-arrow {
        right: 34%;
    }

    .bordr-right-dashed::after {
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 20px;
        bottom: 0px;
        background-image: url(../images/bottom-line-dashed.svg);
        width: 92%;
        height: 1px;
        background-size: cover;
    }
}

@media (min-width: 256px) and (max-width: 600px) {

    button.slick-next.slick-arrow {
        right: 24%;
    }

    button.slick-prev.slick-arrow {
        left: 35.5%;
    }

    .bordr-right-dashed::after {
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 9px;
        bottom: 0px;
        background-image: url(../images/bottom-line-dashed.svg);
        width: 93%;
        height: 1px;
        background-size: cover;
    }
	
	.about-bg-shape3 {
        width: 100%;
        height: 95px;
    }

    #menu-footer-bottom-menu li a.text-\[13px\] {
        font-size: 10px;
    }
}

@media (min-width: 256px) and (max-width: 320px) {
    button.slick-next.slick-arrow {
        right: 18%;
    }

    button.slick-prev.slick-arrow {
        left: 31%;
    }
}

.gt-cookie-widget-wrapper[data-gt-cookie-widget-shown="true"] .gt-cookie-widget {
    margin-bottom: 80px !important;
}

footer .social-icons li a span.screen-reader-text {
    display: none;
}

.about-top-bg {
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}