@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
body {
    font-family: "Open Sans", sans-serif;
    font-size:16px;
}
section {
    padding: 20px 0;
}
p {
    font-size: 18px;
}
.body_container {
    width: 100%;
    padding-bottom: 30px;
    margin-top: -1px;
}
.single-reviews .body_container {
    background:#F8F9FA;
    margin-bottom:50px;
    padding-top:50px;
    padding-bottom:100px;
}
.contain_section {
    width: 100%;
    max-width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
}
.visit_btn {
    display: inline-block;
    min-width: 170px;
    background-color: #00a28c;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    transition: ease all 0.2s;
    margin: 15px 0 5px;
    font-family: "Open Sans", sans-serif;
}
.visit_btn:hover,
.visit_btn:active {
    text-decoration: none;
    background-color: #0bc7ae;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
/* skew */
.skew {
    transform: skewY(7deg);
}
.skew_back {
    transform: skewY(-7deg);
}
.page.inside-pages .skew,
.page.inside-pages .skew_back {
    transform: skewY(0deg) !important;
}
/* skew */
/* info_box */
.info_box {
    background-color: #fff;
    box-shadow: 0 0 20px #00000047;
    padding: 35px 35px;
    margin: 70px auto;
    min-height: 210px;
    border: solid 1px #000;
}
.info_box img {
    float: left;
}
.info_box h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
/* info_box */
.visible_mobile_xs {
    display: none !important;
}
.visible-xs {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .contain_section {
        padding: 20px 5%;
    }
    .visit_btn {
        display: inline-block;
        min-width: 120px;
    }
    .desktop {
        display: none;
    }
    p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none!important;
    }
}
@media screen and (max-width: 420px) {
    .hidden_mobile_xs {
        display: none !important;
    }
    .visible_mobile_xs {
        display: block !important;
    }
    .info_box {
        text-align: center;
    }
    .info_box img {
        margin: 15px auto;
        float: none;
    }
}

header {
    width: 100%;
    height: 50vh;
    text-align: center;
    position: relative;
    top: 0;
    color: #fff;
    /*background-image: url(../img/header_bg.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top;*/
    /*background-size: auto 134%;*/
    z-index: 0;
    max-height: 1080px;
    padding-top: 70px;
    min-height: 750px;
}

header .header_text {
    font-size: 24px;
    position: relative;
    z-index: 3;
    top: 0;
    left: 45%;
    width: 490px;
    text-align: left;
    display: block;
    margin-bottom: 100px;
}
header .headline {
    width: 100%;
    padding-top: 2em;
    margin: 0 auto;
}
header .man {
    position: absolute;
    right: 55%;
    bottom: 0;
    height: 650px;
}
.img-responsive {
    max-width:100%;
    height:auto;
}
#netflix header .man,
#windows header .man,
#apple header .man {
    right: 55%;
    height: 350px;
    bottom: calc(50% - 175px);
}
header .subtitle {
    font-size: 1em;
    margin: 1em 0;
    font-weight: 700;
    padding: 0 6%;
}
header .header_text p {
    font-size: 0.7em;
    margin: 1em 0;
    padding: 0 6%;
}

header.review-header {
    padding:100px 0 30px;
    text-align:left;
    border-bottom:4px solid #00a28b;
    height:auto;
    min-height:auto;
    max-height:auto;
}
header.review-header .img-responsive {
    max-width:180px;
}
header.review-header h1{
    margin-top:5px;
    font-size:35px;
    line-height:40px;
    font-weight:700;
}
.page-comparison header,
.page.inside-pages header{
    margin-top:20px;
    margin-bottom:20px;
    padding-top:0;
    text-align: left;
    min-height:auto;
    height:auto;
}
.page-comparison header h1,
.page.inside-pages header h1 {
    font-size:33px;
    font-weight:700;
    margin-bottom:20px;
}
.page-comparison header .brands,
.page.inside-pages header .brands {
    font-size:22px;
}
.page-comparison header .brands span,
.page.inside-pages header .brands span {
    margin-right:10px;
}
.page-comparison header .brands i,
.page.inside-pages header .brands i {
    margin-left:5px;
    margin-right:5px;
}
.page-comparison .services,
.page.inside-pages .services{
    border-top: 1px solid #DFDFDF;
    border-bottom: 4px solid #4A9F8D;
}

