fea/*
Theme Name: LimeVPN
Theme URI: https://limevpn.com
Author: Daniel Cristea & Mihail Neagu
Description: Custom Wordpress theme for LimeVPN designed by Daniel Cristea and implemented by Mihail Neagu
Version: 3.5
Tags: limevpn, blue, responsive
Text Domain: limevpntheme
*/


@charset "UTF-8";

html {
	position: relative;
	overflow-x: hidden;
    max-width: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
}

#HW_badge_cont {
	position: absolute!important;
}

html, body{
  overflow-x: hidden;
}

/*Mobile menu*/

.collapse_item {
	display: none;
}

.js-nav-open {
	overflow: hidden;
    height: 100%;
}

/* ======= LimeVPN DEFAULT STYLING ====== */

/*Progress*/

.sticky_header {
    display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    padding: 5px 0;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    transition: .3s;
}
.sticky_header .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky_header .row .col-3 {
    width: 30%;
    max-width: 100%;
    padding: 0 15px;
}

.sticky_header .row .col-9 {
    width: 70%;
    max-width: 100%;
    padding: 0 15px;
}

.sticky_header__item {
    display: flex;
    justify-content: flex-end;
}

.sticky_header__progress {
    position: relative;
    height: 10px;
    top: 0;
    background-color: white;
    z-index: -1;
    border-bottom: 1px solid #ddd;
}

.sticky_header .menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.sticky_header .sticky_header__item .typology-search-form {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.sticky_header .sticky_header__item .typology-search-form input {
    height: 35px;
}

.sticky_header .sticky_header__item .typology-search-form button {
    margin-top: 0;
    height: 35px;
    line-height: inherit;
}

.sticky_header .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.sticky_header .navbar-nav .nav-link {
    padding: 8px 10px;
}

.sticky_header .navbar-nav .get-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    height: 35px;
}

.sticky_header .navbar-nav .get-login {
    color: #82b51e;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.sticky_header .navbar-nav .get-login i {
    color: #82b51e;
}

.sticky_header .menu li {
    margin-right: 10px;
}

.sticky_header .menu li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.sticky_header .menu li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background-color: #333;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.sticky_header .menu li a:hover:before {
    width: 100%;
    transition: 0.3s;
}

progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #82b51e;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {
    background-color: #82b51e;
}

progress::-moz-progress-bar {
    background-color: #82b51e;
}


html {height: 100%;}
body {
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6, p.lead {
    /*font-family: 'Lato','Trebuchet MS',Arial,sans-serif;*/
    font-family: 'Brandon Grotesque',sans-serif;
    font-display: swap;
}
a{
    color: #1d9a7a;
}
h1 {font-weight: 700;}

p {
    font-weight: normal;
    margin-bottom: 15px;
}
.single-guide-heroarea__return-btn--container {
	margin-bottom: 25px;
}

.pointer-events-none{
	pointer-events: none;
}

.current-ip__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1000px) {
    .current-ip__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
		left: -7.5px;
    }

    .current-ip__row > *:last-child {
        right: -15px;
        width: calc(100% + 15px);
    }
}

.current-ip__row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.current-ip__row #map {
    width: 100%;
}

#comments #respond {
    background: #f8fbfc none repeat scroll 0 0;
    padding: 10px 30px;
}

#comments #commentform label {
    width: 100%;
}

#comments #commentform input[type="text"],
input[type="email"],
textarea {
    width: 100%;
}

#comments h2.comments-title {
    display: none;
    color: #000;
    font: 28px/36px "Open Sans", "Arial", "Helvetica", sans-serif;
    margin: 0 0 11px;
}

.comment-form .required {
    color: #c05e5e;
}

/*#comments .form-submit .submit:hover {*/
    /*background: #189378 !important;*/
    /*text-decoration: none !important;*/
/*}*/

#comments .form-submit .submit {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1db292 0%, #1db292 28%, #1db292 80%, #1db292 100%) repeat scroll 0 0 !important;*/
    border-radius: 2px;
    /*box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.12);*/
    /*color: #fff !important;*/
    display: inline-block;
    /*font: 600 20px/20px "Open Sans", "Arial", "Helvetica", sans-serif;*/
    padding: 14px 48px;
    text-align: center;
    /*border: none !important;*/
    vertical-align: top;
    text-transform: capitalize !important;
    /*margin: 18px 0 8px !important;*/
}

h2,
p {
    -webkit-font-smoothing: antialiased;
}

.post-container h2 {
    color: #000;
    font: 32px/40px "Open Sans", "Arial", "Helvetica", sans-serif;
    margin: 0 0 23px;
}

.post-container .experttext {
    color: #585858;
    font: 16px/28px "Arial", "Helvetica", sans-serif;
}

.post-container h2 a {
    color: #000;
    text-decoration: none;
    font: 32px/40px "Open Sans", "Arial", "Helvetica", sans-serif;
}

.post-container .more-link {
    display: block;
    margin: 25px 0;
}

.clear {
    clear: both !important;
}

.shareboxes {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
}

ul.social {
    margin: 0 !important;
    padding: 0 !important;
}

.social li {
    float: left;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 19px !important;
}

.btntext:hover {
    background: #189378 !important;
    text-decoration: none !important;
}

.btntext {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1db292 0%, #1db292 28%, #1db292 80%, #1db292 100%) repeat scroll 0 0 !important;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.12);
    color: #fff !important;
    display: inline-block;
    font: 600 13px/16px "Open Sans", "Arial", "Helvetica", sans-serif;
    padding: 5px 15px;
    text-align: center;
    vertical-align: top;
    text-transform: capitalize !important;
    margin: 18px 0 8px !important;
}

.post-container .meta-head {
    /*background: #1db292;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0 12px;
    padding: 20px 30px;
}

.meta-head .post-categories li {
    margin: 0 !important;
    padding: 0 !important;
}

.meta-head .post-categories li a {
    background: rgba(0, 0, 0, 0) url("img/catgimg.png") no-repeat scroll left center;
    color: #fff !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 18px;
    padding-top: 0 !important;
}

.single .post-container .meta-head .date {
    background: rgba(0, 0, 0, 0) url("img/calendaricon.png") no-repeat scroll left center;
    color: #fff;
    padding-left: 19px;
    padding-right: 17px;
}

.single .post-container .meta-head .author {
    background: rgba(0, 0, 0, 0) url("img/authicon.png") no-repeat scroll left center;
    color: #fff;
    padding-left: 19px;
    padding-right: 17px;
}

.meta-head .comment a {
    color: #fff !important;
}

.pricing-table.time-intervals .interval-plan .guarantee {
	display:block;
}

.meta-head .comment {
    background: rgba(0, 0, 0, 0) url("img/leavecomment.png") no-repeat scroll left center;
    color: #fff !important;
    padding-left: 19px;
    padding-right: 17px;
}

b,
strong {
    font-weight: 700;
}

h2.single, h1.category {
    /*background: #1db292;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    color: #FFF;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

/*#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #3e434a;
}*/

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    color: #3e434a;
}

.main-content .breadcrumbs {
    padding: 30px 0 0 0;
}

.main-content h2, .affiliate #content h3 {
    font-size: 1.857em;
    line-height: 1.571em;
    margin-top: 50px;
    margin-bottom: 20px;
}

#content {
    color: #7e848e;
    font-size: 16px;
    line-height: 26px;
    clear: both;
}

.form-control {
    border-color: #b2b2b2;
    border-radius: 2px;
    box-shadow: none;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    color: #7e848e;
}

.form-control:focus {
    border-color: #2dd3af;
    box-shadow: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(img/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

select.form-control::-ms-expand {
    display: none;
}

.form-group {
    position: relative;
}

.form-group span[class^="ic-"] {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 30px;
}

.form-group textarea {
    resize: vertical;
}

div.wpcf7 {
    margin-top: 30px !important;
}

.btn {
    padding: 11px 15px;
    color: #FFF;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: none;
    letter-spacing: 0.075em;
    font-display: swap;
}

.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus {
    outline: none;
}

.btn.wide {
    padding-left: 30px;
    padding-right: 30px;
}

.btn.btn-primary, .btn.btn-cta {
    /*background-color: #1db292;*/
    background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    text-transform: uppercase;
    transition: all ease-in-out 0.15s;
}

.btn.btn-primary:hover, .btn.btn-primary:focus,
.btn.btn-cta:hover, .btn.btn-cta:focus {
    background-color: #189378;
    color: white;
}

.btn.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.grey-section,
.white-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.grey-section {
    background-color: #f7f8fa;
    border-top: 1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
}

/*Dropdown nav*/

.dropdown-nav {
    background-color: #2b2e33;
    padding: 7px 0 4px 0;
}

.dropdown-nav .dropdown .btn {
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #d0d6dd;
}

.dropdown-nav .dropdown .btn i {
    margin-left: 10px; 
}

.dropdown-nav.open .dropdown-menu {
    display: flex;
} 

.dropdown-nav .dropdown .dropdown-menu {
    flex-direction: column;
    padding: 10px;
}

.dropdown-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    display: block;
}

.top-mini-nav {
    background-color: #2b2e33;
    padding: 7px 0 4px 0;
}

.top-mini-nav a,
.public-ip {
    color: #d0d6dd;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.14em;
    vertical-align: top;
    font-display: swap;
}

.top-mini-nav nav {
    text-align: right;
}

.top-mini-nav nav a {
    margin-left: 20px;
}

.top-mini-nav span[class^='ic-icon'] {
    margin-right: 10px;
}

.top-mini-nav nav a:hover,
.top-mini-nav nav a:active,
.top-mini-nav nav a:focus {
    text-decoration: none;
    color: #fff;
}

.navbar-lvpn-default {
    position: relative;
    padding: 34px 0;
    transition: all ease-in-out .15s;
}

.navbar-lvpn-default .navbar-toggle {
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
    margin: 0;
}

.navbar-lvpn-default .navbar-toggle .icon {
    display: inline-block;
    width: 22px;
    margin-right: 10px;
}

.navbar-lvpn-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-lvpn-default .navbar-brand {
    padding: 0;
    height: auto;
    color: #FFF;
}

.navbar-lvpn-default .navbar-nav>li>a {
    color: #FFF;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding: 8px 15px 10px;
    font-display: swap;
}

.navbar-lvpn-default .nav>li>a:hover,
.navbar-lvpn-default .nav>li>a:focus {
    background-color: transparent;
}

.navbar-lvpn-default .navbar-nav .get-started-btn {
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.navbar-lvpn-default .navbar-nav .get-started-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-lvpn-default .navbar-nav .get-started-btn:hover a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.page-header {
    text-align: center;
    border: none;
    margin-top: 0;
}

.page-header h1, .page-header h2/*, #content .page-header h2*/ {
    color: #3e434a;
    font-size: 2.71em;
    line-height: 2.14em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-header.smaller h1, .page-header.smaller h2, #content .page-header.smaller h2 {
    font-size: 1.9em;
    line-height: 1.2em;
}

.page-header .lead {
    color: #7e848e;
    font-size: 1.4em;
    font-weight: normal;
}

#header {
    background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
}


#header .banner {
    color: #FFF;
    /* font-family: Lato, Arial, sans-serif; */
    font-weight: 300;
    padding-top: 80px;
    /*padding-bottom: 70px;*/
    padding-bottom: 100px;
    background: #3f3f42 !important;
    width: 100% !important;
    font-display: swap;
}
#header .banner h1 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 44px;
}

.landing-pg #header .banner h1, .landing-pg #header .banner h2 {text-align: left;}
.landing-pg #header .banner p.lead {font-size: 20px; text-align: left; color: white; font-weight: normal;}

#header .banner .lead {
    text-align: center;
    color: #fff;
    font-weight: normal;
}

#header .banner .btn {
    margin-top: 20px;
}

#header .banner ul {
    padding-left: 0;
    list-style: none;
}

#header .banner ul li {
    line-height: 20px;
    line-height: 26px;
    padding-left: 24px;
    position: relative;
}

#header .banner ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    /*background: url(img/yellow-gr-check.png) no-repeat;*/
    background-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

#header .banner ul li:before {
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    margin-right: 10px;
}

#header .navbar-brand>img {
    width: 190px;
    height: 43px;
}

#header.make-transparent {
    background: transparent !important;
    margin-bottom: -142px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1023px) {
    #header.make-transparent {margin-bottom: -186px;}
}
@media screen and (max-width: 767px) {
    #header.make-transparent {margin-bottom: -144px;}
}

.top-nav-contant--fixed {
    top: 0;
    width: 100%;
    transition: ease-in-out .15s;
    background-image: none;
}
body.menu-is-sticky .top-mini-nav--fixed {
    margin-bottom: 71px;
}
body.menu-is-sticky .top-nav-contant--fixed {
    position: fixed;
    z-index: 5;
    /*background: #333;*/
    /*box-shadow: 0px 4px 7px 0px rgba(32, 34, 60, 0.82);*/
}

body.menu-is-sticky .top-nav-contant--fixed .navbar-lvpn-default { padding-top: 14px; padding-bottom: 14px; }

@media screen and (min-height: 1200px) {
    body.menu-is-sticky .top-mini-nav--fixed {
        margin-bottom: 111px;
    }
}

#footer {
    background-color: #2b2e33;
    color: #a5abb2;
    position: relative;
    z-index: 1;
}

#footer .main-footer {
    padding: 20px 0;
    border-bottom: 1px solid #363940;
    font-size: 13px;
    font-family: 'Lato', Arial, sans-serif;
    font-display: swap;
    /*font-weight: 300;*/
}

#footer .main-footer .column {
    margin: 20px 0;
}

#footer .main-footer h5 {
    color: #d0d6dd;
    margin: 0 0 25px;
    font-size: 13px;
}

#footer .main-footer nav a {
    clear: both;
    float: left;
    color: #a5abb2;
    line-height: 28px;
}

#footer .newsletter-form button {
    background-color: #565c66;
    color: #bbc1c8;
    padding: 8px 15px;
    border-radius: 2px;
}

#footer .newsletter-form button:hover {
    background-color: #5e656f;
}

#footer .second-footer {
    padding: 25px 0;
}

#footer .second-footer p {
    margin: 0;
    line-height: 38px;
    font-size: 13px;
}

#footer .second-footer a {
    color: #e5e5e5;
}


/*#footer .social-icons {text-align: right;}*/

/*#footer .social-icons a {*/
/*    color: #a5abb2;*/
/*    font-size: 33px;*/
/*    margin-left: 15px;*/
/*}*/

/*#footer .social-icons a:hover,*/
/*#footer .social-icons a:active,*/
/*#footer .social-icons a:focus {*/
/*    color: #e5e5e5;*/
/*    text-decoration: none;*/
/*}*/

#footer .social-icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .social-icons ul li {
    margin-left: 15px;
}

#footer .social-icons ul li a i {
     color: #e5e5e5;
     font-size: 16px;
}

#footer .newsletter-form input {
    height: 36px;
}

#footer .main-footer > .column h5 {text-align: center;}

.footer-dl-apps {
    margin: 0;
    margin-top: -18px;
    padding: 0;
    list-style: none;
}

.footer-dl-apps a {
    display: block;
    padding: 3px;
    margin: 10px;
    color: #a5abb2;
    text-align: center;
    transition: all ease-in-out 0.15s;
}
.footer-dl-apps a:hover, .footer-dl-apps a:focus {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}
.footer-dl-apps i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}

.table.blue {
    border-bottom: 1px solid #194163;
    border-radius: 2px;
}

.table.blue table {
    background-color: #f8fbfd;
    color: #7f858c;
    text-align: left;
    width: 100%;
    border-radius: 2px;
}

.table.blue th {
    background-color: #1d4a71;
    color: #FFF;
    font-weight: 300;
    padding: 15px 60px;
    font-size: 18px;
}

.table.blue th:nth-child(even) {
    background-color: #1a4265;
}

.table.blue tr > th:first-child {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #194163;
}

.table.blue tr > th:last-child {
   border-right: 1px solid #194163;
}


.table.blue>thead>tr>th {border-bottom: 0;}

.table.blue td {
    padding: 7px 60px;
}

.table.blue td:nth-child(even) {
    background-color: #f0f6fb;
}

.table.blue tr + tr td {
    border-top: 1px solid #e5e5e5;
}

.table.blue tr > td:first-child {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #194163;
}

.table.blue tr > td:last-child {
   border-right: 1px solid #194163;
}

.table.blue [class^="ic-"] {
    color: #1b4262;
    margin-right: 10px;
    vertical-align: middle;
}

.vertical-tabs.nav-tabs {
    border: none;
    margin-top: 15px;
}

.vertical-tabs.nav-tabs>li {
    float: none;
    margin-bottom: 0;
}

.vertical-tabs.nav-tabs>li + li {
    margin-top: 10px;
}

.vertical-tabs.nav-tabs>li>a {
    margin: 0;
    padding: 10px 15px 8px 15px;
    line-height: 1;
    border-radius: 2px;
    background-color: #e6eaf2;
    color: #69717d;
    font-size: 1.142em;
    border:0;
    border-bottom: 5px solid transparent;
}

.vertical-tabs.nav-tabs>li.active>a,
.vertical-tabs.nav-tabs>li.active>a:hover,
.vertical-tabs.nav-tabs>li.active>a:focus,
.vertical-tabs.nav-tabs>li.active>a:active {
    border-bottom-color: #4db5a5;
    border-width: 0 0 5px 0;
    color: #4db5a5;
    padding: 10px 15px 8px 15px !important;
    font-size: 1.142em;
    background-color: #e6eaf2 !important;
    font-weight: normal;
    border-radius: 2px;
}

.vertical-tabs.nav-tabs.nav-tabs>li>a:hover,
.vertical-tabs.nav-tabs.nav-tabs>li>a:focus {
    background-color: #fcfcfc;
}

.alert-warning {
    font-size: 14px;
    line-height: 20px;
}

ul.orange-checkmark {
    padding: 0;
}

ul.orange-checkmark li {
    background: url(img/orange-checkmark.png) no-repeat left center;
    padding-left: 20px;
    text-align: left;
}

ul.three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


/* ========= PAGE SPECIFIC STYLING ========= */

.home.page #header .banner h1 {
    text-align: left;
}

.home.page #header .banner .logos-bg {
    background: url(img/limevpn-logos-bg.png) no-repeat top right;
    height: 369px;
}

.homepage-benefits-list .col {
    text-align: center;
}

.homepage-benefits-list .col h3 {
    color: #42474e;
    font-size: 1.21em;
}

.homepage-benefits-list .col p {
    color: #898f98;
    font-size: 1em;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    font-display: swap;
}

.homepage-benefits-list .col img {
    width: 100px;
}


.money-back-corner {
    position: absolute;
    right: 8.9%;
    top: 0;
    width: 217px;
    height: 229px;
    background-image: url(img/sticker-30.png);
    background-position: right top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}



@media screen and (max-width: 1760px) {
    .money-back-corner{
        right: 0;
    }
}
@media screen and (max-width: 1500px) {
    .money-back-corner{
        width: 164px;
        height: 174px;
    }
}
@media screen and (max-width: 1400px) {
    .money-back-corner{
        width: 120px;
        height: 127px;
    }
}
@media screen and (max-width: 1100px) {
    .money-back-corner{
        width: 100px;
        height: 107px;
    }
}
@media screen and (max-width: 850px) {
    .money-back-corner{
        width: 75px;
        height: 82px;
    }
}

.money-back-corner, .money-back-corner.green {
    /*background-image: url(img/7day-money-back-green-corner.png);*/
    /*background-repeat: no-repeat;*/
}

.pricing-page .money-back-corner, .money-back-corner.blue {
    /*background-image: url(img/7day-money-back-blue-corner.png);*/
    /*background-repeat: no-repeat;*/
    top: -1px;
}

.start-your-trial {
    /*background-image: url(img/green-bg-shadows.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right top;*/
    /*background-size: cover;*/
    /*background-color: #04b392;*/
    background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    text-align: center;
    padding: 70px 0 70px 0;
}

#content .start-your-trial h1, #content .start-your-trial h2 {
    color: #FFF;
    font-size: 1.9em;
    line-height: 2.06em;
}

#content .start-your-trial .page-header p.lead {
    color: #a1eadd;
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
}

.start-your-trial p.lead a {
    color: #a1eadd;
    /*font-weight: bold;*/
    font-weight: normal;
    font-size: 14px;
}
.start-your-trial p.lead a:hover, .start-your-trial p.lead a:focus, .start-your-trial p.lead a:active {text-decoration: none;}



.tabbed-pricing-tables ul.nav-tabs {
    width: 300px;
    margin: 0 auto;
    border: 1px solid #ebedf0;
    border-radius: 2px;
    background: white;
}

.tabbed-pricing-tables ul.nav-tabs>li {
    margin: 0;
    width: 50%;
    border: none;
    padding: 7px 0;
}

.tabbed-pricing-tables ul.nav-tabs>li>a {
    margin: 0;
    padding: 7px 30px;
    text-align: center;
    color: #7e848e;
}

.tabbed-pricing-tables ul.nav-tabs>li>a,
.tabbed-pricing-tables ul.nav-tabs>li>a:hover,
.tabbed-pricing-tables ul.nav-tabs>li>a:focus {
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    border: none;
    padding: inherit;
    background: none;
}

.tabbed-pricing-tables ul.nav-tabs>li>a:hover,
.tabbed-pricing-tables ul.nav-tabs>li>a:focus,
.tabbed-pricing-tables ul.nav-tabs>li.active>a {
    font-weight: 600;
}

.tabbed-pricing-tables ul.nav-tabs>li.active>a {
    color: #3e434a;
}

.tabbed-pricing-tables ul.nav-tabs>li.active {
    background-color: #ebedf0;
}

.tabbed-pricing-tables ul.nav-tabs li + li a:before {
    border-left: 1px solid #ebedf0;
}