/* ---------------------- top 5 vpn section ---------------------- */
.top5 {
    width: 100%;
    background-color: #242a40;
    position: relative;
    z-index: 4;
    padding-bottom: 200px;
}
.top5 .title {
    width: 400px;
    position: relative;
    margin-right: 50px;
    left: -5%;
    top: -40px;
}
.flex_top_choice,
.flex_sub_choice {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
    margin-top: 60px;
}
.flex_top_choice .VPN_card,
.flex_sub_choice .VPN_card {
    background-color: #fff;
    color: #323232;
    box-shadow: 0 5px 10px #00000087;
    padding: 10px 5px;
    text-align: center;
    position: relative;
    margin: 0 -5px;
    height: 420px;
    width: 315px;
    transition: all ease 0.2s;
}
.flex_top_choice .VPN_card:hover,
.flex_sub_choice .VPN_card:hover {
    transform: scale(1.05);
}
.flex_top_choice .VPN_card.first {
    width: 380px;
    height: 480px;
    border: solid #2ccbc4 5px;
    z-index: 5;
}
.flex_top_choice .VPN_card:nth-of-type(2) {
    z-index: 4;
    top: 20px;
}
.flex_top_choice .VPN_card:nth-of-type(3) {
    z-index: 3;
    top: 40px;
}
.flex_sub_choice .VPN_card:nth-of-type(1) {
    z-index: 2;
    top: 20px;
}
.flex_sub_choice .VPN_card:nth-of-type(2) {
    z-index: 1;
    top: 80px;
}
.flex_top_choice .VPN_card.first .best_price {
    position: absolute;
    top: -45px;
    right: 5px;
    width: 175px;
}
.flex_top_choice .VPN_card .VPN_score,
.flex_sub_choice .VPN_card .VPN_score {
    display: block;
    position: absolute;
    margin: 0;
    right: 15px;
    pointer-events: none;
}
.flex_top_choice .VPN_card.first .VPN_score {
    font-size: 50px;
}
.flex_top_choice .VPN_card.first .VPN_score::after {
    content: "Outstanding";
    font-size: 14px;
    color: #848484;
    position: absolute;
    bottom: -10px;
    left: -7px;
}
.flex_sub_choice .VPN_card .VPN_score::after {
    content: "Good";
    font-size: 14px;
    color: #848484;
    position: absolute;
    bottom: -10px;
    left: 5px;
}
.flex_top_choice .VPN_card .shield,
.flex_sub_choice .VPN_card .shield {
    display: block;
    position: absolute;
    width: 50px;
    top: -20px;
    left: 20px;
}
.flex_top_choice .VPN_card.first .shield {
    width: 65px;
    top: -35px;
    left: 20px;
}
.flex_top_choice .VPN_card .VPN_logo,
.flex_sub_choice .VPN_card .VPN_logo {
    display: block;
    margin: 10px auto 5px;
    width: 140px;
}
.flex_top_choice .VPN_card.first .VPN_logo {
    width: 150px;
}
.flex_top_choice .VPN_card .stars,
.flex_sub_choice .VPN_card .stars {
    display: block;
    margin: 10px auto;
}
.flex_top_choice .VPN_card.first .stars {
    width: 145px;
    margin: 10px auto 20px;
}
.flex_top_choice .VPN_card .available,
.flex_sub_choice .VPN_card .available {
    display: block;
    margin: 10px auto;
    width: 150px;
}
.flex_top_choice .VPN_card .available img,
.flex_sub_choice .VPN_card .available img {
    display: inline-block;
    width: 15px;
    margin: 0 1px;
}
.flex_top_choice .VPN_card.first .available img {
    width: 20px;
}
.flex_top_choice .VPN_card.first .available {
    width: 200px;
}
.flex_top_choice .VPN_card ul,
.flex_sub_choice .VPN_card ul {
    text-align: left;
    /*list-style-image: url("../img/icons/v.png");*/
}
.flex_top_choice .VPN_card.first ul li {
    font-size: 16px;
    line-height: 16px;
}

.flex_top_choice .VPN_card.first .visit_btn {
    min-width: 200px;
    padding: 15px 30px;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.flex_top_choice .VPN_card .read_review,
.flex_sub_choice .VPN_card .read_review {
    display: block;
    color: #232323;
    text-decoration: none;
}
.flex_top_choice .VPN_card .read_review:hover,
.flex_top_choice .VPN_card .read_review:active,
.flex_sub_choice .VPN_card .read_review:hover,
.flex_sub_choice .VPN_card .read_review:active {
    text-decoration: none;
}
.flex_top_choice .VPN_card .read_review span,
.flex_sub_choice .VPN_card .read_review span {
    font-size: 20px;
    vertical-align: sub;
    position: relative;
    left: 0px;
    animation: none;
}
.flex_top_choice .VPN_card .read_review:hover span,
.flex_top_choice .VPN_card .read_review:active span,
.flex_sub_choice .VPN_card .read_review:hover span,
.flex_sub_choice .VPN_card .read_review:active span {
    animation: moving_arrow infinite 2s;
}
@keyframes moving_arrow {
    0%,
    100% {
        left: 0px;
    }
    50% {
        left: 10px;
    }
}
/* ---------------------- top 5 vpn section ---------------------- */

/* ---------------------- Top Features Comparison table ---------------------- */
.comparison {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 65px;
    background-color: #222431;
    padding-bottom: 200px;
}
.comparison.forreviews-holder {
    padding-top:0;
    padding-bottom:0;
}
.comparison .visit_btn {
    padding: 5px 20px;
}
.comparison h1:nth-of-type(1) {
    color: #00a28b;
    font-weight: 700;
    margin: 0;
    font-size: 45px;
}
.comparison h1:nth-of-type(2) {
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-left: 105px;
    font-size: 45px;
    margin-bottom: 40px;
}
.table_comparison {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    table-layout: fixed;
}
.table_comparison td {
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    font-size: 14px;
}
.table_comparison th {
    background-color: #222431;
    border-left: solid 1px #222431;
    border-top: solid 1px #222431;
    border-right: solid 1px #222431;
}
.table_comparison th:nth-of-type(1) {
    background-color: #222431;
    width: 400px;
    border: none;
}
.table_comparison.forreview th:nth-of-type(1),
.table_comparison.forreview th,
.table_comparison.forreview tr:nth-of-type(2) td,
.table_comparison.forreview tr:nth-of-type(3) td {
    color:#222431;
    background:white;
    border:none;
}
.table_comparison.forreview tr:nth-of-type(3) td,
.table_comparison.forreview tr:nth-last-of-type(2) td {
    border-bottom:solid 1px #d7d7d7;
}
.table_comparison th h3 {
    font-weight: 700;
    margin: 0;
    margin-left: 20px;
}
.table_comparison tr {
    background-color: #fff;
}
.table_comparison .grey {
    background-color: #f2f2f2;
}
.table_comparison tr:nth-of-type(2) {
    background-color: #fff;
}
.table_comparison tr td:nth-of-type(1) {
    text-align: left;
    padding: 10px;
    padding-left: 20px;
}
.table_comparison tr:nth-of-type(2) td {
    background-color: #222431;
    border: none;
    color: #fff;
}
.table_comparison tr:nth-of-type(3) td {
    background-color: #222431;
    color: #fff;
    border: none;
    font-size: 20px;
}
.table_comparison tr:nth-of-type(3) td:nth-of-type(1) {
    font-weight: 700;
}
.table_comparison tr:nth-last-of-type(1) td {
    border-left: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}
.table_comparison tr:nth-of-type(1) td:nth-of-type(2) {
    border-left: solid 1px #d7d7d7;
    border-top: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}
.table_comparison .VPN_price {
    position: relative;
    font-size: 40px;
    display: inline-block;
}
.table_comparison .VPN_price div:nth-of-type(1) {
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
}
.table_comparison .VPN_price div:nth-of-type(2) {
    display: inline-block;
    font-size: 0.5em;
    vertical-align: super;
    font-weight: 800;
    position: relative;
    top: -5px;
    left: 0;
}
.table_comparison .VPN_price div:nth-of-type(3) {
    position: absolute;
    font-size: 0.3em;
    bottom: 10px;
    right:0px;
}
.table_comparison th img {
    width: 105px;
    margin: 0px auto 5px;
    display: block;
}
.table_comparison ul {
    margin: 0;
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 0;
    padding-top:5px;
    padding-bottom:5px;
}
.table_comparison tr:nth-last-of-type(2) td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.table_comparison tr:nth-last-of-type(1) .visit_btn {
    margin: 20px;
    margin-top: -23px;
}
.table_comparison tr:nth-last-of-type(1) {
    background-color: transparent;
}
.table_comparison tr:nth-last-of-type(1) td {
    background-color: transparent;
    border: none;
}
.mobile_row {
    display: none;
}
.title_table {
    display: flex;
    width: 100%;
    text-align: center;
    top: 70px;
    background-color: #222431;
    position: sticky;
    justify-content: space-around;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    height: 0;
}
.title_table div {
    width: 20%;
}
.title_table img {
    width: 100%;
    margin-bottom: 20px;
}
.title_table.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}
/* ---------------------- Top Features Comparison table ---------------------- */

/* ---------------------- faq ---------------------- */
#faq {
    background-color: #fff;
    color: #232323;
    margin-top: 15px;
    padding: 70px 0;
}
#faq .title {
    display: inline-block;
    font-size: 60px;
    align-self: center;
}
#faq .title h1 {
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
}
#faq .title h1:nth-of-type(1) {
    color: #74d9bc;
}
#faq .contain_section {
    display: flex;
    justify-content: space-between;
}
#faq .questions {
    position: relative;
    width: 80%;
    overflow: hidden;
    height: 500px;
}
#faq .hidden-xs .question {
    width: 43%;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px #00000047;
    padding: 10px 20px;
    position: absolute;
    height: 430px;
    margin-top: 5px;
    bottom: 10px;
    transition: all 1s;
    display: table;
}
#faq .hidden-xs .question .num {
    z-index: 1;
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    color: #ebebeb;
    top: -85px;
    pointer-events: none;
}
#faq .hidden-xs .question h4 {
    z-index: 2;
    position: relative;
}
#faq .hidden-xs .question p {
    z-index: 2;
    position: relative;
    font-size: 14px;
}
#faq .hidden-xs .question:nth-of-type(1) {
    left: -50%;
}
#faq .hidden-xs .question:nth-of-type(2) {
    left: 5%;
}
#faq .hidden-xs .question:nth-of-type(3) {
    left: 52%;
}
#faq .hidden-xs .question:nth-of-type(4) {
    left: 101%;
}
#faq #left,
#faq #right {
    background-color: #3a3b52;
    color: #fff;
    font-size: 55px;
    position: absolute;
    bottom: 0;
    height: 65px;
    width: 65px;
    padding: 5px 0;
    z-index: 5;
    cursor: pointer;
    text-align: center;
}
#faq #left {
    right: 80px;
}
#faq #right {
    right: 0px;
}
#faq .glyphicon:nth-of-type(2) {
    left: calc(100% - 65px);
}
#faq .glyphicon i {
    vertical-align: top;
}

/* xs */
.FAQ_section.mobile-only {
    margin-top: 0;
}
.FAQ_section.mobile-only .answers_questions {
    width: 100%;
    margin: 0;
    border: solid 1px #d7d7d7;
    overflow: hidden;
    box-shadow: 0 0 10px #00000047;
    border-radius: 5px;
}
.FAQ_section.mobile-only .answers_questions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #222431;
    color: #fff;
}
.FAQ_section.mobile-only .answers_questions ul li {
    padding: 10px 5%;
}
.FAQ_section.mobile-only .answers_questions ul li:hover,
.FAQ_section.mobile-only .answers_questions ul li:active {
    background-color: #2ccbc4;
}
.FAQ_section.mobile-only .answers_questions ul li.question {
    cursor: pointer;
    background-color: #222431;
    border-bottom: solid 1px #f8f8f8;
    font-size: 16px;
}
.FAQ_section.mobile-only .answers_questions ul li.answer {
    background-color: #fff;
    color: #232323;
    display: none;
    padding: 20px;
}
.FAQ_section.mobile-only .answers_questions ul li.answer > div {
    position: relative;
    top: 5px;
    font-size: 40px;
    font-weight: 700;
    z-index: 1;
    color: #0cb7b0;
    opacity: 0.5;
    display: inline-block;
    left: -10px;
    line-height: 1;
}
.FAQ_section.mobile-only .question span {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 700;
    border: 3px solid #00a28b;
    padding: 0px 6px;
}
.FAQ_section.mobile-only .title {
    color: #74d9bc;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0;
}
.FAQ_section.mobile-only .title span {
    color: #232323;
}
/* xs */
/* ---------------------- faq ---------------------- */