/*.tabbed-pricing-tables-pills { margin-bottom: 50px; }*/
.tabbed-pricing-tables-pills ul.tab-buttons {
    text-align: center;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.tabbed-pricing-tables-pills ul.tab-buttons li {
    display: inline-block;
}
.tabbed-pricing-tables-pills ul.tab-buttons li a {
    background-color: transparent;
    margin: 0;
    padding: 16px 70px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #575757;
    transition: all ease-in-out .15s;
    display: block;
}
.tabbed-pricing-tables-pills ul.tab-buttons li a:hover,
.tabbed-pricing-tables-pills ul.tab-buttons li a:focus,
.tabbed-pricing-tables-pills ul.tab-buttons li.active a {
    /*background-color: #1db292;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    color: #FFF;
    text-decoration: none;
}

.tabbed-pricing-tables-pills ul.tab-buttons.light li a:hover,
.tabbed-pricing-tables-pills ul.tab-buttons.light li a:focus,
.tabbed-pricing-tables-pills ul.tab-buttons.light li.active a {
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(207,218,245,0.30);
    color: #fff;
}

.tabbed-pricing-tables-pills.center-tables .tab-pane > .row {
    text-align: center;
}

@media (min-width: 769px) {
    .tabbed-pricing-tables-pills.center-tables .tab-pane > .row > [class^='col-'] {
        float: none;
        display: inline-block;
    }
}


.packages-wrapper {
    text-align: center;
    margin-top: 40px;
}

.packages-wrapper .package {
    display: inline-block;
    margin: 0 20px;
    width: 272px;
    vertical-align: top;
}

.packages-wrapper .package table {
    border-radius: 2px;
    border-collapse: separate;
    border: 1px solid #194163;
    text-align: left;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    background-color: #FFF;
}

.packages-wrapper .package td,
.packages-wrapper .package th,
.packages-wrapper .package tr,
.packages-wrapper .package thead,
.packages-wrapper .package tbody {
    display: block;
}

.packages-wrapper .package th,
.packages-wrapper .package td {
    padding: 12px 20px;
}

.packages-wrapper .package th {
    background-color: #1d4a71;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    position: relative;
}

.packages-wrapper .package .best-offer {
    position: absolute;
    top: -23px;
    right: -1px;
    background-color: #f1d088;
    color: #1b4262;
    font-size: 12px;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 2px 2px 0 0;
}

.packages-wrapper .package .price-section td {
    text-align: center;
    color: #3e434a;
}

.packages-wrapper .package .price {
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
}

.packages-wrapper .package deleted .price {
    position: relative;
    text-align: center;
}

.packages-wrapper .package deleted .price:after {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 9px;
    background: #000;
    content: '';
    display: inline-block;
    max-width: 85px;
    margin-left: -81px;
}

.packages-wrapper .package deleted .price {
    font-size: 18px;
}

.packages-wrapper .package .price sup {
    font-size: 17px;
    vertical-align: middle;
}

.packages-wrapper .package .price small {
    font-size: 14px;
}

.packages-wrapper .package .recurency {
    color: #898f98;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.packages-wrapper .package .recurency .save {
    font-weight: bold;
    text-transform: uppercase;
    color: #3E434A;
}

.packages-wrapper .package .section-header td {
    background-color: #cfe2f1;
    color: #748fa6;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 20px 5px;
    font-weight: 600;
}

.packages-wrapper .package .feature td {
    color: #7e848e;
    font-size: 14px;
    line-height: 1;
    background-color: #f8fbfd;
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.packages-wrapper .package .section-header + .feature td {
    border: none;
}

.packages-wrapper .package .feature span {
    color: #1b4262;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}


.payment-logos {margin-top: 25px;}
.payment-logos img {margin-top: 25px;}
.payment-logos-home { margin-top:0;}
.payment-logos-home img { margin-top:25px;}


/* PAYMENT METHODS */

.payment-icons-list {
    clear: both;
    overflow: hidden;
    width: 828px;
    margin: 0 auto;
}

.payment-icons-list span {
    color: #3f444a;
    font-size: 30px;
    background-color: #f8f8fa;
    text-align: center;
    border-radius: 3px;
    padding: 24px 0;
    width: 100px;
    float: left;
    margin: 0 19px 38px 19px;
    transition: all 0.1s ease-in;
}

.payment-icons-list span:hover {
    /*color: #1db292;*/
    color: #0a3d73;
}


.payment-method-panels.dialog {
    max-width: 690px;
}
    .payment-method-panels h2 {
        color: #04b292;
        font-size: 24px;
    }
    .payment-method-panels .dropdown_payment {
        min-height: 62px;
        border-radius: 2px;
        padding: 14px 20px;
        color: #3e434a;
        font-size: 21px;
        border: 1px solid transparent;
        background-color: #f8fbfd;
        transition: all ease-in-out 0.15s;
    }
        .payment-method-panels .dropdown_payment:not(.collapsed),
        .payment-method-panels .dropdown_payment:hover, .payment-method-panels .dropdown_payment:focus, .payment-method-panels .dropdown_payment:active {
            background-color: #f0f6fa;
            border-color: #e8ecef;
            cursor: pointer;
        }
        .payment-method-panels .dropdown_payment i {
            margin-right: 16px;
            color: #898f98;
            font-size: 14px;
            position: relative;
            top: -2px;
            transition: 0.2s ease-in;
            display: inline-block;
        }
        .payment-method-panels .dropdown_payment[aria-expanded="true"]  i {
            transform: rotate(90deg);
        }

    .payment-method-panels .panel-group .panel {
        border: none;
        font-weight: normal;
    }
    .payment-method-panels .panel-group .panel + .panel {margin-top: 30px;}
    .dropdown_payment[aria-expanded="true"] {margin-bottom: 30px;}

    .payment-method-panels .flex-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .payment-method-panels .payment-helper {
        font-size: 16px;
        color: #898f98;
    }
        .payment-method-panels .payment-helper p:first-child {margin-bottom: 25px;}
        .payment-method-panels .payment-helper p:last-child {margin-bottom: 0;}
        .payment-method-panels .payment-helper p a {
            color: #3e434a;
            text-decoration: underline;
        }
        .payment-method-panels .payment-helper p a:hover {
            text-decoration: none;
        }
        .payment-method-panels .payment-helper .flex-items {
            padding: 24px;
            box-sizing: border-box;
            border: 1px dashed #dfe1e4;
            border-radius: 2px;
        }
        .payment-method-panels .payment-helper .flex-items h3 {margin: 0 0 5px; font-size: 24px; color: #3e434a;}
        .payment-method-panels .payment-helper .flex-items h3 span {color: #04b292;}
        .payment-method-panels .payment-helper .flex-items h5 {margin-bottom: 0;}
        .payment-method-panels .payment-helper .flex-items h5 + h5 {margin-top: 0;}
        .payment-method-panels .payment-helper .flex-items .btn-primary {
            padding: 15px 74px;
            letter-spacing: normal;
        }
        .payment-method-panels .payment-helper .secure-checkout {
            color: #3e434a;
            margin-top: 25px;
        }
            .payment-method-panels .payment-helper .secure-checkout i:before {
                background: -webkit-linear-gradient(#f5e133, #feb02c);
                -webkit-background-clip: text!important;
                -webkit-text-fill-color: transparent;
                color: #feb02c;
                font-size: 13px;
                margin-right: 8px;
                position: relative;
                top: -1px;
            }


/* FEATURES page */
.features .banner {
    margin-top: 0;
}

.features-banner {
    text-align: center;
    background: url(img/limevpn-logos-bg.png) no-repeat right 80px;
    margin: 0 -126px;
    padding-bottom: 20px;
}

.features-banner h1 {
    font-weight: 300;
    font-size: 48px;
}

.features-banner .table {
    max-width: 860px;
    margin: 0 auto;
    font-weight: normal;
}

.features-banner .table tr > td:first-child {
    white-space: nowrap;
}

.features-banner .table [class^="ic-"] {
    font-size: 16px;
}

.features-container {
    max-width: 860px;
    margin: 0 auto;
}

.features #content .tab-content h2 {
    font-size: 1.625em;
}

.limevpn-tabs .tab-nav {
    margin: 0 -20px 40px -20px;
    padding: 0;
}

.limevpn-tabs .tab-nav li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
}

.limevpn-tabs .tab-nav li a {
    background-color: #e6eaf2;
    display: block;
    margin: 0 20px;
    border-radius: 3px;
    padding: 10px 5px 5px;
    border-bottom: 5px solid transparent;
    color: #3e434a;
    font-size: 18px;
    text-align: center;
}

.limevpn-tabs .tab-nav li a [class^="ic-"] {
    margin-right: 11px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.limevpn-tabs .tab-nav li a:hover,
.limevpn-tabs .tab-nav li a:focus,
.limevpn-tabs .tab-nav li a:active {
    border-bottom-color: #c7cedb;
    text-decoration: none;
}

.limevpn-tabs .tab-nav li.active a {
    border-bottom-color: #04b392;
}


/* PRICING page */
.more-features {
    text-align: center;
}
.more-features-btn {
    width: 100%;
    max-width: 584px;
    background-color: #f0f6fa;
    border-radius: 2px;
    border: 1px solid #e0e5eb;
    outline: 0;
    margin: 30px 0;
    padding: 6px 21px;
    font-size: 16px;
    text-align: left;
}
.more-features-btn.collapsed:before {
    content: "See all features";
}
.more-features-btn:before {
    content: "Hide all features";
}

.more-features-btn:after {
    content: "\2012";
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #7e848e;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    margin-top: 4px;
}
.more-features-btn.collapsed:after {content: "\ff0b"; font-size: 14px; line-height: 16px;}

/*#plans-more-features .packages-wrapper {margin: 0;}*/
#plans-more-features .packages-wrapper a {color: inherit;}
#plans-more-features .packages-wrapper a:hover {text-decoration: none; color: #337ab7;}

#plans-more-features .packages-wrapper .package .section-header td {
    background-color: #1d4a71;
    color: #fff;
}
.tabbed-pricing-tables.sliding .btn-primary {
    width: 100%;
    margin-bottom: 10px;
}
.tabbed-pricing-tables.sliding + .accepted-payment-methods {
    margin-top: 50px;
}
.tabbed-pricing-tables.sliding + .accepted-payment-methods .page-header, .tabbed-pricing-tables.sliding + .accepted-payment-methods .lead, .tabbed-pricing-tables.sliding + .accepted-payment-methods .payment-logos {
    margin: 0;
}
.tabbed-pricing-tables.sliding + .accepted-payment-methods .lead {
    font-size: 21px;
    color: #3e434a;
}
.tabbed-pricing-tables.sliding [class^="ic-"] {
    color: #1b4262;
    font-size: 16px;
}
.tabbed-pricing-tables.sliding [class^="ic-"]:before {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.hrf-faq-list .hrf-entry {
    /*border-width: 0 0 1px 0;*/
    /*border-style: solid;*/
    /*border-color: #e5e5e5;*/
    border-bottom: 1px solid #e5e5e5 !important; /* added !important since v2.5.3 plugin update to counter-attack its styling */
}

.hrf-faq-list .hrf-title {
    line-height: 18px;
    font-size: 17px;
    color: #3e434a;
    margin: 0;
    padding: 18px 0;
    background-image: url(img/chevron-faq.png);
    background-repeat: no-repeat;
    background-position: right -41px;
    font-weight: normal;
}
.hrf-faq-list .hrf-title.close-faq span {display: none;}

.hrf-faq-list .hrf-title.open-faq {
    background-position: right 24px;
}

.hrf-faq-list .hrf-title:hover,
.hrf-faq-list .hrf-title:focus {
    cursor: pointer;
    color: #4db5a5 !important;
}

.hrf-faq-list .hrf-content {
    display: none;
    line-height: 24px;
    font-size: 16px;
    padding: 0 0 18px 0;
}

.panel-group {
    background-color: transparent;
}

.panel-group .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0;
}

.panel-group .panel-heading a {
    padding: 18px 0;
    display: block;
    background-image: url(img/chevron-faq.png);
    background-repeat: no-repeat;
    background-position: right 24px;
    font-weight: normal;
}

.panel-group .panel-heading a.collapsed {
    background-position: right -41px;
}

.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:active,
.panel-group .panel-heading a:focus {
    text-decoration: none;
}

.panel-group .panel {
    border-radius: 0;
    /*border-width: 0 0 1px 0;*/
    /*border-style: solid;*/
    /*border-color: #e5e5e5;*/
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    color: #898f98;
    font-display: swap;
}

.panel-group .panel+.panel {
    margin: 0;
}

.panel-group .panel h4 {
    color: #3e434a;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    font-display: swap;
}

.panel-group .panel p {
    line-height: 24px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0 0 18px 0;
}

.panel-group .panel-body p:last-child {
    margin-bottom: 0;
}

.section-widget {
    background-color: #f7f8fa;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 34px;
    font-size: 0.875em;
}

.section-widget h4 {
    margin-top: 0;
    margin-bottom: 17px;
    color: #3e434a;
    font-size: 16px;
}

.section-widget ul {
    margin-bottom: 0;
}

.section-widget p {
    color: #898f98;
}

.network-locations-list li {
    margin: 5px 0;
}

.network-locations-list a, .network-status-pg table .flag {
    color: #898f98;
    text-decoration: none;
    background-image: url(img/flags.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}
.network-status-pg table .flag {
    display: inline-block;
    width: 16px;
    height: 14px;
}

			.network-locations-list a:hover, .network-locations-list a:active, .network-locations-list a:focus {color: #3e434a; cursor: pointer;}
			.network-locations-list .uk a, .network-status-pg table .flag.uk {background-position: left    3px;}
			.network-locations-list .fr a, .network-status-pg table .flag.fr {background-position: left  -24px;}
			.network-locations-list .it a, .network-status-pg table .flag.it {background-position: left  -49px;}
			.network-locations-list .sw a, .network-status-pg table .flag.sw {background-position: left  -75px;}
			.network-locations-list .us a, .network-status-pg table .flag.us {background-position: left -101px;}
			.network-locations-list .be a, .network-status-pg table .flag.be {background-position: left -231px;}
			.network-locations-list .au a, .network-status-pg table .flag.au {background-position: left -153px;}
			.network-locations-list .nl a, .network-status-pg table .flag.nl {background-position: left -179px;}
			.network-locations-list .ca a, .network-status-pg table .flag.ca {background-position: left -205px;}
			.network-locations-list .de a, .network-status-pg table .flag.de {background-position: left -127px;}
			.network-locations-list .es a, .network-status-pg table .flag.es {background-position: left -257px;}
			.network-locations-list .dk a, .network-status-pg table .flag.dk {background-position: left -283px;}
			.network-locations-list .no a, .network-status-pg table .flag.no {background-position: left -309px;}
			.network-locations-list .ie a, .network-status-pg table .flag.ie {background-position: left -337px;}
			.network-locations-list .pl a, .network-status-pg table .flag.pl {background-position: left -361px;}
			.network-locations-list .jp a, .network-status-pg table .flag.jp {background-position: left -387px;}
			.network-locations-list .at a, .network-status-pg table .flag.at {background-position: left -413px;}
			.network-locations-list .ch a, .network-status-pg table .flag.ch {background-position: left -439px;}
            .network-locations-list .sg a, .network-status-pg table .flag.sg {background-position: left -464px;}
            .network-locations-list .ru a, .network-status-pg table .flag.ru {background-position: left -491px;}
            .network-locations-list .ro a, .network-status-pg table .flag.ro {background-position: left -517px;}
            /*li.ru a {background-image: url('http://www.limevpn.com/wp-content/uploads/2015/08/russia_flag.gif'); }*/


.network-location-table td.flag:before {
    background-image: url(img/flags.png);
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
    .network-location-table td.flag.uk:before {background-position: left    2px;}
    .network-location-table td.flag.fr:before {background-position: left  -24px;}
    .network-location-table td.flag.it:before {background-position: left  -49px;}
    .network-location-table td.flag.sw:before {background-position: left  -75px;}
    .network-location-table td.flag.us:before {background-position: left -101px;}
    .network-location-table td.flag.be:before {background-position: left -231px;}
    .network-location-table td.flag.au:before {background-position: left -153px;}
    .network-location-table td.flag.nl:before {background-position: left -179px;}
    .network-location-table td.flag.ca:before {background-position: left -205px;}
    .network-location-table td.flag.de:before {background-position: left -127px;}
    .network-location-table td.flag.es:before {background-position: left -257px;}
    .network-location-table td.flag.dk:before {background-position: left -283px;}
    .network-location-table td.flag.no:before {background-position: left -309px;}
    .network-location-table td.flag.ie:before {background-position: left -337px;}
    .network-location-table td.flag.pl:before {background-position: left -361px;}
    .network-location-table td.flag.jp:before {background-position: left -387px;}
    .network-location-table td.flag.at:before {background-position: left -413px;}
    .network-location-table td.flag.ch:before {background-position: left -439px;}
    .network-location-table td.flag.sg:before {background-position: left -464px;}
    .network-location-table td.flag.ru:before {background-position: left -492px;}
    .network-location-table td.flag.ro:before {background-position: left -517px;}


.network-loc-poly-map .poly-map {
    max-width: 50%;
    width: 95%;
    margin: 40px auto;
    position: relative;
    height: 310px;
}
.network-loc-poly-map .poly-map img {
    width: 100%;
}

.network-loc-poly-map .poly-map button {
    width: 16px;
    height: 16px;
    line-height: 0;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #a5b7c6;
    background: transparent;
    padding: 0;
    position: absolute;
}

.network-loc-poly-map .poly-map button, .network-loc-poly-map .poly-map button:hover, .network-loc-poly-map .poly-map button:active, .network-loc-poly-map .poly-map button:focus {outline: 0;}

.network-loc-poly-map .poly-map button:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1d4a71;
}

.network-loc-poly-map .poly-map .tooltip > .tooltip-inner {background-color: #3e434a;}
.network-loc-poly-map .poly-map .tooltip > .tooltip-arrow {border-top-color: #3e434a;}

.network-loc-poly-map .poly-map button.pin-1 {left: 4.5%; top: 26.7%;}
.network-loc-poly-map .poly-map button.pin-2 {top: 31.3%; left: 5%;}
.network-loc-poly-map .poly-map button.pin-ny {top: 26.3%; left: 19.9%;}
.network-loc-poly-map .poly-map button.pin-ca-toronto {top: 20.1%; left: 21.7%;}
.network-loc-poly-map .poly-map button.pin-3 {top: 33.2%; left: 16.5%;}
.network-loc-poly-map .poly-map button.pin-4 {top: 17%; left: 42%;}
.network-loc-poly-map .poly-map button.pin-kent {top: 19%; left: 41.9%;}
.network-loc-poly-map .poly-map button.pin-5 {top: 24.3%; left: 43.8%;}
.network-loc-poly-map .poly-map button.pin-6 {top: 19.3%; left: 44.1%;}
.network-loc-poly-map .poly-map button.pin-ro {top: 21.5%; left: 49.2%;}
.network-loc-poly-map .poly-map button.pin-7 {top: 19.6%; left: 47.9%;}
.network-loc-poly-map .poly-map button.pin-8 {top: 16.8%; left: 55.1%;}
.network-loc-poly-map .poly-map button.pin-9 {top: 55.4%; left: 77.3%;}
.network-loc-poly-map .poly-map button.pin-jurong {top: 55.2%; left: 76.8%;}
.network-loc-poly-map .poly-map button.pin-10 {top: 30.9%; left: 87.5%;}
.network-loc-poly-map .poly-map button.pin-11 {top: 83%; left: 90.6%;}
.network-loc-poly-map .poly-map button.pin-sk-seoul {top: 31.6%; left: 83.3%;}
.network-loc-poly-map .poly-map button.pin-sw-stockholm {top: 11.6%; left: 47.7%;}
.network-loc-poly-map .poly-map button.pin-us-st {top: 19.4%; left: 6.3%;}
.network-loc-poly-map .poly-map button.pin-us-cg {top: 21.9%; left: 18.8%;}
.network-loc-poly-map .poly-map button.pin-us-la {top: 31.4%; left: 5%;}
.network-loc-poly-map .poly-map button.pin-us-sv {top: 29.8%; left: 4.8%;}
.network-loc-poly-map .poly-map button.pin-us-sf {top: 29%; left: 4.8%;}
.network-loc-poly-map .poly-map button.pin-us-ny {top: 21.7%; left: 22.5%;}
.network-loc-poly-map .poly-map button.pin-in-bangalore {top: 46.6%; left: 68.5%;}
.network-loc-poly-map .poly-map button.pin-montreal {top: 19.3%; left: 19.9%;}


.network-loc-poly-map .btn-primary {margin-top: 20px;}
.landing-pg .network-loc-poly-map .btn-primary, .home .network-loc-poly-map .btn-primary {margin-top: 0;}
.network-loc-poly-map .notif {
    color: #3e434a;
    font-size: 20px;
    line-height: 30px;
}

.network-loc-poly-map .other-content {
    padding: 50px;
}

.page-header.smaller > .description-text {
    max-width: 987px;
    margin: 10px auto 0;
}



.network-status-pg .table.blue th, .network-status-pg .table.blue tr > th:first-child {
    padding: 15px 30px;
    white-space: nowrap;
}
.network-status-pg .table.blue tr > td, .network-status-pg .table.blue tr > td:first-child {
    font-weight: normal;
    padding: 13px 30px;
    white-space: nowrap;
}
.network-status-pg .table [class^=ic] {
    display: block;
    text-align: center;
}
.network-status-pg .table .status.online, .network-status-pg .table .status.offline {
    text-align: center;
    color: white;
}
.network-status-pg .table .status.online {background-color: #04b392;}
.network-status-pg .table .status.offline {background-color: #ed5555;}

.network-status-pg .tooltip-inner {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.network-status-pg .download-btns a {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 2%;
    padding: 23px 20px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    background-color: #e6eaf2;
    color: #3e434a;
    transition: all ease-in-out 0.15s;
}
    .network-status-pg .download-btns a:hover {
        text-decoration: none;
        background-color: #D5DBE6;
    }
    .network-status-pg .download-btns a span {
        color: #1d4a71;
        font-size: 20px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 2px;
    }

    @media screen and (min-width:1024px) {
        .network-status-pg .download-btns a {
            width: 46%;
        }
    }

.servers-grid .box {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 20px;
    margin: 15px 0;
    width: 100%;
    font-family: inherit !important;
    font-display: swap;
}

    .servers-grid .box:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #ddd;
        top: 20px;
        left: 20px;
        background: url(img/flags-v2.png) no-repeat;
    }

	.servers-grid .box-hk:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #ddd;
        top: 20px;
        left: 20px;
        background: url(img/Flag_of_Hong_Kong.svg.png) no-repeat;
    }
.servers-grid .box.us:after {background-position: left 0;}
.servers-grid .box.uk:after {background-position: center -50px;}
.servers-grid .box.au:after {background-position: left -99px;}
.servers-grid .box.nl:after {background-position: center -149px;}
.servers-grid .box.sg:after {background-position: center -249px;}
.servers-grid .box.fr:after {background-position: center -349px;}
.servers-grid .box.jp:after {background-position: center -299px;}
.servers-grid .box.ru:after {background-position: left -199px;}
.servers-grid .box.ca:after {background-position: center -399px;}
.servers-grid .box.ro:after {background-position: center -449px;}
.servers-grid .box.in:after {background-position: center -499px;}
.servers-grid .box.sw:after {background-position: center -549px;}
.servers-grid .box.sk:after {background-position: center -599px;}
.servers-grid .box.ger:after {background-position: center -756px;}

    [data-url]:hover {
        cursor: pointer;
    }

    .servers-grid .box .server-address {
        font-size: 14px;
        color: #898f98;
    }

    .servers-grid .box h4, .servers-grid .box p,
    .servers-grid .box .server-address {
        padding-left: 50px;
        margin: 0;
        line-height: 18px;
    }
        .servers-grid .box h4 {
            color: #3e434a;
            font-size: 18px;
            margin-bottom: 3px;
            margin-top: 2px;
        }
        .servers-grid .box p {
            font-size: 14px;
            color: #898f98;
        }

    .servers-grid .server {
        font-size: 12px;
        color: #acafb4;
        margin-top: 7px;
    }
    .servers-grid .server.percent {float: left;}
    .servers-grid .server.bandwidth {float: right;}

    .servers-grid .box .load-bar-wrapper {
        line-height: 1;
        margin-top: 25px;
    }
        .servers-grid .box .server-load-bar-bg, .network-status-pg .server-load-bar-bg {
           box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            background-color: #ebedf0;
            height: 15px;
            border-radius: 3px;
            overflow: hidden;
        }
        .servers-grid .box .server-load-bar, .network-status-pg .server-load-bar {
            background-image: -moz-linear-gradient( 90deg, rgb(4,179,146) 0%, rgb(5,230,188) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(4,179,146) 0%, rgb(5,230,188) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(4,179,146) 0%, rgb(5,230,188) 100%);
            height: 100%;
            width: 0px;
        }
        .servers-grid .box .server-load-bar[style="width:100%"], .network-status-pg .server-load-bar[style="width:100%"] {
            /*background-image: -moz-linear-gradient( 90deg, rgb(251,43,105) 0%, rgb(255,91,55) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(251,43,105) 0%, rgb(255,91,55) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(251,43,105) 0%, rgb(255,91,55) 100%);*/
        }


.servers-grid .filter-options {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
}
.servers-grid .filter-options button {
    display: inline-block;
    background: transparent;
    border-bottom: 1px solid #e4e6e9;
    padding: 0 35px 15px;
    text-align: center;
    font-size: 14px;
    color: #3e434a;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 101px;
}
.servers-grid .filter-options button:hover, .servers-grid .filter-options button:active, .servers-grid .filter-options button:focus {outline:none; outline:0;}
.servers-grid .filter-options button i {
    display: block;
    font-size: 46px;
    height: 65px;
    position: relative;
}
.servers-grid .filter-options button i.ic-icon-movies
{font-size: 36px; top: 10px}

/*.servers-grid .filter-options button.active {border-bottom-color: #04b392;}*/
.servers-grid .filter-options button.active i {color: #04b392;}

.servers-grid .filter-options .tab-slider {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #04b392;
    transition: 0.7s left ease, 0.7s width ease;
}

.download-apps-links, .vpn-for-windows .features-forth {
    padding-top: 50px;
    margin-top: 60px;
    background: url(/wp-content/themes/limevpn/img/dashed-spaced-border.png) repeat-x left top;
}
    .download-apps-links ul, .vpn-for-windows .features-forth ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.download-apps-links ul {
    display: flex;
    justify-content: center;
}
        @media screen and (min-width: 992px) {
            .download-apps-links ul li, vpn-for-windows .features-forth ul li {
                    text-align: center;
                }
        }
            .download-apps-links ul li a {
                color: #3e434a;
                font-size: 16px;
                transition: all ease-in-out 0.15s;
                display: block;
            }
            .download-apps-links ul li a:hover, .download-apps-links ul li a:focus, .download-apps-links ul li a:active {text-decoration: none; transform: scale(1.2);}
            .download-apps-links ul li a i {
                color: #1d4a71;
                margin-right: 15px;
                font-size: 21px;
                position: relative;
                top: 2px;
            }
            .download-apps-links ul li a i.ic-icon-osx {font-size: 22px;}
            .download-apps-links ul li a i.ic-icon-openvpn {font-size: 24px;}


.servers-distant-countries .container {
    position: relative;
    background: url(img/dashed-spaced-border.png) no-repeat center top;
    text-align: center;
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: -35px;
}
    .servers-distant-countries .container p {
        font-size: 20px;
        color: #7e848e;
        margin: 0;
    }

    .servers-distant-countries .container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .servers-distant-countries .container ul li {
        display: inline-block;
        margin: 25px;
        font-size: 16px;
        color: #898f98;
    }

    .servers-distant-countries .container ul li:before {
        content: "";
        float: left;
        width: 32px;
        height: 25px;
        margin-right: 11px;
        background-image: url(img/flagsv2.png);
        background-repeat: no-repeat;
    }
    .servers-distant-countries .container ul li.nl:before {background-position: 0 -17px;}
    .servers-distant-countries .container ul li.ru:before {background-position: 0 -52px;}
    .servers-distant-countries .container ul li.sg:before {background-position: 0 -85px;}
    .servers-distant-countries .container ul li.hk:before {background-position: 0 -116px;}

.section-widget.quick-guide {
    background-image: url(img/address-signs.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #637e95;
}

.section-widget.quick-guide a {
    color: inherit;
}

.section-widget.quick-guide ul ul {
    padding: 0 0 0 30px;
    margin: 0;
    list-style: none;
}

.section-widget.quick-guide ul ul li {
    background: url(img/list-lightb-arrow.png) no-repeat left 9px;
    padding-left: 15px;
}

.section-widget.contact-us {
    background-image: url(img/life-buoy.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.section-widget.search-kb form .form-group {
    margin: 0;
    position: relative;
}

.section-widget.search-kb form .form-group input,
.section-widget.affiliate-form form .form-group input {
    border-color: #e5e5e5;
    width: 100%;
    border-radius: 4px;
    padding: 7px 10px;
    line-height: 1;
    color: #898f98;
    box-shadow: none;
    height: 35px;
}

.section-widget.search-kb form .form-group input:focus,
.section-widget.affiliate-form form .form-group input:focus {
    border-color: #2dd3af;
}

.section-widget.search-kb form .form-group [class^="ic-"],
.section-widget.affiliate-form form .form-group [class^="ic-"] {
    color: #898f98;
    position: absolute;
    top: 7px;
    right: 10px;
}

.section-widget.affiliate-form {
    background-image: url(img/pig.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.section-widget.affiliate-form form .form-group {
    position: relative;
}

/* Affiliates page */

.affiliate .page-header {
    margin-top: 120px;
}

.affiliate-banner {
    max-height: 233px;
}

.affiliate-banner .wrapper {
    background: url(img/limevpn-logos-bg2.png) no-repeat top center;
    height: 320px;
}

.affiliate-banner .table.blue {
    max-width: 450px;
    margin: 0 auto;
}

#header .banner .affiliate-banner h1 {
    font-size: 48px;
    margin-bottom: 36px;
}

.affiliate-banner .table.blue th {
    background-color: #1d4a71;
}

.affiliate-banner .table.blue th.darker {
    background-color: #1a4265;
}

.affiliate-banner .table.blue td {
    background-color: #f8fbfd;
    padding: 7px 20px;
}

.affiliate-banner .table.blue td.darker {
    background-color: #f0f6fb;
}

.affiliate-banner .table.blue td.value {
    font-weight: 400;
    text-align: left;
    padding-right: 40px;
}

.affiliate-banner .table.blue tr > td:first-child {
    padding: 7px 20px;
}

/*Affiliate page new*/

.affiliate-hero {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.affiliate-hero h1 {
    color: white;
    margin-bottom: 25px;
}

.affiliate-hero p {
    color: white;
    margin-bottom: 25px;
}

.affiliate-hero .link-global {
    flex-direction: row;
    justify-content: center;
}

.affiliate-hero .link-global a {
    margin: 0 15px;
}

.affiliate-hero .link-global a:nth-of-type(2) {
    background-color: transparent;
}

.affiliate-hero .link-global a:nth-of-type(2):hover {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}

.affiliate-why {
    padding: 60px 0 30px 0;
}

.affiliate-why .wrapper {
    margin-top: 35px;
}

.affiliate-why .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.affiliate-why .wrapper .item img {
    margin-bottom: 25px;
    height: 40px;
}

.affiliate-why .wrapper .item h3 {
    color: #42474e;
    font-size: 21px;
    margin-top: 0;
}

.affiliate-why .wrapper .item p {
    max-width: 500px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.affiliate-commision {
    padding: 60px 0;
    background-color: #f7f8fa;
}

.affiliate-commision .wrapper {
    margin-top: 35px;
}

.affiliate-commision .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.affiliate-commision .wrapper .item {
    box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
    background-color: white;
    padding: 24px;
}

.affiliate-commision .wrapper .item h3 {
    color: #42474e;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.affiliate-commision .wrapper .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.affiliate-commision .wrapper .item ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.affiliate-commision .wrapper .item ul li:last-of-type {
    border-bottom: 0;
}

.affiliate-commision .wrapper .item ul li p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.affiliate-commision .wrapper .item ul li p b {
    font-size: 18px;
    font-weight: 600;
}

.affiliate-simple {
    padding: 60px 0 30px 0;
}

.affiliate-simple .wrapper {
    margin-top: 35px;
}

.affiliate-simple .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.affiliate-simple .wrapper .item img {
    margin-bottom: 25px;
    height: 40px;
}

.affiliate-simple .wrapper .item h3 {
    color: #42474e;
    font-size: 21px;
    margin-top: 0;
}

.affiliate-simple .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

/* Pricing page */
/*.pricing-page .packages-wrapper {margin-top: 40px;}*/


/* Support page */
.support-top-tabs {
    background-color: #f7f8fa;
}

.support-top-tabs .nav-tabs {
    text-align: center;
    border-bottom-color: #ebedf0;
}

.support-top-tabs .nav-tabs>li {
    float: none;
    display: inline-block;
}

.support-top-tabs .nav-tabs>li>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:focus {
    border-radius: 0;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    color: #3e434a;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 300;
}

.support-top-tabs [class^="ic-"] {
    display: block;
    font-size: 30px;
}

.support-content {
    padding-top: 60px;
}

#support-section .content {
    width: 660px;
    margin: 0 auto;
}

#support-section .content h1 {
    color: #3e434a;
}

#support-section .content p {
    color: #898f98;
}


/* How to use page */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.how-to-use-page .buttons {
    text-align: center;
}

.how-to-use-page .buttons button, .how-to-use-page .buttons a {
    width: 115px;
    height: 115px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #f7f8fa;
    margin: 10px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.how-to-use-page .buttons button[disabled] {
    background-color: #ccc;
}

.how-to-use-page .buttons button:not([disabled]), .how-to-use-page .buttons a:not([disabled]) {
    background-color: #194163;
}

.how-to-use-page .buttons button:not([disabled]):after, .how-to-use-page .buttons a:not([disabled]):after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.how-to-use-page .buttons button:not([disabled]):hover,
.how-to-use-page .buttons button:not([disabled]):focus,
.how-to-use-page .buttons a:not([disabled]):hover,
.how-to-use-page .buttons a:not([disabled]):focus,
.how-to-use-page .buttons button.selected:not([disabled]){
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.how-to-use-page .buttons button.selected:not([disabled]):after, .how-to-use-page .buttons a:not([disabled]):active {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    /*border-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    border-radius: 4px;
}

.how-to-use-page .buttons button:hover,
.how-to-use-page .buttons button:focus,
.how-to-use-page .buttons a:hover,
.how-to-use-page .buttons a:focus{
    outline: none;
    text-decoration: none;
}

.how-to-use-page .choose-os .buttons button, .how-to-use-page .choose-os .buttons a {
    font-size: 64px;
    line-height: 115px;
}

.how-to-use-page .choose-os .buttons button.icon-chromebook::before {
    content: "";
    font-family: sans-serif;
    width: 100%;
    height: 59px;
    background: url(img/chromebook-icon.png) no-repeat center center;
    background-size: contain;
    display: block;
    margin: 0 auto;
    font-display: swap;
}

.how-to-use-page .choose-protocol .buttons button, .how-to-use-page .choose-protocol .buttons a {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}

.how-to-use-page .choose-protocol .buttons button .recommended {
    background-color: #f1d088;
    color: #1b4262;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px;
    border-radius: 2px 2px 0 0;
    position: absolute;
    top: -22px;
    left: 5px;
}

.how-to-use-page .choose-os:after,
.how-to-use-page .choose-protocol:after {
    font-weight: 900;
    font-size: 216px;
    line-height: 1;
    color: #f2f2f3;
    position: absolute;
    right: 30px;
    bottom: 0;
    height: 191px;
}

.how-to-use-page .choose-os:after {
    content: "1";
}

.how-to-use-page .choose-protocol:after {
    content: "2";
}

.contact-form {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

.edit-page-link {
    padding: 2px;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}


/* How to Page */

#content h1.big-mark {
    background: url(img/heading-big-mark.svg) no-repeat left center;
    color: #194163;
    font-size: 1.875em;
}

#content h2.small-mark {
    background: url(img/heading-small-mark.svg) no-repeat 9px center;
    color: #3e434a;
    font-size: 1.125em;
    margin: 5px 0;
}

#content h1.big-mark,
#content h2.small-mark {
    font-weight: 400;
    line-height: 1;
    padding-left: 60px;
}

.how-to-section {
    margin-left: 17px;
    padding-left: 43px;
    padding-top: 12px;
    padding-bottom: 20px;
    max-width: 558px;
    box-sizing: content-box;
    font-size: 0.875em;
    color: #7e848e;
    line-height: 1.5em;
}

.how-to-section.with-border {
    border-left: 1px dashed #d2f0e9;
}

.how-to-use-slider .slick-list {
    border-radius: 2px;
}
.how-to-use-slider .slick-list img {width: 100%; height: auto;}

.how-to-use-slider .slick-dots {
    position: initial;
    margin-top: 10px;
}

.how-to-section ol,
.how-to-section ul {
    padding: 0 0 0 18px;
}

.how-to-section em {
    font-style: normal;
    color: #194163;
}


/* ============== BLOG ================ */

/* Blog new */

.blog-hero {
    display: flex;
    justify-content: center;
    background-color: #054ada;
    padding: 30px 0 90px 0;
    position: relative;
}

.blog-hero h1 {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}

.blog-hero p {
    max-width: 625px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
}

.blog-hero:before {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 20px;
    height: 36px;
    background-color: #fc8e41;
}

.blog-recent {
    padding: 30px 0;
}

.post-item {
    border-bottom: 1px solid #ededed;
    padding: 30px 0;
    text-align: center;
}

.post-item .post-cat {
    margin: 0 0 15px 0;
}

.post-item .post-cat a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #333;
    transition: .3s;
}

.post-item .post-cat a:hover {
    color: #fc8e41;
    text-decoration: none;
    transition: .3s;
}

.post-item .post-title a {
    color: #054ada;
}

.post-item .post-title a h3 {
    max-width: 550px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #054ada;
    transition: .3s;
}

.post-item .post-title a:hover {
    text-decoration: none;
}

.post-item .post-title a:hover h3 {
    color: #fc8e41;
    text-decoration: none;
    transition: .3s;
}

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

.post-item .post-author,
.post-item .post-date {
    margin: 0 5px;
}

.post-item .post-author a,
.post-item .post-date {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    transition: .3s;
}

.post-item .post-author a:hover {
    color: #fc8e41;
    text-decoration: none;
    transition: .3s;
}

.blog-pagination .page-numbers {
    display: inline-block;
    min-width: 46px;
    font-size: 16px;
    line-height: 28px;
    color: #054ada!important;
    font-weight: 700;
    text-decoration: none;
    padding: 4px;
    margin: 0 4px 8px;
    background-color: #ecf1ff;
    border: none;
    border-radius: 4px;
}

.blog-pagination {
    border-top: 0!important;
}

.blog-pagination .page-numbers.current {
    color: #fff!important;
    background-color: #054ada;
}

.blog-best,
.blog-new {
    padding: 30px 0;
}

.blog-best h2,
.blog-new h2 {
    font-size: 36px;
    line-height: 40px;
    color: #333;
    font-weight: 600;
    margin: 0 0 20px;
}

.blog-best p,
.blog-new p{
    max-width: 625px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #333;
}

.blog-best .wrapper {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.blog-best .wrapper .item {
    margin-bottom: 50px;
}

.blog-best .wrapper .item a h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    margin: 0 0 10px;
}

.blog-best .wrapper .item a {
    transition: .3s;
}

.blog-best .wrapper .item a:hover {
    text-decoration: none;
}

.blog-best .wrapper .item a:hover h3 {
    color: #fc8e41;
    text-decoration: none;
    transition: .3s;
}

.blog-best .wrapper .item ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.blog-best .wrapper .item ul li {
    margin-bottom: 20px;
}

.blog-best .wrapper .item ul li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #054ada;
    transition: .3s;
}

.blog-best .wrapper .item ul li a:hover{
    color: #fc8e41;
    text-decoration: none;
    transition: .3s;
}

.blog-new .wrapper {
    margin-top: 50px;
}

.blog-new .wrapper .item {
    margin-bottom: 50px;
}

.blog-new .wrapper .item .date {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.blog-new .wrapper .item .date {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
}

.blog-new .wrapper .item a h3 {
    font-size: 22px;
    line-height: 26px;
    color: #054ada;
    margin: 0 0 10px;
    transition: .3s;
}

.blog-new .wrapper .item a:hover {
    text-decoration: none;
}

.blog-new .wrapper .item a:hover h3{
    color: #fc8e41;
    transition: .3s;
}

.blog_page {
    padding: 40px 0;
    background-color: #f6f6f6;
}

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

.blog_page__wrapper:before, .blog_page__wrapper:after {
    display: none;
}

/*.blog_page__wrapper div[class*="col-"] {*/
/*    margin-bottom: 25px;*/
/*}*/

/*.blog_page__wrapper .post_card:first-child {*/
/*    max-width: 100%;*/
/*}*/

/*.blog_page__wrapper .post_card:first-child .post_card__img {*/
/*    height: 320px;*/
/*}*/

.post_card {
    display: flex;
    flex-direction: column;
    border: 1px solid #eeebe8;
    background-color: white;
    text-decoration: none;
    width: 100%;
    max-width: 360px;
    /*height: 100%;*/
    transition: box-shadow .15s ease-out,transform .15s ease-out;
    margin-bottom: 25px;
}

.post_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 1rem #eeebe8;
}

.post_card:hover .post_card__info a {
    text-decoration: none;
    color: inherit;
}

.post_card:hover .post_card__info .category {
    color: #1d9a7a;
}

.post_card:hover .post_card__info .meta .author a {
    color: #1d9a7a;
}

.post_card__img {
    display: block;
    height: 180px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post_card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    padding: 15px;
    height: auto;
}

.post_card__info a {
    text-decoration: none;
}

.post_card__info .category {
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 8px;
}

.post_card__info .title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
    margin: 0 0 12px 0;
    /*min-height: 70px;*/
    color: black;
}

.post_card__info .meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #5b6063;
}

.post_card__info .meta strong {
    margin: 0 3px;
}

body.blog #content {
    padding: 20px 0;
}



.post-container {
    padding: 30px 0;
}

.post-container + .post-container {
    border-top: 1px solid #e6e6e6;
}

.post-container .post-thumbnail {
    width: 200px;
    height: auto;
    padding: 0;
    float: left;
}

.post-container .post-thumbnail img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 5px;
}

.post-container .post-excerpt {
    padding-left: 220px;
}

#content .post-container h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.post-container .meta-head .date {
    color: #b6bac3;
}

.post-container .meta-head .post-categories {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.post-container .meta-head .post-categories li {
    display: inline-block;
    margin-left: 10px;
}

.post-container .meta-footer .social {
    text-align: right;
}

.post-container .meta-footer .social a {
    color: #41444b;
    text-decoration: none;
}

.post-container .read-more {
    /*color: #1db292;*/
    color: #0a3d73;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

.post-container .post-edit-link {
    margin-left: 10px;
    color: darkred;
}


.post-grid .post-container {
    padding: 40px 15px;
    position: relative;
}
    .post-grid .post-container + .post-container {border: none;}

    .blog-search-form .form-group {
        margin: 0;
    }
    .post-grid .wp-post-image {width: 100%;}
    .post-grid .post-img {
        width: 100%;
        height: 270px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #content .post-grid .post-container h2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: normal;
        font-weight: 600;
    }
    .post-grid .post-container h2 a {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
    }
    .post-grid .post-container .meta-head {
        background: none;
        padding: 0;
        margin: 20px 0 0;
    }
    .post-grid .post-container .meta-head .date {float: left; background: none; padding: 0;}
    .post-grid .post-container .meta-head .read-more {float: right; line-height: inherit;}

@media (min-width: 768px) {
    .post-grid .post-container {
        height: 732px;
    }
    .post-grid .post-container .meta-head {
        background: none;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }
}

.blog-search-form .form-control {
    height: 32px;
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
    border-color: #e5e5e5;
}

.blog-search-form .input-group-addon {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.blog-search-form .search-submit {
    height: 32px;
    width: 32px;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    color: #8e8e9a;
    /*border-width: 1px 1px 1px 0;*/
    /*border-style: solid;*/
    /*border-color: #e5e5e5;*/
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.blog-search-form .search-submit:hover {
    background-color: #189378;
    border-color: #189378;
    color: #FFF;
}

#blog-sidebar-wrapper {
    padding: 30px 0;
}

#blog-sidebar-wrapper .widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -10px;
}

#blog-sidebar-wrapper .widget_categories ul li {
    display: inline-block;
}

#blog-sidebar-wrapper .widget_categories ul li a {
    display: block;
    color: #80848d;
    text-decoration: none;
    background-color: #e7ebf4;
    padding: 3px 5px;
    position: relative;
    top: -2px;
    margin: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
}

#blog-sidebar-wrapper .widget_categories ul li a:hover {
    color: #FFF;
    background-color: #7f8690;
}

#blog-sidebar-wrapper .widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#blog-sidebar-wrapper .widget_archive ul li a {
    color: #777e86;
}

#blog-sidebar-wrapper .widget_archive ul li a:before {
    font-family: "limevpn" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "n";
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-display: swap;
}

#blog-sidebar-wrapper .widget_archive ul li a:hover {
    color: #539d8e;
    text-decoration: none;
}


.index-pagination {
    text-align: center;
    margin: 70px 0;
    padding-top: 40px;
    font-weight: 600;
    border: 0;
    border-top: 1px solid #d9dde6;
}
.index-pagination .page-numbers {
    padding: 5px 12px;
}
.index-pagination a {
    /*color: #1db292;*/
    color: #0a3d73;
}


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

@media (min-width: 1200px) {
    /*.container {
        width: 1140px;
    }*/
    .home.page #header .banner .promo-image img {
        margin: 11px 0 0 -12px!important;
    }
}

@media (min-width: 768px) {
    #header {
        /*background: #184065;*/
        /*background-image: url(img/cubes.png);*/
        /*background-image: url(img/cubes.png), -moz-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cubes.png), -webkit-gradient(linear, left top, right bottom, color-stop(31%, #184065), color-stop(53%, #116f7b), color-stop(100%, #01e1b0), color-stop(100%, #01e1b0), color-stop(100%, #01e1b0));*/
        /*background-image: url(img/cubes.png), -webkit-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cubes.png), -o-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cubes.png), -ms-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cubes.png), linear-gradient(135deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#184065', endColorstr='#01e1b0', GradientType=1);*/
        background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
        position: relative;
        width: 100%;
        float: left;
    }

    body.menu-is-sticky .top-nav-contant--fixed {
        background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
        /*background-image: url(img/cubes.png);*/
        /*background-image: url(img/cubes.png), -moz-linear-gradient(-45deg, #184065 40%, #116f7b 70%, #389E90 96%%, #389E90 96%%, #389E90 100%);*/
        /*background-image: url(img/cubes.png), -webkit-gradient(linear, left top, right bottom, color-stop(40%, #184065), color-stop(70%, #116f7b), color-stop(100%, #389E90), color-stop(100%, #389E90), color-stop(100%, #389E90));*/
        /*background-image: url(img/cubes.png), -webkit-linear-gradient(-45deg, #184065 40%, #116f7b 70%, #389E90 96%%, #389E90 96%%, #389E90 100%);*/
        /*background-image: url(img/cubes.png), -o-linear-gradient(-45deg, #184065 40%, #116f7b 70%, #389E90 96%%, #389E90 96%%, #389E90 100%);*/
        /*background-image: url(img/cubes.png), -ms-linear-gradient(-45deg, #184065 40%, #116f7b 70%, #389E90 96%%, #389E90 96%%, #389E90 100%);*/
        /*background-image: url(img/cubes.png), linear-gradient(135deg, #184065 40%, #116f7b 70%, #389E90 96%, #389E90 96%, #389E90 100%);*/
    }

    .fast-vpn-2 #header {
        /*background: #184065;*/
        /*background-image: url(img/cloudy-bg.jpg);*/
        /*background-image: url(img/cloudy-bg.jpg), -moz-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg.jpg), -webkit-gradient(linear, left top, right bottom, color-stop(31%, #184065), color-stop(53%, #116f7b), color-stop(100%, #01e1b0), color-stop(100%, #01e1b0), color-stop(100%, #01e1b0));*/
        /*background-image: url(img/cloudy-bg.jpg), -webkit-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg.jpg), -o-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg.jpg), -ms-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg.jpg), linear-gradient(135deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#184065', endColorstr='#01e1b0', GradientType=1);*/
        background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
        padding-top: 21px;
        overflow: hidden;
    }

    .vpn-for-windows #header {
        /*background: #184065;*/
        /*background-image: url(img/cloudy-bg-2.jpg);*/
        /*background-image: url(img/cloudy-bg-2.jpg), -moz-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg-2.jpg), -webkit-gradient(linear, left top, right bottom, color-stop(31%, #184065), color-stop(53%, #116f7b), color-stop(100%, #01e1b0), color-stop(100%, #01e1b0), color-stop(100%, #01e1b0));*/
        /*background-image: url(img/cloudy-bg-2.jpg), -webkit-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg-2.jpg), -o-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg-2.jpg), -ms-linear-gradient(-45deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-image: url(img/cloudy-bg-2.jpg), linear-gradient(135deg, #184065 31%, #116f7b 53%, #01e1b0 100%, #01e1b0 100%, #01e1b0 100%);*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#184065', endColorstr='#01e1b0', GradientType=1);*/
        background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    }

    .lead {
        font-size: 30px;
    }

    .watch.fast-vpn-2 #header, .landing-pg.us-vpn #header {
        margin-bottom: 40px;
    }
    #footer .newsletter-form button {
        float: right;
        margin-right: 15px;
    }
    .home.page #header .banner h1 {
        font-size: 44px;
        white-space: nowrap;
    }
    .form-group {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .home.page #header .banner .promo-image img {
        margin: 11px 0 0 -55px;
    }
}

@media (min-width: 1025px) {
    #footer .newsletter-form input {
        width: 260px;
    }

    .watch.fast-vpn-2 #header .banner .promo-img {
        margin-left: -148px;
        margin-top: 100px;
        margin-bottom: -90px;
    }

    .landing-pg.us-vpn #header .banner .promo-img {
        margin-right: -33px;
        /*margin-bottom: -90px;*/
        margin-bottom: -150px; /* adjusted for france and us lp */
        float: right;
    }
}

@media (max-width: 1024px) {
    
    body .kodi-text .wrapper .image {
       margin: 0 auto; 
    }
    
    body .kodi-text:nth-of-type(odd) .text {
        order: 1;
    }
    
    .kodi-text:nth-of-type(odd) .image {
        order: 2;
    }
    
    body .kodi-hero .wrapper .image {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    
     body .kodi-hero .wrapper .text {
        width: 100%;
    }
    
    body .kodi-hero .wrapper .image img {
        width: 400px;
        max-width: 100%;
    }
    
    .features-banner {
        background: none;
        margin: 0;
    }
    #footer .newsletter-form input {
        width: 198px;
    }
    .promo-image img {
        width: 100%;
    }
    .watch.fast-vpn-2 #header .banner .promo-img, .landing-pg.us-vpn #header .banner .promo-img {
        margin-left: -50px;
        width: 120%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nav>li.menu-item-1266 {display: none;}
    .unlock-fb .available-for {margin-bottom: 40px;}
}