/* ---------------------- VPN Guide ---------------------- */
#guides {
    background-color: #74d9bc;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    margin-top: 0;
    padding-bottom: 0;
}
#guides h1 {
    position: relative;
    top: -165px;
    color: #74d9bc;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: -115px;
}
#guides h3 {
    font-weight: 700;
    font-size: 50px;
    position: relative;
    top: -80px;
    margin-bottom: -60px;
}
#guides .guide_carusel {
    display: flex;
    align-items: center;
    /* width: 900px; */
    margin: 0 auto;
}
#guides .guide_caruse_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #232323;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 350px;
    width: 100%;
}
#guides .glyphicon {
    margin: 0 10px;
    cursor: pointer;
    font-size: 35px;
}
#guides .arrow:hover,
#guides .arrow:active {
    opacity: 0.7;
}
#guides .read_about {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin: 0 5px;
    position: absolute;
    left: 0%;
    transition: all 1s;
    align-items: center;
}
#guides .read_about:nth-of-type(1) {
    left: -33%;
}
#guides .read_about:nth-of-type(2) {
    left: 0%;
}
#guides .read_about:nth-of-type(3) {
    left: 33%;
}
#guides .read_about:nth-of-type(4) {
    left: 66%;
}
#guides .read_about:nth-of-type(5) {
    left: 100%;
}
#guides .read_about img {
    width: 295px;
    position: relative;
    top: 23px;
}
#guides .text {
    background-color: #2b2b2b;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px;
    padding-bottom: 0;
    width: 75%;
    top: -40px;
    text-align: left;
    height: auto;
    position: relative;
    z-index: 3;
}
#guides .read_about h5 {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    height: 30px;
}
.body_container #guides .read_about p {
    grid-row: 2;
    grid-column: 2;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    width: 100%;
    height: auto;
}
#guides .line {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
}
#guides .read_about .read_more_btn {
    grid-row: 3;
    grid-column: 2;
    display: inline-block;
    min-width: 100px;
    background-color: #00a28c;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 9px 10px;
    transition: ease all 0.2s;
    margin: 5px 0 0;
    text-align: center;
    line-height: 12px;
    position: relative;
    top: 13px;
}

#guides .read_about .read_more_btn:hover,
#guides .read_about .read_more_btn:active {
    text-decoration: none;
    background-color: #0cb7b0;
}
#guides .contain_section {
    position: relative;
    z-index: 1;
}
.white {
    width: 100%;
    position: relative;
    height: 150px;
    background-color: #fff;
    top: 0;
    z-index: 0;
}
/* ---------------------- VPN Guide ---------------------- */
@media screen and (max-width: 1200px) {
    header {
        height: 65vh;
        min-height: 600px;
        max-height: 650px;
    }
    header .header_text {
        font-size: 18px;
        left: 45%;
        width: 400px;
    }
    #torrent header .man,
    #france header .man,
    #usa header .man,
    #germany header .man,
    header .man {
        right: 57%;
        bottom: 0;
        height: 500px;
    }
    section {
        width: 100%;
    }
    .comparison {
        flex-direction: column;
    }
    .FAQ_section {
        top: 0;
    }
    .comparison .visit_btn {
        padding: 5px 20px;
        font-size: 15px;
    }
    .comparison h1:nth-of-type(1),
    .comparison h1:nth-of-type(2) {
        font-size: 35px;
    }
    #faq .title {
        display: none;
        font-size: 40px;
    }
    #faq .mobile-only .title {
        display: block;
    }
    #faq .hidden-xs .question {
        width: 90%;
        padding: 10px 35px;
    }
    #faq .hidden-xs .question:nth-of-type(1) {
        left: -100%;
    }
    #faq .hidden-xs .question:nth-of-type(3) {
        left: 103%;
    }
    #faq .hidden-xs .question:nth-of-type(4) {
        left: 202%;
    }

    #faq .contain_section {
        flex-direction: column;
        align-items: center;
    }
    #faq .hidden-xs .question {
        top: 25px;
        margin-bottom: -25px;
    }
    #faq .questions {
        height: 520px;
    }
    #faq .glyphicon {
        top: calc(100% - 70px);
    }
    #faq .glyphicon:nth-of-type(1) {
        top:0;
        right: 120px;
    }
    #faq .glyphicon:nth-of-type(2) {
        top:0;
        left: calc(100% - 110px);
    }

    #guides .guide_carusel {
        width: 100%;
    }
    .top5 .title {
        width: 200px;
        left: 0%;
    }
    .table_comparison th:nth-of-type(1) {
        width: 210px;
    }
    .flex_top_choice .VPN_card,
    .flex_sub_choice .VPN_card {
        height: 405px;
        width: 250px;
        padding: 10px 15px;
    }
    .flex_top_choice .VPN_card.first {
        width: 310px;
        height: 490px;
    }
    .flex_top_choice .VPN_card .shield,
    .flex_sub_choice .VPN_card .shield {
        width: 50px;
    }
    .flex_top_choice .VPN_card.first .shield {
        width: 60px;
    }
    .flex_top_choice .VPN_card.first .VPN_logo {
        width: 105px;
    }
    .flex_top_choice .VPN_card .VPN_logo,
    .flex_sub_choice .VPN_card .VPN_logo {
        width: 75px;
    }
    .flex_top_choice .VPN_card.first .best_price {
        width: 150px;
    }

    .flex_top_choice .VPN_card.first .stars {
        width: 115px;
    }
    .flex_top_choice .VPN_card .available,
    .flex_sub_choice .VPN_card .available {
        width: 115px;
    }
    .flex_top_choice .VPN_card.first .available {
        width: 145px;
    }
    .VPN_card ul li {
        font-size: 14px;
        line-height: 16px;
    }
    .flex_top_choice .VPN_card.first ul li {
        font-size: 14px;
        line-height: 16px;
    }
    .flex_top_choice .VPN_card.first .visit_btn {
        min-width: 150px;
        padding: 10px 20px;
        margin: 10px 0;
        font-size: 18px;
    }

    .flex_top_choice .VPN_card .VPN_score,
    .flex_sub_choice .VPN_card .VPN_score {
        font-size: 30px;
    }
    .flex_top_choice .VPN_card.first .VPN_score {
        font-size: 35px;
    }
    .flex_top_choice .VPN_card.first .VPN_score::after {
        font-size: 12px;
    }
    .VPN_card ul li:nth-last-of-type(1) {
        display: none;
    }
    #guides .text {
        width: 90%;
        top: -15px;
    }
    #guides .read_about img {
        width: 80%;
    }
    .flex_sub_choice .VPN_card {
        height: 405px;
    }
    /* ----------------- */
}

@media screen and (max-width: 768px) {
    .table_comparison {
        margin-top: 20px;
    }
    .table_comparison tr:nth-of-type(2) td,
    .table_comparison tr:nth-of-type(3) td {
        padding: 0;
    }
    .table_comparison tr,
    .table_comparison .grey {
        background-color: #fff;
    }
    tr.mobile_row {
        display: table-row;
        text-align: center;
        background-color: #f2f2f2;
    }
    .table_comparison td {
        padding: 10px 0;
    }
    .table_comparison td:first-child,
    .table_comparison th:nth-of-type(1),
    .top5 .title {
        display: none;
    }
    .flex_top_choice,
    .flex_sub_choice {
        flex-direction: column;
        align-items: center;
    }
    .flex_top_choice .VPN_card,
    .flex_sub_choice .VPN_card {
        height: 480px;
        width: 325px;
        margin: 20px 0;
        top: 0;
        height: auto;
    }
    .flex_top_choice .VPN_card.first {
        height: 480px;
        width: 350px;
        margin-top: 50px;
        height: auto;
    }
    .flex_sub_choice {
        margin-top: -40px;
    }
    .flex_sub_choice .VPN_card:nth-of-type(1),
    .flex_sub_choice .VPN_card:nth-of-type(2) {
        top: 40px;
    }
    #faq .questions {
        width: 100%;
    }
    #guides .read_about {
        width: 100%;
    }
    #guides .read_about:nth-of-type(1) {
        left: -110%;
    }
    #guides .read_about:nth-of-type(2) {
        left: 0%;
    }
    #guides .read_about:nth-of-type(3) {
        left: 110%;
    }
    #guides .read_about:nth-of-type(4) {
        left: 220%;
    }
    #guides .read_about:nth-of-type(5) {
        left: 330%;
    }
    #guides .read_about img {
        width: 75%;
        top: 25px;
    }
    header .header_text {
        width: 50%;
        min-width: 300px;
        left: 0;
        top: 0;
        margin: 0 auto;
    }
    #guides .text {
        top: -85px;
        height: 150px;
    }
    #netflix header .man,
    #windows header .man,
    #apple header .man {
        right: 20px;
        height: 200px;
        bottom: calc(15% - 134px);
    }
    #torrent header .man,
    #france header .man,
    #usa header .man,
    #germany header .man,
    header .man {
        right: 0;
        bottom: -65px;
        height: 215px;
    }
    #faq .title {
        display: none;
        font-size: 60px;
    }
    .FAQ_section.mobile-only .title {
        display: block!important;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .flex_top_choice .VPN_card.first,
    .flex_top_choice .VPN_card,
    .flex_sub_choice .VPN_card {
        width: 90%;
    }
    .table_comparison tr:nth-last-of-type(1) .visit_btn {
        margin: 0px;
        margin-top: -25px;
    }
    .table_comparison th img {
        width: 70px;
    }
    .comparison h1:nth-of-type(1),
    .comparison h1:nth-of-type(2) {
        font-size: 25px;
    }
    #faq .title {
        font-size: 30px;
    }
    #guides h1 {
        top: -150px;
        font-size: 50px;
    }
    #guides h3 {
        font-size: 40px;
        top: -55px;
        margin-bottom: -50px;
    }
    .comparison .visit_btn {
        padding: 5px 5px;
        min-width: 90px;
    }
    #guides .text {
        top: -10px;
        /* height: 190px; */
    }
}
@media screen and (max-width: 420px) {
    #guides .text {
        width: 100%;
    }
}
@media screen and (min-width: 1734px) {
    header .header_text {
        left: 50%;
    }
    header {
        max-height: 922px;
    }
    #apple header .man,
    #netflix header .man,
    #windows header .man {
        height: 450px;
    }
}
@media screen and (min-width: 3000px) {
    .body_container {
        position: relative;
        top: -12vh;
        padding-top: 12vh;
        margin-bottom: -21vh;
        overflow: hidden;
    }
}

/**
navbar.css
 */
#navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 1000000000000000000000;
    background-color: transparent;
    border-color: transparent;
    transition: all 0.3s ease;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #323232;
    padding: 5px 0;
    border-radius: 0;
}
body.page-comparison #navbar-main {
    position:relative;
    background: #232330;
}
body.page.inside-pages #navbar-main {
    position:relative;
    background: #232330;
}
body.single-reviews #navbar-main {
    background: #232330;
}
#navbar-main .content {
    display: flex;
    align-self: center;
    text-align: center;
    padding: 0 10px;
}
#navbar-main .content>a {
    line-height: 70px;
}
#navbar-main .fa-caret-down {
    padding-left: 10px;
    cursor: pointer;
}
#navbar-main > div {
    width: 100%;
    max-width: 900px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.navbar-move {
    background-color: #fff !important;
    box-shadow: 0px 1px 20px #3232324f;
}
#navbar-main div a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