@media (max-width: 768px) {
    
    body .use-cases-hero .text {
        margin-bottom: 30px;
    }
    
    body .use-cases-tabs .nav-tabs {
        margin-bottom: 30px;
    }
    
    body .use-cases-list .wrapper:nth-of-type(odd) .text {
        order: 2;
    }

    body .use-cases-list .wrapper:nth-of-type(odd) .image {
        order: 1;
    }
    
    body .use-cases-list .wrapper .image {
        margin-bottom: 30px;
    }
    
    body .use-cases-text .text {
        margin-bottom: 30px;
    }
    
    body .use-cases-tabs .nav-item .title-small {
        min-height: auto;
        margin-bottom: 5px;
    }
    
    body .use-cases-tabs .nav-item p {
        margin-bottom: 5px;
    }
    
    body .alternatives-table .wrapper table thead tr th {
        padding: 5px;
    }
    
    body .alternatives-table .wrapper table tbody tr th {
        padding: 5px;
    }
    
    body .alternatives-table .wrapper table tbody tr td {
        padding: 5px;
    }
    
    body .alternatives-guide .box {
        padding: 15px;
    }
    
    body .alternatives-guide .wrapper div[class*="col-"] {
        margin-bottom: 100px;
    }
    
    body .alternatives-guide .wrapper div[class*="col-"]:last-of-type {
        margin-bottom: 0;
    }
    
    body .alternatives-guide .wrapper .item {
        padding: 50px 15px 15px 15px;
    }
    
    body .alternatives-guide .wrapper .item .btn {
        font-size: 12px;
    }
    
    body .alternative tr td {
        font-size: 14px;
    }

    body .alternative h1 {
        font-size: 30px;
    }
    
    body .kodi-hero .wrapper {
        flex-wrap: wrap;
    }
    
    body .affiliate-hero .link-global {
        flex-direction: column;
    }
    
     body .affiliate-hero .link-global a {
        margin-bottom: 15px;
    }
    
    body .plus-list:nth-of-type(even) .text {
        order: 1;
    }
    
    body .plus-list:nth-of-type(even) .image {
        order: 2;
    }
    
    body .plus-features .item {
        margin-bottom: 30px;
    }
    
    body .plus-hero .image {
        display: none;
    }
    
    body .covid-pricing .nav-tabs {
        width: 100%;
        max-width: 400px;
    }
    
    body .covid-pricing .nav-tabs .nav-item {
        padding: 0 30px;
        width: 50%;
        justify-content: center;
    }
    
    body .covid-pricing .coupon .copy input[type="text"] {
        width: 100%;
        max-width: 400px;
    }
    
    body .covid-hero {
        padding-top: 0;
    }
    
    body .covid-hero h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    body .covid-hero h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    body .covid-hero p {
        font-size: 20px;
    }
    
    body .covid-hero .image {
        display: none;
    }
    
    body .covid-hero .image-m {
        display: block;
        text-align: center;
    }
    
    body .covid-pricing .show-desctop {
        display: none;
    }
    
    body .covid-pricing .show-mobile {
        display: block;
    }
    
    body .show-desctop {
        display: none;
    }
    
    body .show-mobile {
        display: block;
    }
    
    body .covid-pricing .page-header {
        margin-bottom: 0;
    }
    
    body .covid-pricing .page-header h2 {
        text-align: left;
        font-weight: 500;
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    
    body .covid-pricing .page-header p {
        font-size: 20px;
        text-align: left;
    }
    
    body .covid-pricing .tab-content .plan {
        width: 100%;
        max-width: 400px;
        margin: 0 0 50px 0;
    }
    
    body .covid-pricing .tab-content .plan:last-of-type {
        margin-bottom: 0;
    }
    
    body .covid-pricing .tab-content .plan .best-seller {
        right: calc(50% - 50px);
    }
    
    body .covid-pricing .tab-content .plan .title {
        font-size: 30px;
    }
    
    body .covid-pricing .tab-content .plan .discount {
        font-size: 14px;
    }
    
    body .covid-pricing .tab-content .plan .old-price {
        font-size: 28px;
    }
    
    body .covid-pricing .tab-content .plan .new-price {
        font-size: 65px;
    }
    
    body .covid-pricing .tab-content .plan .period {
        font-size: 28px;
    }
    
    body .covid-pricing .tab-content .plan .info {
        max-width: 100%;
        padding: 0 15px;
    }
    
    body .covid-pricing .tab-content .plan .info p {
        font-size: 28px;
    }
    
    body .covid-benefits .page-header {
        margin-bottom: 0;
    }
    
    body .covid-benefits .page-header h2 {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        line-height: 37.5px;
        margin-bottom: 20px;
    }
    
    body .covid-benefits .page-header p {
        font-size: 20px;
        text-align: left;
    }
    
    body .covid_testimonials .item p {
        font-size: 20px;
        line-height: 35px;
        text-align: left;
    }
    
    body .covid_testimonials .item .info {
        justify-content: flex-start;
    }
    
    body .covid_testimonials .item .info .text h3 {
        font-size: 19px;
    }
    
     body .covid_testimonials .item .info .text .date {
        font-size: 19px;
    }
    
    body .covid_testimonials .multiple-items {
        padding-bottom: 20px;
    }
    
    body .covid_testimonials .slick-dots {
        display: flex;
    }
    
    body .covid_testimonials .slick-dots li:first-of-type {
        margin-left: 0;
    }
    
    body .covid-symptoms .page-header {
        text-align: left;
    }
    
    body .covid-symptoms .page-header h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 40px;
    }
    
    body .covid-symptoms .page-header p {
        font-size: 20px;
        line-height: 35px;
        text-align: left;
    }
    
    body .covid-symptoms .page-header img {
        width: 100%;
        max-width: 400px;
    }
    
    body .covid-prevent .page-header {
        margin-bottom: 0;
        text-align: left;
    }
    
    body .covid-prevent .page-header h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 37.5px;
    }
    
    body .download-nav .wrapper {
        flex-wrap: nowrap;
        overflow-y: scroll;
    }
    
    body .download-nav .wrapper .item {
        margin-right: 40px;
    }
    
    body .features-hero {
        padding: 50px 0;
    }
    
    .btn {
        white-space: normal;
    }
    .navbar-lvpn-default {
        margin: 20px 0;
    }
    #header .navbar-brand>img {
        height: 35px;
        width: auto;
    }
    .home.page #header .banner .header-try-form input {
        border: none;
        padding: 16px 20px;
        height: auto;
    }
    .home.page #header .banner .header-try-form button {
        padding: 12px 40px;
        margin-top: 10px;
        text-transform: none;
        border-radius: 5px;
        font-size: 16px;
        text-shadow: 1px 1px 0 #0a976e;
    }
    .page-header h1 {
        font-size: 1.8em;
        line-height: 1.5em;
    }
    /*.start-your-trial {
        padding: 10px 0 40px 0;
    }*/
    #footer .second-footer {
        text-align: center;
    }
    #footer .second-footer p {
        line-height: 28px;
    }
    .home.page #header .banner .content-block {
        padding-top: 40px;
    }
    .limevpn-tabs .tab-nav li a {
        margin: 0 5px;
    }
    .money-back-corner {
        /*background-size: 50%;*/
    }
}


/*@media (max-width: 600px) {*/

@media (max-width: 767px) {
    
    #header {
        background: url(img/cubes-header-bg-mobile.png) repeat-x top center #153f66;
    }
    #header .banner h1 {
        font-size: 26px;
    }

    .home.page #header .banner h1 {
        text-align: center;
    }
    .home.page #header .banner ul {
        text-align: left;
    }
    .home.page #header .banner .button-wrap {
        text-align: center;
    }
    .home.page #header .banner {
        margin-top: 0;
        text-align: center;
        padding-bottom: 45px;
    }
    .home.page #header .banner .content-block {
        padding-top: 0;
    }
    .navbar-lvpn-default .navbar-brand {
        width: 48px;
        overflow: hidden;
        margin-left: 15px;
    }
    .navbar-lvpn-default .navbar-nav>li {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navbar-lvpn-default .get-started-btn {
        text-align: center;
        margin-top: 5px;
    }
    .grey-section,
    .white-section {
        padding-bottom: 40px;
    }
    .homepage-benefits-list .col {
        padding: 20px 30px;
    }
    .packages-wrapper .package {
        margin: 0 auto;
        padding-top: 22px;
    }
    .limevpn-tabs .tab-nav {
        margin: 0;
    }
    .limevpn-tabs .tab-nav li {
        float: none;
        display: block;
        width: auto;
    }
    .limevpn-tabs .tab-nav li a {
        margin: 0;
    }
    .limevpn-tabs .tab-nav li a:hover,
    .limevpn-tabs .tab-nav li a:focus,
    .limevpn-tabs .tab-nav li a:active,
    .limevpn-tabs .tab-nav li.active a {
        background-color: #c7cedb;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .business-vpn-hero img {
       margin-top: 30px; 
    }
}

@media (max-width: 567px) {
    .support-top-tabs .nav-tabs>li>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:focus {
        padding: 15px 15px;
        font-size: 12px;
        font-weight: 600;
    }
    .support-top-tabs [class^="ic-"] {
        font-size: 24px;
    }
    .servers-grid .filter-options button {
        padding: 0 5px 15px;
        font-size: 12px;
    }
}



/* ======= BOOTSTRAP Style helper classes ======= */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .col-md-offset-5ths {
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



/* ======== CUSTOM FONT ICONS ======== */

@font-face {
    font-family: "limevpn";
    src: url("fonts/limevpn.eot");
    src: url("fonts/limevpn.eot?#iefix") format("embedded-opentype"), url("fonts/limevpn.woff") format("woff"), url("fonts/limevpn.ttf") format("truetype"), url("fonts/limevpn.svg#limevpn") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: "limevpn" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}

[class^="ic-"]:before,
[class*=" ic-"]:before {
    font-family: "limevpn" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}


.ic-icon-down-arrow-2:before { content: '\e800'; } /* '' */
.ic-icon-address:before { content: '\e801'; } /* '' */
.ic-icon-circled-help:before { content: '\e802'; } /* '' */
.ic-icon-direction:before { content: '\e803'; } /* '' */
.ic-icon-globe:before { content: '\e804'; } /* '' */
.ic-icon-help:before { content: '\e805'; } /* '' */
.ic-icon-android:before { content: '\e806'; } /* '' */
.ic-icon-facebook:before { content: '\e807'; } /* '' */
.ic-icon-google:before { content: '\e808'; } /* '' */
.ic-icon-ios-1:before { content: '\e809'; } /* '' */
.ic-icon-location-1:before { content: '\e80a'; } /* '' */
.ic-icon-lock:before { content: '\e80b'; } /* '' */
.ic-icon-osx:before { content: '\e80c'; } /* '' */
.ic-icon-piggy:before { content: '\e80d'; } /* '' */
.ic-icon-mail:before { content: '\e80e'; } /* '' */
.ic-icon-location:before { content: '\e80f'; } /* '' */
.ic-icon-linux:before { content: '\e810'; } /* '' */
.ic-icon-link:before { content: '\e811'; } /* '' */
.ic-icon-ios:before { content: '\e812'; } /* '' */
.ic-icon-install:before { content: '\e813'; } /* '' */
.ic-icon-movies:before { content: '\e814'; } /* '' */
.ic-icon-thumbs-up:before { content: '\e815'; } /* '' */
.ic-icon-user:before { content: '\e816'; } /* '' */
.ic-icon-vpncode:before { content: '\e817'; } /* '' */
.ic-icon-tools:before { content: '\e818'; } /* '' */
.ic-icon-windows:before { content: '\e819'; } /* '' */
.ic-icon-twitter:before { content: '\e81a'; } /* '' */
.ic-icon-tag:before { content: '\e81b'; } /* '' */
.ic-icon-support:before { content: '\e81c'; } /* '' */
.ic-icon-speed:before { content: '\e81d'; } /* '' */
.ic-icon-server:before { content: '\e81e'; } /* '' */
.ic-icon-shield:before { content: '\e81f'; } /* '' */
.ic-icon-settings:before { content: '\e820'; } /* '' */
.ic-icon-search:before { content: '\e821'; } /* '' */
.ic-icon-rocket:before { content: '\e822'; } /* '' */
.ic-icon-restrictions:before { content: '\e823'; } /* '' */
.ic-icon-openvpn:before { content: '\e824'; } /* '' */
.ic-icon-thumbs-down:before { content: '\e825'; } /* '' */
.ic-icon-box:before { content: '\e826'; } /* '' */
.ic-icon-server-1:before { content: '\e827'; } /* '' */
.ic-icon-cancel:before { content: '\e828'; } /* '' */
.ic-icon-check:before { content: '\e829'; } /* '' */
.ic-icon-arrows-ccw:before { content: '\e82a'; } /* '' */
.ic-icon-right-open:before { content: '\e82b'; } /* '' */
.ic-icon-router-2:before { content: '\e82c'; } /* '' */



/**
 * PaymentFont Styles 1.1.2 by @vendocrat/@AMPoellmann
 * https://vendocr.at or @vendocrat
 * License Font: SIL OFL 1.1, CSS: MIT License
 */

@font-face {
    font-family: PaymentFont;
    src: url(fonts/paymentfont-webfont.eot);
    src: url(fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'), url('fonts/paymentfont-webfont.woff') format('woff2'), url(fonts/paymentfont-webfont.woff) format('woff'), url(fonts/paymentfont-webfont.ttf) format('truetype'), url(fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.pf {
    display: inline-block;
    font: normal normal normal 14px/1 PaymentFont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pf-amazon:before { content: "\f000";}
.pf-american-express:before { content: "\f001";}
.pf-american-express-alt:before { content: "\f002";}
.pf-atm:before { content: "\f003";}
.pf-bankomat:before { content: "\f004";}
.pf-bank-transfer:before { content: "\f005";}
.pf-bitcoin:before { content: "\f006";}
.pf-bitcoin-sign:before { content: "\f007";}
.pf-braintree:before { content: "\f008";}
.pf-btc:before { content: "\f009";}
.pf-card:before { content: "\f00a";}
.pf-carta-si:before { content: "\f00b";}
.pf-cash:before { content: "\f00c";}
.pf-cash-on-delivery:before { content: "\f00d";}
.pf-cb:before { content: "\f00e";}
.pf-cirrus:before { content: "\f00f";}
.pf-cirrus-alt:before { content: "\f010";}
.pf-clickandbuy:before { content: "\f011";}
.pf-credit-card:before { content: "\f012";}
.pf-diners:before { content: "\f013";}
.pf-discover:before { content: "\f014";}
.pf-ec:before { content: "\f015";}
.pf-eps:before { content: "\f016";}
.pf-eur:before { content: "\f017";}
.pf-facture:before { content: "\f018";}
.pf-fattura:before { content: "\f019";}
.pf-flattr:before { content: "\f01a";}
.pf-giropay:before { content: "\f01b";}
.pf-gittip:before,
.pf-gratipay:before { content: "\f01c";}
.pf-google-wallet:before { content: "\f01d";}
.pf-google-wallet-alt:before { content: "\f01e";}
.pf-gbp:before { content: "\f01f";}
.pf-ideal:before { content: "\f020";}
.pf-ils:before { content: "\f021";}
.pf-inr:before { content: "\f022";}
.pf-invoice:before { content: "\f023";}
.pf-invoice-sign:before { content: "\f024";}
.pf-invoice-sign-alt:before { content: "\f025";}
.pf-invoice-sign-alt-o:before { content: "\f026";}
.pf-invoice-sign-o:before { content: "\f027";}
.pf-jcb:before { content: "\f028";}
.pf-jpy:before { content: "\f029";}
.pf-krw:before { content: "\f02a";}
.pf-maestro:before { content: "\f02b";}
.pf-maestro-alt:before { content: "\f02c";}
.pf-mastercard:before { content: "\f02d";}
.pf-mastercard-alt:before { content: "\f02e";}
.pf-mastercard-securecode:before { content: "\f02f";}
.pf-ogone:before { content: "\f030";}
.pf-paybox:before { content: "\f031";}
.pf-paylife:before { content: "\f032";}
.pf-paypal:before { content: "\f033";}
.pf-paypal-alt:before { content: "\f034";}
.pf-paysafecard:before { content: "\f035";}
.pf-postepay:before { content: "\f036";}
.pf-quick:before { content: "\f037";}
.pf-rechnung:before { content: "\f038";}
.pf-ripple:before { content: "\f039";}
.pf-rub:before { content: "\f03a";}
.pf-skrill:before { content: "\f03b";}
.pf-sofort:before { content: "\f03c";}
.pf-square:before { content: "\f03d";}
.pf-stripe:before { content: "\f03e";}
.pf-truste:before { content: "\f03f";}
.pf-try:before { content: "\f040";}
.pf-unionpay:before { content: "\f041";}
.pf-usd:before { content: "\f042";}
.pf-verified-by-visa:before { content: "\f043";}
.pf-verisign:before { content: "\f044";}
.pf-visa:before { content: "\f045";}
.pf-visa-electron:before { content: "\f046";}
.pf-western-union:before { content: "\f047";}
.pf-western-union-alt:before { content: "\f048";}
.pf-wirecard:before { content: "\f049";}
.pf-sepa:before { content: "\f04a";}
.pf-sepa-alt:before { content: "\f04b";}
.pf-apple-pay:before { content: "\f04c";}
.pf-interac:before { content: "\f04d";}
.pf-paymill:before { content: "\f04e";}
.pf-dankort:before { content: "\f04f";}
.pf-bancontact-mister-cash:before { content: "\f050";}
.pf-moip:before { content: "\f051";}
.pf-pagseguro:before { content: "\f052";}
.pf-cash-on-pickup:before { content: "\f053";}
.pf-sage:before { content: "\f054";}
.pf-elo:before { content: "\f055";}
.pf-elo-alt:before { content: "\f056";}
.pf-payu:before { content: "\f057";}
.pf-mercado-pago:before { content: "\f058";}
.pf-mercado-pago-sign:before { content: "\f059";}
.pf-payshop:before { content: "\f05a";}
.pf-multibanco:before { content: "\f05b";}
.pf-gratipay-sign:before { content: "\f05c";}
.pf-six:before { content: "\f05d";}
.pf-cashcloud:before { content: "\f05e";}


/*

* Slick Slider base CSS

*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtm-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}



/* == Slick slider theming CSS == */

.slick-loading .slick-list {
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
    font-display: swap;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    cursor: pointer;
    color: transparent;
    /*border: 1px solid #1db292;*/
    border: 1px solid #0a3d73;;
    border-radius: 50%;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}


/* Magnific Popup */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;font-display: swap;}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.my-mfp-zoom-in .dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}.my-mfp-zoom-in.mfp-ready .dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-zoom-in.mfp-removing .dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:.001;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.my-mfp-slide-bottom .dialog{opacity:0;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);-o-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-ready .dialog{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);-o-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0)}.my-mfp-slide-bottom.mfp-removing .dialog{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);-o-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-bg{opacity:.01;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}
.dialog {
    max-width: 1200px;
    width: 90%;
    background: white;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
}
.dialog h2 {
    text-align: center;
    margin-bottom: 40px;
}


ul.list-no-style {
    list-style: none;
    margin: 0;
    padding-left: 0;
}


/* Article image Container */

.article-image-container {
    text-align: center;
    margin: 10px 0;
}

.article-image-container img {
    /* width: 330px; */
}


/* inline-flags-features-page */

ul.inline-flags-features-page li {
    display: inline-table;
}


/* Promo Image margin to left */

/*img.promo-img {
    margin-left: 103px !important;
}*/


/* pricing table inline fixture */

.bottom-img-price-table {
    text-align: center;
    margin-top: 10px;
}


/* features page margin inline fixture */

.features-page-h2 {
    margin-top: 60px !important;
}

.features-page-p {
    margin-top: 60px !important;
}


/* how to use page inline fixture */

.how-to-use-icon {
    text-align: center;
    margin-bottom: 20px;
}
/* blog page margin bottom of thumbnail image */

.thumb-margin img {
    margin-bottom: 20px;
}

.content-top-mar {
    margin-top: 10px;
}

.blog-con {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Newsletter blog page */

.newsletter-blog-page button {
    background-color: #06C0A0 !important;
}

.newsletter-blog-page .form-inline .form-control {
    width: 161px !important;
}

.newsletter-blog-page .form-control {
    height: 43px !important;
}


/* network flags on homepage in line */

ul.listin {
    text-align: center;
    margin-top: 25px;
}

ul.listin li {
    display: inline-block;
    padding-right: 35px;
}
.net-loc-table > .container {padding: 0 !important;}



/*
 *  LANDING PAGES
 */
.landing-pg #content .start-your-trial h1, .landing-pg #content .start-your-trial h2 {
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 30px;
}

.landing-pg #content .page-header .lead {
    font-size: 21px;
    color: #7e848e;
    line-height: 32px;
    font-weight: 400;
}
/*.landing-pg #content .page-header .lead + .lead {margin-top: 20px;}*/

.start-your-trial .price {
    font-size: 30pt;
    color: #a1eadd;
}
.start-your-trial .price small {font-size: 14pt;}

.start-your-trial .btn {
	margin-top: 20px;
	margin-bottom: 10px;
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
}
.start-your-trial .btn:hover {
    background-color: transparent;
}
.landing-pg:not(.fast-vpn-2, .vpn-for-windows) .start-your-trial .btn {
    padding: 7px 20px 10px;
}
.start-your-trial .btn span {
	color: #fff;
	font-size: 12px;
	margin-top: 0;
    display: block;
}
.start-your-trial .price.discounted {font-size: 21pt;}
.start-your-trial .price strong {color: #c3fff4;}

.start-your-trial .price.discounted strong{
	font-weight: normal;
	color: #a1eadd;
}
.start-your-trial .price.discounted hr{
	width: 125px;
    transform: rotate(12deg);
    position: relative;
    top: -35px;
    margin-bottom: 0;
    height: 1px;
    background-color: #CAFFF6;
    border: none;
}
.start-your-trial .price .sub_price{margin-top: -10px;}
.start-your-trial .price .sub_price small{font-size: 10pt;}

.landing-pg.best-cheap-vpn #content .start-your-trial .price, .landing-pg.buy-vpn #content .start-your-trial .price {
    display: inline-table;
    vertical-align: middle;
}

.testimonials h1, .testimonials h2 {margin-bottom: 30px;}
.testimonials .lead {margin: 0;}

.testimonials .testimonial blockquote {
    border: none;
    background: transparent;
    padding: 0;
    margin: 15px 0;
    position: relative;
}
.testimonials .testimonial blockquote > div {
    background-color: white;
    padding: 15px 20px;
    height: 245px;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}
.testimonials .testimonial blockquote > div > div {overflow: auto; max-height: 100%;}
.testimonials .testimonial blockquote > div:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
    top: 100%;
    left: 22px;
    -webkit-box-shadow: -2px 1px 2px -1px rgba(0,0,0,0.15);
    box-shadow: -2px 1px 2px -1px rgba(0,0,0,0.15);
}

.testimonials .testimonial blockquote > div p {
    margin: 0;
    padding: 0;
    color: #898f98;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.testimonials .testimonial blockquote footer {
    padding-left: 66px;
    background-image: url(img/smiley-green.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 24px center;
    margin-top: 30px;
}
.testimonials .testimonial blockquote footer:before {content: ""; display: none;}
.testimonials .testimonial blockquote footer cite {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #3e434a;
}
.testimonials .testimonial blockquote footer .date {
    font-size: 15px;
    color: #898f98;
}

.additional-content {
    margin-top: 0;
}
/*.fast-vpn-2.us-vpn .additional-content {margin: 0;}*/

body.error404 {
    background: url(img/limevpn404.jpg) no-repeat bottom center;
    background-size: cover;
}

.error404-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.error404-wrapper .container {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.error404-wrapper h2 {
    color: white;
    font-size: 30px;
    letter-spacing: 0.05em;
    margin: 45px 0 30px;
}
.error404-wrapper p {
    color: white;
    opacity: 0.75;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.error404-wrapper p a {
    color: inherit;
    border-bottom: 1px solid white;
    transition: all ease-in-out 0.15s;
}
.error404-wrapper p a:hover {
    color: aquamarine;
    border-bottom-color: aquamarine;
    text-decoration: none;
}

@media (max-width: 768px) {
    
    body .covid-pricing .coupon .copy button .copied {
        left: -15px;
        top: 65px;
    }
    
    body .covid-pricing .coupon .copy button .copied:before {
        left: 29px;
        top: -13px;
        transform: rotate(90deg);
    }
    
    body .order-step2 .top {
        align-items: flex-start;
        flex-direction: column;
    }
    
    body .features-more h2 {
        padding: 60px 0;
    }
    
    body .features-info {
        padding: 50px 0;
    }
    
    body .features-app {
        padding: 50px 0;
    }
    
    body .features-more .additional {
        padding: 50px 0;
    }
    
    body .order-step2 .payment-details .inner .form .form-btn ul {
        margin: 15px 0 0 0;
    }
    
    body .order-step2 .addon-box {
        flex-direction: column;
        align-items: flex-start;
    }
    
    body .order-step2 .addon-box .addon-box-left {
        width: 100%;
        margin-bottom: 15px;
    }
    
    body .order-step2 .includes {
        padding-left: 15px;
    }
    
    body .order-news p {
        padding: 0 15px;
    }
    
    body .order-news .wrapper div[class*="col-"] {
        margin-bottom: 80px;
    }
    
    body .order-features h2 {
        padding: 0 15px;
    }
    
    body .order-all-features .table-title {
        padding: 15px;
    }
    
    body .order-all-features .table-item {
        flex-wrap: wrap;
    }
    
    body .order-all-features .table-item p {
        padding: 10px;
    }
    
    body .order-all-features .table-item p:first-of-type,
    body .order-all-features .table-item p:nth-of-type(2) {
        width: 100%;
    }
    
    
    .error404-wrapper img {width: 165px;}
    .error404-wrapper h2 {font-size: 20px; margin: 30px 0 20px;}
    .error404-wrapper p {font-size: 14px;}

    .watch #header .banner .content-block {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /*Mobile menu*/

    body .navbar-lvpn-default {
    	padding: 0;
    }

    body .navbar-collapse {
    	display: initial;
        position: absolute;
        right: -100%;
        top: 0;
        /*background-color: #01dcac;*/
        background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
        min-height: 100vh;
        width: 100%;
        z-index: 1;
        transition: 0.3s
    }

    body .navbar-collapse.slideleft {
        visibility: visible;
        right: 0;
        transition: 0.3s
    }

    body .navbar-collapse ul {
        padding: 0 15px;
    }

    body .navbar-collapse .menu-item {
        border: 0;
        margin: 15px 0;
    }

    body .navbar-collapse li a {
        border: 0!important;
        font-size: 20px!important;
    }

    body .navbar-collapse .get-started-btn {
        border: 1px solid white!important;
        margin-top: 50px!important;
    }

    body .collapse_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    body .collapse_item a img {
        height: 35px;
    }

    body .collapse_item span {
        display: block;
        width: 22px;
        height: 22px;
        position: relative;
        cursor: pointer;
    }

    body .collapse_item span:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        top: 10px;
        transform: rotate(45deg);
        background-color: white;
    }

    body .collapse_item span:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        right: 0;
        top: 10px;
        transform: rotate(135deg);
        background-color: white;
    }
}

.author-page .author-avatar {
    float: left;
    margin-right: 20px;
}
.author-page h3 {margin-top: 40px;}


.fast-vpn-2 .top-mini-nav {display: none;}
.fast-vpn-2 #header .banner h1  {font-size: 43px; margin-bottom: 10px;}
.fast-vpn-2 #header .banner p   {font-size: 20px;}

.fast-vpn-2 #header .banner ul {margin-top: 30px; margin-bottom: 40px;}
.fast-vpn-2 #header .banner ul li {font-size: 16px; line-height: 26px;}
.fast-vpn-2 #header .banner ul li:before {color: #f6dd33;}
.fast-vpn-2 .start-your-trial {
    padding: 80px 0;
}

.fast-vpn-2.landing-pg #content .start-your-trial h1, .fast-vpn-2.landing-pg #content .start-your-trial h2 {
    font-size: 2em;
}
.fast-vpn-2 .start-your-trial a:not(.btn) {
    color: white;
    font-size: 14px;
}

.unlock-fb section + section:not(.start-your-trial) {
    background: url(img/dashed-spaced-border.png) repeat-x center top;
}
.unlock-fb #content .page-header {margin: 0;}
.unlock-fb #content p {
    font-size: 20px;
    color: #959FB1;
    line-height: 30px;
    /* font-weight: 300; */
    margin-bottom: 25px;
}
.unlock-fb #header .banner {
    padding-bottom: 0;
}

.unlock-fb #header .banner .promo-img {
    margin-left: -220px;
    margin-top: -30px;
}

@media screen and (min-width: 1280px) {
    .unlock-fb #header .banner .promo-img {
        margin-left: -170px;
    }
}
.unlock-fb #header .banner .btn-cta {width: 220px;}

.unlock-fb .available-for, .vpn-for-windows .available-for {
    font-size: 16px;
    font-weight: normal;
    margin-top: 47px;
}
    .unlock-fb .available-for a, .vpn-for-windows .available-for a {
        display: inline-block;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: white;
        border-radius: 3px;
        text-decoration: none;
        margin: 0 3px;
    }
        .unlock-fb .available-for a:hover, .vpn-for-windows .available-for a:hover {
            background: rgba(255,255,255,0.2);
        }

    .vpn-for-windows #header .banner .ul {
        font-size: 16px;
    }

    .vpn-for-windows #header .banner .promo-img {
        margin-bottom: -130px;
        margin-top: 170px;
    }

    .vpn-for-windows #header .banner .btn-cta {
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    }
        .vpn-for-windows #header .banner .btn-cta span[class^='ic-icon'] {
            margin-right: 10px;
            position: relative;
            top: 1px;
        }
        /*.vpn-for-windows #header .banner .btn-cta:hover {background-color: #1db292; background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);}*/

        .vpn-for-windows #header .header-download small {
            display: block;
            margin-top: 10px;
        }

.vpn-for-windows .features-third {
    padding-left: 450px;
    background: url(/wp-content/uploads/2015/12/limevpn-protect.png) no-repeat 60px 0;
    text-align: left;
    min-height: 274px;
    padding-top: 10px;
}
    .vpn-for-windows #content .features-third h2, .vpn-for-windows #content .features-third .lead {text-align: left;}
    .vpn-for-windows #content .features-third .lead {margin-bottom: 0;}
    .vpn-for-windows #content .features-third h3 {color: #7e848e;}

    .vpn-for-windows .features-forth ul li {
        color: #3e434a;
        font-size: 16px;
        margin: 10px 0;
        position: relative;
    }
        .vpn-for-windows .features-forth ul li a {
            position: relative;
        }
        .vpn-for-windows .features-forth ul li .ico {
            display: inline-block;
            width: 38px;
            height: 38px;
            margin-right: 20px;
            background: url(img/win-app-feature-icons.png) no-repeat;
            background-size: cover;
            vertical-align: middle;
        }
        .vpn-for-windows .features-forth ul li .ico.touch {background-position: 12px 0;}
        .vpn-for-windows .features-forth ul li .ico.lock {background-position: -31px 0;}
        .vpn-for-windows .features-forth ul li .ico.reload {background-position: -82px 0;}
        .vpn-for-windows .features-forth ul li .ico.log {background-position: -126px 0;}


.vpn-for-windows .start-your-trial .btn {
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease-in-out 0.15s;
    letter-spacing: -0.001em;
}
    .vpn-for-windows .start-your-trial .btn:hover {background-color: rgba(255, 255, 255, 0.15);}
    .vpn-for-windows .start-your-trial .btn + p a {color: #a1eadd;}


.vpn-for-windows .win-app-features {
    background: url(img/faded-bg-map.jpg) no-repeat left center;
    margin: 30px 0;
}
.vpn-for-windows .win-app-features .feature {
    padding-left: 110px;
    padding-right: 60px;
    position: relative;
    margin-top: 30px;
}
    .vpn-for-windows .win-app-features > div > .feature:first-child {margin-top: 55px;}
    .vpn-for-windows .win-app-features .feature img {
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
    }
    .vpn-for-windows .win-app-features .feature p {
        color: #898f98;
    }
    .vpn-for-windows .screenshot {text-align: center;}

@media (min-width: 991px) {
    .vpn-for-windows .features-forth ul li {text-align: center; margin: 0;}
    .vpn-for-windows .screenshot img {float: right; margin: 0;}

    .vpn-for-windows .features-forth ul li.active a:before, .vpn-for-windows .features-forth ul li a:hover:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #04b392;
        position: absolute;
        top: -62px;
        left: 50%;
    }
    .vpn-for-windows .features-forth ul li a:hover,
    .vpn-for-windows .features-forth ul li a:focus,
    .vpn-for-windows .features-forth ul li a:active {text-decoration: none;}
}

@media (max-width: 550px) {
    .vpn-for-windows .win-app-features .feature {
        padding: 70px 0 0;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .vpn-for-windows .win-app-features > div > .feature:first-child {margin-top: 0;}

    .vpn-for-windows .win-app-features .feature img {
        left: 50%;
        margin-left: -35px;
    }
    .vpn-for-windows .win-app-features .feature h3 {text-align: center;}
    .vpn-for-windows .screenshot img {width: 100%;}

    .vpn-for-windows .features-third {
        padding: 0;
        background: transparent;
    }
}



#vpn-comparison .table.blue th {
    padding: 15px 32px;
    font-size: 14px;
}
#vpn-comparison .table.blue td {
    padding: 7px 15px;
}


.yellow-check > div {
    position: relative;
    padding-left: 45px;
}
.yellow-check > div:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(img/big-yellow-check-mk.png) no-repeat;
    background-size: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}




.about-reasons {
    list-style: none;
    counter-reset: reasons-counter;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}
.about-reasons li {
    position: relative;
    box-sizing: border-box;
    padding: 8px 20px 8px 40px;
}
.about-reasons li:before {
    content: counter(reasons-counter);
    counter-increment: reasons-counter;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 48px;
    color: #ECEDF1;
    display: block;
}

.about-moneyback {text-transform: uppercase; text-align: center; margin-top: 30px;}
.about-moneyback .wrapper {
    display: inline-block;
    text-align: left;
    margin-left: -30px;
}
.about-moneyback span {float: left;}
.about-moneyback span:first-child {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.about-moneyback span:first-child:after {
    content: "\2605\20\2605\20\2605";
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.about-moneyback span:last-child {
    line-height: 1;
    margin-left: 10px;
}

@media screen and (min-width:768px) {
    .about-reasons li {
        float: left;
        width: 50%;
    }
    .about-reasons li:before {
        transform: translateY(-50%);
        top: 50%;
    }
    .margin-tb--15 {
        margin: 15px 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .about-us #header .banner h1 {
        font-size: 32px;
        line-height: normal;
    }
}

/*
   Start development !
*/
@font-face {
    font-family: 'Brandon Grotesque';
    font-display: swap;
    src: url('fonts/BrandonGrotesque-Regular.eot');
    src: url('fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrandonGrotesque-Regular.woff') format('woff'),
    url('fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
    url('fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Light.eot');
    src: url('fonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrandonGrotesque-Light.woff') format('woff'),
    url('fonts/BrandonGrotesque-Light.ttf') format('truetype'),
    url('fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Thin.eot');
    src: url('fonts/BrandonGrotesque-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrandonGrotesque-Thin.woff') format('woff'),
    url('fonts/BrandonGrotesque-Thin.ttf') format('truetype'),
    url('fonts/BrandonGrotesque-Thin.svg#BrandonGrotesque-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Medium.eot');
    src: url('fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrandonGrotesque-Medium.woff') format('woff'),
    url('fonts/BrandonGrotesque-Medium.ttf') format('truetype'),
    url('fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Bold.eot');
    src: url('fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrandonGrotesque-Bold.woff') format('woff'),
    url('fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
    url('fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans 500';
    src: url('fonts/MuseoSans-500.eot');
    src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans-500.woff') format('woff'),
    url('fonts/MuseoSans-500.ttf') format('truetype'),
    url('fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 300';
    src: url('fonts/MuseoSans-300.eot');
    src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans-300.woff') format('woff'),
    url('fonts/MuseoSans-300.ttf') format('truetype'),
    url('fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body.blog,
body.single-post,
body.archive.category{
    background-color: #f6f6f6;
}
h2.single, h1.category{
    margin: 30px 0;
}
.archive.category .container .blog-page{
    padding-top: 20px;
}
.container .blog-page{
    padding: 0;
}
h1.category{
    background: none;
    color: #2a2a3f;
    margin: 0;
    display: table;
    padding-bottom: 15px;
    padding-top: 25px;
    border-bottom: 3px solid #2a2a3f;
    text-align: left;
    font-size: 30px;
    font-weight: 300;
    float: left
}
div.category-desc{
    float: left;
    padding: 35px 20px 0;
}
div.category-desc p{
    font-family: 'Museo Sans 300', sans-serif;
    font-size: 16px;
    font-display: swap;
}
#blog-content .post-container{
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 20px;
}
.post-grid .post-img{
    height: auto;
}
.post-grid .wp-post-image{
    height: 280px;
    object-fit: cover;
}
#blog-content .post-container h2{
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
}
#blog-content .post-container h2 a{
    font-size: 24px;
    font-weight: 700;
    /*color: #1db292;*/
    color: #0a3d73;
    font-family: 'Brandon Grotesque',sans-serif;
    font-display: swap;
}
#blog-content .post-container .experttext p{
    color: #184065;
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
    font-size: 15px;
    font-display: swap;
}
.post-grid .post-container .meta-head .read-more,
.featured-post-footer .read-more,
.rel-post-social .read-more,
.after-content #comments .form-submit .submit,
.standart-btn{
    float: none;
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: transparent;
    border-radius: 4px;
    /*border: 1px solid #1db292;*/
    border: 1px solid #0a3d73;
    color: #1db292;
    padding: 10px 20px;
    /* min-width: 150px; */
    /* height: 20px; */
    line-height: 18px;
    display: table;
    transition: .3s;
    font-display: swap;
}
.post-grid .post-container .meta-head .read-more:hover,
.featured-post-footer .read-more:hover,
.rel-post-social .read-more:hover,
.after-content #comments .form-submit .submit:hover,
.standart-btn:hover{
    color: #fff;
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    transition: .3s;
}
.container .featured-post{
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 0;
}
.container .featured-post img.featured-post-img{
    width: 100%;
    object-fit: cover;
    padding:20px 0;
    height: 330px;
}
.container .featured-post h3{
    font-weight: 700;
    color: #1db292;
    font-family: 'Brandon Grotesque',sans-serif;
    font-display: swap;
    margin: 5px 0 15px;
}
.container .featured-post p{
    margin-bottom: 5px;
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
    font-display: swap;
}
.post-grid .post-container .meta-head .col-md-6,
.featured-post-footer .col-md-6{
    padding: 0;
}
.container .featured-post .post-description{
    padding: 40px 20px 20px;
}
p.popular-post{
    color: #d35400;
}
.featured-post{
    transition: .3s;
}
.container .featured-post h3:hover{
    color: #1d9a7a;
    transition: .3s;
}
.featured-post a:hover{
    text-decoration: none;
}
#blog-content .read-more:hover,
.featured-post .read-more:hover{
    text-decoration: none;
}
.featured-post-footer .read-more{
    margin-top: 15px;
}
#blog-content #blog-sidebar-wrapper{
    padding: 0;
}
#blog-content .section-blog-widget{
    padding: 0;
    background-color: #fff;
}
.featured-post-footer .social-sharing{
    margin-top: 18px;
    text-align: right;
}
#blog-content h4,
#blog-content .blog-category{
    margin-bottom: 10px;
}
h4 .post-categories{
    padding: 0;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 2px solid;
    display: table;
}
.category-after-post .post-categories li,
h4 .post-categories li,
.blog-category .post-categories li,
.rel-post ul.post-categories li{
    list-style: none;
    display: inline-block;
    /*padding-right: 10px;*/
}
.category-after-post .post-categories li::before,
h4 .post-categories li::before,
.blog-category .post-categories li::before,
.rel-post ul.post-categories li::before{
    content: ', ';
}
.category-after-post .post-categories li:first-child::before,
h4 .post-categories li:first-child::before,
.blog-category .post-categories li:first-child::before,
.rel-post ul.post-categories li:first-child::before{
    content: '';
}
h4 .post-categories li a,
.blog-category .post-categories li a{
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
    font-size: 17px;
    color: #184065;
    transition: .3s;
    font-display: swap;
}
h4 .post-categories li a:hover,
.blog-category .post-categories li a:hover{
    text-decoration: none;
    transition: .3s;
    color: #1d9a7a;
}
/*.blog #header .banner{*/
    /*margin-top: 10px;*/
    /*padding-bottom: 40px;*/
/*}*/
.single-page-background {
    position: absolute;
    height: 350px;
    width: 100%;
    /*margin-top: 30px;*/
}
.section-blog-widget{
    margin-bottom: 30px;
}

.sidebar-subscription .wpcf7-validation-errors, 
.sidebar-subscription .wpcf7-acceptance-missing,
.sidebar-subscription .wpcf7-mail-sent-ok{
    color: white;
}

.section-blog-widget .sidebar-subscription{
    background: rgba(64,80,106,1);
    background: -moz-linear-gradient(top, rgba(64,80,106,1) 0%, rgba(43,46,52,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,80,106,1)), color-stop(100%, rgba(43,46,52,1)));
    background: -webkit-linear-gradient(top, rgba(64,80,106,1) 0%, rgba(43,46,52,1) 100%);
    background: -o-linear-gradient(top, rgba(64,80,106,1) 0%, rgba(43,46,52,1) 100%);
    background: -ms-linear-gradient(top, rgba(64,80,106,1) 0%, rgba(43,46,52,1) 100%);
    background: linear-gradient(to bottom, rgba(64,80,106,1) 0%, rgba(43,46,52,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40506a', endColorstr='#2b2e34', GradientType=0 );
    padding: 30px;
    text-align: center;
}
.section-blog-widget .sidebar-subscription .cta-img img{
    max-width: 100px;
}
.section-blog-widget .sidebar-subscription h2{
    font-size: 20px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 150% !important;
    margin-top: 20px !important;
    color: #fff !important;
    font-family: 'Brandon Grotesque', sans-serif;
    font-display: swap;
}
.section-blog-widget .sidebar-subscription h4{
    font-size: 20px;
    margin-top: 45px;
    /*font-style: italic;*/
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #ffffff !important;
    line-height: 150% !important;
    font-display: swap;
}
.section-blog-widget .sidebar-subscription form > p{
    height: 42px;
}
.section-blog-widget .sidebar-subscription .wpcf7-form-control{
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    background-color: transparent;
    color: white;
    text-align: center;
    background-image: none;
    border: 1px solid #ccc;
    transition: ease border-color .3s;
}
.section-blog-widget .sidebar-subscription .wpcf7-form-control:hover{
    border: 1px solid #23af91;
    transition:border-color ease .3s;
}
.section-blog-widget .sidebar-subscription .wpcf7-form-control::-webkit-input-placeholder{
    color: white;
    font-family: 'Museo Sans 300', sans-serif;
    font-size: 12px;
    font-display: swap;
}
.section-blog-widget .sidebar-subscription .wpcf7-form-control.wpcf7-submit{
    background-color: #23af91;
    border: 0;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 13px 20px 12px 20px;
    min-width: 200px;
    width: 80%;
    border-radius: 7px;
    border-bottom: 3px solid #12977b;
    /* border-width: 2px; */
    margin: 25px auto 0;
    transition: .3s;
    font-display: swap;
}
.section-blog-widget .sidebar-subscription .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #12977b;
    transition: .3s;
}
.sidebar-podcast .blog-cta-podcast {
    background-color: #3ab0e5;
    background-image: url(/wp-content/uploads/2017/04/podcast-background.png);
    background-size: cover;
    padding: 50px;
    overflow: hidden;
    text-align: center;
}
.btn.btn-default{
    font-family: "Brandon Grotesque",sans-serif;
    font-weight: 500;
    font-size: 12px;
    background-color: #d4765d;
    border: 0;
    border-radius: 30px;
    color: #fff;
    padding: 7px 20px;
    height: 40px;
    text-transform: uppercase;
    transition: .3s;
    font-display: swap;
}
.sidebar-podcast .btn.btn-default{
    background: #edd131;
    color: #fff;
    padding: 12px 50px;
    height: auto;
    font-weight: 400;
    margin: 20px auto 10px;
}
.sidebar-podcast .btn.btn-default:hover{
    background: #c9ae30;
    transition: .3s;
}
.sidebar-library .blog-cta-resource-library{
    background-image: url(/wp-content/uploads/2017/04/resources-background.png);
    padding: 30px;
}
.sidebar-library .blog-cta-resource-library img{
    max-height: 130px;
    margin: 0 auto 20px ;
}
.sidebar-library .blog-cta-resource-library h3{
    font-size: 19px !important;
    font-weight: 300;
    font-family: "Brandon Grotesque",sans-serif;
    color: #ffffff !important;
    text-align: center;
    line-height: 150%;
    margin: 0;
    font-display: swap;
}
.sidebar-library .blog-cta-resource-library h2{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px !important;
    font-weight: 700;
    font-family: "Brandon Grotesque",sans-serif;
    color: #ffffff !important;
    text-align: center;
    line-height: 150%;
    margin: 0 !important;
    font-display: swap;
}
.sidebar-library .btn.btn-default{
    line-height: 12px;
    min-width: 100%;
    background: #bf5a3f;
    margin-top: 20px;
    padding: 15px 20px 14px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sidebar-overheard .blog-cta-overheard {
    text-align: center;
    background-color: #fff;
    padding: 50px 30px 30px 30px;
    overflow: hidden;
}
.sidebar-overheard .btn.btn-default{
    line-height: 12px;
    /*min-width: 100%;*/
    background: #f47e5d;
    height: auto;
    font-weight: 400;
    margin: 40px auto 10px;
    padding: 12px 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sidebar-overheard .btn.btn-default:hover{
    background: #dd6f5d;
    transition: .3s;
}
.single-post.single #content{
    margin-top: 50px;
}
.single #blog-content .post-container{
    padding: 50px 100px;
}
#blog-content h1.post-title{
    font-weight: 700;
    font-family: canada-type-gibson, sans-serif;
    font-size: 35px;
    color: #706a78;
    margin: 20px 0 15px;
    font-display: swap;
}
.post-author-details{
    margin: 40px 0;
}
.post-author-details .media-body h4,
.post-author-details .media-body a{
    color: #706a78;
    font-family: canada-type-gibson, sans-serif;
    font-display: swap;
}
.post-author-details .media-body h4 span{
    opacity: .5;
}
.post-author-details img.avatar{
    height: 80px;
    width: 80px;
    border-radius: 40px;
    float: left;
    margin-right: 30px;
}
.thumb-margin img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.single-post .thumb-margin img {
    margin: 40px 0;
}
.single-post .content-top-mar p{
    font-family: canada-type-gibson, sans-serif;
    line-height: 160%;
    color: #706a78;
    margin:0 0 20px;
    font-size: 19px;
    font-display: swap;
}
.single-post .content-top-mar ol,
.single-post .content-top-mar ul,
.support-page .how-to-section ol,
.support-page .how-to-section ul{
    padding-left: 80px;
    margin: 30px 0;
}
.single-post .content-top-mar ol li,
.single-post .content-top-mar ul li,
.support-page .how-to-section ol li,
.support-page .how-to-section ul li,
.support-page .how-to-section p{
    font-family: canada-type-gibson, sans-serif;
    line-height: 160%;
    color: #706a78;
    font-size: 17px;
    padding-bottom: 15px;
    font-display: swap;
}
.single-post .content-top-mar p a,
.single-post .content-top-mar ol li a,
.single-post .content-top-mar ul li a{
    color: #c0392b;
    font-style: italic;
}
.single-post .content-top-mar h2,
.single-post .content-top-mar h3,
.single-post .content-top-mar h4,
.single-post .content-top-mar h5{
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    margin: 30px 0;
    line-height: 150%;
    color: #1d9a7a !important;
    font-display: swap;
}
.single-post .content-top-mar h3 {
    font-size: 24px;
}
.single-post .content-top-mar h4{
    font-size: 20px;
}
.single-post  img.size-full,
.single-post  img.size-large{
    margin: 40px 0 10px;
    height: 100%;
    width: 100%;
    max-height: 330px;
    object-fit: cover;
}
.category-after-post ul.post-categories{
    margin: 0;
    padding: 0;
}
.category-after-post ul.post-categories li a,
.category-after-post ul.post-categories li{
    color: #bdc3c7;
    font-size: 15px;
}
ul.user_social_links{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.user_social_links li{
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}
.col-md-10.col-md-offset-1.post-author-after-post{
    /*width: 100%;*/
    border-top: 1px solid #dddcde;
    border-bottom: 1px solid #dddcde;
    padding: 0 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.post-author-after-post .post-author-details .media-body h4 span{
    opacity: 1;
}
.post-author-after-post .post-author-details .media-body a{
    /*color: #1db292;*/
    color: #0a3d73;
}
.post-author-desc{
    padding-right: 50px;
    font-family: canada-type-gibson, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    font-display: swap;
}
.related-posts h5{
    text-align: center;
    font-family: canada-type-gibson, sans-serif;
    color: #706a78;
    margin: 40px auto;
    font-weight: 400;
    font-size: 22px;
    font-display: swap;
}
.rel-post{
    background-color: #ffffff;
    padding: 25px;
}
.rel-post-thumb img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.rel-post-title h4{
    font-size: 22px;
    line-height: 150%;
    color: #706a78;
    font-weight: 700;
    font-family: canada-type-gibson, sans-serif;
    margin: 20px 0 10px;
    font-display: swap;
}
.rel-post-content {
    font-size:15px;
    font-family: canada-type-gibson, sans-serif;
    line-height: 160%;
    color: #706a78;
    font-display: swap;
}
ul.post-categories{
    display: table;
    border-bottom: 2px solid #706a78;
    margin-bottom: 10px;
    padding: 0;
}
.category-after-post ul.post-categories{
    border: none;
}
.rel-post ul.post-categories li{
    list-style: none;
    color:#706a78;
}
.rel-post ul.post-categories li a{
    color:#706a78;
    transition: .3s;
}
.rel-post ul.post-categories li a:hover{
    transition: .3s;
    text-decoration: none;
    /*color: #1db292;*/
    color: #0a3d73;
}
.rel-post-social{
    margin-top: 15px;
}
.rel-post-social .col-md-6{
    padding: 0;
}
.after-content #comments #respond{
    background-color: #ffffff;
    margin: 50px 0;
}

.after-content #comments .form-submit .submit{
    border-radius: 3px;
    box-shadow: none;

}
.category-header{
    margin: 30px 0;
}
ul.blog-menu{
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}
ul.blog-menu li{
    height: 60px;
    box-sizing: border-box;
    /*border-bottom: 5px solid #1db292;*/
    border-bottom: 5px solid #0a3d73;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*box-shadow: inset 0 0 0 0 #1db292;*/
    box-shadow: inset 0 0 0 0 #0a3d73;
    display: inline-block;
    list-style: none;
    padding: 20px 5px;
    margin: 0 2px;
    min-width: 120px;
    font-size: 14px;
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
    transition: box-shadow ease .5s;
}
ul.blog-menu li:hover,
ul.blog-menu .current-menu-item {
    /*box-shadow: inset 0 -60px 0 0 #1db292;*/
    box-shadow: inset 0 -60px 0 0 #0a3d73;
}
ul.blog-menu li:hover a,
ul.blog-menu .current-menu-item a{
    color: #fff;
    transition: .5s;
}
ul.blog-menu a:hover{
    text-decoration: none;
}
.category-menu{
    background: #fff;
}
ol.comment-list{
    margin-top: 50px;
    padding: 0;
}
ol.comment-list li{
    list-style: none;
    padding: 30px 50px;
    background: #fff;
    margin-bottom: 20px;
}
.comment-author img{
    border-radius: 40px;
    margin-right: 25px;
}
.comment-meta.commentmetadata,
.comment-author{
    width: 50%;
    float: left;
}
.comment-meta.commentmetadata{
    text-align: right;
    line-height: 50px;
    font-size: 14px;
}
.comment-body > p{
    clear: both;
    padding-top: 15px;
    padding-right: 80px;
}
.container .resent-posts{
    padding: 0;
}
.resent-posts h5{
    color: #706a78;
    opacity: .95;
    margin-top: 25px;
    font-size: 22px;
    font-family: "Brandon Grotesque", sans-serif;
    font-display: swap;
    font-weight: 400;
}
/*.top-mini-nav {
    display: block !important;
}*/
.featured-post-footer .col-xs-6{
    padding: 0;
}
.navbar-lvpn-default .navbar-nav>li{
    margin: 0 5px;
}
.navbar-lvpn-default .navbar-nav>li>ul{
   display:none;
}
.navbar-lvpn-default .navbar-nav>li>a{
    border-bottom: 2px solid transparent;
    transition: .3s;
}
.navbar-lvpn-default .navbar-nav>li>a:hover{
    transition: .3s;
    color: #f6f6f6;
    border-color: #fff;
}
.navbar-lvpn-default .navbar-nav>li:last-child>a:hover{
    border-color: transparent;
}
.meta-head .social-sharing{ /* TODO: to be removed. Not in use anymore (old sharing icons) */
    text-align: right;
}
.social-sharing .social-share{
    height: 34px;
    width: 34px;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0.85;
}
.social-sharing .social-share:hover{
    opacity: 1;
}
.social-sharing .social-share span{
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: table;
}
.social-sharing .social-share.social-facebook{
    background-color: #2980b9;
}
.social-sharing .social-share.social-facebook span{
    background-image:url("/wp-content/uploads/2017/05/004-facebook-letter-logo.png");
}
.social-sharing .social-share.social-google{
    background-color: #c0392b;
}
.social-sharing .social-share.social-google span{
    background-image:url("/wp-content/uploads/2017/05/001-google-plus.png");
}
.social-sharing .social-share.social-tweet{
    background-color: #3498db;
}
.social-sharing .social-share.social-tweet span{
    background-image:url("/wp-content/uploads/2017/05/003-twitter-logo.png");
}
.social-sharing .social-share.social-pinit{
    background-color: #e74c3c;
}
.social-sharing .social-share.social-pinit span{
    background-image:url("/wp-content/uploads/2017/05/002-pinterest-logo.png");
}

@media screen and (max-width: 1200px){
    ul.blog-menu li{
        font-size: 13px;
        min-width: 100px;
    }
    .row{
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px){
    
    body .glossary-list .letters {
        display: none;
    }
    
    body .download-single-hero .image {
        width: 100%;
        margin-top: 30px;
    }
    
    body .download-single-hero .image img {
        width: 100%;
    }
    
    body .download-single-list .image {
        width: 100%;
        margin-bottom: 30px;
    }
    
    body .download-single-list .image img {
        width: 100%;
    }
    
    body .download-single-list:nth-of-type(odd) .image {
        order: 1;
    }
    
    body .download-single-list:nth-of-type(odd) .text {
        order: 2;
    }
    
    body .download-hero img {
        margin-top: 30px;
    }
    
    body .download-tabs .nav-pills .nav-link {
        padding: 5px 20px;
    }
    
    body .download-tabs .nav-pills {
        margin-bottom: 30px;
    }
    
    body .download-steps img {
        margin-top: 30px;
    }
    
    body .discount-hero .row {
        justify-content: center;
    }
    
    body .discount-hero img {
        margin-top: 30px;
    }
    
    body .discount-list .wrapper:nth-of-type(even) .image {
        order: 1;
    }
    
    .discount-list .wrapper:nth-of-type(even) .text {
        order: 2;
    }
    
    body .features-list .wrapper:nth-of-type(even) .item {
        order: 1;
    }
    
    body .features-list .wrapper:nth-of-type(even) .image {
        order: 2;
    }
        
    body .features-hero img {
        margin-top: 30px;
    }

    body .features-cta img {
        margin-top: 30px;
    }

    body .features-list img{
       margin-top: 30px; 
    }
    
    body .features-clients {
        padding: 50px 0;
    }
    
    body .faq-nav {
        display: none;
    }
    
    body .order-step1 .wrapper .item {
        max-width: 300px;
        margin: 0 auto;
    }
    
    body .order-news .wrapper div[class*="col-"] {
        margin-bottom: 80px;
    }
    
    body .order-news .wrapper .item {
        max-width: 300px;
        margin: 0 auto;
    }
    .category-menu{
        display: none;
    }
    .social-icons .row{
        display: inline-block;
        float: left;
    }
    ul.blog-menu li{
        font-size: 14px;
        min-width: 125px;
    }
    .top-mini-nav .col-md-5,
    .top-mini-nav .col-md-7{
        text-align: center;
        padding: 3px;
    }
    .top-mini-nav nav{
        text-align: center;
        padding-top: 5px;
    }
    .category-header{
        margin: 15px 0;
    }
    h1.category{
        margin: 0 20px;
    }
    .single-post.single #content{
        margin-top: 0;
    }
    .related-posts > .row > .col-md-6{
        margin-bottom: 30px;
    }
    .rel-post-thumb img{
        height: auto;
        max-height: 270px;
    }
    .container{
        padding-right: 25px;
        padding-left: 25px;
    }
    .post_card {
        max-width: 100%;
    }
    .blog_page {
        padding-top: 150px;
    }
    .top-nav-contant--fixed {
        /*background: url(img/cubes-header-bg-mobile.png) repeat-x top center #153f66;*/
        background-image: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb)!important;
    }
}
@media screen and (max-width: 767px){

    .top-mini-nav {display: none;}

    .features-banner .table.blue table tr th,
    .features-banner .table.blue table tr td{
        padding: 15px 10px;
    }
    .resent-posts h5{
        padding: 0 15px;
    }
    .single #blog-content .post-container{
        padding: 50px;
    }
    .blog #header .banner{
    margin-top: 10px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 650px) {
    .top-mini-nav .col-md-7 a{
        width: 50%;
        display: inline-block;
        margin: 0;
        float: left;
        padding-top: 10px;
        text-align: left;
    }
    #blog-content .post-container h2 a,
    #blog-content h1.post-title,
    .single-post .content-top-mar h3{
        font-size: 26px;
    }
    .post-author-details{
        margin: 20px 0;
    }
    .post-author-details img.avatar{
        height: 60px;
        width: 60px;
        margin-right: 15px;
    }
    #blog-content h4,
    #blog-content .blog-category{
        margin: 5px 0;
    }
    .single-post .thumb-margin img{
        margin: 25px 0;
    }
    .rel-post{
        padding: 15px;
    }
    .rel-post-thumb img{
        max-height: 230px;
    }
    .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .single #blog-content .post-container{
        padding: 30px;
    }
    .single-post .content-top-mar ol, .single-post .content-top-mar ul{
        padding-left: 60px;
    }

}
@media screen and (max-width: 500px){
    #footer .main-footer .column:last-child{
        width: 100%;
        min-height: 0;
    }
    #footer .main-footer .column{
        min-height: 220px;
    }
    .features-banner .table.blue table tr td{
        white-space: inherit;
    }
    .category-header{
        margin: 0;
    }
    .post-author-after-post .post-author-details{
        text-align: center;
    }
    .post-author-after-post .media-body{
        width: 100%;
        text-align: center;
    }
    .container{
        padding-right: 0;
        padding-left: 0;
    }
    .featured-post-footer .col-xs-6,
    .meta-head .col-xs-6{
        width: 100%;
    }
    .container .featured-post .post-description{
        padding: 20px;
    }
    .container .featured-post img.featured-post-img{
        height: 180px;
    }
    #blog-content .post-container .experttext p,
    .single-post .content-top-mar p,
    .single-post .content-top-mar ol li,
    .single-post .content-top-mar ul li,
    .rel-post-content{
        font-size: 14px;
    }
    h4 .post-categories li a,
    h4 .post-categories li,
    .single-post .content-top-mar h4,
    .single-post .content-top-mar .blog-category{
        font-size: 15px;
    }
    #content .post-grid .post-container h2{
        margin-bottom: 5px;
    }
    #blog-content .post-container h2 a,
    #blog-content h1.post-title,
    .single-post .content-top-mar h3,
    .rel-post-title h4{
        font-size: 20px;
    }
    .post-grid .wp-post-image{
        height: 150px;
    }
    .ssba.ssba-wrap > div{
        text-align: center !important;
    }
    .ssba.ssba-wrap img {
        width: 50px !important;
    }
    .post-grid .post-container .meta-head .read-more,
    .featured-post-footer .read-more,
    .rel-post-social .read-more,
    .after-content #comments .form-submit .submit{
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .single-post .thumb-margin img{
        margin: 0;
        margin-bottom: 15px;
        height: 170px;
    }
    .single-post  img.size-full, .single-post  img.size-large{
        min-height: 170px;
        margin: 10px 0;
    }
    .post-author-after-post .post-author-details img.avatar{
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        float: none;
    }
    .post-author-details img.avatar{
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .post-author-desc{
        padding-right: 0;
    }
    .post-author-details .media-body h4{
        margin-top: 0;
        font-size: 16px;
    }
    .single-page-background{
        height: 250px;
    }
    /*.single-post.single #content{*/
        /*margin-top: 20px;*/
    /*}*/
    #blog-content h1.post-title{
        margin: 10px 0;
    }
    .post-author-details{
        margin: 25px 0;
    }
    .single-post .content-top-mar ol,
    .single-post .content-top-mar ul{
        /*padding-left: 50px;*/
        margin: 20px 0;
    }
    .col-md-10.col-md-offset-1.post-author-after-post{
        padding: 0 15px;
    }
    .related-posts h5{
        margin: 25px auto;
    }
    .rel-post-thumb img{
        height: 130px;
    }
    .related-posts .col-lg-6{
        margin-bottom: 15px;
    }
    ul.blog-menu{
        padding-bottom: 20px;
    }
}
@media (min-width: 768px){
    #footer .main-footer h5{
        font-size: 18px;
    }
    .post-author-details .social-sharing{ /* TODO: to be removed. Not in use anymore (old sharing icons) */
        position: fixed;
        left: 0;
        width: 34px;
		display: none;
    }
    .post-grid .post-container {
        height: auto;
    }
    .post-grid .post-container .meta-head{
        position: static;
    }
}

/*Custom pages*/

section.dns{
    margin-top: 20px;
}
.color-white{
    color: #fff;
}
section.dns .block{
    margin: 10px 0;
}
section.dns .container{
    margin-top: 10px;
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
}
section.dns h3{
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    font-family: "Brandon Grotesque", sans-serif;
    font-display: swap;
}
section.dns img{
    margin: 10px 0;
}
section.dns p,
section.dns ul,
section.dns ol{
    margin-bottom: 15px;
}
section.dns ul,
section.dns ol{
    padding-left: 20px;
}
section.dns ul li,
section.dns ol li{
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
    font-size: 16px;
    margin-bottom:10px;
}
section.dns span.strong{
    color: #0b0b0b;
    font-family: 'Museo Sans 500', sans-serif;
    font-weight: 700;
    font-display: swap;
}
section.dns .image-left img{
    float: left;
    margin-right: 50px;
}
section.dns .image-left p{
    padding-top: 20px;
}
span.italic{
    font-style: italic;
}
#content .pre-footer-block h3,
#content .pre-footer-block p{
    color: #fff;
}
#content .pre-footer-block p{
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
}
.color-corporate{
    color: #1d9a7a !important;
}
.btn-center .custom-btn{
    margin: 20px auto 0;
}
.btn-center .custom-btn:hover{
    text-decoration: none !important;
}
.pre-footer-block{
    background: url("/wp-content/uploads/2017/04/prefooter-bg-df7937b284d1e697a156dd589e0cc3de.jpg") center center;
    background-size: cover;
    padding: 30px 0;
}
.security-tools{
    border: 1px solid #ddd;
    margin-top: 50px;
}
.security-tools .col-md-5,
.security-tools .col-md-7{
    padding: 0;
}
.security-tools .security-header{
    background-color: #3B4146;
    color: white;
    font-size: 14px;
    padding: 3px;
}
.security-tools .security-title{
    /*background-color: #1db292;*/
    background-color: #0a3d73;
    color: white;
    font-size: 14px;
    padding: 5px;
}
.security-tools .security-data{
    padding: 15px 25px;
}
.security-action {
    padding: 15px 20px;
    border-top:1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #eee;
    box-sizing: border-box;
}
.security-action p{
    margin: 0;
    color: #0b0b0b;
    font-size: 13px;
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
}
.security-tools .security-data p{
    font-size: 16px;
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
    color: #3B4146;
}
.security-data h5{
    font-family: "Brandon Grotesque", sans-serif;
    font-display: swap;
    margin-bottom: 0;
    font-weight: 700;
}
.security-nav{
    text-align: center;
    padding: 40px 0 20px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.security-nav a{
    min-width: 175px;
    /*padding: 20px;*/
    border-bottom: 1px solid #E6EEF2;
    color: #43474D;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: auto;
    padding: 8px 20px;
    transition: width 0.25s;
    margin: 0 10px;
}
.security-nav a:hover{
    text-decoration: none;
    -webkit-transition: width 0.25s;
     transition: width 0.25s;
    border-color: #43474D;
    /*background: #43474D;*/
}
.security-nav a.active{
    /*color: #1db292;*/
    color: #0a3d73;
    font-weight: 700;
    /*border-bottom: 2px solid #1db292;*/
    border-bottom: 2px solid #0a3d73;
}
.security-page-title{
    margin-top: 40px;
}
#content .security-page-title h1{
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 700;
    font-size:48px ;
    line-height: 110%;
    font-display: swap;
}
#content .security-page-title h2{
    font-family: 'Museo Sans 300', sans-serif;
    font-size: 30px;
    margin-top: 0;
    line-height: 110%;
    font-display: swap;
}
.security-tools .btn-center .custom-btn{
    margin: 5px auto 0;
}
.banner-sidebar{
    padding: 30px 0;
    min-height: 540px;
    background-color: #eee;
    text-align: center;
    color: white;
}
#content .banner-sidebar h3{
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Brandon Grotesque", sans-serif;
    letter-spacing: 2px;
    padding-top: 10px;
    line-height: 150%;
    font-display: swap;
}
#content .banner-sidebar h3 span{
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
    font-weight: 300;
}
.banner-sidebar.free-today{
    background: url("/wp-content/uploads/2017/05/free_test_bg.jpg") no-repeat center;
    background-size: cover;
}
.banner-sidebar.save-50{
    background: url("/wp-content/uploads/2017/05/background.jpg") no-repeat center;
    background-size: cover;
}
.banner-sidebar.sign-up{
    background: url("/wp-content/uploads/2017/05/third_bg.jpg") no-repeat center;
    background-size: cover;
}
.banner-sidebar a.sidebar-btn{
    background-color: #23af91;
    color: white;
    border-radius: 8px;
    border-bottom: 3px solid #12977b;
    text-align: center;
    min-width: 200px;
    margin: 0 auto;
    display: inline-block;
    padding: 7px 25px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s;
}
.banner-sidebar a.sidebar-btn:hover{
    transition: .3s;
    text-decoration: none;
    background-color: #12977b;
}
.banner-sidebar.free-today .sidebar-btn{
    margin-top: 285px;
}
.banner-sidebar.save-50 a.sidebar-btn{
    background-color: #18537c;
    border-bottom: 3px solid #144568;
}
.banner-sidebar.save-50 a.sidebar-btn:hover{
    background-color: #144568;
}
.banner-sidebar .sidebar-content-img{
    margin: 10px 0 20px;
}
.banner-sidebar p{
    font-size: 16px;
    font-family: 'Museo Sans 300', sans-serif;
    font-display: swap;
    line-height: 150%;
}
.banner-sidebar.save-50 .sidebar-btn{
    margin-top: 20px;
}
.banner-sidebar.sign-up a.sidebar-btn{
    background-color: #efc311;
    border-bottom: 3px solid #c39f0b;
}
.banner-sidebar.sign-up a.sidebar-btn:hover{
    background-color: #c39f0b;
}
.banner-sidebar.sign-up p{
    margin-top: 200px;
}
#content .support-page h1.big-mark{
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 25px;
}
#content .support-page h2.small-header,
#content .support-page h2.small-mark{
    font-size: 26px;
    margin: 15px 0;
    font-weight: 300;
}
#content .support-page h1.big-mark,
#content .support-page h2.small-mark,
#content .support-page h2.small-header{
    font-family: "Brandon Grotesque", sans-serif;
    font-display: swap;
    color: #1d9a7a;
}
.support-page .how-to-section{
    padding-left: 20px;
    max-width: 100%;
    padding-right: 35px;
}
#content .support-page h2.small-header,
.support-page .how-to-section p{
    padding-left: 25px;
}
.server-load-bar-bg .network-progress-bar{
    height: 100%;
    background-color: #0a976e;
    width: 0;
}
.support-page .how-to-section img{
    margin: 10px 0;
}

/* Not display */

#author-bio-box ,
ul.user_social_links, /* Social links after name in single blog page*/
.multiple-sumome-warning-toast.sumome-doctype-notice{
    display: none !important;
}



.add-a-hotel-table form{
    background-color: #fcfcfc;
    margin-bottom: 0;
    padding: 35px 0 15px;
}
.add-a-hotel-table form button,
.add-a-hotel-table form button span{
    background: transparent;
    box-shadow: none;
}
.add-a-hotel-table form button span{
    min-height: 30px;
    box-shadow: none;
    background: transparent;
    color: #191919;
    text-shadow: none;
    line-height: 30px;
    padding: 4px 35px;
    border-radius: 8px;
    border: 2px solid #191919;
    display: table;
    transition: .3s;
}
.add-a-hotel-table form button span:hover{
    transition: .3s;
    color:white;
    background: #191919;
}
.add-a-hotel-table .ux_price_table .cta-button{
    display: none;
}

.payment-logos .col-sm-6:first-child {width: 46%; margin-right: 4%; }

@media (max-width: 768px) {
    .network-loc-poly-map .poly-map {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .payment-logos .col-sm-6:first-child {
        width: 100%;
    }

    .payment-logos img {
        margin: 25px auto;
    }

    #price-twoyr .slick-dots {
        bottom: -3px;
    }

    .network-loc-poly-map .poly-map {
        height: 210px;
    }

    .network-loc-poly-map .poly-map {
        max-width: 100%;
    }
}

.footer-instagram img {
  margin-top: 4px;
  opacity: 0.7;
  vertical-align: text-top;
  width: 32px;
}
.footer-instagram img:hover{opacity:1;}

/*
    Pricing table time interval
*/
.pricing-table.time-intervals { margin-top: 70px; display: block; }
.pricing-table.time-intervals .interval-plan {
    width: 100%!important;
    display: block;
    margin: 0;
    margin-bottom: 50px;
    border: 2px solid #EFEFEF;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 5px 20px rgba(207,218,245,0.18);
    padding: 40px;
    text-align: center;
    font-weight: normal;

}
.pricing-table.time-intervals .interval-plan.recommended {
    border-width: 4px;
    box-shadow: 0px 20px 80px rgba(154,170,212,0.18);
    margin-top: -20px;
}
.pricing-table.time-intervals.simpler .interval-plan.recommended {
    margin-top: 0;
}

.pricing-table.time-intervals .interval-plan:hover,
.pricing-table.time-intervals .interval-plan:focus,
.pricing-table.time-intervals .radio-check:checked + .interval-plan {
    cursor: pointer;
    /*border: 4px solid #1db292;*/
    border: 4px solid #0a3d73;
    text-decoration: none;
}
.pricing-table.time-intervals .interval-plan:not(.recommended):hover,
.pricing-table.time-intervals .interval-plan:not(.recommended):focus,
.pricing-table.time-intervals .radio-check:checked + .interval-plan:not(.recommended) {
    margin-top: -2px;
}

.pricing-table.time-intervals .radio-check { display: none; }

.pricing-table.time-intervals .interval-plan > span { display: block; }

.pricing-table.time-intervals .interval-plan .last-sold {
    border-radius: 40px;
    background: #f9fbfb;
    color: #b7b7b7;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
}
.pricing-table.time-intervals .interval-plan.recommended .last-sold { margin-bottom: 30px; }

.pricing-table.time-intervals .interval-plan .durration,
.pricing-table.time-intervals .interval-plan .old-price,
.pricing-table.time-intervals .interval-plan .price,
.pricing-table.time-intervals .interval-plan .price-recurrency,
.pricing-table.time-intervals .interval-plan .guarantee {
    color: #575757;
}