#navbar-main div a.cta-button-normal {
    line-height: normal;
    color: white !important;
    height: 50px;
    margin-top: 10px;
    padding-top: 13px;
    float: right;
    border-radius: 5px;
    display:none;
}
#navbar-main.navbar-move div a.cta-button-normal {
    display:inline-block;
}
#navbar-main div a.cta-button-normal:hover {
    color:white !important;
}
#navbar-main.navbar-move div a,
#navbar-main.navbar-move div {
    color: #323232;
}
#navbar-main .menu_btn {
    height: 70px;
    cursor: pointer;
    margin: 0 25px;
}

#navbar-main img {
    height: 35px;
    filter: brightness(1000);
    transition: all .3s;
}
#navbar-main.navbar-move img {
    filter: brightness(0);
}
#navbar-main .dropdown {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    justify-content: center;
}

#navbar-main .dropdown > a {
    cursor: pointer;
    width: fit-content;
}
#navbar-main .dropdown:hover > a,
#navbar-main .dropdown:active > a,
#navbar-main .dropdown:hover > i,
#navbar-main .dropdown:active > i {
    color: #00A28B;
}
#navbar-main div a:hover,
#navbar-main div a:active {
    text-decoration: none;
    color: #00A28B;
    cursor: pointer;
}

#navbar-main .dropdown_content {
    position: absolute;
    min-width: 160px;
    z-index: 5;
    top: 70px;
    background-color: #fff;
    padding: 0px 0;
    left: -20px;
    box-shadow: 0px 5px 10px #3232324f;
    color: #323232;
    border-radius: 5px;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
#navbar-main.navbar-move .dropdown_content {
    border-radius: 0;
}
#navbar-main .dropdown_content a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: transparent;
}
#navbar-main .dropdown:hover .dropdown_content a {
    color: #323232;
}
#navbar-main.navbar-move .dropdown_content a:hover,
#navbar-main.navbar-move .dropdown_content a:active,
#navbar-main .dropdown:hover .dropdown_content a:hover {
    text-decoration: none;
    color: #fff!important;
    cursor: pointer;
}
#navbar-main .dropdown_content a:hover {
    background-color: #0cb7b0;
    color: #fff!important;
    transition: ease all 0.2s;
}
#navbar-main .dropdown:hover .dropdown_content {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}
#navbar-main .dropdown:nth-of-type(1):hover .dropdown_content {
    height: auto;
}
#navbar-main .dropdown:nth-of-type(2):hover .dropdown_content {
    height: auto;
}
#navbar-main .hamburger {
    width: 20px;
    height: 14px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    min-width: 20px;
}
#navbar-main .line {
    left: 0;
    width: 18px;
    margin: 0;
    border: 1px solid #333;
    position: absolute;
    transition: transform 300ms ease-in-out 0ms,top 300ms ease-in-out 300ms,opacity 0ms ease-in-out 300ms;
    border-radius: 1px;
}
#navbar-main .top {
    top: 0;
}
#navbar-main .middle {
    top: 6px;
}
#navbar-main .bottom {
    top: 12px;
}
#navbar-main .color {
    border: 1px solid #fff;
    background-color: unset;
}
#navbar-main.navbar-move .line {
    border: 1px solid #fff;
}
#navbar-main.navbar-move .color {
    border: 1px solid #000;
}
#hamburger.active>hr:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    transition: top 300ms ease-in-out 0ms,transform 300ms ease-in-out 300ms;
}
#hamburger.active>hr:nth-of-type(2){
    opacity: 0;
}
#hamburger.active>hr:nth-of-type(3){
    top: 6px;
    transform: rotate(-45deg);
    transition: top 300ms ease-in-out 0ms,transform 300ms ease-in-out 300ms;
}
#menu_open {
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: fixed;
    background: #fff;
    transition: all 300ms ease-in-out 0ms;
    pointer-events: none;
    z-index: 1111;
    padding: 105px 5% 50px;
    max-width: 385px;
    overflow: scroll;
}
#menu_overlay {
    position: fixed;
    z-index: -10;
    overflow: hidden;
    opacity: 0;
    background-color: #000;
    top: 0;
    left: 0;
    transition: opacity 700ms;
    pointer-events: none;
    bottom: 0;
    right: 0;
}
#menu_overlay.active {
    left: 0;
    opacity: 0.6;
    z-index: 1110;
    pointer-events: all;
}
#menu_open.open_menu {
    opacity: 1;
    pointer-events: all;
    right: -1px;
}
#menu_open .title_menu {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
}
#menu_open .menu_btn {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    margin: 10px 10px;
    display: block;
    font-size: 16px;
    text-align: left;
}
#menu_open .title_content_flex .menu_btn {
    text-align: center;
}
#menu_open .title_content_flex {
    display: flex;
    justify-content: space-between;
}
#navbar-main .title_content_flex {
    padding: 10px;
    white-space: nowrap;
}
#menu_open .column {
    width: 30%;
}
#navbar-main .column {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0 10px;
}
#menu_open .sub_title_menu {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#navbar-main .sub_title_menu {
    padding-top: 5px;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
}
.no_scroll {
    overflow: hidden;
}
#navbar-main .column a {
    padding: 5px;
    font-weight: 600;
}
#navbar-main .dropdown:hover .column a:hover {
    color: #00A28B!important;
    background-color: transparent!important;
}
@media screen and (max-width: 1200px) {
    #navbar-main img {
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    #navbar-main > div {
        justify-content: space-between;
        padding: 0 5%;
    }
}

@media screen and (max-width: 420px) {
    #menu_open .sub_title_menu {
        font-size: 16px;
    }
}