.pricing-table.time-intervals .interval-plan .durration {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.pricing-table.time-intervals .interval-plan .old-price {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.pricing-table.time-intervals .interval-plan .savings {
    /*color: #1db292;*/
    color: #0a3d73;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 21px;
}
.pricing-table.time-intervals .interval-plan h3 {
    /*color: #1db292 !important;*/
    color: #0a3d73!important;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 21px;
    font-family: 'Lato','Trebuchet MS',Arial,sans-serif;
    font-display: swap;
}
.pricing-table.time-intervals .interval-plan .price {
    font-size: 72px;
    font-weight: 600;
    line-height: normal;
}
.pricing-table.time-intervals .interval-plan .price sup {
    font-size: 20px;
    top: -1.9em;
    margin-right: 4px;
}
.pricing-table.time-intervals .interval-plan .price sub {
    bottom: 0;
    font-size: 25px;
}

.pricing-table.time-intervals .interval-plan .price-recurrency {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.pricing-table.time-intervals .interval-plan .guarantee {
    font-size: 13px;
    margin-top: 17px;
    font-weight: 600;
}
.pricing-table.time-intervals.checking .interval-plan .guarantee { 
    /*color: #1db292;*/
    color: #0a3d73; 
    
}

.pricing-table.time-intervals .btn.btn-primary,
.pricing-table.time-intervals .btn.btn-cta {
    border-radius: 50px;
    padding: 16px 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: normal;
}


.pricing-table.time-intervals.checking .radio-check:checked + .interval-plan .btn.btn-primary {
    /*background-color: #1db292;*/
    /*border-color: #1db292;*/
    
    background-color: #0a3d73;
    border-color: #0a3d73;
    
    
}
.pricing-table.time-intervals.checking .radio-check:checked + .interval-plan .btn.btn-primary .txt {
    top: -100px;
}
.pricing-table.time-intervals.checking .radio-check:checked + .interval-plan .btn.btn-primary::after {
    top: 0;
}

.pricing-table.time-intervals.checking .btn.btn-primary {
    background-color: white;
    border: 2px solid #EFEFEF;
    color: #575757;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pricing-table.time-intervals.checking .btn.btn-primary .txt {
    position: relative;
    top: 0;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pricing-table.time-intervals.checking .btn.btn-primary::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 21px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    top: 220%;
    bottom: 5%;
    margin: auto;
}


.pricing-table.time-intervals.simpler .features {
    color: #575757;
    font-size: 13px;
    margin-top: 17px;
    font-weight: 600;
    margin-bottom: 40px;
}
.pricing-table.time-intervals.simpler .features > span { display: block; }

.pricing-table.time-intervals ul.features {
    color: #575757;
    font-size: 13px;
    margin-top: 17px;
    font-weight: normal;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.pricing-table.time-intervals ul.features li {
    padding: 3px 0;
}
.pricing-table.time-intervals ul.features li + li {
    border-top: 1px solid #eee;
}

body.page-id-5061 .pricing-table.time-intervals .interval-plan .price-recurrency { text-transform: none; }

@media (min-width: 769px) and (max-width: 1025px) {
    .pricing-table.time-intervals .interval-plan { padding-left: 20px; padding-right: 20px; }
}



.order-form > fieldset {
    margin-bottom: 50px;
}
.order-form legend {
    border: none;
    color: #525252;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0;
}
.order-form .form-control {
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 59px;
    font-weight: 600;
    color: #9d9d9d;
}

.order-form .form-control::-webkit-input-placeholder { color: #9d9d9d; }
.order-form .form-control::-moz-placeholder { color: #9d9d9d; }
.order-form .form-control:-moz-placeholder { color: #9d9d9d; }
.order-form .form-control:-ms-input-placeholder { color: #9d9d9d; }

.order-form label {
    font-weight: 600;
    color: #6b6b6b;
    font-size: 14px
}

.order-form .side-widget {
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0px 1px 10px #e3e8f0;
    padding: 40px 30px;
}
.order-form .side-widget h4 {
    margin: 0 0 20px;
    font-size: 20px;
}
.order-form .side-widget ul {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.order-form .side-widget ul + ul { margin-top: 20px; }

#payment-opt-accordion .panel {
    border: none;
    box-shadow: 0px 1px 10px #e3e8f0;
    border-radius: 4px;
    overflow: hidden;
}
#payment-opt-accordion .panel + .panel {
    margin-top: 15px;
}

#payment-opt-accordion .panel-heading a {
    background: none;
    /*padding: 26px 0;*/
    padding: 0;
    line-height: 70px;
    height: 70px;
    padding-left: 100px;
    position: relative;
    color: #7b7b7b;
    font-weight: 600;
}

#payment-opt-accordion .panel-heading a::before,
#payment-opt-accordion .panel-heading a[aria-expanded="true"]::before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid transparent;
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    background-image: url(img/chevron-up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in-out .15s;
}
#payment-opt-accordion .panel-heading a.collapsed::before {
    border-right: 1px solid #f2f2f2;
    background-color: transparent;
    background-image: url(img/chevron-down.svg);
}
#payment-opt-accordion .panel-heading a img {
    margin-left: 30px;
    max-height: 100%;
    margin-top: -3px;
}

#payment-opt-accordion .panel-body {
    border-top: 1px solid #f2f2f2;
    margin-top: -1px;
    padding: 50px 70px;
}

#payment-opt-accordion .btn {
    letter-spacing: normal;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 4px;
    margin-top: 10px;
}

#payment-opt-accordion .coupon-and-total,
#payment-opt-accordion .checkout-row {
    border-top: 1px solid #e5e5e5;
}

#payment-opt-accordion .coupon-and-total { padding: 40px 0; }
#payment-opt-accordion .checkout-row { padding-top: 30px; }

#payment-opt-accordion .coupon-and-total .form-group { margin: 0; }
#payment-opt-accordion .coupon-and-total .form-control {
    border: 3px solid #ededed;
    font-size: 18px;
    text-align: center;
}
#payment-opt-accordion .coupon-and-total .form-control::-webkit-input-placeholder { text-align: center; color: #ededed; }
#payment-opt-accordion .coupon-and-total .form-control::-moz-placeholder { text-align: center; color: #ededed; }
#payment-opt-accordion .coupon-and-total .form-control:-moz-placeholder { text-align: center; color: #ededed; }
#payment-opt-accordion .coupon-and-total .form-control:-ms-input-placeholder { text-align: center; color: #ededed; }

#payment-opt-accordion .coupon-and-total .checkbox {margin-top: 0;}

#payment-opt-accordion input[type=radio], #payment-opt-accordion input[type=checkbox] { margin-top: 7px; }

#payment-opt-accordion label {
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#payment-opt-accordion .order-total {
    padding-left: 30px;
    padding-top: 25px;
}
#payment-opt-accordion .order-total h5 {
    /*color: #1db292;*/
    color: #0a3d73;
    font-size: 20px;
    margin: 0 0 5px;
}
#payment-opt-accordion .billing-period {
    color: #b3b3b3;
    font-weight: 600;
    font-size: 14px;
}

#payment-opt-accordion .total-price {
    color: #525252;
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
}

#payment-opt-accordion .coupon-code {
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
}

.network-loc-poly-map.ashish .poly-map button {
    width: 30px;
    height: 30px;
    background: rgba(255, 223, 125, 0.64);
    border: none;
}
.network-loc-poly-map.ashish .poly-map button:before {
    background-color: #FFF;
}


/* DNS Leak test */
.button {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    text-align: center;
    transition: 0.5s;
    -webkit-transition:0.5s;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
}
.button:hover,
.button:focus,
.button:active {
    text-decoration: none;
    outline: none;
    outline: 0;
}
.yellow-button {
    background-color: #FFCA27;
    border: 2px solid transparent;
    padding: 20px 60px;
    font-size: 15px;
    letter-spacing: 0.66px;
    font-weight: bold;
    min-width: 300px;
}
.yellow-button:hover {
    background-color: transparent;
    border-color: #FFCA27;
    color: #FFCA27;
}

#progress_test, #progress_ip_test { margin-bottom: 40px; }

.progress-bar {
    float: none;
    width: 712px;
    height: 6px;
    margin: 0 auto 100px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}
.progress-bar .bar{
    background-color: #FDAD2E;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 6px;
    border-radius: 6px;
}
.progress-bar .bar-label {
    display: block;
    padding-top: 29px;
    font-size: 25px;
    letter-spacing: 1.1px;
}
#content h2.text-ip-address,
#header h2.text-ip-address { /* TODO: check this */
    font-size: 30px;
    letter-spacing: 1.32px;
    margin-bottom: 41px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.ip-table {
	background: rgba(255, 255, 255, 0.17);
    border-radius: 6px;
    width: 945px;
    margin: 0 auto;
    padding-bottom: 11px;
}
.ip-table .table-row:first-child {
    padding: 26px 52px 25px 59px;
    font-weight: bold;
}
.ip-table .table-row div:nth-child(1) {
    width: 22.3%;
}
.ip-table .table-row div:nth-child(2) {
    width: 22.9%;
}
.ip-table .table-row div:nth-child(3) {
    width: 17.8%;
}
.ip-table .table-row div:nth-child(4) {
    width: 12.6%;
}
.ip-table .table-row:first-child div:nth-child(1) {
    width: 22.6%;
}
.ip-table .table-row:first-child div:nth-child(2) {
    width: 24.1%;
}
.ip-table .table-row:first-child div:nth-child(3) {
    width: 17.7%;
}
.ip-table .table-row {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.66px;
    padding: 25px 40px 20px 70px;
}
.ip-table .table-row div {
    display: inline-block;
	width: 20%;
    vertical-align: middle;
}
.current-ip h4 {
    margin-bottom: 27px;
}
.block h4 {
    font-size: 17px;
    letter-spacing: 0.85px;
    font-weight: 500;
}
.whats-my-ip-table{
    background-color: #fff;
    border-radius: 6px;
    text-align: left;
    width: 945px;
    margin: 50px auto 0;
    padding: 40px 60px 45px;
    color: #7e848e;
}
.whats-my-ip-table h4{
    font-weight: 300;
    letter-spacing: 0.85px;
    margin-bottom: 40px;
}
.whats-my-ip-table h4 img {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.whats-my-ip-table .table-row {
    float: left;
    width: 31%;
    border-right: 1px solid #D9D9D9;
    padding-left: 50px;
    line-height: normal;
}
.whats-my-ip-table .table-row:first-child {
    padding-left: 0;
}
.whats-my-ip-table .table-col {
    margin-bottom: 14px;
}
.whats-my-ip-table .table-col .label {
    color: #454545;
    padding-left: 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.35px;
    display: inline-block;
    margin-bottom: 3px;
}
.whats-my-ip-table .table-col div {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.7px;
}
.whats-my-ip-table .table-col:last-child {
    margin-bottom: 0;
}
.whats-my-ip-table .table-row:nth-child(2) {
    padding-left: 50px;
}
.whats-my-ip-table .table-row:nth-last-child(2) {
    width: 38.2%;
}
.whats-my-ip-table .table-row:last-child {
    width: 30%;
    border-right: snow;
}


/*--------------- current-ip ----------------- to review */
.current-ip .content {
    background-color: #FFF8F2;
    padding: 69px 70px 51px;
    margin-right: -15px;
}
.current-ip .buttons {
    margin-bottom: 39px;
}

#content .transparent-button {
    padding: 12px 40px;
    margin: 0;
    border-radius: 30px;
    color: #2e2e2e;
    letter-spacing: 1.45px;
}
#content .transparent-button:first-child {
    margin-right: 18px;
}
#content .transparent-button.active, #content .transparent-button:hover {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
}

.block.current-ip .content p {
    font-size: 18px;
    margin-top: 16px;
    letter-spacing: 1.88px;
    line-height: 46px;
    color: #666666;
    padding-right: 17px;
    margin-bottom: 28px;
}
.info {
	line-height: 1;
}
.current-ip .content li{
    font-weight: bold;
    display: block;
    float: left;
    width: 64.7%;
    margin-bottom: 28px;
    font-size: 17px;
    letter-spacing: 0.8px;
    color: #454545;
}
.current-ip .content li span{
    font-weight: 300;
    display: block;
    margin-top: 7px;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.current-ip .content li:nth-child(2n) {
    width: 35%;
}
.current-ip ul {padding: 0; margin: 0;}
div#map {
    margin-left: -15px;
}
.block.ip-reveal-location ul {
    letter-spacing: 0.7px;
    font-size: 16px;
    padding-right: 85px;
    margin-top: 5px;
}
.what-my-ip p {
    padding-right: 100px;
}

.orange-button{ /* TODO: check this */
    background-color: #F8A62C;
    border-radius: 6px;
    text-transform: none;
    font-weight: normal;
    border: 2px solid transparent;
    padding: 5px 17px;
    letter-spacing: 1.2px;
    font-size: 14px;
}
.orange-button:hover{ /* TODO: check this */
    color: #F8A62C;
    border-color: #F8A62C;
    background-color: transparent;
}

.red-button{
    background-color: #f44336;
    border-radius: 6px;
    text-transform: none;
    font-weight: normal;
    border: 2px solid transparent;
    padding: 5px 17px;
    letter-spacing: 1.2px;
    font-size: 14px;
}
.red-button:hover{
    color: #f44336;
    border-color: #f44336;
    background-color: transparent;
}
.red-text {
    color: #f44336!important;
}

.green2-button{
    background-color: #4caf50;
    border-radius: 6px;
    text-transform: none;
    font-weight: normal;
    border: 2px solid transparent;
    padding: 5px 17px;
    letter-spacing: 1.2px;
    font-size: 14px;
}
.green2-button:hover{
    color: #4caf50;
    border-color: #4caf50;
    background-color: transparent;
}
.green2-text {
    /*color: #1db292!important;*/
    color: #0a3d73!important;
}
.block.current-ip .content p {line-height: 29px;}
/*--------------- /current-ip -----------------*/

/*----------------- visit block ---------------------*/
.section-blue-top-heading {
	margin-top: 0!important;
}
/*.visit-block {
        padding-top: 0 !important;
        text-align: center;
}*/
/*.visit-block .table {
        width: 946px;
        margin: 0 auto;
        background: #fff;
        padding: 51px 69px 61px;
        margin-top: -141px;
        border-radius: 6px;
        box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.06);
}*/
.green-button, a.green-button, .button-primary {
        /*background-color: #1db292;*/
        background-color: #0a3d73;
        border: 2px solid transparent;
        padding: 20px 60px;
        font-size: 15px;
        letter-spacing: 0.66px;
        font-weight: bold;
        min-width: 300px;
}
.green-button, a.green-button {
       color: #fff!important;
}
.green-button:hover,
.green-button-hover,
a.green-button-hover,
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
        /*border-color: #1db292;*/
        /*color: #1db292!important;*/
        
        border-color: #0a3d73;
        color: #0a3d73!important;
        background-color: transparent;
}
.visit-block .table p {
        padding-left: 8px;
        margin-bottom: 4px;
}
.visit-block ::-webkit-input-placeholder {
        color:#454545;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.65px;
        line-height: 30px;
}
.visit-block ::-moz-placeholder {
        color:#454545;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.65px;
        line-height: 30px;
}
.visit-block :-moz-placeholder{
        color:#454545;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.65px;
        line-height: 30px;
}
.visit-block :-ms-input-placeholder {
        color:#454545;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.65px;
        line-height: 30px;
}
.visit-block .input-group {
        margin-bottom: 24px;
}
.visit-block .type-url span.input-group-addon {
        border: none;
        color: #A4A4A4;
        background-color: #F0F0F0;
        box-shadow: 0px 1px 2px 0 rgba(220, 220, 220, 0.5);
        padding: 18px 0 16px 21px;
        font-size: 24px;
}
.visit-block input.form-control{
        background-color: #F0F0F0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border:none;
        box-shadow: 0px 1px 2px 0px rgba(220, 220, 220, 0.5);
        padding: 30px 20px;
}
.visit-block .ip-choose{
        overflow: auto;
        height: 216px;
        padding-right: 13px;
}
.ip-choose-item.active {
    border-color: #0F0 !important;
}
.visit-block .ip-choose-item {
        background: #fff;
        margin: 1.7px 0;
        border-radius: 4px;
        padding: 8px 18px 8px 41px;
        width: 100%;
        transition: 0.3s;
        border: 2px solid transparent;
        cursor: pointer;
        position: relative;
}
.visit-block .ip-choose div {
        display: inline-block;
        font-size: 13px;
        font-weight: 300;
        color: #454545;
        letter-spacing: 0.57px;
        vertical-align: middle;
}
.visit-block .ip-choose .ip {
        font-weight: 500;
        width: 23%;
}
.visit-block .ip-choose .location {
        width: 34.2%;
}
.visit-block .ip-choose .value {
        vertical-align: middle;
        height: 12px;
        display: inline-block;
        background-color: #F2F2F2;
        border-radius: 2px;
        width: 104px;
        margin-right: 14px;
        position: relative;
}
.visit-block .ip-choose .value span {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        border-radius: 2px;
}
.visit-block .ip-choose .signal {
        font-weight: 500;
        width: 30%;
}
.visit-block .ip-choose-item:hover,
.visit-block .ip-choose-item.focused {
        border: 2px solid #A6A6A6;
        transition: 0.3s;
}
.visit-block .ip-choose-item:hover:before {
        font: normal normal normal 14px/1 'FontAwesome';
        content: '\f00c';
        position: absolute;
        color: #7BCD78;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        vertical-align: text-top;
}
.ip-choose-wrapper {
        position: relative;
        background-color: #F0F0F0;
        padding: 6px 10px 8px 8px;
        border-radius: 6px;
}
.ip-choose::-webkit-scrollbar {
        width: 6px;
        height: 800px;
}

.ip-choose::-webkit-scrollbar-track {
        border-radius: 6.47px;
        background-color: #DADADA;
}

.ip-choose::-webkit-scrollbar-thumb {
        background-color:#A8A8A8;
        border-radius: 6.47px;
}
.visit-block .option p {
        padding-left: 0;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
}
.visit-block .option{
        display: inline-block;
        margin-right: 25px;
}
.visit-block .options {
        margin-top: 22px;
}
.visit-block .button {
        margin-top: 32px;
/*        padding: 22.5px 61.47px;*/
}
.visit-block .option-checkbox{
        position: relative;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
}
.visit-block .option-checkbox .checkbox{
        width: 14px;
        height: 14px;
        margin: 0;
        position: relative;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
}
.visit-block .option-checkbox label{
        cursor: pointer;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 0;
        border-radius: 2px;
        background-color: #F0F0F0;
        margin: 0;
}
.visit-block .option-checkbox label:after{
        font: normal normal normal 12px/1 'FontAwesome';
        opacity: 0;
        content: '\f00c';
        width: 14px;
        height: 14px;
        background: transparent;
        top: 1px;
        left: 2px;
        color: #979797;
        position: absolute;
}
.visit-block .option-checkbox input[type=checkbox]:checked + label:after {
        opacity: 1;
}

@media (max-width: 1024px) {
    .visit-block .table {
            width: 100%;
            padding: 51px 35px 61px;
    }
}

@media screen and (max-width: 992px) {
    .visit-block .ip-choose .ip {
            width: 20%;
    }
}
@media (max-width: 767px) {
    .visit-block .button {
            margin-top: 15px;
            padding: 10px 0;
            width: 94.1%;
    }
    .visit-block .ip-choose .rate.free {
            color: #59DA20;
    }
    .visit-block .ip-choose .rate {
            letter-spacing: 1.45px;
            font-weight: 400;
    }
    .visit-block .ip-choose-item div {
            margin-bottom: 7px;
    }
	.visit-block .ip-choose .rate.premium {
            color: #FC5C5C;
    }
	.visit-block .ip-choose .value {
            width: 49px;
            margin-left: -64px;
            margin-top: 9px;
    }
    .visit-block .ip-choose .value span {
            max-width: 30px;
    }
    .visit-block .ip-choose .signal {
            padding-left: 74px;
            line-height: 9px;
            font-size: 14px;
            margin-top: -1px;
            margin-right: 7px;
            letter-spacing: 1.25px;
    }
    .visit-block .flag {
            display: inline-block !important;
            float: left;
            margin-top: 8px;
            margin-right: 3px;
    }
	.visit-block .ip-choose .ip,
    .visit-block .ip-choose .location,
    .visit-block .ip-choose .signal{
            width: auto;
            float: left;
    }
    .visit-block .ip-shoose::-webkit-scrollbar {
            direction: ltr;
    }
    .visit-block .ip-choose {
            padding-right: 0;
            padding-left: 7px;
            height: 188px;
    }
	.visit-block .ip-choose .ip {
            text-align: left;
            font-weight: bold;
            font-size: 12px;
            padding-left: 3px;
            font-family: 'Montserrat';
            font-display: swap;
            letter-spacing: 1.25px;
            line-height: 16px;
            width: 29.3%;
            margin-bottom: 0;
            margin-top: 1px;
    }
	.visit-block .ip-choose div {
            direction: ltr;
            padding: 2px 0 1px 7px;
            margin: 2.1px 0;
    }
	.visit-block .ip-choose-wrapper{
            direction: rtl;
            padding: 7px 10px 13px 6px;
    }
	.visit-block .table p {
            font-size: 13px;
            padding-left: 18px;
            letter-spacing: 1.45px;
    }
	.visit-block .table {
            padding: 31px 16px 32px;
            border-radius: 0;
            margin: -70px -15px 0;
            min-width: 108.6%;
            box-shadow: 0px -2px 18px 0px rgba(215, 215, 215, 0.5);
    }
	.visit-block .type-url span.input-group-addon {
            padding: 12px 0 10px 20px;
    }
	.visit-block .input-group {
            margin: 0 14px 22px;
    }
}
@media(max-width: 700px) {
    .visit-block .ip-choose .signal {
            width: 32.7%;
    }
}
@media (max-width: 370px) {
    .visit-block .ip-choose .ip{font-size: 10px;}
	.visit-block .ip-choose .signal{font-size: 12px;}
}
/*----------------- /visit block ---------------------*/


/*-----------------------rating--------------------------*/

.transparent-button{
        background-color: rgba(255, 255, 255, 0.09);
        font-size: 15px;
        font-weight: 400;
        border-radius: 20px;
        letter-spacing: 0.6px;
        margin: 0 17px;
}
.transparent-button:hover,.transparent-button.active {
    color: #2E2E2E;
    background-color: #fff;
}

.rate {
    display: inline-block;
    border: 0;
}
.rate > input {
    display: none;
}
.rate > label {
    float: right;
}
.rate > label:before {
    display: inline-block;
    font-size: 1.4rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    font-display: swap;
    content: "\f005 "; /* full star */
}
.rate > label:last-child:before {
    content: "\f006 ";
}
label.star-label {
    color: #d6d5d5;
}
.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}
.rate input:checked ~ label,.rate label:hover, .rate label:hover ~ label { color: #73B100;  }
.rate input:checked + .rate label:hover,.rate input:checked ~ label:hover,.rate input:checked ~ label:hover ~ label,.rate label:hover ~ .rate input:checked ~ label{ color: #A6E72D;}
/*----------------------- /rating--------------------------*/
/*---------------- reviews -------------------*/
.reviews {
        padding: 0;
}
.testimonial > a {
        display: block;
}
.testimonial > a:hover {
        text-decoration: none;
}
.reviews .gray-button{
        width: 100%;
        margin-top: 10px;
        padding: 16px 0;
		font-weight: bold;
}
.reviews-tab-content {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: all ease-out .15s;
        overflow: hidden;
}
.reviews-tab-content.active {
        visibility: visible;
        opacity: 1;
        max-height: none;
		padding-top: 60px;
		padding-bottom: 60px;
}
.title-reviews {
        margin-bottom: 50px;
}
.title-reviews .rate span {
        color: #525252;
        font-weight: 400;
        font-size: 17px;
        display: inline-block;
        vertical-align: middle;
        border-right: 2px solid #D6D6D6;
        padding: 0 23px;
        letter-spacing: 0.75px;
        line-height: 30px;
}
.title-reviews .rate span:last-child {
        border: none;
}
.title-reviews .stars i {
        color: #68C464;
        display: inline-block;
        vertical-align: middle;
        font-size: 32px;
        margin: 0 5px;
}
#customer-review {
	line-height: 1.4;
}
.customer-review-icon {
	display: none;
}
#customer-review  i{
	color: #68C464;
	vertical-align: bottom;
}
.block .testimonial {
    padding-top: 15px;
    padding-bottom: 15px;
}
.block .testimonial .testimonial-inside {
        background: #fff;
        border: 2px solid #EEEEEE;
        border-radius: 6px;
        /*margin: 15px 0;*/
        padding: 32px 49px;
        transition: 0.3s;
}
.testimonial .top {
        margin-bottom: 15px;
}
.testimonial .rate i {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        color: #68C464;
        margin-right: 3px;
        margin-left: 2px;
}
.testimonial .rate {
        font-weight: 300;
        display: inline-block;
        font-size: 13px;
        margin-right: 35px;
        color: #525252;
}
.testimonial .date {
        font-size: 12px;
        display: inline-block;
        letter-spacing: 0.93px;
        color: #525252;
        vertical-align: bottom;
}
.testimonial .content {
	margin-bottom: 27px;
    color: #7e848e!important;
    font-size: 16px;
    line-height: 26px;
}
.testimonial .info .name {
	width:100%;
        font-size: 13px;
        color: #525252;
        font-weight: bold;
        letter-spacing: 0.65px;
        float: left;
}
.testimonial .info .flag {
        float: right;
        margin-right: -14px;
        margin-top: -18px;
}

.reviews-tabs {
/*  margin-top: 35px; */
    margin-bottom: 0;
    text-align: center;
    position: relative;
    top: -50px;
}
#content .transparent-button.reviews-tab-button {
    border-radius: 10px 10px 0 0;
    color: #ececec;
}
#content .transparent-button.reviews-tab-button.active,
#content .transparent-button.reviews-tab-button:hover {
    box-shadow: none;
    color: #2e2e2e;
}

#submit-review-form.dialog {
    max-width: 600px;
    border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0,0,0,.3);
    padding-bottom: 50px;
}

#submit-review-form .form-control {
    border: 2px solid #ececec;
    border-radius: 6px;
}
#submit-review-form h4 {
    text-align: center;
}

#submit-review-form span.wpcf7-list-item input {
    display: none;
}

#submit-review-form span.wpcf7-list-item input + .wpcf7-list-item-label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

#submit-review-form span.wpcf7-list-item input + .wpcf7-list-item-label::before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}

#submit-review-form span.wpcf7-list-item input:checked + .wpcf7-list-item-label::before,
#submit-review-form span.wpcf7-list-item input + .wpcf7-list-item-label:hover::before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

#submit-review-form .starratingawesome > input:checked ~ label { 
    /*color: #1db292;*/
    color: #0a3d73;
}

#submit-review-form .btn.btn-primary { padding: 20px 60px; }


@media (min-width: 768px) {
    #submit-review-form.dialog {
        padding-left: 50px;
        padding-right: 50px;
    }
}
/*---------------- /reviews -------------------*/

.fading-bg-top-btm::before,
.fading-bg-top-btm::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 500px;
}
.fading-bg-top-btm::before {
    top: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.fading-bg-top-btm::after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 70%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




/* ELEMENTOR */
.title-no-margin-top h1, #content .title-no-margin-top h1,
.title-no-margin-top h2, #content .title-no-margin-top h2,
.title-no-margin-top h3, #content .title-no-margin-top h3,
.title-no-margin-top h4, #content .title-no-margin-top h4,
.title-no-margin-top h5, #content .title-no-margin-top h5,
.title-no-margin-top h6, #content .title-no-margin-top h6 {
    margin-top: 0;
}

.inline-element { display: inline-block; }

/*#content .elementor-widget-container h2 { color: inherit !important; }*/

.upcomming-sport figure a {
    background: #f3f3f3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 96px;
    display: block;
    margin: 0 auto;
}
.upcomming-sport:hover figure a {
    background: #fff;
    box-shadow: 0px 0px 10px 5px #f3f3f3;
}

.hero-banner h1,
#content .hero-banner h1 {
    font-weight: bold;
    font-size: 44px;
    color: #fff;
}
.hero-banner p.lead,
#content .hero-banner p.lead {
    color: #cfd8e5;
}

.bullet-40 .elementor-widget-container {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
}

.inline-list .elementor-widget-container ul {
    padding: 0;
}
.inline-list .elementor-widget-container ul li {
    display: inline-block;
    margin: 0 10px;
}
.inline-list .elementor-widget-container ul li::before {
    content: "\2022";
    margin-right: 5px;
}

.elementor-align-center .elementor-button { outline: none; }

.featured-post__thumbnail {
    display: block;
    line-height: 1;
    max-width: 100%;
}

.featured-post__thumbnail img {
    max-width: 100%;
	height: auto;
}

.content-iframe {
    width: 1px;
	min-width: 100%;
}

.proxy-result__form{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 20px 0;
}
.proxy-result__proxy-list-wrapper,
.proxy-result__input-url-wrapper{
    width: 25%;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.proxy-result__proxy-list-wrapper label
{
    min-width: 25%;
}
.proxy-result__input-url-wrapper label{
    min-width: 20%;
}
.proxy-result__proxy-list-wrapper{
    width: 45%;
}
.proxy-result__submit-btn{
    color: #FFF;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding: 8px 15px 10px;
    background-color: #0ea995;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 5px;
}

.proxy-result__submit-btn:hover{
     background-color: #00d0a8;
    transition: .3s;
}
.page-id-6161 .menu-item-type-post_type{
    visibility: hidden;
}
@media (max-width: 960px){
    .proxy-result__proxy-list-wrapper,
     .proxy-result__input-url-wrapper{
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
    }
    .proxy-result__proxy-list-wrapper {
        width: 36%;
    }
}
@media (max-width: 720px){
    .proxy-result__form{
         -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    }
    .proxy-result__proxy-list-wrapper, .proxy-result__input-url-wrapper{
        width: 100%;
        padding: 20px;
        padding-top: 0;
    }
    .iframe-container{
        margin-top: 200px;
    }

}
body.menu-is-sticky.page-id-6161 .top-nav-contant--fixed{
    position: relative;
}

body.menu-is-sticky.page-id-6161 .proxy-result{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background.: white;
    z-index: 300;
}

body.menu-is-sticky.page-id-6161 .proxy-result{
    background: white !important;
}
.page-id-6161 .navbar-lvpn-default{
    padding: 34px 0 !important;
}
body.menu-is-sticky.page-id-6161 .top-mini-nav--fixed{
    margin-bottom: 0;
}
.vpn-for-windows .win-app-features .feature img {
    height: auto;
}

.guides-links__item:nth-child(3n+1) .guides-links__image-container {
	background-color: #82b2ff;
}


.guides-links__item:nth-child(3n+2) .guides-links__image-container {
	background-color: #43eb9f;
}


.guides-links__item:nth-child(3n+3) .guides-links__image-container {
	background-color: #FF9797;
}


/*htmlasia css*/
.page-id-6373 .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
}
.page-id-6373 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 0px;
}
.page-id-6373 #join-today{
	border-top: none;
}
.page-id-6373 .network-loc-poly-map .container{
	position: relative;
}
.page-id-6373 .network-loc-poly-map .container:after{
	content: "";
	height: 1px;
	width: calc(100% - 40px);
	display: block;
	border-bottom: 1px solid #f3f3f3;
	position: absolute;
	left: 20px;
	bottom: -61px;
}
.page-id-6373 .network-loc-poly-map .text-center{
	display: none;
}
.page-id-6373 .homepage-benefits-list{
	padding-top: 9px;
}
.page-id-6373 .homepage-benefits-list .col-md-6{
	padding-bottom: 54px;
}
.page-id-6373 .homepage-benefits-list h2{
	margin: 0px 0px 47px;
}
.page-id-6373 .homepage-benefits-list .col img{
	display: block;
	margin: 0 auto;
}
.page-id-6373 .homepage-benefits-list .slick-track{
	transform: none !important;
}
.page-id-6373 .start-your-trial{
	margin-top: 60px;
}

@media (max-width: 767px){
	#header.make-transparent.active-nav-transparent{
		background: url(img/cubes-header-bg-mobile.png) repeat-x top center #153f66 !important;
	}
	.page-id-6373 .hero-banner .elementor-container{
		padding: 0px 30px;
	}
	.page-id-6373 #join-today .page-header{
		padding: 0px 15px;
	}
	.page-id-6373 #join-today .payment-logos{
		padding: 0px 5px;
	}
	.page-id-6373 #join-today .col-sm-6:first-child{
		width: 100%;
		margin-right: 0px;
	}
	.page-id-6373 .homepage-benefits-list .page-header{
		padding: 0px 15px;
	}
	.page-id-6373 .homepage-benefits-list .col {
		padding: 0px 0px;
	}
	.page-id-6373 .homepage-benefits-list .col-md-6 {
		padding: 0px 15px 54px 15px;
	}
	.page-id-6373 .start-your-trial .page-header{
		padding: 0px 15px;
	}
	.page-id-6373 #content .start-your-trial h2{
		padding: 15px 0px 0px;
		line-height: 1.4;
	}
}

.lime-landing-faq #accordion .btn-link{
	color: #000;
}
.lime-landing-faq #accordion .collapse{
	visibility: visible;
}


/*htmlasia: landing page*/
.lime-landing-hero {
  background: #3f3f42;
  padding: 100px 0px 100px 0px;
  color: #FFF;
  position: relative;
}
.lime-landing-hero .content-block h1 {
  font-size: 43px;
  margin-bottom: 10px;
  color: #FFF;
}
.lime-landing-hero .content-block p {
  font-size: 20px;
}
.lime-landing-hero .promo-image {
  position: absolute;
  bottom: 95px;
  right: 80px;
}
.lime-landing-hero .btn {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .lime-landing-hero .content-block {
    padding: 0px 0px 0px 90px;
  }
}
.frm-lime-landing .top-section {
  text-align: center;
  margin: 0px 0px 35px;
}
.frm-lime-landing .top-section h2 {
  color: #1a3b66;
}
.frm-lime-landing .top-section h3 {
  display: inline-block;
  text-align: center;
  color: #1a3b66;
}
.frm-lime-landing .top-section h3:before {
  margin: 0px 10px 0px;
  position: relative;
  content: "1";
  background: #10c5b2;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  font-size: 24px;
  padding: 5px 0px 0px;
}
@media (min-width: 1024px) {
  .frm-lime-landing .top-section h2 {
    font-size: 2.857em;
  }
  .frm-lime-landing .top-section h3 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .frm-lime-landing .top-section h2, .frm-lime-landing .top-section h3 {
    line-height: 1.22;
  }
}

.lime-lading-server {
  padding: 51px 0px 39px;
}
.lime-lading-server .top-section {
  margin: 0px 0px 35px;
}
.lime-lading-server .top-section h2 {
  margin: 0px 0px 13px;
}
.lime-lading-server .all-server {
  max-width: 870px;
  margin: 0 auto;
}
.lime-lading-server .all-server .item {
  margin: 0px 0px 35px;
}
.lime-lading-server .all-server .item .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 14px;
}
.lime-lading-server .all-server .item .thumb .text {
  background: #c7e5fd;
  width: 100%;
  display: block;
  text-align: center;
  color: #233f55;
  padding: 15px 0px 15px;
  font-size: 14px;
}
.lime-lading-server .all-server .item .thumb .text p {
  margin: 0;
}
.lime-lading-server .all-server .item .thumb .image img {
  width: 100%;
  height: auto;
}
.lime-lading-server .all-server .item .information {
  text-align: center;
}
.lime-lading-server .all-server .item .information p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lime-lading-server {
    padding: 81px 0px 60px;
  }
  .lime-lading-server .top-section {
    margin: 0px 0px 75px;
  }
  .lime-lading-server .top-section p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lime-lading-server {
    padding: 53px 0px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .lime-lading-server .all-server .col-md-4 {
    padding: 0px 35px;
  }
}
.lime-landing-features {
  background: url(img/the-stagingbg-lime-landing.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 71px 0px 10px;
}
.lime-landing-features .top-section {
  max-width: 1000px;
  margin: 0px auto 95px;
}
.lime-landing-features .top-section h2 {
  margin: 0px 0px 9px;
}
.lime-landing-features .all-feature {
  max-width: 1140px;
  margin: 0 auto;
}
.lime-landing-features .all-feature .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.lime-landing-features .all-feature .col-sm-6 {
  margin: 0px 0px 80px;
}
.lime-landing-features .all-feature .item {
  height: 100%;
  background: #FFF;
  text-align: center;
  border: 2px solid #273c4d;
  padding: 75px 20px 25px 20px;
  position: relative;
  border-radius: 10px;
}
.lime-landing-features .all-feature .item .text {
  margin: 0px 0px 15px;
}
.lime-landing-features .all-feature .item .text p {
  color: #2e4358;
  font-size: 18px;
}
.lime-landing-features .all-feature .item .thumb {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #2c3942;
  width: 100px;
}
.lime-landing-features .all-feature .item .thumb img {
  width: 100px;
  height: 100px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lime-landing-features {
    padding: 53px 0px 10px;
  }
  .lime-landing-features .top-section {
    margin: 0px auto 73px;
  }
}

@media screen and (min-width: 768px) {
  .lime-landing-features .top-section {
    margin: 0px auto 115px;
  }
  .lime-landing-features .all-feature .col-sm-6 {
    margin: 0px 0px 90px;
  }
  .lime-landing-features .all-feature .item {
    padding: 81px 30px 20px 30px;
  }
  .lime-landing-features .all-feature .item .thumb {
    width: 120px;
    top: -60px;
    margin-left: -60px;
  }
  .lime-landing-features .all-feature .item .thumb img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .lime-landing-features .all-feature .col-sm-6 {
    width: 100%;
  }
  .lime-landing-features .all-feature .col-sm-6:last-child {
    margin: 0px 0px 50px;
  }
}
.lime-landing-faq {
  background: #eff8ff;
  padding: 42px 0px 36px 0px;
  clear: both;
}
.lime-landing-faq .top-section h2 {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0px 0px 10px;
  font-size: 1.857em;
}
.lime-landing-faq .top-section h2:before {
  content: "";
  width: 52px;
  height: 39.5px;
  display: inline-block;
  top: 10px;
  background: url(img/the-staging/bg-title.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 7px;
}
.lime-landing-faq .card-header h4 {
  margin: 0px 0px 2px 0px;
  cursor: pointer;
}
.lime-landing-faq .card-header .faq-title {
  color: #000408;
  padding-left: 25px;
  position: relative;
  border-radius: 8px;
  display: block;
  text-align: left;
  margin: 0px 0px 20px;
}
.lime-landing-faq .card-header .faq-title:hover {
  text-decoration: none;
}
.lime-landing-faq .card-header .faq-title:focus {
  outline: none;
  text-decoration: none;
}
.lime-landing-faq .card-header .faq-title:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #05cda9;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 3px;
}
.lime-landing-faq .card-body {
  margin: 0px 0px 26px;
}
@media screen and (min-width: 768px) {
  .lime-landing-faq {
    padding: 81px 0px 80px 0px;
  }
  .lime-landing-faq .ctn-inner {
    max-width: 790px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .lime-landing-faq .ctn-inner {
    max-width: 1010px;
  }
}

.lime-lading-plans {
  text-align: center;
  padding: 76px 0px 0px;
}
.lime-lading-plans .top-section {
  margin: 0px 0px 73px;
  text-align: center;
}
.lime-lading-plans .top-section h2 {
  margin: 0px 0px 12px;
}
.lime-lading-plans .top-section .intro {
  margin: 0px 0px 24px;
}
.lime-lading-plans .top-section .sub-intro h3 {
  display: inline-block;
  text-align: center;
  margin-bottom: 22px;
}
.lime-lading-plans .top-section .sub-intro h3:before {
  margin: 0px 10px 0px;
  position: relative;
  content: "1";
  background: #10c5b2;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
}
.lime-lading-plans .lime-tabbed-pricing {
  margin: 0px 0px 0px;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons {
  display: inline-block;
  margin: 0 auto 76px auto;
  padding: 0;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons li {
  display: block;
  clear: both;
  -webkit-box-shadow: 0px 5px 20px rgba(207, 218, 245, 0.3);
  box-shadow: 0px 5px 20px rgba(207, 218, 245, 0.3);
  border-radius: 50px;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons li:hover {
  background: #e0f3f9;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons li a {
  display: block;
  width: 225px;
  text-transform: uppercase;
  padding: 15px 10px 15px;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons .active {
  background: #e0f3f9;
}
.lime-lading-plans .tab-content {
  max-width: 756px;
  margin: 0 auto;
}
.lime-lading-plans .tab-content .col-md-6 {
  margin: 0px 0px 60px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan {
  padding: 26px 0px 0px 0px;
  border-radius: 12px;
  background: #e3f1fc;
  position: relative;
  border: 4px solid #FFF;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan:hover {
  /*border: 4px solid #1db292;*/
  border: 4px solid #0a3d73;
  
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan.pro h3, .lime-lading-plans .tab-content .col-md-6 .interval-plan.pro span {
  color: #30caa6;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack {
  position: absolute;
  top: -55px;
  right: -15px;
  width: 119px;
  height: 119px;
  display: block;
  text-align: center;
  background: url(img/the-staging/bg-saver-pack.png) no-repeat;
  padding: 34px 0px 0px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack p {
  font-size: 16px;
  line-height: 1.4em;
  color: #FFF;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack p span {
  color: #FFF;
  display: block;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan h3 {
  margin: 0px 0px 5px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .icon {
  margin: 0px 0px 30px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan span {
  color: #153854;
  font-size: 25px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan sup {
  font-size: 16px;
  margin-right: 4px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .price-recurrency {
  display: block;
  text-transform: lowercase;
  font-size: 15px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .features {
  padding: 20px 30px 0px 30px;
  line-height: 1.7em;
  margin: 0px 0px 40px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .features li {
  list-style: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.09);
  margin: 0px 0px 3px;
  padding: 0px 0px 3px;
  font-size: 14px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .features li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .btn-plan {
  margin: 0;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .btn {
  font-size: 20px;
  padding: 20px 10px 20px;
  width: 100%;
  display: block;
  border-radius: 0px;
  background: #164066;
  color: #FFF;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-transform: none;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .btn.btn-second {
  background-color: #05cda9;
}
@media screen and (max-width: 767px) {
  .lime-lading-plans {
    padding: 53px 0px 0px;
  }
  .lime-lading-plans .top-section {
    margin: 0px 0px 53px;
  }
  .lime-lading-plans .top-section h2 {
    margin: 0px 0px 21px;
  }
  .lime-lading-plans .top-section .intro {
    margin: 0px 0px 3px;
  }
  .lime-lading-plans .top-section .intro p {
    margin: 0px 0px 0px;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons {
    margin: 0 auto 56px auto;
  }
  .lime-lading-plans .tab-content .col-md-6:last-child {
    margin: 0px 0px 56px;
  }
}

@media screen and (min-width: 768px) {
  .lime-lading-plans {
    padding: 81px 0px 96px;
  }
  .lime-lading-plans .top-section .sub-intro h3:before {
    margin: 0px 27px 0px;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons {
    border: 2px solid #eaeaea;
    border-radius: 11px;
    padding: 0;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons li {
    margin: 0px -2px;
    display: inline-block;
    border-radius: 9px;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons li a {
    max-width: 160px;
  }
  .lime-lading-plans .tab-content .col-md-6 {
    padding: 0px 38px;
    margin: 0px 0px 0px;
  }
  .lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack {
    top: -55px;
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .lime-lading-plans .tab-content .col-md-6 .interval-plan .features {
    padding: 20px 40px 0px 40px;
  }
}
.lime-account-information {
  background: #eff8ff;
  padding: 73px 0px 82px 0px;
}
.lime-account-information .top-section h3:before {
  content: "2";
}
.lime-account-information .content {
  max-width: 895px;
  margin: 0 auto;
}
.lime-account-information .content input {
  width: 100%;
  height: 50px;
  padding: 0px 20px 0px 70px;
  border-radius: 100px;
  border: 1px solid #313a41;
  text-transform: uppercase;
  margin: 0px 0px 24px;
  background: #eff8ff;
}
.lime-account-information .content .first-name:focus,  .lime-account-information .content .last-name:focus, .lime-account-information .content .last-name:focus, .lime-account-information .content .email:focus, .lime-account-information .content .password:focus{
  outline: 0;
}
.lime-account-information .content .first-name {
  background: url(img/the-staging/icon-first-name.png) no-repeat 2px 2px #eff8ff;
  -webkit-background-size: 44px 44px;
  background-size: 44px;
}
.lime-account-information .content .last-name {
  padding: 0px 20px 0px 70px;
}
.lime-account-information .content .email {
  background: url(img/the-staging/icon-email.png) no-repeat 2px 2px #eff8ff;
  -webkit-background-size: 44px 44px;
  background-size: 44px;
}
.lime-account-information .content .password {
  background: url(img/the-staging/icon-password.png) no-repeat 2px 2px #eff8ff;
  -webkit-background-size: 44px 44px;
  background-size: 44px;
}
.lime-account-information .bottom-section {
  text-align: center;
  line-height: 1.2;
  padding: 30px 0px 0px;
}
@media screen and (max-width: 767px) {
  .lime-account-information {
    padding: 30px 0px 42px 0px;
  }
}

@media screen and (min-width: 768px) {
  .lime-account-information .content input {
    padding: 0px 20px 0px 126px;
    height: 84px;
  }
  .lime-account-information .content .first-name {
    background: url(img/the-staging/icon-first-name.png) no-repeat 3px 3px #eff8ff;
    -webkit-background-size: 76px 76px;
    background-size: 76px;
  }
  .lime-account-information .content .last-name {
    padding: 0px 20px 0px 70px;
  }
  .lime-account-information .content .email {
    background: url(img/the-staging/icon-email.png) no-repeat 3px 3px #eff8ff;
    -webkit-background-size: 76px 76px;
    background-size: 76px;
  }
  .lime-account-information .content .password {
    background: url(img/the-staging/icon-password.png) no-repeat 3px 3px #eff8ff;
    -webkit-background-size: 76px 76px;
    background-size: 76px;
  }

  .bottom-section {
    max-width: 800px;
    margin: 0 auto;
  }
  .bottom-section span {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .lime-account-information .content input {
    height: 50px;
  }
}
.lime-payment-option {
  padding: 74px 0px 85px 0px;
}
.lime-payment-option .top-section h3:before {
  content: "3";
}
.lime-payment-option .payment-option {
  display: block;
  margin: 0px 0px 50px;
}
.lime-payment-option .payment-option .payment-gateway .payment-meta {
  display: none;
}
.lime-payment-option .payment-option .payment-gateway.active .payment-meta {
  display: block;
}
.lime-payment-option .payment-option .payment-gateway.active .payment {
  background: rgba(51, 51, 51, 0.05);
}
@media screen and (min-width: 768px) {
  .lime-payment-option .payment-option .payment-gateway.paypal-option .payment-meta {
    margin: 0px 0px 40px;
  }
}
.lime-payment-option .payment-option .payment {
  padding: 12px 0px 0px 70px;
  color: #2c3b4e;
  text-align: left;
  margin: 0 auto 30px auto;
  max-width: 790px;
  width: 100%;
  display: inline-block;
  border: 1px solid #303539;
  min-height: 50px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.lime-payment-option .payment-option .payment:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background: url(img/the-staging/bg-paypal-1.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 10px;
}
.lime-payment-option .payment-option .payment:after {
  content: "";
  width: 70px;
  height: 18px;
  background: url(img/the-staging/bg-paypal-2.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  right: 40px;
  top: 15px;
}
.lime-payment-option .payment-option .payment.payment-wall:before {
  content: "";
  width: 26px;
  height: 30px;
  display: block;
  background: url(img/the-staging/bg-payment-wall-1.png) no-repeat;
  position: absolute;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  left: 20px;
  top: 5px;
}
.lime-payment-option .payment-option .payment.payment-wall:after {
  content: "";
  width: 200px;
  height: 19px;
  background: url(img/the-staging/bg-payment-wall-2.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 14px;
}
.lime-payment-option .payment-meta {
  width: 100%;
  margin: 0 auto;
}
.lime-payment-option .payment-meta .col-sm-6 {
  margin: 0px 0px 40px;
}
.lime-payment-option .payment-meta .code input[type="text"] {
  width: 100%;
  border: 1px solid #303539;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
}
.lime-payment-option .payment-meta .option-coupon {
  margin: 0px 0px 16px 40px;
}
.lime-payment-option .payment-meta .option-coupon label {
  position: relative;
  top: -1px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: normal;
}
.lime-payment-option .payment-meta .order-total {
  margin: 0px 0px 0px;
  text-align: center;
}
.lime-payment-option .payment-meta .order-total .top {
  background: #f4f9fd;
  text-align: center;
  padding: 10px 10px 12px;
  border-radius: 10px 10px 0px 0px;
}
.lime-payment-option .payment-meta .order-total .top .title {
  color: #1c3e59;
  font-size: 20px;
  margin: 0px 0px 0px;
}
.lime-payment-option .payment-meta .order-total .top .sub-title {
  color: #b8bdc1;
  margin: 0;
}
.lime-payment-option .payment-meta .order-total .price-total {
  text-align: center;
  background: #e3f1fc;
  border-radius: 0px 0px 10px 10px;
  padding: 12px 0px;
}
.lime-payment-option .payment-meta .order-total .price-total p {
  font-size: 37px;
  color: #1c3e59;
  margin: 0;
}
.lime-payment-option .bottom-payment {
  text-align: center;
}
.lime-payment-option .bottom-payment .policy {
  margin: 0px 0px 27px;
}
.lime-payment-option .bottom-payment .checkout {
  cursor: pointer;
  margin: 0 auto;
  background: #05cda9;
  color: #FFF;
  font-size: 30px;
  min-height: 50px;
  display: block;
  border-radius: 100px;
  padding: 12px 0px 12px 0px;
  width: 400px;
  border: none;
}
@media screen and (max-width: 1200px) {
  .lime-payment-option .row {
    margin: 0px -15px;
  }
}
@media screen and (max-width: 767px) {
  .lime-payment-option {
    padding: 30px 0px 45px 0px;
  }
}

@media screen and (max-width: 500px) {
  .lime-payment-option .payment-option {
    margin: 0px 0px 16px;
  }
  .lime-payment-option .payment-option .payment {
    padding: 10px 0px 0px 50px;
  }
  .lime-payment-option .payment-option .payment:before {
    width: 25px;
    left: 16px;
    top: 11px;
  }
  .lime-payment-option .payment-option .payment:after {
    width: 60px;
    right: 20px;
    top: 17px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:before {
    width: 23px;
    top: 8px;
    left: 16px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:after {
    width: 170px;
    top: 16px;
    right: 10px;
  }
  .lime-payment-option .payment-wall-option .payment-meta .col-sm-6:last-child {
    margin: 0px 0px 20px;
  }
  .lime-payment-option .bottom-payment .policy {
    margin: 0px 0px 17px;
  }
  .lime-payment-option .bottom-payment .checkout {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lime-payment-option .payment-option {
    margin: 0px 0px 9px;
  }
}
@media screen and (min-width: 768px) {
  .lime-payment-option .payment-meta {
    max-width: 790px;
  }
  .lime-payment-option .payment-meta .col-sm-6 {
    margin: 0px 0px 0px;
  }
  .lime-payment-option .payment-meta .code input[type="text"] {
    height: 75px;
  }
  .lime-payment-option .payment-option {
    max-width: 790px;
    margin: 0 auto 10px;
  }
  .lime-payment-option .payment-option .payment {
    padding: 25px 10px 0px 140px;
    max-width: 790px;
    width: 100%;
    min-height: 75px;
  }
  .lime-payment-option .payment-option .payment:before {
    width: 37px;
    height: 37px;
    left: 35px;
    top: 20px;
  }
  .lime-payment-option .payment-option .payment:after {
    width: 90px;
    height: 23px;
    right: 88px;
    top: 27px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:before {
    width: 40px;
    height: 46px;
    left: 35px;
    top: 14px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:after {
    width: 320px;
    height: 30px;
    right: 30px;
    top: 24px;
  }
  .lime-payment-option .bottom-payment {
    padding: 50px 0px 0px;
  }
  .lime-payment-option .bottom-payment .checkout {
    min-height: 75px;
    max-width: 320px;
    padding: 13px 20px 17px 20px;
  }
}
@media screen and (max-width: 500px) {
  .frm-lime-landing .row {
    margin: 0px -15px;
  }
  .frm-lime-landing .container {
    padding: 0px 15px;
  }
}

/*htmlasia: landing page*/
.lime-landing-hero {
  background: #3f3f42;
  padding: 100px 0px 100px 0px;
  color: #FFF;
  position: relative;
}
.lime-landing-hero .content-block h1 {
  font-size: 43px;
  margin-bottom: 10px;
  color: #FFF;
}
.lime-landing-hero .content-block p {
  font-size: 20px;
}
.lime-landing-hero .promo-image {
  position: absolute;
  bottom: 95px;
  right: 80px;
}
.lime-landing-hero .btn {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .lime-landing-hero .content-block {
    padding: 0px 0px 0px 90px;
  }
}
.frm-lime-landing .top-section {
  text-align: center;
  margin: 0px 0px 35px;
}
.frm-lime-landing .top-section h2 {
  color: #1a3b66;
}
.frm-lime-landing .top-section h3 {
  display: inline-block;
  text-align: center;
  color: #1a3b66;
}
.frm-lime-landing .top-section h3:before {
  margin: 0px 10px 0px;
  position: relative;
  content: "1";
  background: #10c5b2;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  font-size: 24px;
  padding: 5px 0px 0px;
}
@media (min-width: 1024px) {
  .frm-lime-landing .top-section h2 {
    font-size: 2.857em;
  }
  .frm-lime-landing .top-section h3 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .frm-lime-landing .top-section h2, .frm-lime-landing .top-section h3 {
    line-height: 1.22;
  }
}

.lime-lading-server {
  padding: 51px 0px 39px;
}
.lime-lading-server .top-section {
  margin: 0px 0px 35px;
}
.lime-lading-server .top-section h2 {
  margin: 0px 0px 13px;
}
.lime-lading-server .all-server {
  max-width: 870px;
  margin: 0 auto;
}
.lime-lading-server .all-server .item {
  margin: 0px 0px 35px;
}
.lime-lading-server .all-server .item .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 14px;
}
.lime-lading-server .all-server .item .thumb .text {
  background: #c7e5fd;
  width: 100%;
  display: block;
  text-align: center;
  color: #233f55;
  padding: 15px 0px 15px;
  font-size: 14px;
}
.lime-lading-server .all-server .item .thumb .text p {
  margin: 0;
}
.lime-lading-server .all-server .item .thumb .image img {
  width: 100%;
  height: auto;
}
.lime-lading-server .all-server .item .information {
  text-align: center;
}
.lime-lading-server .all-server .item .information p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lime-lading-server {
    padding: 81px 0px 60px;
  }
  .lime-lading-server .top-section {
    margin: 0px 0px 75px;
  }
  .lime-lading-server .top-section p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lime-lading-server {
    padding: 53px 0px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .lime-lading-server .all-server .col-md-4 {
    padding: 0px 35px;
  }
}
.lime-landing-features {
  background: url(img/the-staging/bg-lime-landing.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 71px 0px 10px;
}
.lime-landing-features .top-section {
  max-width: 1000px;
  margin: 0px auto 95px;
}
.lime-landing-features .top-section h2 {
  margin: 0px 0px 9px;
}
.lime-landing-features .all-feature {
  max-width: 1140px;
  margin: 0 auto;
}
.lime-landing-features .all-feature .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.lime-landing-features .all-feature .col-sm-6 {
  margin: 0px 0px 80px;
}
.lime-landing-features .all-feature .item {
  height: 100%;
  background: #FFF;
  text-align: center;
  border: 2px solid #273c4d;
  padding: 75px 20px 25px 20px;
  position: relative;
  border-radius: 10px;
}
.lime-landing-features .all-feature .item .text {
  margin: 0px 0px 15px;
}
.lime-landing-features .all-feature .item .text p {
  color: #2e4358;
  font-size: 18px;
}
.lime-landing-features .all-feature .item .thumb {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #2c3942;
  width: 100px;
}
.lime-landing-features .all-feature .item .thumb img {
  width: 100px;
  height: 100px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lime-landing-features {
    padding: 53px 0px 10px;
  }
  .lime-landing-features .top-section {
    margin: 0px auto 73px;
  }
}

@media screen and (min-width: 768px) {
  .lime-landing-features .top-section {
    margin: 0px auto 115px;
  }
  .lime-landing-features .all-feature .col-sm-6 {
    margin: 0px 0px 90px;
  }
  .lime-landing-features .all-feature .item {
    padding: 81px 30px 20px 30px;
  }
  .lime-landing-features .all-feature .item .thumb {
    width: 120px;
    top: -60px;
    margin-left: -60px;
  }
  .lime-landing-features .all-feature .item .thumb img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .lime-landing-features .all-feature .col-sm-6 {
    width: 100%;
  }
  .lime-landing-features .all-feature .col-sm-6:last-child {
    margin: 0px 0px 50px;
  }
}
.lime-landing-faq {
  background: #eff8ff;
  padding: 42px 0px 36px 0px;
  clear: both;
}
.lime-landing-faq .top-section h2 {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0px 0px 10px;
  font-size: 1.857em;
}
.lime-landing-faq .top-section h2:before {
  content: "";
  width: 52px;
  height: 39.5px;
  display: inline-block;
  top: 10px;
  background: url(img/the-staging/bg-title.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 7px;
}
.lime-landing-faq .card-header h4 {
  margin: 0px 0px 2px 0px;
  cursor: pointer;
}
.lime-landing-faq .card-header .faq-title {
  color: #000408;
  padding-left: 25px;
  position: relative;
  border-radius: 8px;
  display: block;
  text-align: left;
  margin: 0px 0px 20px;
}
.lime-landing-faq .card-header .faq-title:hover {
  text-decoration: none;
}
.lime-landing-faq .card-header .faq-title:focus {
  outline: none;
  text-decoration: none;
}
.lime-landing-faq .card-header .faq-title:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #05cda9;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 3px;
}
.lime-landing-faq .card-body {
  margin: 0px 0px 26px;
}
@media screen and (min-width: 768px) {
  .lime-landing-faq {
    padding: 81px 0px 80px 0px;
  }
  .lime-landing-faq .ctn-inner {
    max-width: 790px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .lime-landing-faq .ctn-inner {
    max-width: 1010px;
  }
}

.lime-lading-plans {
  text-align: center;
  padding: 76px 0px 0px;
}
.lime-lading-plans .top-section {
  margin: 0px 0px 73px;
  text-align: center;
}
.lime-lading-plans .top-section h2 {
  margin: 0px 0px 12px;
}
.lime-lading-plans .top-section .intro {
  margin: 0px 0px 24px;
}
.lime-lading-plans .top-section .sub-intro h3 {
  display: inline-block;
  text-align: center;
  margin-bottom: 22px;
}
.lime-lading-plans .top-section .sub-intro h3:before {
  margin: 0px 10px 0px;
  position: relative;
  content: "1";
  background: #10c5b2;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
}
.lime-lading-plans .lime-tabbed-pricing {
  margin: 0px 0px 0px;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons {
  display: inline-block;
  margin: 0 auto 76px auto;
  padding: 0;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons li {
  display: block;
  clear: both;
  -webkit-box-shadow: 0px 5px 20px rgba(207, 218, 245, 0.3);
  box-shadow: 0px 5px 20px rgba(207, 218, 245, 0.3);
  border-radius: 50px;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons li:hover {
  background: #e0f3f9;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons li a {
  display: block;
  width: 225px;
  text-transform: uppercase;
  padding: 15px 10px 15px;
}
.lime-lading-plans .lime-tabbed-pricing .tab-buttons .active {
  background: #e0f3f9;
}
.lime-lading-plans .tab-content {
  max-width: 756px;
  margin: 0 auto;
}
.lime-lading-plans .tab-content .col-md-6 {
  margin: 0px 0px 60px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan {
  padding: 26px 0px 0px 0px;
  border-radius: 12px;
  background: #e3f1fc;
  position: relative;
  border: 4px solid #FFF;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan:hover {
  /*border: 4px solid #1db292;*/
  border: 4px solid #0a3d73;
  
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan.pro h3, .lime-lading-plans .tab-content .col-md-6 .interval-plan.pro span {
  color: #30caa6;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack {
  position: absolute;
  top: -55px;
  right: -15px;
  width: 119px;
  height: 119px;
  display: block;
  text-align: center;
  background: url(img/the-staging/bg-saver-pack.png) no-repeat;
  padding: 34px 0px 0px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack p {
  font-size: 16px;
  line-height: 1.4em;
  color: #FFF;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack p span {
  color: #FFF;
  display: block;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan h3 {
  margin: 0px 0px 5px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .icon {
  margin: 0px 0px 30px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan span {
  color: #153854;
  font-size: 25px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan sup {
  font-size: 16px;
  margin-right: 4px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .price-recurrency {
  display: block;
  text-transform: lowercase;
  font-size: 15px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .features {
  padding: 20px 30px 0px 30px;
  line-height: 1.7em;
  margin: 0px 0px 40px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .features li {
  list-style: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.09);
  margin: 0px 0px 3px;
  padding: 0px 0px 3px;
  font-size: 14px;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .features li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .btn-plan {
  margin: 0;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .btn {
  font-size: 20px;
  padding: 20px 10px 20px;
  width: 100%;
  display: block;
  border-radius: 0px;
  background: #164066;
  color: #FFF;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-transform: none;
}
.lime-lading-plans .tab-content .col-md-6 .interval-plan .btn.btn-second {
  background-color: #05cda9;
}
@media screen and (max-width: 767px) {
  .lime-lading-plans {
    padding: 53px 0px 0px;
  }
  .lime-lading-plans .top-section {
    margin: 0px 0px 53px;
  }
  .lime-lading-plans .top-section h2 {
    margin: 0px 0px 21px;
  }
  .lime-lading-plans .top-section .intro {
    margin: 0px 0px 3px;
  }
  .lime-lading-plans .top-section .intro p {
    margin: 0px 0px 0px;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons {
    margin: 0 auto 56px auto;
  }
  .lime-lading-plans .tab-content .col-md-6:last-child {
    margin: 0px 0px 56px;
  }
}

@media screen and (min-width: 768px) {
  .lime-lading-plans {
    padding: 81px 0px 96px;
  }
  .lime-lading-plans .top-section .sub-intro h3:before {
    margin: 0px 27px 0px;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons {
    border: 2px solid #eaeaea;
    border-radius: 11px;
    padding: 0;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons li {
    margin: 0px -2px;
    display: inline-block;
    border-radius: 9px;
  }
  .lime-lading-plans .lime-tabbed-pricing .tab-buttons li a {
    max-width: 160px;
  }
  .lime-lading-plans .tab-content .col-md-6 {
    padding: 0px 38px;
    margin: 0px 0px 0px;
  }
  .lime-lading-plans .tab-content .col-md-6 .interval-plan .saver-pack {
    top: -55px;
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .lime-lading-plans .tab-content .col-md-6 .interval-plan .features {
    padding: 20px 40px 0px 40px;
  }
}
.lime-account-information {
  background: #eff8ff;
  padding: 73px 0px 82px 0px;
}
.lime-account-information .top-section h3:before {
  content: "2";
}
.lime-account-information .content {
  max-width: 895px;
  margin: 0 auto;
}
.lime-account-information .content input {
  width: 100%;
  height: 50px;
  padding: 0px 20px 0px 70px;
  border-radius: 100px;
  border: 1px solid #313a41;
  text-transform: uppercase;
  margin: 0px 0px 24px;
  background: #eff8ff;
}
.lime-account-information .content .first-name {
  background: url(img/the-staging/icon-first-name.png) no-repeat 2px 2px #eff8ff;
  -webkit-background-size: 44px 44px;
  background-size: 44px;
}
.lime-account-information .content .last-name {
  padding: 0px 20px 0px 70px;
}
.lime-account-information .content .email {
  background: url(img/the-staging/icon-email.png) no-repeat 2px 2px #eff8ff;
  -webkit-background-size: 44px 44px;
  background-size: 44px;
}
.lime-account-information .content .password {
  background: url(img/the-staging/icon-password.png) no-repeat 2px 2px #eff8ff;
  -webkit-background-size: 44px 44px;
  background-size: 44px;
}
.lime-account-information .bottom-section {
  text-align: center;
  line-height: 1.2;
  padding: 30px 0px 0px;
}
@media screen and (max-width: 767px) {
  .lime-account-information {
    padding: 30px 0px 42px 0px;
  }
}

@media screen and (min-width: 768px) {
  .lime-account-information .content input {
    padding: 0px 20px 0px 126px;
    height: 84px;
  }
  .lime-account-information .content .first-name {
    background: url(img/the-staging/icon-first-name.png) no-repeat 3px 3px #eff8ff;
    -webkit-background-size: 76px 76px;
    background-size: 76px;
  }
  .lime-account-information .content .last-name {
    padding: 0px 20px 0px 70px;
  }
  .lime-account-information .content .email {
    background: url(img/the-staging/icon-email.png) no-repeat 3px 3px #eff8ff;
    -webkit-background-size: 76px 76px;
    background-size: 76px;
  }
  .lime-account-information .content .password {
    background: url(img/the-staging/icon-password.png) no-repeat 3px 3px #eff8ff;
    -webkit-background-size: 76px 76px;
    background-size: 76px;
  }

  .bottom-section {
    max-width: 800px;
    margin: 0 auto;
  }
  .bottom-section span {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .lime-account-information .content input {
    height: 50px;
  }
}
.lime-payment-option {
  padding: 74px 0px 85px 0px;
}
.lime-payment-option .top-section h3:before {
  content: "3";
}
.lime-payment-option .payment-option {
  display: block;
  margin: 0px 0px 50px;
}
.lime-payment-option .payment-option .payment-gateway .payment-meta {
  display: none;
}
.lime-payment-option .payment-option .payment-gateway.active .payment-meta {
  display: block;
}
.lime-payment-option .payment-option .payment-gateway.active .payment {
  background: rgba(51, 51, 51, 0.05);
}
@media screen and (min-width: 768px) {
  .lime-payment-option .payment-option .payment-gateway.paypal-option .payment-meta {
    margin: 0px 0px 40px;
  }
}
.lime-payment-option .payment-option .payment {
  padding: 12px 0px 0px 70px;
  color: #2c3b4e;
  text-align: left;
  margin: 0 auto 30px auto;
  max-width: 790px;
  width: 100%;
  display: inline-block;
  border: 1px solid #303539;
  min-height: 50px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.lime-payment-option .payment-option .payment:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background: url(img/the-staging/bg-paypal-1.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 10px;
}
.lime-payment-option .payment-option .payment:after {
  content: "";
  width: 70px;
  height: 18px;
  background: url(img/the-staging/bg-paypal-2.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  right: 40px;
  top: 15px;
}
.lime-payment-option .payment-option .payment.payment-wall:before {
  content: "";
  width: 26px;
  height: 30px;
  display: block;
  background: url(img/the-staging/bg-payment-wall-1.png) no-repeat;
  position: absolute;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  left: 20px;
  top: 5px;
}
.lime-payment-option .payment-option .payment.payment-wall:after {
  content: "";
  width: 200px;
  height: 19px;
  background: url(img/the-staging/bg-payment-wall-2.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 14px;
}
.lime-payment-option .payment-meta {
  width: 100%;
  margin: 0 auto;
}
.lime-payment-option .payment-meta .col-sm-6 {
  margin: 0px 0px 40px;
}
.lime-payment-option .payment-meta .code input[type="text"] {
  width: 100%;
  border: 1px solid #303539;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
}
.lime-payment-option .payment-meta .option-coupon {
  margin: 0px 0px 16px 40px;
}
.lime-payment-option .payment-meta .option-coupon label {
  position: relative;
  top: -1px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: normal;
}
.lime-payment-option .payment-meta .order-total {
  margin: 0px 0px 0px;
  text-align: center;
}
.lime-payment-option .payment-meta .order-total .top {
  background: #f4f9fd;
  text-align: center;
  padding: 10px 10px 12px;
  border-radius: 10px 10px 0px 0px;
}
.lime-payment-option .payment-meta .order-total .top .title {
  color: #1c3e59;
  font-size: 20px;
  margin: 0px 0px 0px;
}
.lime-payment-option .payment-meta .order-total .top .sub-title {
  color: #b8bdc1;
  margin: 0;
}
.lime-payment-option .payment-meta .order-total .price-total {
  text-align: center;
  background: #e3f1fc;
  border-radius: 0px 0px 10px 10px;
  padding: 12px 0px;
}
.lime-payment-option .payment-meta .order-total .price-total p {
  font-size: 37px;
  color: #1c3e59;
  margin: 0;
}
.lime-payment-option .bottom-payment {
  text-align: center;
}
.lime-payment-option .bottom-payment .policy {
  margin: 0px 0px 27px;
}
.lime-payment-option .bottom-payment .checkout {
  cursor: pointer;
  margin: 0 auto;
  background: #05cda9;
  color: #FFF;
  font-size: 30px;
  min-height: 50px;
  display: block;
  border-radius: 100px;
  padding: 12px 0px 12px 0px;
  width: 400px;
  border: none;
}
@media screen and (max-width: 1200px) {
  .lime-payment-option .row {
    margin: 0px -15px;
  }
}
@media screen and (max-width: 767px) {
  .lime-payment-option {
    padding: 30px 0px 45px 0px;
  }
}

@media screen and (max-width: 500px) {
  .lime-payment-option .payment-option {
    margin: 0px 0px 16px;
  }
  .lime-payment-option .payment-option .payment {
    padding: 10px 0px 0px 50px;
  }
  .lime-payment-option .payment-option .payment:before {
    width: 25px;
    left: 16px;
    top: 11px;
  }
  .lime-payment-option .payment-option .payment:after {
    width: 60px;
    right: 20px;
    top: 17px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:before {
    width: 23px;
    top: 8px;
    left: 16px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:after {
    width: 170px;
    top: 16px;
    right: 10px;
  }
  .lime-payment-option .payment-wall-option .payment-meta .col-sm-6:last-child {
    margin: 0px 0px 20px;
  }
  .lime-payment-option .bottom-payment .policy {
    margin: 0px 0px 17px;
  }
  .lime-payment-option .bottom-payment .checkout {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lime-payment-option .payment-option {
    margin: 0px 0px 9px;
  }
}
@media screen and (min-width: 768px) {
  .lime-payment-option .payment-meta {
    max-width: 790px;
  }
  .lime-payment-option .payment-meta .col-sm-6 {
    margin: 0px 0px 0px;
  }
  .lime-payment-option .payment-meta .code input[type="text"] {
    height: 75px;
  }
  .lime-payment-option .payment-option {
    max-width: 790px;
    margin: 0 auto 10px;
  }
  .lime-payment-option .payment-option .payment {
    padding: 25px 10px 0px 140px;
    max-width: 790px;
    width: 100%;
    min-height: 75px;
  }
  .lime-payment-option .payment-option .payment:before {
    width: 37px;
    height: 37px;
    left: 35px;
    top: 20px;
  }
  .lime-payment-option .payment-option .payment:after {
    width: 90px;
    height: 23px;
    right: 88px;
    top: 27px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:before {
    width: 40px;
    height: 46px;
    left: 35px;
    top: 14px;
  }
  .lime-payment-option .payment-option .payment.payment-wall:after {
    width: 320px;
    height: 30px;
    right: 30px;
    top: 24px;
  }
  .lime-payment-option .bottom-payment {
    padding: 50px 0px 0px;
  }
  .lime-payment-option .bottom-payment .checkout {
    min-height: 75px;
    max-width: 320px;
    padding: 13px 20px 17px 20px;
  }
}
@media screen and (max-width: 500px) {
  .frm-lime-landing .row {
    margin: 0px -15px;
  }
  .frm-lime-landing .container {
    padding: 0px 15px;
  }
}
/* lime top rated
 -----------------------------------------------------*/
.lime-top-rated {
  text-align: center;
  padding: 53px 0px 28px;
}
.lime-top-rated h2 {
  margin: 0px 0px 32px;
}
.lime-top-rated .all-top-rated {
  margin: 0px -12px;
}
.lime-top-rated .all-top-rated .item {
  display: inline-block;
  width: auto;
  margin: 0px 15px 25px 15px;
}
.lime-top-rated .all-top-rated .item img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
@media (min-width: 768px) {
  .lime-top-rated {
    padding: 69px 0px 80px;
  }
  .lime-top-rated h2 {
    font-size: 52px;
    margin: 0px 0px 42px;
  }
  .lime-top-rated .all-top-rated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -24px;
  }
  .lime-top-rated .all-top-rated .item {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0px 25px;
  }
}

/* lime activity private
 -----------------------------------------------------*/
.lime-activity-private {
  background: url(img/the-staging/bg-activity-private.png) no-repeat top center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 25px 0px 80px 0px;
}
.lime-activity-private h2 {
  margin: 0px 0px 30px;
}
.lime-activity-private .intro .btn {
  padding: 20px 0px 0px;
  display: inline-block;
}
.lime-activity-private .intro .btn a {
  color: #FFF;
  background: #04CBA6;
  border-radius: 100px;
  font-size: 20px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 40px 12px;
  display: block;
  max-width: 350px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.lime-activity-private .intro .btn a:hover {
  /*background: #1db292;*/
  background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
  
}
@media (min-width: 768px) {
  .lime-activity-private {
    padding: 69px 0px 80px 0px;
  }
  .lime-activity-private h2 {
    margin: 0px 0px 35px;
  }
  .lime-activity-private .intro {
    font-size: 20px;
  }
  .lime-activity-private .intro .btn {
    padding: 58px 0px 0px;
  }
}
@media (min-width: 992px) {
  .lime-activity-private .intro {
    max-width: 1170px;
    font-size: 20px;
  }
  .lime-activity-private .intro .btn {
    width: auto;
  }
  .lime-activity-private .intro .btn a {
    max-width: none;
    padding: 9px 90px 11px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lime-activity-private {
    padding: 53px 0px 60px;
  }
  .lime-activity-private h2 {
    margin: 0px 0px 26px;
  }
  .lime-activity-private .intro .btn {
    padding: 35px 0 0;
  }
}

/* lime protect device
 -----------------------------------------------------*/
.lime-protect-device {
  background: url(img/the-staging/bg-protect-device.png) no-repeat top center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 70px 0px 71px 0px;
}
.lime-protect-device h2 {
  margin: 0px 0px 15px;
}
.lime-protect-device .intro {
  margin: 0px 0px 50px;
}
.lime-protect-device .thumb {
  width: 77%;
  margin: 0px auto 17px auto;
}
.lime-protect-device .thumb img {
  width: 100%;
}
.lime-protect-device .bottom-section .top {
  margin: 0px 0px 25px;
}
.lime-protect-device .bottom-section .bottom .title {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 0px 20px;
}
.lime-protect-device .bottom-section .bottom .icon-group {
  display: inline-block;
  /*max-width: 442px;*/
}
.lime-protect-device .bottom-section .bottom .icon-group ul {
  display: inline-block;
  padding: 0;
}
.lime-protect-device .bottom-section .bottom .icon-group ul li {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
.lime-protect-device .bottom-section .bottom .icon-group ul li:last-child {
  margin: 0px;
}
@media (max-width: 634px) {
  .lime-protect-device .bottom-section .bottom .title {
    margin: 0px 0px 9px;
  }
}
@media (min-width: 768px) {
  .lime-protect-device {
    padding: 70px 0px 72px 0px;
  }
  .lime-protect-device h2 {
    margin: 0 0 20px;
  }
  .lime-protect-device .intro {
    margin: 0px 0px 56px;
    font-size: 20px;
  }
  .lime-protect-device .thumb {
    margin: 0px auto 35px auto;
  }
  .lime-protect-device .thumb img {
    width: 100%;
  }
  .lime-protect-device .bottom-section .top {
    margin: 0px 0px 35px;
    font-size: 20px;
  }
  .lime-protect-device .bottom-section .bottom .title {
    font-size: 20px;
  }
  .lime-protect-device .bottom-section .bottom .icon-group ul li {
    margin: 0px 30px 0px 0px;
  }
}
@media (min-width: 992px) {
  .lime-protect-device .intro {
    margin: 0px 0px 98px;
  }
  .lime-protect-device .thumb {
    margin: 0px auto 45px auto;
  }
  .lime-protect-device .bottom-section .top {
    margin: 0px 0px 47px;
  }
}
@media (max-width: 767px) {
  .lime-protect-device {
    padding: 54px 0px 50px 0px;
  }
}
@media (max-width: 380px) {
  .lime-protect-device .bottom-section .bottom .icon-group ul li {
    margin: 0 10px 1px 0;
  }
}
@media (max-width: 350px) {
  .lime-protect-device .bottom-section .bottom .icon-group ul li {
    margin: 0 5px 1px 0;
  }
}

/* lime access favorite
 -----------------------------------------------------*/
.lime-access-favorite {
  background: #E3F1FC;
  display: block;
  padding: 60px 0px 50px;
}
.lime-access-favorite h2 {
  margin: 0px 0px 20px;
}
.lime-access-favorite .col-md-6 {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
.lime-access-favorite .image {
  padding: 0;
}
.lime-access-favorite .image img {
  width: 100%;
}
.lime-access-favorite .content {
  text-align: center;
}
.lime-access-favorite .content .intro {
  margin: 0px 0px 24px;
}
.lime-access-favorite .content .btn {
  display: inline-block;
  padding: 0px;
  margin: 0 auto;
}
.lime-access-favorite .content .btn a {
  margin: 0 auto;
  max-width: 350px;
  display: block;
  color: #FFF;
  background: #04CBA6;
  padding: 9px 30px 11px 30px;
  border-radius: 10px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 20px;
}
.lime-access-favorite .content .btn a:hover {
  /*background: #1db292;*/
  background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
 
}
@media (min-width: 768px) {
  .lime-access-favorite {
    padding: 58px 0px 80px 0px;
  }
  .lime-access-favorite .col-md-6 {
    margin: 0px -1px 0px -1px;
  }
  .lime-access-favorite .intro {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .lime-access-favorite .content {
    text-align: left;
    padding-left: 30px;
  }
  .lime-access-favorite .content .btn {
    width: auto;
  }
  .lime-access-favorite h2 {
    margin: 0px 0px 12px;
  }
  .lime-access-favorite .content .intro {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .lime-access-favorite {
    padding: 60px 0 60px;
  }
  .lime-access-favorite .image {
    margin: 0px 0px 24px;
  }
  .lime-access-favorite h2 {
    margin: 0 0 20px;
  }
  .lime-access-favorite .intro {
    margin: 0 0 33px;
  }
}

/* lime secure data
 -----------------------------------------------------*/
.lime-secure-data {
  background: url(img/the-staging/bg-secure-data.png) no-repeat top center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 53px 0px 0px 0px;
}
.lime-secure-data .content h2 {
  margin: 0px 0px 20px;
}
.lime-secure-data .content .intro {
  margin: 0px 0px 30px;
}
.lime-secure-data .content .icon-group {
  width: 70%;
  margin: 0px auto 35px auto;
  max-width: 490px;
}
.lime-secure-data .content .icon-group ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.lime-secure-data .content .icon-group ul li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
  display: inline-block;
  padding: 0px 50px 0px 0px;
}
.lime-secure-data .content .icon-group ul li:last-child {
  padding: 0;
}
.lime-secure-data .content .icon-group ul li img {
  width: 100%;
}
.lime-secure-data .content .btn {
  padding: 0;
}
.lime-secure-data .content .btn a {
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #04CBA6;
  padding: 8px 30px 10px;
  border-radius: 15px;
  display: block;
  color: #04CBA6;
  max-width: 350px;
  width: 100%;
  -webkit-transition-duration: 0.3;
       -o-transition-duration: 0.3;
          transition-duration: 0.3;
  font-size: 20px;
}
.lime-secure-data .content .btn a:hover {
  background: #04CBA6;
  color: #FFF;
}
.lime-secure-data .image img {
  width: 100%;
  max-width: 418px;
}
@media (max-width: 500px) {
  .lime-secure-data .content .icon-group {
    width: 90%;
  }
  .lime-secure-data .content .icon-group ul li {
    padding: 0px 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  .lime-secure-data {
    padding: 54px 0px 0px 0px;
  }
  .lime-secure-data .content {
    margin: 0px 0px 40px;
  }
  .lime-secure-data .content h2 {
    margin: 0px 0px 15px;
  }
  .lime-secure-data .content .intro {
    margin: 0 0 30px;
  }
  .lime-secure-data .content .icon-group {
    margin: 0 auto 24px auto;
  }
}
@media (min-width: 768px) {
  .lime-secure-data {
    padding: 78px 0px 0px 0px;
    text-align: right;
  }
  .lime-secure-data .col-sm-6 {
    margin: 0 -2px;
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
  .lime-secure-data .image img {
    float: left;
    margin: 0px 0px 0px 20px;
    max-width: 360px;
  }
  .lime-secure-data .intro {
    font-size: 20px;
  }
  .lime-secure-data .content {
    padding: 60px 0px 60px;
  }
  .lime-secure-data .content .icon-group {
    width: auto;
    margin: auto auto 35px auto;
    float: right;
  }
  .lime-secure-data .content .icon-group ul li {
    padding: 0px 50px 0px 0px;
  }
  .lime-secure-data .content .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  .lime-secure-data .content h2 {
    margin: 0 0 22px;
  }
  .lime-secure-data .content .intro {
    margin: 0 0 35px;
  }
  .lime-secure-data .content .icon-group {
    margin: auto auto 38px auto;
  }
  .lime-secure-data .content .icon-group ul li {
    padding: 0px 60px 0px 0px;
  }
}

/* lime limited offer
 -----------------------------------------------------*/
.lime-limited-offer {
  background: url(img/the-staging/bg-limited-offer.png) no-repeat top center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 27px 0px 0px 0px;
}
.lime-limited-offer .container {
  margin: 0 auto;
}
.lime-limited-offer .item {
  margin: 0px 0px 50px 0px;
  width: 100%;
  display: inline-block;
  float: none;
  vertical-align: bottom;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.lime-limited-offer .item .content {
  -webkit-box-shadow: 4px 4px 7px 1px #ccc;
          box-shadow: 4px 4px 7px 1px #ccc;
  border-radius: 15px;
  background: #FFF;
  padding: 31px 30px 36px;
}
.lime-limited-offer .item .content .title {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0px 0px 36px;
  color: #184065;
}
.lime-limited-offer .item .content .price {
  color: #04CBA6;
  font-size: 40px;
  margin: 0px 0px 26px;
}
.lime-limited-offer .item .content .btn {
  margin: 0px 0px 35px;
}
.lime-limited-offer .item .content .btn a {
  background: #04CBA6;
  border-radius: 8px;
  color: #FFF;
  padding: 7px 10px;
  font-size: 15px;
  display: block;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.lime-limited-offer .item .content .btn a:hover {
  /*background: #1db292;*/
  background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}
.lime-limited-offer .item .content .money-back {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #184065;
}
.lime-limited-offer .item.active .content {
  padding: 50px 30px;
}
.lime-limited-offer .item.active .content .title {
  font-size: 17px;
}
.lime-limited-offer .item.active .content .price {
  font-size: 55px;
}
.lime-limited-offer .item.active .content .money-back {
  font-size: 17px;
}
.lime-limited-offer .item.active .btn a {
  padding: 12px 30px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .lime-limited-offer .item.active .title {
    font-size: 15px;
  }
  .lime-limited-offer .item.active .price {
    font-size: 40px;
  }
  .lime-limited-offer .item.active .money-back {
    font-size: 15px;
  }
  .lime-limited-offer .item .content .title {
    font-size: 12px;
  }
  .lime-limited-offer .item .content .price {
    font-size: 35px;
  }
  .lime-limited-offer .item .content .money-back {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .lime-limited-offer {
    padding: 80px 0px 30px 0px;
  }
  .lime-limited-offer .item {
    margin: 0px -2px 50px -2px;
    width: 30%;
  }
  .lime-limited-offer .item .content .title {
    font-size: 12px;
  }
  .lime-limited-offer .item .content .price {
    font-size: 25px;
  }
  .lime-limited-offer .item .content .money-back {
    font-size: 12px;
  }
  .lime-limited-offer .item.active {
    width: 40%;
  }
  .lime-limited-offer .item.active .content .title {
    font-size: 14px;
  }
  .lime-limited-offer .item.active .content .price {
    font-size: 35px;
  }
  .lime-limited-offer .item.active .content .money-back {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lime-limited-offer {
    padding: 60px 0px 20px 0px;
  }
  .lime-limited-offer .item {
    margin: 0px 0px 40px 0px;
  }
  .lime-limited-offer .item .content .price {
    font-size: 30px;
  }
  .lime-limited-offer .item.active .content .price {
    font-size: 38px;
  }
}

/*htmlasia: the bes VPN deal*/
.lime-best-deal-hero h1, .lime-best-deal-hero h2, .lime-best-deal-hero h3, .lime-best-deal-hero h4, .lime-best-deal-hero h5, .lime-best-deal-hero h6, .lime-top-rated h1, .lime-top-rated h2, .lime-top-rated h3, .lime-top-rated h4, .lime-top-rated h5, .lime-top-rated h6, .lime-activity-private h1, .lime-activity-private h2, .lime-activity-private h3, .lime-activity-private h4, .lime-activity-private h5, .lime-activity-private h6, .lime-protect-device h1, .lime-protect-device h2, .lime-protect-device h3, .lime-protect-device h4, .lime-protect-device h5, .lime-protect-device h6,
.lime-access-favorite h1,
.lime-access-favorite h2,
.lime-access-favorite h3,
.lime-access-favorite h4,
.lime-access-favorite h5,
.lime-access-favorite h6, .lime-secure-data h1, .lime-secure-data h2, .lime-secure-data h3, .lime-secure-data h4, .lime-secure-data h5, .lime-secure-data h6, .lime-limited-offer h1, .lime-limited-offer h2, .lime-limited-offer h3, .lime-limited-offer h4, .lime-limited-offer h5, .lime-limited-offer h6 {
  line-height: 1.22;
}
.lime-best-deal-hero ul li, .lime-top-rated ul li, .lime-activity-private ul li, .lime-protect-device ul li,
.lime-access-favorite ul li, .lime-secure-data ul li, .lime-limited-offer ul li {
  list-style: none;
}
.lime-best-deal-hero h2, .lime-top-rated h2, .lime-activity-private h2, .lime-protect-device h2,
.lime-access-favorite h2, .lime-secure-data h2, .lime-limited-offer h2 {
  font-size: 2.857em;
}
.lime-best-deal-hero p, .lime-top-rated p, .lime-activity-private p, .lime-protect-device p,
.lime-access-favorite p, .lime-secure-data p, .lime-limited-offer p {
  margin: 0;
}
.lime-best-deal-hero .btn:active, .lime-best-deal-hero .btn:focus, .lime-best-deal-hero .btn.active, .lime-top-rated .btn:active, .lime-top-rated .btn:focus, .lime-top-rated .btn.active, .lime-activity-private .btn:active, .lime-activity-private .btn:focus, .lime-activity-private .btn.active, .lime-protect-device .btn:active, .lime-protect-device .btn:focus, .lime-protect-device .btn.active,
.lime-access-favorite .btn:active,
.lime-access-favorite .btn:focus,
.lime-access-favorite .btn.active, .lime-secure-data .btn:active, .lime-secure-data .btn:focus, .lime-secure-data .btn.active, .lime-limited-offer .btn:active, .lime-limited-offer .btn:focus, .lime-limited-offer .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .lime-best-deal-hero h2, .lime-top-rated h2, .lime-activity-private h2, .lime-protect-device h2,
  .lime-access-favorite h2, .lime-secure-data h2, .lime-limited-offer h2 {
    font-size: 1.857em;
  }
}
@media (max-width: 992px) {
  .lime-best-deal-hero .container, .lime-top-rated .container, .lime-activity-private .container, .lime-protect-device .container,
  .lime-access-favorite .container, .lime-secure-data .container, .lime-limited-offer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .lime-best-deal-hero .row, .lime-top-rated .row, .lime-activity-private .row, .lime-protect-device .row,
  .lime-access-favorite .row, .lime-secure-data .row, .lime-limited-offer .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.smd-deal-price {
  margin: 0px 0px 40px 0px;
  line-height: 1;
}
.smd-deal-price p {
  position: relative;
  display: inline-block;
}
.smd-deal-price p .hl-price {
  font-size: 98px;
}
.smd-deal-price p .sub-price {
  position: absolute;
  top: 10px;
  left: 120px;
  font-size: 42px;
}
.smd-deal-price p .text {
  position: absolute;
  left: 120px;
  bottom: 5px;
  font-size: 42px;
  font-weight: 300;
}
@media (min-width: 1366px) {
  .smd-deal-price p .hl-price {
    font-size: 118px;
  }
  .smd-deal-price p .sub-price {
    left: 150px;
    font-size: 56px;
  }
  .smd-deal-price p .text {
    left: 150px;
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .smd-deal-price {
    width: 320px;
    margin: 0 auto 40px;
    left: -75px;
    position: relative;
  }
}

.lime-best-deal-hero {
  background: #3f3f42;
  padding: 100px 0 100px 0;
  color: #FFF;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
}
.lime-best-deal-hero .btn a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  padding: 13px 15px 15px;
}
.lime-best-deal-hero .btn a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
.lime-best-deal-hero .intro-deal {
  text-align: center;
}
.lime-best-deal-hero .intro-deal .price-mobile {
  font-size: 42px;
  line-height: 1;
  margin: 0px 0px 17px;
}
.lime-best-deal-hero .intro-deal .money-back {
  margin: 0px 0px 30px;
}
.lime-best-deal-hero .intro-deal h1 {
  color: #FFF;
  margin: 0px 0px 9px;
}
.lime-best-deal-hero .intro-deal .intro {
  margin: 0px 0px 40px;
  font-size: 16px;
}
.lime-best-deal-hero .intro-deal .btn a {
  border: 1px solid #8a9aa2;
}
.lime-best-deal-hero .protect img {
  width: 100%;
}
.lime-best-deal-hero .icon-group {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.lime-best-deal-hero .icon-group ul {
  margin: 0px 0px 0px -20px;
  padding: 0;
}
.lime-best-deal-hero .icon-group ul li {
  float: left;
  margin: 0px 0px 20px 20px;
}
@media (min-width: 992px) {
  .lime-best-deal-hero .intro-deal {
    padding: 22px 0px 0px;
  }
}
@media (min-width: 992px) {
  .lime-best-deal-hero .icon-group {
    left: 30px;
    bottom: 40px;
  }
  .lime-best-deal-hero .icon-group ul {
    margin: 0px 0px 0px -40px;
  }
  .lime-best-deal-hero .icon-group ul li {
    float: left;
    margin: 0px 0px 0px 40px;
  }
}
@media (min-width: 1366px) {
  .lime-best-deal-hero {
    padding: 100px 0 100px 0;
  }
  .lime-best-deal-hero .btn a {
    min-width: 306px;
    font-size: 18px;
    padding: 11px 30px 12px;
  }
  .lime-best-deal-hero .intro-deal h1 {
    font-size: 48px;
  }
  .lime-best-deal-hero .intro-deal .intro {
    font-size: 24px;
  }
  .lime-best-deal-hero .icon-group {
    left: 60px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .lime-best-deal-hero {
    padding: 100px 0 10px 0;
  }
  .lime-best-deal-hero .intro-deal {
    margin: 40px 0 47px;
  }
  .lime-best-deal-hero .intro-deal .intro {
    margin: 0 0 17px;
  }
  .lime-best-deal-hero .intro-deal .money-back {
    margin: 0 0 42px;
  }
  .lime-best-deal-hero .protect {
    margin: 0px 0px 30px;
  }
  .lime-best-deal-hero .protect img {
    max-width: 290px;
    display: block;
    margin: 0 auto;
  }
  .lime-best-deal-hero .price-deal {
    text-align: center;
  }
  .lime-best-deal-hero .icon-group {
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 85px 0px 0px;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .lime-best-deal-hero .icon-group ul {
    margin: 0 auto 0 auto;
  }
  .lime-best-deal-hero .icon-group ul li {
    display: inline-block;
    float: none;
    margin: 0px -10px 20px;
    padding: 0px 20px;
  }
  .lime-best-deal-hero .icon-group ul li img {
    height: 25px;
  }
}
@media (max-width: 340px) {
  .lime-best-deal-hero .icon-group ul li img {
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lime-best-deal-hero {
    padding: 257px 0 220px 0;
  }
  .lime-best-deal-hero .intro-deal h1 {
    font-size: 32px;
  }
  .lime-best-deal-hero .intro-deal .intro p {
    font-size: 14px;
  }
  .lime-best-deal-hero .price-deal {
    padding: 0px 0px 0px 10px;
  }
  .lime-best-deal-hero .price-deal .smd-deal-price p .hl-price {
    font-size: 69px;
  }
  .lime-best-deal-hero .price-deal .smd-deal-price p .sub-price {
    font-size: 28px;
    left: 85px;
    top: 7px;
  }
  .lime-best-deal-hero .price-deal .smd-deal-price p .text {
    font-size: 28px;
    left: 85px;
  }
}
@media (min-width: 991px) {
  .lime-best-deal-hero .price-deal {
    padding: 0px 0px 0px 20px;
  }
}

.ip-choose-item__radio-wrapper {
    opacity: 0;
}

.ip-choose-item__radio-wrapper,
.ip-choose-item__radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.free-proxy__description .elementor-row {
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.free-proxy__description .elementor-image{
    width: 220px;
    margin: auto;

}
.free-proxy__advantages .elementor-image-box-img img {
    height: 128px;
    width: auto;
}
.free-proxy__prices .interval-plan > .features + p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.network-locations.network-locations--sports-vpn {
	padding-bottom: 40px;
}

.elementor-6893 .elementor-element.elementor-element-1d8a37f .elementor-image-box-wrapper .elementor-image-box-img {
  width: auto!important;
}

@media (max-width: 768px) {
	body .network-locations .location__item-list li {
		width: 33%;
	}
}

@media (max-width: 568px) {
	body .network-locations .location__item-list li {
		width: 50%;
	}
}

.what-is__font *{
    font-family: 'Museo Sans 300',sans-serif !important;
    font-display: swap;
    line-height: 160%;
}
@media (max-width: 568px) {
	body .elementor-7455 .elementor-section-boxed{
        padding: 30px 0px 30px 0px !important;
    }
    .elementor-7455 .elementor-element-33e463e9 p{
        text-align: center;
    }
    body.page-id-7455 .elementor-7455 .elementor-element-populated .elementor-widget-container{
        margin: 0;
    }
    body.page-id-7455 .elementor-7455 .elementor-element-populated .elementor-widget-container .elementor-image-box-title{
        margin-top: 0;
    }
    body.page-id-7455 .hero-banner h1, body.page-id-7455 #content .hero-banner h1 {
        font-size: 36px;
        margin-bottom: 35px;
    }
     body.page-id-7455 .elementor-widget-image-box .elementor-image-box-description{
        margin-bottom: 30px;
    }
}

body.page-id-7455 .interval-plan > .features + p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}



.secondary_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
            margin-bottom: 2px;
}

.secondary_menu a{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.secondary_menu li{
    margin-left: 20px;
}
.secondary_menu i[class^='ic-icon'] {
    margin-right: 10px;
}
body .network-locations  .location__item-list{
    width: 100% !important;display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
}
body .network-locations  .location__item-list li {
    list-style-type: none;
    width: 21.39%;
    background-image: url(/wp-content/uploads/map-marker.png);
    background-repeat: no-repeat;
    padding-left: 29px;
    margin-bottom: 30px !important;
}
@media (max-width: 720px) {
    body .network-locations  .location__item-list li {
        list-style-type: none;
        width: 45%;
    }
}
body .network-locations  .location__item-list{
   margin-bottom: 0;
}
.network-locations.network-locations--sports-vpn > h2 {
    text-align: center;
        font-size: 30px;
    margin-top: 9px;
    line-height: 46px;
    margin-bottom: 10px;
    letter-spacing: 1.95px;
}
.network-locations.network-locations--sports-vpn > p {
    max-width: 630px;
    text-align: center;
    color: #7e848e;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 35px;
    margin-bottom: 53px;
}
.network-locations.network-locations--sports-vpn {
     display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
}
#locations_box {
    height: auto !important;
}
 #need_get_vpn .elementor-widget-container{
    margin-top: -15px !important;
}
body #content .network-locations p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.elementor-element-da2cf10{
    margin-bottom 0;
}

.elementor-element-685b754 .elementor-image-box-img img,
.elementor-element-6483e413 .elementor-image-box-img img {
    height: 106px;
    width: auto;
}

.elementor-element-7cb1e681 .elementor-image-box-img img {
    height: 110px;
    width: auto;
}

.elementor-section.elementor-section-boxed.elementor-element-2f04c9f7 > .elementor-container {
    max-width: none;
}

.elementor-element-2f04c9f7 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.content-iframe {
    border: none;
}

#content .features-network {
    padding-top: 24px;
    padding-bottom: 34px!important;
}
.landing-pg  section.landing-pg.vpn-for-windows{
    display: none;
}
.network-loc-poly-map .servers-distant-countries li.hk,
.page-id-1750 .servers-distant-countries li.sg,
.page-id-1520 .servers-distant-countries li.ru
{
    display: none;
}

.btn-to-order {
    color: #fff!important;
    background: #00a08f;
    border: 1px solid #00a38f;
    transition: ease .3s;
}

.btn-to-order:hover {
    background-color: transparent;
    color: #00a38f!important;
}

.post-grid .wp-post-image {
    height: 380px;
}


.post-grid .wp-post-image{
	height: auto;
	object-fit: contain;
}
@media (max-width: 767px){
	.navbar-lvpn-default .navbar-brand {
		width: auto;
	}
	#header .banner .lead {
		text-align: center;
		color: #fff;
		font-weight: 700;
	}
}
.single-post img.size-full,
.single-post img.size-large {
    object-fit: unset;
    max-height: none;
    height: auto;
}

.wp-caption {
    max-width: 100%!important;
}

.wp-caption-text {
    font-size: 10px!important;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}
.start-your-trial {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.max-w{
  max-width: 100% !important;
}
.start-your-trial .page-header{
  margin-top: 0px !important;
}
.start-your-trial .page-header h2{
  color: #FFF !important;
  font-size: 1.9em !important;
  line-height: 2.06em !important;
}
.start-your-trial .page-header p.lead {
	color: #a1eadd !important;
  margin: 0 !important;
  font-size: 1.2em !important;
  font-weight: normal !important;
}
.page-id-15 #header .banner{
    background: none !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-top: 42px !important;
    padding-bottom: 180px !important;
}
.page-id-591 #header .banner,
.page-id-65 #header .banner,
.page-id-125 #header .banner,
.page-id-77 #header .banner,
.page-id-154 #header .banner,
.page-id-159 #header .banner,
.page-id-700 #header .banner,
.page-id-1927 #header .banner,
.page-id-1934 #header .banner,
.page-id-1922 #header .banner,
.page-id-1918 #header .banner,
.page-id-1948 #header .banner,
.page-id-1907 #header .banner,
.page-id-1733 #header .banner,
.page-template-tpl-locations #header .banner {
    background: none !important;
}
body.single-post blockquote{
  padding: 20px 40px;
}
body.single-post blockquote p{
    font-size: 24px !important;
    font-style: italic;
}
.before-ul {
    margin-bottom: 5px !important;
}
.single-post .content-top-mar ul li,
.single-post .content-top-mar ol li{
    padding-bottom: 5px !important;
}
.slider-height-image{
	max-height: 600px !important;
	width: auto !important;
	text-align: center !important;
	display: block !important;
	margin: 0 auto !important;
}
.section-blog-widget h4{
    padding: 19.5px 21.5px 0;
    margin-top: 0;
}
.section-blog-widget ul, .section-blog-widget ol{
    margin-bottom: 0;
    padding-bottom: 16.5px;
    padding-right: 21.5px;
}
@media screen and (max-width: 1800px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-1bd3ab18 > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-488d1653 > .elementor-element-populated {
        padding-top: 30%;

    }
}
@media screen and (max-width: 1440px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-1bd3ab18 > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-488d1653 > .elementor-element-populated {
        padding-top: 35%;

    }
}
@media screen and (max-width: 1220px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-1bd3ab18 > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-488d1653 > .elementor-element-populated {
        padding-top: 40%;

    }
}
@media screen and (max-width: 1100px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-1bd3ab18 > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-488d1653 > .elementor-element-populated {
        padding-top: 45%;

    }
}
@media screen and (max-width: 767px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-1bd3ab18 > .elementor-element-populated, body .elementor-6175 .elementor-element.elementor-element-488d1653 > .elementor-element-populated {
        padding-top: 15%;

    }
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated{
        padding-top: 25%;
    }
}
@media screen and (max-width: 600px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated{
        padding-top: 35%;
    }
}
@media screen and (max-width: 400px){
    body .elementor-6175 .elementor-element.elementor-element-351a37f > .elementor-element-populated{
        padding-top: 45%;
    }
}

.in-progress {
    display: none !important;
}
 
/*Business VPN*/

.business-vpn-hero {
    padding: 60px 0 30px 0;
}

.business-vpn-hero .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.business-vpn-hero .title {
    font-size: 44px;
    color: #3e434a;
    margin-bottom: 20px;
}

.business-vpn-hero p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}

.business-vpn-hero .link-global {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.business-vpn-logo {
    padding: 48px 0 20px;
}

.business-vpn-logo .title {
    text-align: center;
    font-size: 16px;
   color: #333;
    margin-bottom: 20px;
}

.business-vpn-features {
    padding: 60px 0 30px;
}

.business-vpn-features .anchor {
    margin-bottom: 30px;
}

.business-vpn-features .anchor ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.business-vpn-features .anchor ul li {
    margin: 0 20px;
}

.business-vpn-features .anchor ul li a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.business-vpn-features .anchor ul li a.active {
    /*color: #1db292;*/
    color: #0a3d73;
}

.business-vpn-features .wrapper .item {
    margin-bottom: 20px;
}

.business-vpn-features .wrapper .item img {
    width: auto;
    height: 30px;
}

.business-vpn-features .wrapper .item .title {
    color: #42474e;
    font-size: 16px;
}

.business-vpn-features .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.business-vpn-services {
    padding: 60px 0 30px 0;
}

.business-vpn-services .wrapper div[class*="col-"] {
    margin-bottom: 20px;
}

.business-vpn-services .item {
    max-width: 300px;
    margin: 0 auto;
}

.business-vpn-services .item img {
    height: 40px;
    margin-bottom: 10px;
}

.business-vpn-services .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.business-vpn-panel {
    padding: 60px 0 30px 0;
}

.business-vpn-devices {
    padding: 60px 0 30px 0;
}

.business-vpn-devices .title {
    font-size: 16px;
    margin: 0 0 30px;
    /*color: #1db292;*/
    color: #0a3d73;
}

.business-vpn-devices .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.business-vpn-devices .list li {
    margin: 0 10px;
}

.business-vpn-devices .list .icon {
    height: 25px;
}

.business-vpn-devices .list .icon img {
    max-height: 25px;
}

.business-vpn-devices .list p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.business-vpn-devices .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.business-vpn-devices .wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.business-vpn-devices .wrapper ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.business-vpn-devices .wrapper ul li .icon {
    min-width: 35px;
    margin-right: 10px;
}

.business-vpn-devices .wrapper ul li .icon img {
    max-height: 25px;
}

.business-vpn-devices .wrapper ul li p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.business-vpn-locations {
    padding: 60px 0 30px 0;
    background-size: cover;
    background-position: center;
}

.business-vpn-locations .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.business-vpn-locations .wrapper .item {
    margin-bottom: 20px;
}

.business-vpn-locations .wrapper .item .title {
    color: #42474e;
    font-size: 16px;
}

.business-vpn-locations .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.business-vpn-need {
    padding: 60px 0 30px 0;
}

.business-vpn-need .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.business-vpn-need .wrapper .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.business-vpn-need .wrapper .item img {
    margin-right: 15px;
    width: auto;
    height: 30px;
}

.business-vpn-need .wrapper .item .text {
    width: calc(100% - 80px);
}

.business-vpn-need .wrapper .item .text .title {
    color: #42474e;
    font-size: 16px;
    margin-top: 0;
}

.business-vpn-need .wrapper .item .text p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.business_vpn_clients {
    padding: 60px 0 30px 0;
}

.business_vpn_clients .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.business_vpn_clients .wrapper .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.business_vpn_refund {
    background: #fbfbfb;
    padding: 60px 0 30px 0;
}

.business_vpn_refund img {
    margin-bottom: 20px;
}

/*Order newest*/

.order-hero {
    background-color: #f7f7f7;
    padding: 30px 0 10px 0;
}

.order-hero h1 {
    font-size: 30px;
    margin-bottom: 6px;
}

.steps {
    background-color: #f7f7f7;
}

.steps h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.order-step1 {
    padding: 0 0 30px 0;
}

.order-step1 .wrapper {
    margin-top: 70px;
}

.order-step1 .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.order-step1 .wrapper .item {
    background-color: white;
    border: 3px solid transparent;
    min-height: 300px;
    max-width: 300px;
    border-radius: 5px;
    padding: 40px 10px 14px;
    box-shadow: 0 0 0 1px #d9d9d9;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.order-step1 .wrapper .item.active {
    /*border: 3px solid #1db292;*/
    border: 3px solid #0a3d73;
    box-shadow: none;
}

.order-step1 .wrapper .item.active .popular {
    /*background: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}

.order-step1 .wrapper .item.active .period,
.order-step1 .wrapper .item.active .price .real,
.order-step1 .wrapper .item.active .price small {
    color: #333;
}

.order-step1 .wrapper .item.active .btn a {
    /*background: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}

.order-step1 .wrapper .item .popular {
    position: absolute;
    right: -3px;
    top: -3px;
    background-color: #acacac;
    font-size: 14px;
    color: white;
    padding: 6px 13px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.order-step1 .wrapper .item .period {
    font-size: 16px;
    font-weight: 600;
    color: #acacac;
    margin-bottom: 15px;
}

.order-step1 .wrapper .item .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 117px;
    margin-bottom: 30px;
}

.order-step1 .wrapper .item .price .cut {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    color: #acacac;
    margin-bottom: 15px;
    position: relative;
}

.order-step1 .wrapper .item .price .cut:before {
    content: "";
    background-color: #ff6000;
    height: 1px;
    width: 115%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%,-50%);
}

.order-step1 .wrapper .item .price .real {
    font-size: 60px;
    font-weight: 600;
    color: #acacac;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.order-step1 .wrapper .item .price span {
    font-size: 14px;
}

.order-step1 .wrapper .item .price small {
    font-size: 12px;
    color: #545454;
}

.order-step1 .wrapper .item .btn {
    width: 100%;
}

.order-step1 .wrapper .item .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    min-height: 55px;
    margin: 0 auto;
    background: #acacac;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    color: white;
    transition: .3s;
}

.order-step1 .wrapper .item .btn a:hover {
    transition: .3s;
    /*background: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    text-decoration: none;
}

.order-step1 .wrapper .item .guarantee{
    font-size: 12px;
    color: #acacac;
} 

.order-step2 {
    padding: 30px 0;
}

.order-step2 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-step2 .top .color-red {
    color: red;
}

.order-step2 .top p i {
    margin-right: 10px;
}

.order-step2 .methods {
    margin: 20px 0;
}

.order-step2 .methods ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.order-step2 .methods ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 230px;
    box-shadow: inset 0 0 0 1.2px #e1e1e1;
    margin: 0 10px 10px 0;
    padding: 10px;
    height: 56px;
    border-radius: 3px;
    cursor: pointer;
}

.order-step2 .methods ul li.active {
     /*box-shadow: inset 0 0 0 1.2px #1db292;*/
     box-shadow: inset 0 0 0 1.2px #0a3d73;
}

.order-step2 .methods ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
    margin-right: 15px;
    position: relative;
}

.order-step2 .methods ul li.active span:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    /*background: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}

.order-step2 .methods ul li img {
    height: 20px;
}

.order-step2 .payment-details {
    background-color: #f9f9f9;
    border: 1.2px solid #e1e1e1;
    border-radius: 3px;
    padding: 15px;
}

.order-step2 .payment-details .inner h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.order-step2 .payment-details .inner .top {
    font-size: 16px;
    margin-bottom: 10px;
}

.order-step2 .payment-details .inner .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}

.order-step2 .payment-details .inner .total h4 {
    font-size: 24px;
    font-weight: 600;
}

.order-step2 .payment-details .inner .coupon {
    margin-bottom: 15px;
    display: flex;
}

.order-step2 .payment-details .inner .coupon form {
    display: none;
}

.order-step2 .payment-details .inner .coupon form input {
    width: 200px;
    height: 30px;
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #b9babd;
    padding: 3px 10px;
    font-size: 12px;
    color: #555;
    outline: none;
    appearance: none;
    margin: 0 10px 10px 0;
}

.order-step2 .payment-details .inner .coupon form input:placeholder {
    font-size: 14px;
    color: #8e9091;
}

.order-step2 .payment-details .inner .coupon form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    height: 30px;
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    border: 0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    color: white;
    transition: .3s;
}

.order-step2 .payment-details .inner .form input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #b9babd;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    outline: none;
    appearance: none;
    margin-bottom: 10px;
}

.order-step2 .payment-details .inner .form input:placeholder {
    font-size: 14px;
    color: #8e9091;
}

.order-step2 .payment-details .inner .form .form-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.order-step2 .payment-details .inner .form .form-btn .pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    min-height: 55px;
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    border: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    color: white;
    transition: .3s;
}

.order-step2 .payment-details .inner .form .form-btn ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.order-step2 .payment-details .inner .form .form-btn li {
    font-size: 12px;
    margin-bottom: 10px;
}

.order-step2 .payment-details .inner .form .form-btn li i {
    margin-right: 10px;
}

.order-step2 .addon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fafafa;
    border-radius: 3px;
    border: 1.2px solid #e1e1e1;
    margin-top: 10px;
    padding: 19px 20px;
}

.order-step2 .addon-box .addon-box-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 200px);
}

.order-step2 .addon-box .addon-box-left img {
    margin-right: 15px;
}

.order-step2 .addon-box .addon-box-right {
    text-align: right;
    width: 180px;
}

.order-step2 .addon-box .addon-box-right .remove-btn {
    display: none;
}

.order-step2 .addon-box .addon-box-right .addon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    margin: 0;
    /*border: 2px solid #1db292;*/
    border: 2px solid #0a3d73;
    color: #1db292;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    outline: 0;
    background: 0 0;
    height: 40px;
    box-shadow: none;
    letter-spacing: .18px;
}

.order-step2 .addon-box .addon-box-right .addon-btn:hover {
    text-decoration: none;
}

.modal-addon .modal-header {
    padding: 0;
    border-bottom: 0;
}

.modal-addon .modal-header .close {
    margin: 5px;
    position: relative;
    z-index: 2;
}

.order-step2 .includes {
    padding-left: 55px;
}

.order-step2 .includes h4 {
    margin-top: 20px;
    font-weight: 600;
}

.order-step2 .includes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.order-step2 .includes ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order-step2 .includes ul li img {
    height: 15px;
    margin-left: 10px;
}

.order-step2 .includes ul li i {
    /*color: #1db292;*/
    color: #0a3d73;
    margin-right: 10px;
}

.order-step2 .includes img {
    height: 55px;
}

.order-news {
    padding: 30px 0;
    background-color: #edf1f4;
}

.order-news h2 {
    font-size: 22px;
}

.order-news .wrapper {
    margin-top: 100px;
}

.order-news .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.order-news .wrapper .item {
    background-color: #f8f8fa;
    border: 1px solid #cacacc;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    padding: 55px 15px 5px;
    position: relative;
    text-align: center;
    min-height: 237px;
}

.order-news .wrapper .item .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -70px;
}

.order-news .wrapper .item .name {
    color: #a5a5a7;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0;
}

.order-news .wrapper .item .logo {
    margin-bottom: 10px;
}

.order-guarantee {
    padding: 50px 0;
    /*background: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
}

.order-guarantee h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.order-guarantee p {
    color: white;
    margin-bottom: 40px;
}

.order-guarantee .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    min-height: 55px;
    background: white;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    /*color: #1db292;*/
    color: #0a3d73;
    transition: .3s;
}

.order-guarantee .link a:hover {
    text-decoration: none;
}

.order-guarantee .link small {
    color: white;
    font-size: 12px;
}

.order-features {
    padding: 50px 0;
}

.order-features h2 {
    margin-bottom: 50px;
}

.order-features .wrapper .item {
    max-width: 210px;
    margin: 0 auto;
}

.order-features .wrapper .item img {
    height: 60px;
}


.order-features .wrapper .item h3 {
    font-size: 16px;
}

.order-all-features {
    padding: 50px 0;
}

.order-all-features h2 {
    margin-bottom: 50px;
}

.order-all-features .table {
    border: 4px solid #f5f5f5;
}

.order-all-features .table-title {
    background: #f8f8fa;
    border: 4px solid #f5f5f5;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #d9d9d9;
}

.order-all-features .table-title h3 {
    font-size: 16px;
    margin: 0;
}

.order-all-features .table-item {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}

.order-all-features .table-item p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0 10px 15px;
    margin: 0;
}

.order-all-features .table-item p:first-of-type {
    width: 40%;
    border-right: 1px solid #d9d9d9;
}

.order-all-features .table-item p:nth-of-type(2) {
    width: 60%;
}

.order-all-features .table-item p span {
    display: inline-flex;
    width: 40px;
    margin-right: 10px;
}

.order-all-features .table-item p img {
    height: auto;
    max-width: 30px;
}

/*FAQ*/

.faq {
    padding: 60px 0;
}

.faq h1 {
    color: #3e434a;
    margin: 0 0 50px 0;
}

.faq h2 {
    color: #3e434a;
    margin-bottom: 30px;
}

.faq .accordion {
    margin-bottom: 50px;
}

.faq .accordion .card {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
}

.faq .accordion .card {
    margin-bottom: 20px;
}

.faq .accordion .card .card-header h2 {
    margin: 0;
}

.faq .accordion .card .card-header button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3e434a;
    width: 100%;
    background-color: white;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
    border: 0;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    padding: 24px;
}

.faq .accordion .card .card-header button i {
    transform: rotate(180deg);
}

.faq .accordion .card .card-header .collapsed i {
    transform: rotate(0deg);
}

.faq .accordion .card .card-body {
    padding: 0 24px 24px 24px;
    color: #3e434a;
}

.faq-nav {
    position: fixed;
}

.faq-nav h4 {
    font-size: 12px;
    color: #b9babd;
}

.faq-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-nav ul li {
    margin-bottom: 10px;
}

.faq-nav ul li a {
    color: #3e434a;
}

.faq-nav ul li a.active {
    color: #1d9a7a;
    text-decoration: underline;
}

/*Fatures new*/

.features-hero {
    padding: 100px 0;
    background-color: #04b392;
    background-size: cover;
    background-position: center;
}

.features-hero h1 {
    line-height: 54px;
    font-size: 48px;
    color: white;
    margin-bottom: 15px;
}

.features-hero p {
    font-size: 24px;
    line-height: 36px;
    color: white;
    margin-bottom: 45px;
}

.features-list .wrapper {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}

.features-list .wrapper .item h2{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.features-list .wrapper .item p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}

.features-list .wrapper .item a {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    color: white;
}

.features-list .wrapper .item a:hover {
    background-color: #189378;
}

.features-list .wrapper:nth-of-type(even) .item {
    order: 2;
}

.features-list .wrapper:nth-of-type(even) .image {
    order: 1;
}

.features-info {
    padding: 100px 0;
    background-color: #E6FAF9;
}

.features-info h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.features-info p {
    font-size: 22px;
    line-height: 36px;
}

.features-info img {
    max-width: 70%;
}

.features-app {
    padding: 100px 0;
}

.features-app .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.features-app h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.features-app p {
    font-size: 22px;
    line-height: 36px;
}

.features-app img {
    max-width: 70%;
}

.features-more h2 {
    font-size: 42px;
    line-height: 1.1;
    padding: 100px 0 150px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.features-more .wrapper {
    margin-top: 50px;
}

.features-more .wrapper div[class*="col-"] {
    margin-bottom: 25px;
}

.features-more .wrapper .item {
    max-width: 345px;
}

.features-more .wrapper .item a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}

.features-more .wrapper .item a:hover {
    text-decoration: underline;
    color: #1d9a7a;
}

.features-more .additional {
    padding: 100px 0;
}

.features-more .additional a {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    color: white;
}

.features-more .additional a:hover {
    background-color: #189378;
}

.features-more .additional h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 70px 0 50px 0;
}

.features-more .additional img {
    max-width: 70%;
}

.features-cta {
    padding: 50px 0 0 0;
    background-color: #04b392;
    background-size: cover;
    background-position: center;
}

.features-cta .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.features-cta h2 {
    line-height: 54px;
    font-size: 48px;
    color: white;
    margin-bottom: 15px;
}

.features-cta p {
    font-size: 24px;
    line-height: 36px;
    color: white;
    margin-bottom: 45px;
}

.features-cta img {
    max-width: 80%;
}

/*Features new single*/

.features-hero {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.features-hero h1 {
    line-height: 54px;
    font-size: 48px;
    color: white;
    margin-bottom: 15px;
}

.features-hero p {
    font-size: 24px;
    line-height: 36px;
    color: white;
    margin-bottom: 45px;
}

.features-single-list {
    padding: 50px 0;
}

.features-single-list .wrapper  div[class*="col-"] {
    margin-bottom: 30px;
}

.features-single-list .wrapper .item .image {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,0.1);
    border-radius: 50%;
    margin-bottom: 15px;
}

.features-single-list .wrapper .item .image img {
    max-height: 30px;
}

.features-single-list .wrapper .item h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.features-single-list .wrapper .item p {
    font-size: 16px;
}

.features-clients {
    padding: 100px 0;
    background-color: #f6f6f6;
}

.features-clients h2 {
    margin-bottom: 30px;
}

.features-clients img {
    max-width: 85%;
    margin-bottom: 30px;
}

.features-clients .btn {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    color: white;
}

.features-clients .btn:hover {
    background-color: #189378;
}

/*Why LimeVPN*/

.why-limevpn-hero {
    padding: 60px 0;
}

.why-limevpn-hero .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.why-limevpn-hero h1 {
    font-size: 44px;
    color: #3e434a;
    margin-bottom: 20px;
}

.why-limevpn-hero p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}

.why-limevpn-needs {
    padding: 60px 0 30px;
}

.why-limevpn-needs h3 {
    text-align: center;
    font-size: 24px;
    color: rgba(0,0,0,.3);
    margin: 30px 0;
}

.why-limevpn-needs .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.why-limevpn-needs .wrapper .item {
    text-align: center;
}

.why-limevpn-needs .wrapper .item img {
    height: 40px;
}

.why-limevpn-needs .wrapper .item h4 {
    color: #42474e;
    font-size: 16px;
}

.why-limevpn-needs .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.why-limevpn-hiw  {
    padding: 60px 0 30px 0;
}

.why-limevpn-guarantee {
    background: #fbfbfb;
    padding: 60px 0 30px 0;
}

.why-limevpn-choise {
    padding: 60px 0 30px 0;
}

.why-limevpn-choise .wrapper .item h3 {
    color: #42474e;
    font-size: 16px;
    margin-bottom: 30px;
}

.why-limevpn-choise .wrapper .item img {
    margin-bottom: 30px;
}

.why-limevpn-choise .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.link-global {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.link-global .btn {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    color: white;
}

.link-global .btn {
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    color: white;
}

.link-global .btn:hover {
    background-color: #189378;
}

.link-global small {
    margin-top: 10px;
}

/*Student discount*/

.discount-hero {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.discount-hero .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.discount-hero h1 {
    font-size: 44px;
    color: #3e434a;
    margin-bottom: 20px;
    color: white;
}

.discount-hero p {
    margin-bottom: 30px;
    color: white;
}

.discount-hero .link-global {
    align-items: flex-start;
}

.discount-hero .link-global small {
    color: white;
}

.discount-hero img {
    max-width: 300px;
}

.discount-logos {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.discount-list {
    padding: 60px 0 30px 0;
}

.discount-list .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.discount-list .wrapper:nth-of-type(even) .image {
    order: 2;
}

.discount-list .wrapper:nth-of-type(even) .text {
    order: 1;
}

.discount-list .text img {
    max-height: 40px;
    margin-bottom: 30px;
}

.discount-list .text .link-global {
    align-items: flex-start;
}

.discount-list .page-header {
    text-align: left;
}

.discount-experience {
    padding: 60px 0 30px 0;
}

.discount-experience .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.discount-experience .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.discount-experience .wrapper .item h3 {
    color: #42474e;
    font-size: 22px;
}

.discount-experience .wrapper .item .icon {
    display: flex;
    align-items: center;
    height: 35px;
}

.discount-experience .wrapper .item .icon img {
    max-height: 35px;
    width: auto;
}

.discount-experience .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.discount-testimonials {
    padding: 60px 0 30px 0;
}

/*Download hero*/

.download-hero {
    padding: 60px 0;
}

.download-hero .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.download-hero .link-global {
    align-items: flex-start;
}

.download-tabs {
    padding: 60px 0 30px 0;
}

.download-tabs .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download-tabs .nav-pills {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
}

.download-tabs .nav-pills .nav-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
}

.download-tabs .nav-pills .nav-link:before {
    display: none;
    position: absolute;
    content: "\f054";
    left: 0;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.download-tabs .nav-pills .active .nav-link:before {
    display: block;
}

.download-tabs .nav-pills .active .nav-link {
    /*color: #1db292;*/
    color: #0a3d73;
    background-color: transparent; 
}

.download-tabs .nav-pills .nav-link:hover {
     background-color: transparent; 
}

.download-tabs .tab-content .page-header {
    text-align: left;
}

.download-tabs .tab-content .page-header .link-global {
    align-items: flex-start;
    margin-bottom: 30px;
}

.download-tabs .tab-content .page-header h3 {
    margin-top: 0;
}

.download-tabs .tab-content .page-header img {
    margin-bottom: 30px;
}

.download-features {
    padding: 60px 0 30px 0;
}

.download-features .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.download-features .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.download-features .wrapper .item img {
    max-height: 40px;
}

.download-features .wrapper .item h3 {
    color: #42474e;
    font-size: 16px;
}

.download-features .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.download-steps {
    padding: 60px 0 30px 0;
}

.download-steps .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.download-steps .page-header {
    text-align: left;
}

.download-steps ul {
    max-width: 450px;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.download-steps ul li {
    margin-bottom: 15px;
}

.download-steps ul li h3 img {
    max-width: 30px;
    margin-right: 15px;
}

.download-steps ul li h3 {
    color: #42474e;
    font-size: 16px;
}

.download-steps ul li p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.download-steps .available h4 {
    display: flex;
    align-items: center;
    color: #42474e;
    font-size: 14px;
}

.download-steps .available h4 img {
    max-height: 30px;
    margin-left: 15px;
}

.download-steps .link-global {
    align-items: flex-start;
}

.download-trusted {
    padding: 60px 0 30px 0;
    background-color: #fbfbfb;
}

.download-trusted .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.download-trusted .wrapper .item {
    text-align: center;
}

.download-trusted .wrapper .item img {
    margin-bottom: 15px;
}

.download-trusted .wrapper .item p {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.download-trusted .wrapper .item h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.download-trusted .wrapper .item h4 {
    font-size: 12px;
    margin: 0;
    color: #b9babd;
}

.download-trusted .logos {
    margin-top: 50px;
}

.download-trusted .logos .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.download-all {
    padding: 60px 0 30px 0;
}

.download-all .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.download-all .wrapper .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #3e434a;
    transition: .3s;
}

.download-all .wrapper .item:hover {
    text-decoration: none;
    /*color: #1db292;*/
    color: #0a3d73;
    transition: .3s;
}

.download-all .wrapper .item img {
    width: 100%;
    max-width: 200px;
    padding: 32px 0;
    margin-bottom: 15px;
    height: 100px;
    box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
    transition: .3s;
}

.download-all .wrapper .item:hover img {
    transition: .3s;
    box-shadow: 0 0 0 1px rgba(56,60,67,.07), 0 8px 14px 1px rgba(56,60,67,.15);
}

/*Download single*/

.download-single-hero {
    padding: 60px 0;
    background-color: #fbfbfb;
}

.download-single-hero .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.download-single-hero .link-global {
    flex-direction: row;
}

.download-single-hero .link-global img {
    height: 40px;
}

.download-single-hero .link-global a {
    margin-right: 15px;
}

.download-single-hero .image {
    text-align: center;
}

.download-single-hero .image img {
    max-width: 500px;
}

.download-single-list {
    padding: 60px 0;
}

.download-single-list:nth-of-type(odd) .image {
   order: 2; 
}

.download-single-list:nth-of-type(odd) .text {
   order: 1; 
}

.download-single-list .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.download-single-list .image {
    text-align: center;
}

.download-single-list .image img {
    max-width: 500px;
}

.download-single-list .page-header {
    text-align: left;
}

.download-single-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.download-single-list ul li {
    margin-bottom: 25px;
}

.download-single-list ul li h3 {
    color: #42474e;
    font-size: 16px;
}

.download-single-list ul li p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.download-faq .accordion {
    max-width: 900px;
    margin: 0 auto;
}

.download-nav {
    padding: 15px 0;
    background-color: white;
    border-bottom: 1px solid #dadbdc;
}

.download-nav .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download-nav .wrapper .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-nav .wrapper .item img {
    margin-bottom: 5px;
}

.download-nav .wrapper .item {
    color: #3e434a;
    transition: .3s;
}

.download-nav .wrapper .item:hover {
    text-decoration: none;
    /*color: #1db292;*/
    color: #0a3d73;
    transition: .3s;
}

.download-nav .wrapper .item.active {
    /*color: #1db292;*/
    color: #0a3d73;
}

/*Covid hero*/

.covid-hero {
    padding: 60px 0;
}

.covid-hero .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.covid-hero h2 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.covid-hero h1 {
    margin: 0 0 10px 0;
}

.covid-hero p {
    margin: 0 0 30px 0;
}

.covid-hero .link-global {
    align-items: flex-start;
}

.covid-hero .image-m {
    display: none;
    background-color: #c7fff0;
    padding: 40px;
    margin-bottom: 40px;
}

.covid-hero .image-m img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.covid-hero .image {
    text-align: center;
}

.covid-hero img {
    margin: 0 auto;
}

.covid-pricing {
    padding: 60px 0;
    background-color: #f7f8fa;
}

.covid-pricing .show-mobile {
    display: none;
}

.show-mobile {
    display: none;
}

.covid-pricing nav {
    text-align: center;
}

.covid-pricing .nav-tabs {
    display: inline-flex;
    justify-content: center;
    border-bottom: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    background-color: white;
    margin-bottom: 50px;
}

.covid-pricing .nav-tabs .nav-item {
    display: flex;
    align-items: center;
    background-color: #f7f8fa;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    padding: 0 50px;
    text-decoration: none;
    border-radius: 6px;
}

.covid-pricing .nav-tabs .nav-item.active {
    background-color: white;
    color: #adadad;
}

.covid-pricing .nav-tabs .nav-item:hover {
    text-decoration: none;
}

.covid-pricing .tab-content .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.covid-pricing .tab-content .plan {
    width: 390px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    border: 1px solid transparent;
    border-radius: 7px;
    background-color: white;
    margin: 0 15px;
    padding: 30px 0;
    text-align: center;
    position: relative;
    transition: .3s;
}

.covid-pricing .tab-content .plan:hover {
    border-color: #29b190;
    transition: .3s;
}

.best-seller {
    display: flex;
    align-items: center;
    position: absolute;
    top: -30px;
    right: 0;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 30px;
    background-color: #29b190;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 15px;
}

.covid-pricing .tab-content .plan .title {
    color: #29b190;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
}

.covid-pricing .tab-content .plan .discount {
    background-color: #f7f8fa;
    text-transform: uppercase;
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
    padding: 5px 0;
}

.covid-pricing .tab-content .plan .old-price {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.covid-pricing .tab-content .plan .old-price span {
    color: #666;
    font-size: 10px;
    font-weight: 400;
}

.covid-pricing .tab-content .plan .old-price p {
    color: #808080;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.76px;
    text-decoration: line-through;
}

.covid-pricing .tab-content .plan .new-price {
    display: flex;
    justify-content: center;
    color: #666666;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.covid-pricing .tab-content .plan .new-price span {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}

.covid-pricing .tab-content .plan .period {
    width: 140px;
    border-bottom: 1px solid #d1d1d1;
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.58px;
    padding-bottom: 25px;
    margin: 0 auto 13px auto;
}

.covid-pricing .tab-content .plan .info {
    max-width: 205px;
    margin: 0 auto 40px auto;
}

.covid-pricing .tab-content .plan .info p {
    color: #808080;
    font-size: 12px;
    font-weight: 300;
}

.covid-pricing .tab-content .plan .info p span {
    text-decoration: line-through;
}

.covid-pricing .coupon {
    text-align: center;
    margin-top: 70px;
}

.covid-pricing .coupon h3 {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.4px;
    margin: 0 0 10px 0;
}

.covid-pricing .coupon .copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.covid-pricing .coupon .copy input[type="text"] {
    background-color: white;
    width: 400px;
    height: 50px;
    color: #29b190;
    font-size: 24px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    padding: 0 30px;
    outline: none;
}

.covid-pricing .coupon .copy button {
    border: 0;
    background-color: transparent;
    height: 50px;
    margin-left: -48px;
    padding: 0 20px 0 0;
    position: relative;
}

.covid-pricing .coupon .copy button .copied {
    display: none;
    position: absolute;
    left: 60px;
    top: 15px;
    /*background-color: #1db292;*/
    background: linear-gradient(to right top,#09305d,#0a3d73,#0a4a8b,#0957a2,#0565bb);
    color: white;
    padding: 0 10px;
    line-height: 1.3;
}

.covid-pricing .coupon .copy button .copied:before {
    position: absolute;
    content: '';
    width: 0; 
    height: 0; 
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    /*border-right: 8px solid #1db292;*/
    border-right: 8px solid #0a3d73;
    left: -8px;
    top: 0px;
}

.covid-benefits {
    padding: 60px 0 30px 0;
    background-color: #f7f8fa;
}

.covid-benefits .row {
    display: flex;
    flex-wrap: wrap;
}

.covid-benefits div[class*="col-"] {
    margin-bottom: 35px;
}

.covid-benefits .item {
    display: flex;
}

.covid-benefits .item .icon {
    width: 40px;
    margin-right: 25px;
}

.covid-benefits .item .icon img {
    width: 100%;
}

.covid-benefits .item .text {
    max-width: 400px;
}

.covid-benefits .item h3 {
    color: #42474e;
    font-size: 16px;
    margin-top: 0;
}

.covid_testimonials {
    padding: 60px 0 100px 0;
}

.covid_testimonials .multiple-items {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.covid_testimonials .item p {
    color: #383838;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    margin-bottom: 35px;
}

.covid_testimonials .item .info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.covid_testimonials .item .info .logo {
    padding-right: 15px;
}

.covid_testimonials .item .info .text {
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
}

.covid_testimonials .item .info .text h3 {
    color: #383838;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.covid_testimonials .item .info .text .date {
    color: #383838;
    font-size: 14px;
}

.covid_testimonials .slick-dots li {
    margin: 0 12px;
}

.covid_testimonials .slick-dots li button {
    width: 31px;
    height: 7px;
    border-radius: 3px;
    background-color: #e6e6e6;
    border: 0;
}

.covid_testimonials .slick-dots li.slick-active button {
    background-color: #ccc;
}

.covid-symptoms {
    padding: 60px 0 30px 0;
    background-color: #f7f8fa;
}

.covid-symptoms .page-header {
    max-width: 850px;
    margin: 0 auto;
}

.covid-symptoms .page-header h2 {
    font-size: 32px;
}

.covid-symptoms .page-header p {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 300;
}

.covid-symptoms .page-header img {
    max-width: 650px;
    margin: 0 auto;
}

.covid-prevent {
    padding: 60px 0;
    background-color: #f7f8fa;
}

.covid-prevent .row {
    display: flex;
    flex-wrap: wrap;
}

.covid-prevent div[class*="col-"] {
    margin-bottom: 35px;
}

.covid-prevent .item {
    display: flex;
}

.covid-prevent .item .icon {
    width: 70px;
    margin-right: 25px;
}

.covid-prevent .item .icon img {
    width: 100%;
}

.covid-prevent .item .text {
    max-width: 400px;
}

.covid-prevent .item h3 {
    color: #42474e;
    font-size: 16px;
    margin-top: 0;
}

.covid-benefits .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

/*Plus template*/

.plus-hero {
    background-color: #04b392;
    padding: 120px 0;
    position: relative;
}

.plus-hero .title-sm {
    font-size: 24px;
    color: #333;
    margin: 0 0 10px 0;
    color: white;
}

.plus-hero .title {
    margin: 0 0 10px 0;
    color: white;
}

.plus-hero p {
    max-width: 400px;
    color: white;
}

.plus-hero .link-global {
    align-items: flex-start;
    margin-bottom: 10px;
}

.plus-hero small {
    color: white;
}

.plus-hero small a {
    color: white;
    text-decoration: underline;
}

.plus-hero small a:hover {
    text-decoration: none;
}

.plus-hero .image {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Plus features*/

.plus-features {
    padding: 60px 0;
}

.plus-features .wrapper {
    margin-top: 35px;
}

.plus-features .item h3 {
    color: #42474e;
    font-size: 16px;
    margin-top: 0;
}

/*Plus list*/

.plus-list {
    padding: 60px 0;
}
76
.plus-list .container:before,
.plus-list .wrapper:before,
.plus-list .container:after,
.plus-list .wrapper:after {
    display: none;
}

.plus-list .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.plus-list:nth-of-type(odd) {
    background-color: #f7f8fa;
}

.plus-list:nth-of-type(even) .image {
    order: 1;
}

.plus-list:nth-of-type(even) .text {
    order: 2;
}

.plus-list .page-header {
    text-align: left;
}

/*Glossary page*/

.glossary-header {
    padding: 60px 0;
}

.glossary-list {
    padding: 70px 0;
}

.glossary-list .letters.fixed .box {
    position: fixed;
    top: 150px;
}

.glossary-list .letters .box {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.glossary-list .letters a {
    padding: 0 10px;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

/*Kodi VNP*/

.kodi-hero {
    padding: 60px 0;
}

.kodi-hero .wrapper {
    display: flex;
    align-items: center;
}

.kodi-hero h1 {
   margin-bottom: 25px; 
}

.kodi-hero p {
   margin-bottom: 25px; 
}

.kodi-hero .link-global {
    align-items: flex-start;
    margin-bottom: 25px;
}

.kodi-text {
    padding: 60px 0 30px 0;
}

.kodi-text:nth-of-type(even) {
    background-color: #f0f6fc;
}

.kodi-text:nth-of-type(odd) .text {
    order: 2;
}

.kodi-text:nth-of-type(odd) .image {
    order: 1;
}

.kodi-text .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kodi-text .text .page-header {
    text-align: left;
}

.kodi-text .image img {
    width: 320px;
    max-width: 100%;
}

.kodi-why {
    padding: 60px 0 30px 0;
    background-color: #f0f6fc;
}

.kodi-why .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.kodi-why .wrapper .item img {
    height: 50px;
    margin-bottom: 25px;
}

.kodi-why .wrapper .item p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.kodi-how {
    padding: 60px 0 30px 0;
}

.kodi-how .page-header img {
    max-height: 400px;
    margin-top: 50px;
}

.kodi-devices {
    padding: 60px 0 30px 0;
    background-color: #f0f6fc;
}

.kodi-devices .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kodi-devices .wrapper div[class*="col-"] {
    margin-bottom: 30px;
}

.kodi-devices .wrapper .item img {
    height: 50px;
}

.kodi-contact {
    padding: 60px 0 30px 0;
}

.kodi-contact .page-header {
    text-align: left;
}

/*Privacy guide*/

.guide-hero {
    padding: 60px 0;
}

.guide-hero nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
    padding: 15px;
}

.guide-hero .lead p {
    font-family: 'Brandon Grotesque',sans-serif;
}

.guide-hero nav h3 {
    margin: 0;
    font-size: 14px;
}

.guide-hero nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.guide-hero nav ul li {
    list-style: none;
    margin: 0 15px;
}

.privacy-guide-block {
    padding: 60px 0;
}

.privacy-guide-block:nth-of-type(even) {
    background-color: #f7f8fa;
}

.privacy-guide-block .page-header {
    text-align: left;
}

.privacy-guide-block .lead p {
    font-family: 'Brandon Grotesque',sans-serif;
}

.privacy-guide-block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.privacy-guide-block ul li {
    list-style: none;
    width: 48%;
    margin-bottom: 15px;
}

.privacy-guide-block ul li a {
    font-size: 18px;
}

.privacy-guide-block .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 15px;
}

.privacy-guide-block .icon i {
    color: white;
    font-size: 40px;
}

.privacy-guide-block .links {
    margin-top: 50px;
}

.privacy-guide-about {
    border-top: 1px solid #f7f8fa;
    padding: 60px 0;
}

.privacy-guide-about .lead p {
    font-family: 'Brandon Grotesque',sans-serif;
}



/*Alternative*/

.alternative {
    padding: 60px 0;
}

.alternative .wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.alternative h1,
.alternative h2,
.alternative h3,
.alternative h4,
.alternative h5,
.alternative h6 {
    font-family: yorkten-slab-normal,sans-serif;
    font-weight: 700;
    color: #475066;
    margin: 45px 0 24px;
}

.alternative h1 {
    font-size: 38px;
    margin-top: 0;
}

.alternative p {
    font-size: 17px;
    line-height: 1.9;
    color: #5b627d;
    font-weight: 400;
    margin-bottom: 24px;
}

.alternative a {
    color: #6361fa;
}

.alternative ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.alternative ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    color: #5b627d;
}

.alternative figure {
    margin: 0;
}

.alternative table {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
}

.alternative tr td {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    color: #5b627d;
    padding: 0 5px;
    border: 1px solid #dfdfdf;
}

/*Alternatives*/

.alternatives-hero {
    padding: 60px 0;
}

.alternatives-guide {
    padding: 70px 0;
    background-color: #f7f8fa;
}
  
.alternatives-guide .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    margin: 0 auto 50px auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);
    background: white;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.alternatives-guide .box:before,
.alternatives-guide .box:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    background: white;
    transform: rotate(-45deg);
}
      
.alternatives-guide .box:before {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);
    z-index: -1;
}

.alternatives-guide .box ul {
    padding: 0;
    margin: 0;
}
      
.alternatives-guide .box ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 15px;
}
        
.alternatives-guide .box ul li:before {
    position: absolute;
    content: '';
    left: 0;
    width: 10px;
    height: 10px;
    background-image: linear-gradient(to right,#80cdba 0,#2f6f7c 100%);
}

.alternatives-text {
    padding: 70px 0;
}
  
.alternatives-tex .wrapper {
    align-items: center;
}
    
.alternatives-tex .wrapper .image {
    text-align: center;
}

.alternatives-table {
    padding: 70px 0;
}

.alternatives-table .table-responsive {
    display: block;
}
  
.alternatives-table .wrapper table img {
    max-height: 40px
}

.alternatives-table .wrapper table thead tr th {
    color: black;
    padding: 15px;
}

.alternatives-table .wrapper table thead tr th figure {
     margin: 0;
}
             
.alternatives-table .wrapper table thead tr th figure img {
    max-height: 30px;
}
                
.alternatives-table .wrapper table tbody tr:nth-of-type(even) {
    background-color: #f7f8fa;;
}

.alternatives-table .wrapper table tbody tr th {
    color: black;
    border-top: 1px solid #dee2e6;
    padding: 15px;
}

.alternatives-table .wrapper table tbody tr td {
    border-top: 1px solid #dee2e6;
    padding: 15px;
}

.alternatives-cta {
    padding: 70px 0;
    background-color: #f7f8fa;;
}

/*Use cases hero*/

.use-cases-hero {
    padding: 60px 0;
}

.use-cases-hero .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.use-cases-hero .title-small {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #575757;
    margin: 0 0 30px 0;
}

.use-cases-hero .title {
    font-size: 44px;
    color: #3e434a;
    margin: 0 0 30px 0;
}

.use-cases-hero p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color:#3e434a;
    margin: 0 0 30px 0;
}

.use-cases-hero ul,
.use-cases-hero ol {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.use-cases-hero ul li,
.use-cases-hero ol li {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color:#3e434a;
}

/*Use cases tabs*/

.use-cases-tabs {
    padding: 70px 0;
}

.use-cases-tabs .title-secondary {
    font-size: 1.9em;
    line-height: 1.2em;
    color: #3e434a;
    margin: 0 0 30px 0;
}

.use-cases-tabs .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.use-cases-tabs .nav-tabs {
    border-bottom: 0;
}

.use-cases-tabs .nav-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

.use-cases-tabs .nav-item:hover {
    text-decoration: none
}

.use-cases-tabs .nav-item.active {
    background-color: #04b392;
}

.use-cases-tabs .nav-item.active .title-small,
.use-cases-tabs .nav-item.active p {
    color: white;
}

.use-cases-tabs .nav-item.active p a {
    color: white;
    text-decoration: underline;
}

.use-cases-tabs .nav-item.active img {
    display: none;
}

.use-cases-tabs .nav-item .title-small {
    min-height: 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #3e434a;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}

.use-cases-tabs .nav-item .title-small img {
    margin-right: 15px;
    height: 40px;
}

.use-cases-tabs .nav-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

/*Use caes list*/

.use-cases-list {
    padding: 70px 0;
}

.use-cases-list .title-secondary {
    font-size: 1.9em;
    line-height: 1.2em;
    color: #3e434a;
    margin: 0 0 30px 0;
}

.use-cases-list .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

.use-cases-list .wrapper:last-of-type {
    margin-bottom: 0;
}

.use-cases-list .wrapper:nth-of-type(odd) .text {
    order: 1;
}

.use-cases-list .wrapper:nth-of-type(odd) .image {
    order: 2;
}

.use-cases-list .wrapper .text .icon {
    margin-bottom: 15px;
}

.use-cases-list .wrapper .text .icon img {
    height: 45px;
}

.use-cases-list .wrapper .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.use-cases-list .wrapper .text ul,
.use-cases-list .wrapper .text ol {
    padding: 0 0 0 20px;
}

.use-cases-list .wrapper .text ul li,
.use-cases-list .wrapper .text ol li {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color:#3e434a;
}

/*Use cases text*/

.use-cases-text {
    padding: 60px 0;
}

.use-cases-text .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.use-cases-text .wrapper .text .title-secondary {
    font-size: 1.9em;
    line-height: 1.2em;
    color: #3e434a;
    margin: 0 0 30px 0;
}

.use-cases-text .wrapper .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.use-cases-text .wrapper .text ul,
.use-cases-text .wrapper .text ol {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
}

.use-cases-text .wrapper .text ul li,
.use-cases-text .wrapper .text ol li {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.use-cases-text .wrapper .text .btn-cta {
    transition: .3s;
}

.use-cases-text .wrapper .text .btn-cta:hover {
    transition: .3s;
    opacity: 0.8;
}

/*VPS hosting*/

.vps-hero {
    padding: 60px 0;
}

.vps-hero .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vps-hero .smaller {
    text-align: left;
    margin: 0 0 30px;
}

.vps-hero h1 {
    margin: 0 0 30px;
}

.vps-hero p {
    max-width: 450px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
    margin: 0 0 30px;
}

.vps-prices {
    padding: 70px 0;
}

.vps-prices .item {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 50px;
    border: 2px solid #efefef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgb(207 218 245 / 18%);
    padding: 40px;
    text-align: center;
    font-weight: 400;
}

.vps-prices .item .name {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 21px;
    font-family: 'Lato','Trebuchet MS',Arial,sans-serif;
    /*color: #1db292;*/
    color: #0a3d73;
}

.vps-prices .item .discount {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    /*color: #1db292;*/
    color: #0a3d73;
}

.vps-prices .item ul {
    font-size: 13px;
    margin-top: 17px;
    font-weight: 400;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    color: #575757;
}

.vps-prices .item ul li {
    padding: 3px 0;
    border-top: 1px solid #eee;
}

.vps-prices .item ul li:first-of-type {
    border-top: 0;
}

.vps-prices .item .offer {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #575757;
}

.vps-prices .item .price {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    /*color: #1db292;*/
    color: #0a3d73;
}

.vps-prices .item .item-btn .btn {
    width: 100%;
    border-radius: 50px;
    padding: 16px 40px;
    font-weight: 600;
    letter-spacing: .05em;
    white-space: normal;
}

.vps-help {
    padding: 35px 0 70px 0;
}

.vps-help p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.vps-features {
    padding: 35px 0;
}

.vps-features .item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.vps-features .item img {
    height: 60px;
}

.vps-why {
    padding: 70px 0;
}

.vps-why p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.vps-why .wrapper {
    margin-bottom: 30px;
}

.vps-why .wrapper .smaller {
    text-align: left;
}

.vps-tabs {
    padding: 70px 0;
}

.vps-tabs .nav {
    border-bottom: 0;
}

.vps-tabs nav .nav-item {
    cursor: pointer;
}

.vps-tabs nav .nav-item h3 i {
    font-size: 18px;
}

.vps-tabs nav .nav-item p {
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .3s;
}

.vps-tabs nav .nav-item.active p {
    height: initial;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: .3s;
}

.vps-tabs nav .nav-item.active h3,
.vps-tabs nav .nav-item.active h3 i{
    /*color: #1db292;*/
    color: #0a3d73;
}

.vps-tabs nav .nav-item.active h3 i {
    transform: rotate(90deg);
}

.vps-text {
    padding: 70px 0;
}

.vps-text .smaller {
    text-align: left;
}

.vps-text ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
     column-count: 2;
}

.vps-text ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.vps-support {
    padding: 70px 0;
}

.vps-support p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.vps-supporta {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    /*color: #1db292;*/
    color: #0a3d73;
}

.vps-support .wrapper {
    margin-bottom: 30px;
}

.vps-support .wrapper .item img {
    height: 60px;
}

.vps-questions {
    padding: 70px 0;
}

.vps-questions .wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.vps-questions .wrapper:before {
    display: none;
}

.vps-questions p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3e434a;
}

.vps-compare {
    padding: 70px 0;
}

.vps-compare .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 0;
}

.vps-compare .nav-tabs .nav-item {
    margin: 0 15px;
    cursor: pointer;
}

.vps-compare .nav-tabs .nav-item.active {
    /*color: #1db292;*/
    color: #0a3d73;
}

/*Dedicated text*/

.dedicated-text {
    background-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://limevpncdn-ef12.kxcdn.com/wp-content/themes/limevpn-webnew/img/cubes.png),linear-gradient(
135deg
,#184065 31%,#116f7b 53%,#01e1b0 100%,#01e1b0 100%,#01e1b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184065',endColorstr='#01e1b0',GradientType=1);
    padding: 70px 0;
}

.dedicated-text h2 {
    color: white;
}

.dedicated-text p {
    max-width: 700px;
    margin: 0 auto 16px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: white;
}

.dedicated-text a {
    max-width: 700px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
}