/* ---------------------- footer ---------------------- */

footer {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-top: -100px;
    padding: 0 5%;
    padding-top: 40px;
    height: 300px;
}
.page-comparison footer,
.page footer {
    margin-top:0px;
}
footer .footer_container {
    text-align: center;
    max-width: 950px;
    width: 100%;
}
footer .footer_container p {
    font-size: 11px;
    margin: 0;
    color: #fff;
}
footer .footer_container p:nth-of-type(1) {
    margin-bottom: 10px;
}
footer .menu {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    color: #2b2b2b;
    cursor: default;
}
footer .menu a {
    text-decoration: none;
    color: #00a28c;
    font-weight: 700;
}
footer .menu a:hover,
footer .menu a:active {
    text-decoration: none;
    color: #486985;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 420px) {
    footer {
        height: 400px;
    }
    footer .menu {
        width: 270px;
    }
    footer .menu a {
        font-size: 11px;
    }
}
@media screen and (min-width: 3000px) {
    footer {
        background-size: 100% 100%;
    }
}
/* ---------------------- footer ---------------------- */

/* ---------------------- others ---------------------- */
.comparison-table {
    background-color:#F0F0F0;
    padding:60px 0;
    z-index:4;
}
.inside-pages .comparison-table {
    padding:20px 0;
}

.comparison-table-product {
    margin-top:10px;
    margin-bottom:10px;
    margin:10px auto;
    max-width:1200px;
}
.featured-badge {
    position: absolute;
    top: -40px;
    left: -47px;
    z-index: 2;
}
@media screen and (max-width:767px) {
    .featured-badge {
        position: absolute;
        top: -50px;
        left: -20px;
        z-index: 2;
    }
}
.comparison-table-product-inner:hover {
    transform:scale(1.02);
    /*background:#e3e3e3;*/
}
.comparison-table-product-inner {
    border:1px solid #242941;
    position:relative;
}
.number-bullet {
    color:white;
    background:#242941;
    font-size: 40px;
    padding-left:10px;
    padding-right:10px;
}
.comparison-table .product-image {
    display: block;
    max-width:200px;
    max-height:200px;
	margin-top:30px;
    width: auto;
    height: auto;
    padding:15px;
}
.hero-sentence {
    color:#EB6337;
    font-weight:700;
    font-size:14px;
    margin-bottom:10px;
}
.feature-container {
    font-size:14px;
}
.progress.bg-green {
    background-color: rgba(0, 162, 139, 0.1);
}
.progress.bg-green .progress-bar {
    background: #00a28b;
}
.progress {
    width: 40px;
    height: 40px;
    background: none;
    position: relative;
    float: right;
    margin-top: -7px;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.feature-score {
    font-weight:700;
    float:right;
    color: #00a28b;
}
.total-score-title {
    font-size:26px;
    font-weight:700;
}
.total-score {
    font-size:66px;
    line-height:75px;
    font-weight:700;
    color: #00a28b;
}
.cta-button,
.cta-button-mobile,
.cta-button-normal{
    background:#EB6237;
    color:#FFFFFF;
    text-decoration:none;
    min-width:180px;
    width:100%;
    padding:10px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.cta-button-mobile {
    display: none;
}
.cta-button:hover,
.cta-button-mobile:hover,
.cta-button-normal:hover {
    color:#FFFFFF;
    text-decoration:none;
}
header.review-header .cta-button {
    margin:0;
    max-width:200px;
}
.reference-score {
    margin-bottom:5px;
}
.featured-product {
    background-color:#00a28b;
    color:white;
    font-weight:700;
    padding:10px 30px;
    display: inline-block;
    position:relative;
    border-color:#00a28b;
}
.featured-product span{
    position:absolute;
    content:'';
    right:-44px;
    top:0;
    width: 0;
    height: 0;
    border-bottom: 44px solid #00a28b;
    border-right: 44px solid transparent;
}
@media screen and (max-width: 767px) {
    .cta-button {
        display: none;
    }
    .hero-sentence {
        padding-left:15px;
        padding-right:15px;
    }
    .cta-button-mobile {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .comparison-table .product-image {
        max-width: 150px;
        max-height:150px;
    }
    .total-score-title {
        margin-top:30px;
        font-size:16px;
    }
    .total-score {
        font-size:40px;
    }
    .reference-score {
        margin-bottom: 15px;
    }
}
.color-green {
    color: #00a28b;
}
.border-green {
    color: #00a28b;
}
.color-red {
    color:#fe203e;
}
.mobile-apps-table i{
    padding-right:5px;
    padding-left:5px;
}
.support-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

/**About page **/
.page-about .body_container {
    background-color: #f9f9f9;
    width: 100%;
}
.page-about section h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-about section:nth-of-type(1) {
    padding-top: 100px;
    min-height: calc(100vh - 300px);
}
.page-about .skew_back {
    background-color: #00A28B;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 950px;
    top: -305px;
}
.page-about .skew {
    background-color: #232431;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 570px;
    top: -305px;
}
.page-about footer {
    margin-top: 0px!important;
}
/* ------------------- info_box ------------------- */
.page-about .info_box {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.page-about .info_box h4 {
    font-weight: 800;
}
/* ------------------- info_box ------------------- */

@media screen and (max-width: 1200px) {
    .page-about ul li ,
    .page-about .mail {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
    .page-about section h1 {
        font-size: 20px;
    }
}
.color-blue {
    color:#232130;
    font-weight:30px;
    line-height:35px;
}

/** single reviews **/
.single-reviews .body_container h3 {
    font-weight:700;

}

.feature-container-holder {
    background:white;
    padding:30px 15px;
}
.pro-container-holder,
.con-container-holder{
    background:white;
    padding:0px 15px 30px;
}
.feature-container-holder.green,
.pro-container-holder.green {
    border-top:3px solid #00a28b;
}
.con-container-holder.red {
    border-top: 3px solid #EA3D47;
}
.feature-container-title {
    font-size:22px;
    margin-bottom:30px;
    font-weight:700;
}
.pro-container-holder .feature-container-title {
    margin-bottom:15px;
}
.pro-container-holder.green .feature-container-title {
    color: #00a28b;
    background: rgba(75, 159, 141, .1);
    margin-left:-15px;
    margin-right:-15px;
    padding-top:10px;
    padding-left:15px;
    padding-bottom:10px;
}

.con-container-holder.red .feature-container-title {
    color: #EA3D47;
    background: rgba(234, 61, 71, .1);
    margin-left:-15px;
    margin-right:-15px;
    padding-top:10px;
    padding-left:15px;
    padding-bottom:10px;
}
.old-price {
    color: #232230;
    opacity: 0.6;
    text-decoration: line-through;
}
.new-price {
    color: #EB6337;
}
.new-price span {
    font-size:45px;
    font-weight: 700;
}
.moneyback {
    font-size:14px;
    font-style: italic;
}

.cursor-pointer{
    cursor: pointer;
}

/** Privacy Policy Page **/
.page-privacy-policy .body_container,
.page-terms-of-use .body_container {
    background-color: #f9f9f9;
    width: 100%;
}
.page-privacy-policy section h1,
.page-terms-of-use section h1 {
    font-size: 55px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-privacy-policy section:nth-of-type(1),
.page-terms-of-use section:nth-of-type(1) {
    padding-top: 100px;
}
.page-privacy-policy .mail,
.page-terms-of-use .mail {
    display: block;
    font-size: 18px;
}
.page-privacy-policy .skew_back:nth-of-type(1),
.page-terms-of-use .skew_back:nth-of-type(1) {
    background-color: #232431;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 1000px;
    top: -305px;
}
.page-privacy-policy .skew_back:nth-of-type(2),
.page-terms-of-use .skew_back:nth-of-type(2) {
    background-color: #00A28B;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 1000px;
    top: -295px;
}
.page-privacy-policy footer,
.page-terms-of-use footer {
    margin-top: 0px!important;
}
/* ------------------- info_box ------------------- */
.page-privacy-policy .info_box,
.page-terms-of-use .info_box {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.page-privacy-policy .info_box h4,
.page-terms-of-use .info_box h4 {
    font-weight: 800;
}
/* ------------------- info_box ------------------- */

@media screen and (max-width: 1200px) {
    .page-privacy-policy ul li ,
    .page-privacy-policy .mail,
    .page-terms-of-use ul li ,
    .page-terms-of-use .mail {
        font-size: 16px;
    }
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 420px) {
    .page-privacy-policy section h1,
    .page-terms-of-use section h1 {
        font-size: 20px;
    }
}

/** PAGE CONTACT */
body {
    font-family: "Open Sans", sans-serif;
}
.page-contact .body_container {
    background-color: #f9f9f9;
    width: 100%;
}
.page-contact section h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-contact section h2 {
    color: #00A28B;
    font-weight: 700;
}
.page-contact section p:nth-of-type(1) {
    color: #fff;
}
.page-contact section p:nth-of-type(2) {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.page-contact .contain_form {
    width: 100%;
    max-width: 900px;
    padding: 20px 0;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.page-contact .skew_back:nth-of-type(1) {
    background-color: #232431;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 835px;
    top: -305px;
}
.page-contact .skew_back:nth-of-type(2) {
    background-color: #00A28B;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 840px;
    top: -295px;
}
.page-contact section:nth-of-type(1) {
    padding-top: 100px;
    text-align: center;
    min-height: calc(100vh - 300px);
}

.page-contact input {
    margin-bottom: 10px;
}
.page-contact .wpcf7-form-control {
    border: 1px solid #000000;
    box-shadow: 0 0 20px #00000047;
    min-height: 60px;
    min-width: 250px;
}
.page-contact textarea {
    height: 200px;
    margin-bottom: 10px;
}

.page-contact button {
    margin-top: 15px;
    background-color: #00A28B;
    padding: 12px 45px;
    transition: 0.5s;
    display: inline-block;
    cursor: pointer;
    width: 30%;
    color: #fff;
    font-size: 20px;
    border: none;
    box-shadow: 0 10px 10px #0000003b;
    position: relative;
    top: 0;
    margin-bottom: 5px;
    min-width: 250px;
}
.page-contact button:hover,
.page-contact button:active {
    background: #0bc7ae;
    color: #fff;
    border: none;
    box-shadow: 0 0 0 #0000003b;
    top: 10px;
}
.page-contact label.error {
    font-size: 1em;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d89c9c;
    width: 80%;
    margin: auto;
    color: #fafafa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.page-contact .message {
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.page-contact footer {
    margin-top: 0px!important;
}
@media screen and (max-width: 1200px) {
    .page-contact .contain_form {
        padding: 20px 5%;
    }
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 420px) {
    .page-contact section h1 {
        font-size: 20px;
    }
}
.wpcf7-form.sent p{
    display: none;
}
div.wpcf7-mail-sent-ok {
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.grecaptcha-badge {
    display:none;
}
/**
Exit Intent modal
 */
#exitIntent .modal-body {
    padding:0;
}
#exitIntent .modal-dialog{
    width:100%;
    max-width: 1000px;
}
#exitIntent .modal-dialog button {
    position: absolute;
    right: 23px;
    top: 20px;
    font-size: 44px;
    z-index:1;
}
#exitIntent .modal-dialog img {
    max-width:100%;
    height:auto;
}

/**YouTube video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}