/*General Css*/
body{
  font-family: 'Poppins';  
  overflow-x: hidden;
}
.container{
  /*max-width:1260px;    */
}
h1,h2,h3,h4,h5,h6{
 font-family: 'Poppins';     
}
p,em,b,a{
 font-family: 'Poppins';  
}
/*General Css*/

/*header Css*/
.top-statusbar {
    background-color: #000;
}
.top-statusbar p {
    font-size: .9rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.top-statusbar p a {
    color: #ec4a2b;
}
.fa-chevron-up.fa-chevron-down:before {
    content: "\f077";
 
}
.buttonBar ul li{
    display: inline-block;
}
.buttonBar li a{
    color: #000;    
    text-decoration: none;  
    font-size: 15px;    
    font-weight: 500;
}
.buttonBar li.activeBtn a {
    background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 100%);
    padding: 10px 24px;
    border-radius: 20px;
    margin-left: 10px; 
    color: #000;
}
.buttonBar li.activeBtn a:hover {
    background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 50%);     
}
.buttonBar {
    float: right;
}
.headRow {
    background: #fff;
    box-shadow: -3px 7px 20px 2px #302e2e1c;
    padding: 10px;
    border-radius: 7px;
    margin-top: 1.5rem !important;
    position:relative;
}
.headRow.sticky button.dropbtn {
    clear: both;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 70px;
    top: 26px;
    border: 0;
    background: transparent;
}
.headRow.sticky .menu-bar.navbar-nav {
    align-items: center;
}
.bannerContent ul.bulletPoints {
    list-style: none;
    padding-left: 0;
    margin: 25px 0 35px;
}

.bannerContent ul.bulletPoints li {
    position: relative;
    margin-bottom: 14px;
    color: #000;
    font-weight: 400;
    padding-left: 28px;
}

.bannerContent ul.bulletPoints li:before {
    content: '';
    display: block;
    background: #2952C3;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 20px;
}
ul.btnBanr {
    list-style: none;
    padding: 0;
}

ul.btnBanr li {
    display: inline-block;
    margin-right: 15px;
}
.menuMain nav.navbar li a {
    color: #000;
}
.headRow.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
    border-radius: 0;
    z-index:999;
}
/*header Css*/

.modal-backdrop {
    display: none;
}
/*banner Css*/
header {position: relative;}

body.vpn-home header:before,
body.features header:before,
body.download header:before,
body.server-locations header:before {
    content: '';
    background: #F6F6F6;
    width: 100%;
    height: 130px;
    display: block;
    position: absolute;
    top: -30px;
    z-index: -1;
}
body.buy-vpn header:before{
   background: #F6F6F6; 
    content: '';
    width: 100%;
    height: 130px;
    display: block;
    position: absolute;
    top: -30px;
    z-index: -1;
}
.bannerMain {
    position: relative;
    padding:50px 0 0;
}

body.vpn-home .bannerMain:before,
body.features .bannerMain:before,
body.download .bannerMain:before,
body.server-locations .bannerMain:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #F6F6F6;
    position: absolute;
    z-index: -1;
    top: 0;
}
.bannerMain .bannerImg {
    position: relative;
}
.bannerMain .bannerImg img {
    display: table;
    margin: 0 auto;
}
body.vpn-home .bannerMain .bannerImg:before {
    content: '';
    display: block;
    background: url(../images/beforeBanner.svg) no-repeat 100%/cover;
    width: 100%;
    height: 686px;
    position: absolute;
    z-index: -1;
    background-size: 100% 100%;
    top: -196px;
    right: -13px;
}
.bannerContent h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 52px;
}
.bannerContent h2 span {
    background: #2D57CB;
    color: #fff;
    padding: 0px 15px;
    border-radius: 11px;
}
.bannerContent p {
    font-size: 16px;
    color: #000;
}

h5.btnGenreal.downloadBtn a {
    color: #fff;
    background: #2D57CB;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
}
h5.btnGenreal a {
    color: #000;
    background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 100%);
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
}
h5.btnGenreal a:hover {
  background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 50%);  
}
h5.btnGenreal {
    display: block;
}
/*banner Css*/

/*Download Section CTA*/

section.appBoxSec {
    position: relative;
    display: flex;
    align-items: center;
}

.appBoxSec .container .row{
    background: linear-gradient(92.03deg, #3562DD 0.73%, #2951BF 135.36%);
    color: #fff;
    box-shadow: 3px 4px 20px rgba(11, 34, 104, 0.35);
    border-radius: 15px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.appCont h1 {
    font-size: 35px;
}
.appCont p {
    font-size: 15px;
}
.appBoxSec .contentBox h4 {
    margin: 0;
    text-align: left;
}
section.appBoxSec:before {
    background: #E6ECF1;
    content: '';
    display: block;
    width: 100%;
    height: 85px;
    position: absolute;
    z-index: -1;
}
/*Download Section CTA*/

/*server page*/
.mk_col .mk_item {
    box-shadow: 1px 1px 9px 0px #ccc;
    min-height: 170px;
    display: grid;
    align-content: space-evenly;
    padding: 0 10px;
    border-radius: 15px;
}

.mk_col .mk_item h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    padding: 0 7px;
}

.mk_col .mk_item picture {
    padding: 0;
}
.serverTable table {
    /* box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08); */
    /* border-radius: 10px; */
    /* position: relative; */
    /* top: 0; */
    border-collapse: separate; /* Don't collapse */
   border-spacing: 0;
}
tr.headTable th {
    padding: 15px 30px 15px;
    font-weight: 500;
    color: #6D6D6D;
    text-align: center;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 4px solid #4A72DF !important;
}
tr.headTable {
    /* border-bottom: 4px solid #4A72DF; */
}
.bodyTable tr td {
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.bodyTable tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.bodyTable tr td:last-child {
    border-right: none;
}
.serverTable {
    max-height: 471px;
    overflow-y: scroll;
    padding: 0;
    box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.serverTable::-webkit-scrollbar {
  width: 7px;
}
 
.serverTable::-webkit-scrollbar-track {
/*  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  background: transparent;
}
 
.serverTable::-webkit-scrollbar-thumb {
  background-color: #4A72DF;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.bodyTable td a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color:#4A72DF;
}

.bodyTable td a img {
    /*padding-right: 10px;*/
    /*width: 39px;*/
    padding-right: 0;
    width: 33px;
    border-radius: 100%;
    height: 33px;
    margin-right: 7px;
    border: 1px solid #dddddd;    
}
.bodyTable td  img {
    width: 20px;
}
.ServerBenefits .container {
    padding: 50px 40px 0!important;
}

.benefitsBox {padding-bottom: 35px;}

.benefitsBox h3 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
}
.benefitsBox p {
    padding-right: 11vw;
}

.benefitsBox img {max-width: 70%;}
.checkPricing {
    background: #F5F6FA;
    padding: 20px 20px 10px;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 3px #cccccc85;
}

.checkPricing img {
    float: left;
    max-width: 10%;
}

.checkPricing h4 {
    font-size: 17px;
    padding-left: 40px;
    font-weight: 500;
}

.row.headRow.transparent {
    background: transparent;
}

/*server page*/

/*LogoSlider*/
.logoSection.row {
    margin: 0;
}
section.logoSection {
    background: #E6ECF1;
/*    margin-bottom: 50px;*/
}
.accordion-item.open h2.accordion-header {
    background: #3c61d5;
    color: #fff !important;
}

.accordion-item.open h2.accordion-header button {
    color: #fff;
}
.accordTitle h2 {
    font-size: 43px;
    font-weight: 500;
    line-height: 50px;
}

.accordTitle p {padding-bottom: 10px;}

.accordion-item.open  button::after {
    background-color: #fff;
    padding: 14px !important;
    border-radius: 30px;
    background-position: center;
    background-size: 57%;
}
.accordion {
  width: 100%;
  position: relative;
  padding-right: 70px;  
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
.accordion:before {
    display:none;
    content: '';
    /*display: block;*/
    width: 67px;
    height: 100%;
    position: absolute;
    left: -15px;
    border-radius: 15px;
    background: url(../images/scrollBr.png) center / cover;
}
.accordion-header {
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E6ECF1;
  color: #000;
  padding: 0 35px;
  border-radius: 20px;
  position: relative;
}
.accordion-item.open .accordion-header:before {
  background: #FEC32B;  
}
.accordion-header:before {
    display:none;
    content: '';
    /*display: block;*/
    background: #C3C2BD;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    left: -62px;
    z-index: 999;
}
.accordion-content {
  display: none;
  padding: 17px 35px;
}
.accordion-item.open .accordion-content {
    display: block;
}
.accordion:after {
    display:none;
    content: '';
    /*display: block;*/
    width: 5px;
    height: 80%;
    background: #D9D9D9;
    position: absolute;
    top: 43px;
    left: 16px;
    z-index: 0;
}

.icon {
  font-size: 20px;
  margin-left: auto;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}

.open .icon {
  transform: rotate(0);
}

.logoSection .comp_hd_blk {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.logoSection .comp_hd_blk h4 {
    color: #666666;
    font-size: 19px;
    font-weight: 400;
}

.logoSection .logoSlider .owl-item {
    float: left;
    text-align: center;
}

.logoSection .logoSlider .disabled {
    display: none;
}

.logoSection .logoSlider {
    width: 87%;
    overflow: hidden;
    margin-left: 0;
}

.logoSection .logoSlider .owl-stage {
    display: flex;
    align-items: center;
}

.comp_none {
    display: none;
}
.comp_hd {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.logoHeadTitle h2 {
    font-size: 42px;
    font-weight: 500;
    color: #000;
    line-height: 44px;
}
.boxLogo span {
    display: block;
    padding: 6px 0 0;
}

.boxLogo {
    text-align: center;
}

.boxLogo span a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.boxLogo img {
    height: 75px;
    width: 75px;
    object-fit: contain;
}
/*LogoSlider*/

.stepsBox h4 {
    color: #fff;
    background: #4A72DF;
    border-radius: 70%;
    width: 100%;
    max-width: 22%;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
}

.stepsBox p {
    color: #000;
    font-size: 16px;
    padding: 26px 0;
    font-weight: 400;
}
.stepsBox h4:after {
    content: '';
    display: block;
    background: url(../images/arrowImg.png) no-repeat right;
    width: 200px;
    height: 23px;
    position: absolute;
    top: 37px;
    left: 150px;
}
.col-sm-4:last-child .stepsBox h4::after {
    opacity: 0;
    display: none !important;
}





/*BoxStats*/
.StatsBox {
    padding: 40px;
    text-align: center;
}

.StatsBox .statImage {
    width: 100%;
    margin-bottom: 20px;
}

.StatsBox .statImage img {
    width: 100%;
    max-width: 35%;
    height: 90px;
    object-fit: contain;
}
.StatsBox.bgGradient {
    background: url(../images/stats_bg.png) no-repeat center 100%/cover;
    color: #fff;
    width: 50%;
    max-width: 47%;
    margin-right: 3%;
}
.StatsBox {
    background: #F5F6FA;
    border-radius: 20px;
    width: 50%;
    max-width: 47%;
    margin-right: 3%;
}
.RcontentBox {
    background: #F5F6FA;
    padding: 60px 30px;
    border-radius: 20px;
}
.LboxImage  img {
    width: 100%;
    height: 580px;
    object-fit: contain;
}
.VpnBoxRight .row {
    margin: 0;
}
.StatsFirst .StatsBox:nth-child(2) {
    margin-right: 0 !important;
    max-width: 50%;
}
.StatsLast .StatsBox:nth-child(2) {
    margin-right: 0 !important;
    max-width: 50%;
}
.VpnBoxLeft {
    background: url(../images/lft_home.png) no-repeat center/contain;
    height: 100%;
    padding: 0 60px 70px;
    color: #fff;
    position: relative; 
    background-size: 100% 100%;
}
.LboxContent h2 {
    font-size: 40px;
}

.LboxContent p {
    font-size: 15px;
}
.RcontentBox h2 {
    font-size: 40px;
    padding-bottom: 7px;
}

.RcontentBox p {
    font-size: 15px;
}
.captionStats h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
.bgGradient .statImage img {
    filter: invert(100%);
}
.StatsBox:hover {
    background: url(../images/stats_bg.png) no-repeat center 100%/cover;
    color: #fff;
    width: 50%;
}
.StatsBox:hover .statImage img {
    filter: invert(100%);
}

.LboxContent {
    position: absolute;
    bottom: 13%;
    padding-right: 60px;
}
/*BoxStats*/
/*
 
/*section Server End Features*/
section.serverEnd {
    background: #E6ECF1;
    position: relative;
    z-index: 999999;
    padding-bottom: 70px !important;
}

.boxServerftrd{
    background: #FFFFFF;
    box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    position: relative;
    align-items: center;
    display: flex;
    padding: 20px 30px;
    min-height: 175px;
}
.boxServerftrd img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    float: left;
}

.serverContent {padding-left: 2vw;padding-top: 10px;}
.serverContent h4 {
    font-size: 20px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
}

.serverContent p {
    font-size: 16px;
}


/*section Server End Features*/


/*androidSection*/
.androidSteps .container {
    background: #F6F6F6;
    padding: 90px 40px;
    border-radius: 40px;
    position: relative;
    min-height: 540px;
}
.contentBox h2 {
    font-size: 42px;
    padding-bottom: 20px;
    font-weight: 500;
    color: #000;
}

.contentBox ol li {
    margin-bottom: 25px;
    color: #000;
}
.contentBox ol {
    padding-left: 15px;
}
 
.contentBox p a {
    color: #000;
}
.stepImg {
    position: absolute;
    top: -60px;
}

.contentBox h4 a {
    /* filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2)); */
    background: linear-gradient(260.25deg, #FFAA0E 1.61%, #FFCB02 108.8%);
    border-radius: 100px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    color: #000;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 60px;
    font-weight: 400;
    text-wrap: nowrap;
}

.contentBox h4 a:hover {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}

.contentBox h4 {
    margin: 40px 0 0;
}
.contentBox p{
    font-size: 16px;
    line-height: 25px;
}
/*androidSection*/
section.windowsApp .container {
    background: #F6F6F6;
    padding: 70px 40px;
    border-radius: 40px;
    position: relative;
    /* min-height: 540px; */
}

.windowsApp ul {
    font-size: 16px;
    padding: 0;
}

.windowsApp ul li {
    padding-bottom: 9px;
    position: relative;
    list-style: none;
    padding-left: 29px;
    font-size: 16px;
}

.windowsApp ul li:before {
    content: '';
    display: block;
    background: #2952C3;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}

/*Box Slide*/
section.boxContSlider {
    background: #E6ECF1;
    padding: 70px 0 0;
}
.slideBox h3 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.slideBox p {
    font-size: 16px;
    line-height: 31px;
}
.slideBox h4 a {
 background: linear-gradient(260.25deg, #FFAA0E 1.61%, #FFCB02 108.8%);
    border-radius: 100px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    color: #000;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 60px;
    font-weight: 400;   
}

.slideBox h4 a:hover {
 filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));   
}
.SliderContent {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}

.SliderContent .owl-item {
    float: left;
}
.SliderContent .owl-nav {
    float: left;
    margin: 50px 0;
}

.SliderContent .owl-nav button {
    margin-right: 12px;
    background: transparent;
    padding: 0px 16px;
    border-radius: 40px;
    border: 1px solid #4A72DF;
}

.SliderContent .owl-nav button span {
    font-size: 55px;
    line-height: 40px;
    font-weight: 300;
    color: #4A72DF;
}

.SliderContent .owl-nav button:hover {
    background: #4A72DF;
}

.SliderContent .owl-nav button:hover span {
    color: #fff;
}

.installVpn {
    background: #E6ECF1;
    padding: 40px 30px;
    min-height: 180px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 10px;
    width: 31%;
}
.installVpn h3 {
    font-size: 27px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}

.installVpn p {
    font-size: 16px;
}
/*Box Slide*/


/*Devices Section*/
section.DevicesMain {
/*    background: #E6ECF1;*/
    background: url(../images/bgImgSec.png) center / cover;
}
section.DevicesMain.innerDevices {
    background: #E6ECF1;
    position: relative;
    z-index: 999999;
    padding-bottom: 70px !important;
}
section.DevicesMain.innerDevices:before {
    content: '';
    display: block;
    background: url(../images/circlesBg.png) no-repeat;
    position: absolute;
    left: 40px;
    right: 0;
    background-size: 90%;
    width: 500px;
    height: 460px;
    margin: 0 auto;
    top: 30px;
    z-index: -1;
}
.TitleDevices  h2 {font-size: 35px;font-weight: 600;color: #000;}

.TitleDevices p {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    letter-spacing:0;
}
.TitleDevices p strong{
    font-weight:700;
    color:#000;
}
.TabsDevices ul#pills-tab {
    background: #4A72DF;
    width: 100%;
    max-width: 67%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 0 5px;
}

.TabsDevices ul#pills-tab li {
    padding: 0 15px;
}
.TabsDevices ul#pills-tab li button.active {
    background: #143D6B;
}

.TabsDevices ul#pills-tab li button.active img {
    filter: brightness(4);
}
.TabsDevices ul#pills-tab li button img {
    filter: brightness(2);
}
.TabsContentLeft {
    overflow-y: auto;
    max-height: 400px;
    direction: rtl;
    text-align: left;
    padding: 0;
}
.TabsContentHome {
    overflow-y: auto;
    max-height: 400px;
    text-align: left;
    padding: 0;
}
.BoxTab {
    background: transparent;
    color: #000;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 13px;
    width: 100%;
    max-width: 90%;
    float: left;
}

.BoxTab h4 {
    font-size: 31px;
    padding-bottom: 0px;
    font-weight: 500;
}

.BoxTab p {
    font-size: 15px;
    line-height: 26px;
}

/*Featured Section2*/
.boxFeaturesLeft {
    position: relative;
    background: #E6ECF1;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 30px;
    min-height: 207px;
}

.boxFeaturesLeft .fetrdBox {
    position: absolute;
    right: -50px;
    top: 33px;
}

.boxFeaturesLeft p {
    padding-right: 70px;
    font-size: 15px;
}

.boxFeaturesLeft h3 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
}

.boxFeaturesRight {
    position: relative;
    background: #E6ECF1;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 30px;
    min-height: 207px;
}

.boxFeaturesRight .fetrdBox {
    position: absolute;
    left: -80px;
    top: 33px;
}

.boxFeaturesRight p {
    padding-left: 40px;
    font-size: 15px;
}

.boxFeaturesRight h3 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    padding-left: 40px;
}
.centerImg {
    position: relative;
}

.centerImg .middleImge {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    left: 0;
}

.centerImg .middleImge img {}
.centerImg:before {
    content: '';
    display: block;
    background: url(../images/Frame.png) no-repeat top/cover;
    height: 80%;
    width: 95%;
    position: absolute;
    left: 0;
    top: 96px;
    background-size: 100% 86%;
    z-index: -1;
}



/*Featured Section2*/
/*
 *  STYLE 3
 */

.TabsContentLeft::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #E6ECF1;
}

.TabsContentHome::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #E6ECF1;
}

.TabsContentLeft::-webkit-scrollbar
{
    width: 6px;
    background-color: #7298C2;
}

.TabsContentHome::-webkit-scrollbar
{
    width: 6px;
    background-color: #7298C2;
}

.TabsContentLeft::-webkit-scrollbar-thumb
{
    background-color: #7298C2;
}

.TabsContentHome::-webkit-scrollbar-thumb
{
    background-color: #7298C2;
}
/*Devices Section*/

/*Benefit VPN*/
.bVpnBox {
    background: #F5F5F5;
    padding: 30px 20px;
    border-radius: 10px;
}
.bVpnImg img {
    padding: 0 0 30px;
    width: 100%;
}
.bVpnBox h4 {
    font-size: 23px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 500;
}

.bVpnBox p {
    font-size: 16px;
    padding: 0 60px 0 0;
}
.bVpnBox:hover {
    background: #e7e7e7;
    cursor: alias;
}
/*Benefit VPN*/

/*Download Tabs*/
.downloadTabs .Tabsbenefits ul#pills-tab {
    background: #E6ECF1;
    max-width: 63%;
 }
.downloadTabs .Tabsbenefits ul#pills-tab li{
    box-shadow: none;
    background: transparent;
    font-size: 20px;
}
.downloadTabs .Tabsbenefits ul#pills-tab li button {
    color: #000;
    font-weight: 500;
}
.boxLogos {
    background: #fff;
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 6px #cccccc59;
}
.boxLogos h4 {font-size: 16px;padding: 10px 0 0;color: #000;text-transform: capitalize;font-weight: 500;}

.boxLogos a {text-decoration: none;}
.boxLogos img {
    height: 80px;
}
.downloadTabs .Tabsbenefits .tab-pane {
    border-radius: 39px;
    background: #E6ECF1;
    padding: 90px 0;
}
/*Download Tabs*/

/*Tabs Benefit VPN*/

.TabsbenefitsVpn {
    background: #E6ECF1;
}
.Tabsbenefits ul#pills-tab {
    background: transparent;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 0;
}

.Tabsbenefits ul#pills-tab li {
    padding: 5px;
    color: #000;
    margin: 0 9px;
    border-radius: 10px;
    background: #F3F7FA;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.20);
    font-size: 30px;
}
.Tabsbenefits ul#pills-tab li button.active {
    background: #B6C9D8;
    color: #000;
}

.Tabsbenefits ul#pills-tab li button.active img {
    filter: brightness(4);
}

.Tabsbenefits ul#pills-tab li button {
    color: #C0D1DD;
    font-weight: 500;
}
.Tabsbenefits ul#pills-tab li button:hover {
    background: #B6C9D8;
    color: #000;
}
.Tabsbenefits .tab-pane {
    border-radius: 39px;
    background: #F3F7FA;
    padding: 15px 90px;
}
.BtabImageRight img {
    width: 100%;
    max-width: 85%;
}

.BtabsContentLeft  h3 {
    font-size: 38px;
    padding-bottom: 5px;
    line-height: 50px;
    font-weight: 600;
}

.BtabsContentLeft p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.boxFacts {
    border-radius: 15px;
    background: linear-gradient(92.03deg, #3562DD 0.73%, #2951BF 135.36%);
    box-shadow: 3px 4px 20px rgba(11, 34, 104, 0.35);
    color: #fff;
    padding: 40px 0;
    /* border: 1px solid #000000; */
}
section.bgFacts {
    position: relative;
}

section.bgFacts:before {
    background: #E6ECF1;
    content: '';
    display: block;
    height: 60%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 40px;
}
.fcts {
    position: relative;
}

.fcts:after {
    content: '';
    background: #BCCCD9;
    width: 1px;
    height: 120px;
    position: absolute;
    right: 0;
    top: -8px;
}

.boxFacts .col-sm-3:last-child .fcts:after {
    opacity: 0;
}
.fcts  img {
    margin-bottom: 5px;
}

.fcts h4 {
    font-weight: 300;
    font-size: 15px;
}

.fcts h2 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
}
body.buy-vpn .PricingBox {box-shadow: 1px 1px 3px 3px #ccc;min-height: 430px;}
.PricingBox {
    background: #F5F6FA;
    text-align: center;
    padding: 45px 24px 0;
    min-height: 430px;
    border-radius: 8px;
    position:relative;
}
.PricingBox.activePricingBox label.bestDeal {
    background: #121E53;
    max-width: 50%;
    border-radius: 20px;
    padding: 6px 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    top: -21px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
}
.PricingBox:hover {
     color: #000;
    position: relative;
    border-radius: 10px;
    background: #F5F6FA;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);   
}
.PricingHead h4 {
    font-size: 23px;
    padding-bottom: 10px;
}

.PricingHead h5 {
    color: #000;
    background: #D9D9D9;
    max-width: 46%;
    width: 100%;
    padding: 7px 0px;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}

.PricingMoney {
    padding: 97px 0 40px;
    color: #000;
}
.PricingMoney h4{
    line-height:1.2;
}
.infoCard p {
    letter-spacing: 0;
    margin-bottom: 1rem;
}
.PricingMoney h4 sup {
    font-size: 90px;
    display: contents;
    font-weight: 600;
}

.PricingMoney h5 {
    font-weight: 400;
    font-size: 19px;
    padding-top: 5px;
}

.PricingPoints ul {
    list-style: none;
    padding: 0 20px;
    word-break: break-word;
    line-height: 25px;
    margin-bottom: 60px;
    /* padding-left: 0; */
}

.PricingPoints ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    position: relative;
    text-align: left;
    margin-left: 0;
    padding-left: 10px;
}

.PricingPoints ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #FFBE00;
    margin-right: 5px;
    /* float: left; */
    position: absolute;
    left: -10px;
    top: 4px;
}
.activePricing {
    background: linear-gradient(180deg, #071B51 0%, #1D4684 100%);
    color: #fff;
    position: relative;
    top: -80px;
    min-height: 715px;
}
.activePricingBox {
    background: #F5F6FA;
    color: #000;
    position: relative;
    border-radius: 10px;
    border: 5px solid #0D286C;
    background: #F5F6FA;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}
.activePricingBox .BuyBtn h4 a,
.activePricingBox .BuyBtn button{
    top: 60px;
    border: 0;
    border-radius: 100px;
    background: linear-gradient(260.25deg, #3562DD 1.61%, #2951C0 108.8%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    color: #fff;
}
.activePricingBox .PricingHead h5 {border-radius: 10px;background: linear-gradient(92.7deg, #3461DB 1.1%, #2B54C6 100%);color: #fff;}

.PricingMoney del {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
}
.activePricingBox .PricingPoints ul li {
    color: #fff;
}
.BuyBtn h4 a, .BuyBtn button {
    background: #F5F6FA;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    border: 1px solid #0E2C6F;
    padding: 17px 60px;
    text-decoration: none;
    color: #000;
    position: relative;
    top: 60px;
    box-shadow: -1px 4px 9px 0px #ccc;
    font-size: 16px;
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 500;
}

.BuyBtn h4 a:hover {
    box-shadow: -1px 4px 9px 6px #ccc;
}
.activePricing .BuyBtn h4 a {
    background: linear-gradient(260deg, #FEA814 1.61%, #FECA02 108.8%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
    top: 68px;
    border: 0;
}
.activePricing .PricingHead h5 {
    background: linear-gradient(93deg, #FEAA12 1.1%, #FEC405 100%);
}

.activePricing .PricingPoints ul li {
    color: #fff;
}
.PaymentCapt h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}
.bgGrey {
    background: #E6ECF1;
}
.MapSec  {
    /*background: url(../images/map_bg.png) no-repeat 100%/cover;*/
    background:#E6ECF1;
    background-size: 100% 100%;
    color: #000;
}

.MapTitle  h2 {
    font-size: 40px;
    padding-bottom: 5px;
}

.MapTitle p {
    font-size: 18px;
    font-weight: 300;
}
.MapStats h3 {
    font-size: 40px;
    line-height: 22px;
}

.MapStats h5 {
    font-size: 16px;
    font-weight: 300;
}

.MapStats {
}
/*Tabs Benefit VPN*/

.TitleDevices h2 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
}
.TitleDevices.section-title h2 strong {
    background: #2D57CB;
    color: #fff;
    padding: 0px 10px 2px;
    font-weight: unset;
    border-radius: 10px;
}
/*About Us Testimonials*/

.TestImage img {width: 100%;}

.TestContent {
    background: #FAFAFA;
    padding: 40px 20px 33px 60px;
    border-radius: 0 0 20px 20px;
}
.TestContent p {
    font-size: 16px;
    font-style: italic;
    color: #434649;
    line-height: 29px;
}

.TestiQuote {
    position: relative;
    padding-left: 20px;
}

.TestiQuote:before {
    content: '';
    display: block;
    background: #888C8F;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
}
.TestiQuote h4 {
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
}

.TestiQuote h5 {
    color: #434649;
    font-size: 15px;
}
.TestLink {
    float: right;
    position: relative;
    top: -28px;
    right: 30px;
}

.TestLink a i {
    color: #000;
    font-size: 23px;
}

.AboutPeople .TestiSlider .owl-item {
    float: left;
  
}

.AboutPeople .TestiSlider .disabled {
    display: none;
}

.AboutPeople .TestiSlider {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}

.TestiSlider  .owl-dots {
    position: relative;
    padding-bottom: 40px;
    bottom: -34px;
    text-align: center;
}

.TestiSlider .owl-dots button.owl-dot {
    margin: 0 3px;
    background: #D9D9D9;
    border: 0;
    padding: 3px 15px;
    border-radius: 6px;
}

.TestiSlider .owl-dots button.owl-dot.active {
    background: #7298C2;
    padding: 5px 15px;
}

/*About Us Testimonials*/

/*banner Logos */
.bannersLogos .boxLogos {padding: 0;box-shadow: none;background: transparent;}
.bannersLogos .boxLogos img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.bannersLogos {
    max-width: 80%;
    margin: 0 auto;
}
/*banner Logos */

/*Connectivity Features*/
.featuresBox {
    background: #FFFFFF;
    box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    min-height: 370px;
    padding: 30px 20px 0;
}

.featuresBox img {
    width: 70px;
    padding-bottom: 30px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 6px;
}

.featuresBox h4 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 25px;
    font-weight: 500;
}

.featuresBox p {
    font-size: 15px;
}

/*Connectivity Features**/

/*why CHoose*/
.boxChoose {
    background: #F6F6F6;
    border-radius: 36px;
    min-height: 470px;
}
.logosRows {
    padding: 0px 6vw;
}
.chooseText h3 {
    font-size: 24px;
    padding-bottom: 10px;
}
.chooseText a {
    font-weight: 500 !important;
}
.logBox img {
    width: 150px;
    object-fit: contain;
}
.featuresBox:hover {
    box-shadow: inset 0px 5px 25px 1px rgba(0, 0, 0, 0.2);
}
.boxServerftrd:hover {
    box-shadow: inset 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
}
/*why CHoose*/


/*Trending POSTS*/
.TrendingImage img {width: 100%;border-radius: 10px 10px 0 0;}

.LTrendingContent {
    background: #fff;
    box-shadow: 1px 1px 20px 7px #c7c7c7;
    padding: 50px 20px 50px;
    border-radius: 0 0 10px 10px;
    border: 0;
}

.LTrendingContent h2,
.LTrendingContent h2 a{
    font-size: 27px;
    padding-bottom: 5px;
    font-weight: 600;
    text-decoration:none;
    color:#000;
}

.LTrendingContent p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding: 7px 0;
}

.TimePost h4 {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #000;
}

.TimePost h4:before {
    display: block;
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
}
.LTrendingPost:hover .LTrendingContent {
    cursor: pointer;
    background: #fff;
    box-shadow: inset 2px -1px 12px 4px #c7c2c2;
}

.TrendingBox {
    background: #fff;
    box-shadow: 1px 1px 20px 7px #c7c7c7;
    display: flex;
    margin-bottom: 29px;
    border-radius: 15px;
    min-height: 147px;
}

.TrendingBox .RTrendingImage {
    width: 30%;
    float: left;
}

.RtrendingContent {
    width: 70%;
    padding: 26px 30px 0;
}

.RtrendingContent .TimePost {
    position: relative;
    display: block;
}

.TrendingBox .RTrendingImage img {border-radius: 10px 0 0 10px;height: 100%;object-fit: cover;object-position: left;}

.RtrendingContent h2,
.RtrendingContent h2 a{
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 27px;
    font-weight: 600;
    color:#000;
    text-decoration:none;
}
.BottomSection .row {
/*    background: url(../images/bottom_bg.png) no-repeat 100%/cover;*/
    background: linear-gradient(92.03deg, #3663DE 0.73%, #2952C0 135.36%);
    box-shadow: 3px 4px 20px rgba(11, 34, 104, 0.35);    
    padding: 40px 80px;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 15px;
}

/*Trending POSTS*/

.boxesVpn {
    border-radius: 25px;
    background: #F3F7FA;
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 11%);
    min-height: 330px;
    padding: 25px 23px;
}

.boxesVpn img {
    margin-bottom: 25px;
}

.boxesVpn h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.boxesVpn p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.boxVpnHead h2 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 60px; /* 133.333% */
}

.boxVpnHead {
    padding: 0 50px;
    position: relative;
    top: 30px;
}

/*Faqs Section*/
.accordion_Faq .accordion-box {
}

.accordion_Faq .accordion-box button[aria-expanded='true'] {
  border-bottom: 1px solid #000;
}

.accordion_Faq button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.accordion_Faq button:hover,
.accordion_Faq button:focus {
  cursor: pointer;
  color: #0044c5;
}

.accordion_Faq button:hover::after,
.accordion_Faq button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion_Faq button .accordion-head {
  padding: 1em 1.5em 1em 0;
}

.accordion_Faq button .iconFaq {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
 
}

.accordion_Faq button .iconFaq::before {
  display: block;
  position: absolute;
  content: "\f077";
  top: 9px;
  left: 5px;
  width: 0;
  background: currentColor;
  font: normal normal normal 14px / 1 FontAwesome;  
  opacity: 0;
}
.accordion_Faq button .iconFaq::after {
  display: block;
  position: absolute;
  content: "\f078";
  width: 0;
  top: 9px;
  left: 5px;
  background: currentColor;
  font: normal normal normal 14px / 1 FontAwesome;  
}

.accordion_Faq button[aria-expanded='true'] {
  color: #000;
  font-weight: 500;
}
.accordion_Faq button[aria-expanded='true'] .iconFaq::after {
  opacity: 0;
}
.accordion_Faq button[aria-expanded='true'] .iconFaq::before {
 
  opacity: 1;
}
.accordion_Faq button[aria-expanded='true'] + .accordion-text {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  display: block;
}
.accordion_Faq .accordion-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion_Faq .accordion-text p {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 40px;
  color: #000;
  line-height: 26px;
}
/*Faqs Section*/

/*Bottom Section*/

.TitleBottom h1 {
    font-size: 70px;
    font-family: 'Lora', serif;
    line-height: 68px;
    font-weight: 700;
}

.TitleBottom h5 {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
}

.TitleBottom h5 b {
    color: #FFBA24;
}
.BottomBullets ul {
    padding: 0;
    margin: 20px 0 0;
}

.BottomBullets ul li {
    list-style: none;
    position: relative;
    margin-bottom: 11px;
    font-size: 14px;
    padding-left: 25px;
}

.BottomBullets ul li:before {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
}
.BottomBullets h4 a {
    color: #fff;
    background: #0C226B;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
}

.BottomBullets h4 {
    margin-top: 25px;
}

.BottomBullets h4 a:hover {
    background: linear-gradient(92deg, #0B2268 0.73%, #31ABC5 135.36%);
}
/*Bottom Section*/

/*Footer*/
footer.FooterSec {
    background: #E6ECF1;
    padding-top: 10em;
}
.Copyright {
    border-top: 1px solid #19558A;
    padding: 20px 0 10px;
    background:#E6ECF1;
}
.TextCopy h3 a {
    color: #494B7A;
    text-decoration: none;
}
.TextCopy h3 {
    font-size: 15px;
    color: #494B7A;
    font-weight: 400;
}
section.BottomSection {
    position: relative;
    bottom: -110px;
}
.new-tag {
    background-color: #bd0000;
    padding: 1px 5px 2px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 8px;
}
.FooterMenu h4,
.FooterSocial h4,
.FooterContact h4 {
    font-size: 16px;
    color: #111827;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#back-to-top {
    display: inline-flex;
    background-color: #f5f5f5;
    border-radius: 50%;
    border: 2px solid #324fa2;
    color: #324fa2;
    width: 45px;
    height: 45px;
    padding-bottom: .1rem;
    box-shadow: 0 4px 13px #0000003b;
    font-size: .9rem;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 7.5rem;
    right: 1.8rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    text-decoration: none;
    cursor:pointer;
}
#back-to-top:hover {
    cursor: pointer;
    background-color: #556db2;
    border-color: #556db2;
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}
#back-to-top i {
    font: normal normal normal 20px / 1 FontAwesome;
}
.notify-modal{
    bottom: 40px;
}
.notify-content{
    height: 240px !important;    
}
.FooterMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.FooterMenu ul li,
.FooterMenu ul li a {
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
}
.FooterMenu ul li a:hover{
    color:#F3961B;
}
.FooterSocial ul {
    list-style: none;
    padding: 0;
}

.FooterSocial ul li a {
    text-decoration: none;
    color: #494B7A;
    font-size: 14px;
}
.FooterSocial ul li a:hover {
    color:#F3961B;
}
.FooterSocial ul li {
    margin-bottom: 15px;
}
.FooterContact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.FooterContact ul li {
    font-size: 14px;
    margin-bottom: 15px;
}

.FooterContact {
    margin-left: -36px;
}

.FooterContact ul li a {
    text-decoration: none;
    color: #F3961B;
    font-size: 14px;
    font-weight: 500;
}
.FooterContact ul li a:hover{
   color:#000; 
}
.Sitemap {
    padding-top: 30px;
}
.FotterLogo  img {
    width: 100%;
    max-width: 80%;
    margin-top: 30px;
}
.FooterSocial ul li a i {width: 21px;}
/*Footer*/


 nav.mobile_menu{
    display: none;
}

.ImgBox img {
    width: 100%;
} 
button.accordion-button {
    background: transparent;
    font-size: 19px;
    font-weight: 500;
    padding: 20px 0;
}
.accordion-button:focus,
.accordion-button:not(.collapsed){
    box-shadow: none;
    background: transparent;
    color: #000;
}

/*Testimonials*/
.boxTesti {
    background: #F6F6F6;
    padding: 40px;
    border-radius: 10px;
    min-height: 286px;
}

.boxTesti img {
    margin-bottom: 25px;
}

.boxInfo h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-left: 8px;
}

.boxInfo img {margin: 0;}

.boxTesti .boxInfo {
    padding-bottom: 20px;
}

.boxTesti p {
    font-size: 15px;
}
.TestimonialSlidr 
 .owl-item {
    float: left;
}

.TestimonialSlidr {
    width: 100%;
    position: relative;
}

.SecTestimonial .container{
    overflow: hidden;
}
.TestimonialSlidr 
 .owl-nav {
    position: absolute;
    right: 20px;
    top: -90px;
}
.TestimonialSlidr .owl-nav button {background: transparent;border: 0;line-height: 0;margin: 0;padding: 0;}

.TestimonialSlidr .owl-nav button i {
    font-size: 30px !important;
    background: #ECEFF6;
    margin: 0;
    border: 1px solid #4A72DF;
    color: #4A72DF;
    padding: 17px 12px 18px;
    border-radius: 30px;
    margin-left: 10px;
    display: block;
    line-height: 0;
}

.TestimonialSlidr .owl-nav button i:hover {
    background: #4A72DF;
    color: #fff;
}
/*Testimonials*/

.mob_hide{
    display:block;
}   
button.dropbtn {
    clear: both;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 26px;
    border: 0;
    background: transparent;    
}

button.dropbtn i {
    color: #fb0;
    font-size: 23px;
} 
.mobile_lang_menu{
  display:block;    
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
ul.dropdown-menu li a i {
    padding-right: 0;
    width: 28px;
    font-size: 20px;
    font: normal normal normal 20px / 1 FontAwesome;
}
ul.dropdown-menu li a:hover {
    color: #ffbc00;
}
ul.dropdown-menu {
    padding: 0;
    border: 1px solid #28538852;
    width: 290px;
    border-radius: 10px;
    left: 6px;
    padding-bottom: 30px;
    background: #fff;
}
/*li.nav-item.dropdown:hover ul.dropdown-menu {*/
/*    display: block;*/
/*}*/
ul.dropdown-menu li a {
    color: #000;
    display: block;
    padding: 5px 20px 0;
    text-transform: none;
    text-decoration:none;
}
ul.dropdown-menu li {
    padding: 20px 0 0;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option{

    width:100% !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected a{
 width:100% !important;    
}
#navbarTogglerDesktopMenu .gtranslate_wrapper .gt_switcher_wrapper {
 
    position: absolute !important;
    right: 0 !important;
    z-index: 9 !important;
    /*width: 30%;*/
    width: fit-content;
        top: 74px !important;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher {
    font-family: poppins;
    font-size: 22px !important;
    height: 441px !important;
    max-height: 430px;
    width: 100% !important;
}
.MobileMnu{
 display:none;    
}
.dsktopMenu{
    display:block;
}  
.table_fatest {
    padding: 13px 20px 24px;
    box-shadow: 1px 1px 12px 1px #ccc;
    border-radius: 8px;
    background: #fff;
    overflow-x: auto;
}
.table_fatest tr.fstest_tb th {
    padding: 0 5px 5px
}

.table_fatest tr.fstest_tb th img {
    height: 73px;
    width: 170px;
    padding: 0 6px;
    object-fit: contain;
    border-radius: 15px;
    max-height: 54px
}

.table_fatest tr.fstest_tb th.active img {
    background: #ECF2FC
}

.table_fatest tr td.active img {
}

.fstest_struct tr td {
    padding: 16px 0;
    color: #000
}

.fstest_struct tr:nth-child(even) {
    background: #F8FAFF
}

.fstest_struct tr td:nth-child(1) {
    text-align: left;
    padding-left: 20px;
    width: 100%
}

.table_fatest tr td.active {
    padding: 0;
    background: #ECF2FC;
    border-radius: 19px
}

.fstest_struct tr.total {
    background: #ECF2FC;
    border-radius: 10px!important
}

tr.fstest_tb {
    background: #fff!important
}
.PricingBox span.disclaimer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    font-size: 14px;
    font-weight: 600;
}

section.payment-main .container {
    background: #F5F6FA;
    padding: 30px 50px;
    border-radius: 10px;
    margin-top: 4rem;
}

.step_title tag {
    background-color: #324fa2;
    color: #fff;
    font-size: 14px;
    padding: 0.30rem 1rem;
    border-radius: 30px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 500;
    top: 0;
}
.infoCard h4 {
    font-size: 22px;
}
.all-plans h5.title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
 .all-plans ul li:after {
     content: "\f00c" !important;
     font: normal normal normal 14px / 1 FontAwesome !important;
     font-weight: 600;
     color: #324fa2;
     position: absolute;
     top: 4px;
     left: 0;
     font-size: 13px
}
.all-plans ul li{
position: relative;    
margin-bottom: 15px;
}
.opt-box {
    border-radius: 0;
    border: 1px solid #ccd3dc;
    padding: 2.02rem 2.5rem;
    cursor: pointer;
    background: #fff;
}
.checkbox-1 label {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
 .checkbox-1 label .checkbox-addon {
     display: inline-block;
     position: relative;
     background-color: #cdd4dc;
     width: 20px;
     height: 20px;
     z-index: 1;
     transform-origin: center;
     border: 2px solid #cdd4dc;
     margin-right: 6px;
     vertical-align: -4px;
     transition: background-color 150ms .2s,transform 350ms cubic-bezier(.78,-1.22,.17,1.89) 
}
 .checkbox-1 label .checkbox-addon:before {
     content: "";
     width: 0;
     height: 2px;
     border-radius: 2px;
     background: #324fa2;
     position: absolute;
     transform: rotate(45deg);
     top: 8px;
     left: 6px;
     transition: width 50ms ease 50ms;
     transform-origin: 0 0 
}
.checkbox-1 input[type=checkbox]:checked+label .checkbox-addon:before {
    width: 5px;
    background: #000;
    transition: width 150ms ease .1s;
}
 .checkbox-1 label .checkbox-addon:after {
     content: "";
     width: 0;
     height: 2px;
     border-radius: 2px;
     background: #324fa2;
     position: absolute;
     transform: rotate(305deg);
     top: 12px;
     left: 6px;
     transition: width 50ms ease;
     transform-origin: 0 0 
}
.checkbox-1 input[type=checkbox]:checked+label .checkbox-addon:after {
    width: 10px;
    background: #000;
    transition: width 150ms ease .1s;
}
 .checkbox-1 input[type=checkbox] {
     display: none 
}
 .number span {
     cursor: pointer 
}
 .number {
     margin-right: .5rem;
     margin-left: .7rem
}
 .number .minus,.number .plus {
     position: absolute;
     border-radius: 0;
     text-align: center 
}
 .number .minus {
     top: 2px;
     left: 5px 
}
 .number .plus {
     right: 5px;
     top: 2px 
}
.number input {
    height: 25px;
    width: 75px;
    text-align: center;
    font-size: .9rem;
    border: 1px solid #ccd3dc;
    outline: 0;
    box-shadow: none;
    display: inline-block;
}
.opt-box .card-header {
    border-bottom: none;
    padding: 0;
    background-color: transparent;
}
.opt-box .card {
    border: none;
}
.opt-box .card-link {
    color: #051428;
    font-weight: 500;
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.1rem;
}
.payment .card-body {
    padding: 0 2.5rem 2.5rem;
}
.trust-pilot {
    border: 1px solid #00aa72;
}
.trust-pilot {
    background: url(../images/trust_bg.jpg) no-repeat scroll center top #005f50;
    background-size: cover;
}
.trust-pilot h4.head-rating {
    background: #00b67a;
    color: #fff;
    padding: 10px 0;
}
.trusted-text span {
    color: #fff;
}

.trusted-text span.color-green {
    color: #f0b829;
}
.all-plans {
    background: #fff;
    border-radius: 6px;
}
.all-plans h5.title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
 
 

.all-plans ul li a {    margin-left: 26px; }
.promo input {
    height: 35px;
    width: 140px;
    text-align: left;
    text-indent: 10px;
    border-radius: 3px;
    text-transform: capitalize;
}
.payment .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border-color: #ccd3dc;
    height: 50px;
}
 .all-plans ul li a {
     color: #000;
     font-size: 16px;
     font-weight: 500;
     pointer-events: none;
 
     cursor: text;
     text-decoration: none;
}
.opt-box .card-link {
    color: #051428;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}
.card-link img {
    margin-left: 10px;
}
.accordion-btn {
    position: absolute;
    left: -20px;
    padding: 0 7px !important;
    border: 0;
    background: #4A72DF;
    color: #fff !important;
    top: 5px !important;
    box-shadow: none !important;
    border: 0 !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}
body .card-header .accordion-btn:after {
    content: "\f0d7";
    font: normal normal normal 14px / 1 FontAwesome;
    color:#fff;
}
.step_title {
    position: relative;
}
 .step_title .infoCard {padding-left: 6vw;}

.step_title .infoCard h4 {
    font-weight: 600;
}
div.ac_pay_detail .card-body{
    background: #fff;
    border-top: 1px solid #ccc;
    padding-top: 20px !important;
}
.pay_icon_box {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border: 2px solid transparent;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 100%;
    min-height: 110px;
}
.pay_icon_img {
    width: 100%;
    height: 55px;
    margin: 0 auto 8px;
    position: relative;
}
.pay_icon_img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pay_icon_box p {
    font-size: 15px;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: 500;
    line-height: 15px;
}
.choose_payment_method h3 {
    font-size: 19px;
    padding: 10px 0;
}
.purple-bg {
    background: #324fa2;
}
.purple-gradient {
    background: #324fa2;
}
.card-body p a {
    text-decoration: none;
    font-weight: 600;
}

/*Notify Modal*/
/*.modal {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1050;*/
/*    display: none;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    outline: 0;*/
/*    background: #000000d1*/
/*}*/

.notify-modal-trigger {
    width: 45px;
    height: 35px;
    display: flex;
    border-radius: .5rem .5rem 0 0;
    margin-left: 2.5rem;
    font-size: 1rem;
    box-shadow: 0 4px 13px rgba(0,0,0,.23);
    background: linear-gradient(173deg,#1a2f5a 33%,#1a2f5a 79%);
    cursor: pointer
}

.notify-modal {
    width: 340px;
    height: 230px;
    left: 1.5rem;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.notify-content {
    border-radius: 2rem 2rem 0 0;
    padding: 1.7rem 1.5rem;
    background: linear-gradient(173deg,#172b54 14%,#285489 82%);
    box-shadow: 0 4px 13px rgba(0,0,0,.23);
    height: 200px
}

.notify-title {
    line-height: 26px;
    font-size: 1.07rem
}

.notify-title>span {
    font-size: 1.2rem
}

.notify-modal.close-notify {
    bottom: -195px
}

.radio-style {
    margin-top: 0
}

.radio-style label {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 1rem
}

.radio-style label .radio-addon {
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
    transform-origin: center;
    border: 2px solid #cdd4dc;
    margin-right: 6px;
    vertical-align: -4px;
    transition: background-color 150ms .2s,transform 350ms cubic-bezier(.78,-1.22,.17,1.89)
}

.radio-style label .radio-addon:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px
}

.radio-style input[type=radio]:checked+label .radio-addon:before {
    width: 12px;
    border-radius: 50%;
    height: 12px;
    background: #faa727;
    transition: width 150ms ease .1s
}

.radio-style input[type=radio] {
    opacity: 0;
    display: inline-block;
    width: 75%;
    height: 20px;
    z-index: 2;
    position: absolute;
    cursor: pointer
}
/*Notify Modal*/


/*Language DropDown*/
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher {
    font-family: poppins;
    font-size: 22px !important;
    height: 441px !important;
    max-height: 430px;
    width: 400px !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 3px;
}
.gtranslate_wrapper .gt_switcher .gt_selected a{
    color: #666 !important;
    padding: 12px 10px !important;
    width: 151px !important;
    font-size: 15px !important;
    font-weight: 500;
    border-radius: 3px !important;
    border: none !important;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option {
    background: #ffffff;
    color: #3559c9 !important;
    border: 0;
    height: 360px !important;
    max-height: 530px !important;
    transition: none !important;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option a {
    color: #3559c9 !important;
    font-size: 14px;
    padding-left: 18px;
    border-bottom: 1px solid #cccccc40;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block;
    padding-right: 1.3vw;
    width: 154px;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option a.nturl[data-gt-lang=zh-CN] {
    padding: 12px 19px;
    line-height: 19px;
    position: relative;
    font-size: 0;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option a.nturl[data-gt-lang=zh-CN]:before {
    content: "chinese" !important;
    display: contents;
    color: #3559c9 !important;
    position: absolute;
    z-index: 999999;
    font-size: 15px;
    left: 0;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option a.nturl[data-gt-lang=zh-CN] img {
    float: left;
    margin-right: 6px !important;
}
.gtranslate_wrapper .gt_switcher a img {
    width: 20px !important;
    height: auto !important;
    margin-right: 3px !important;
    vertical-align: middle;
    display: inline;
    border: 1px solid #00000047 !important;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}
/*Language DropDown*/

/*AlertPage*/
body.fast-protect header:before
{
  content:'';    
  background: #F6F6F6;  
      width: 100%;
    height: 130px;
    display: block;
    position: absolute;
}
body.fast-protect .banner_sec_full
{
  background: #F6F6F6;  
  padding:25px 0 !important;
}
.alertBoxTabs .tab-pane {
    position: relative;
    padding: 0 !important;
}

.alertBoxTabs .BtabImageRight {
    height: 290px;
    position: relative;
    bottom: 50px;
}
.alertBoxTabs .tab-pane {
   min-height: 440px;
}
.alertBoxTabs .tab-pane.active {
    display: flex;
}
.alertBoxTabs .BtabsContentLeft {
    padding: 0px 100px 20px 0;
}

.alertBoxTabs .BtabsContentLeft h3 {
    font-size: 30px;
        line-height: 40px;
}
section.FastPkacges {
    position: relative;
}

section.FastPkacges:before {
    content: '';
    background: url(/themes/v2/images/alert/subsPackagesBG.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center top;
    z-index: -1;
}
.FastPkacges .TitleDevices h2 {
    color: #fff;
    font-size:45px;
        font-weight: 400;
}

.FastPkacges .TitleDevices p {
    color: #fff;
    letter-spacing:0;
}
.FastPkacges ul#pills-tab li {
    padding: 5px;
    color: #000;
    margin: 0px;
    border-radius: 10px;
    background: #F3F7FA;
/*    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.20);*/
    font-size: 30px;
}
.FastPkacges ul#pills-tab li button {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    border: 0;
    padding: 8px 10px;
}   
.FastPkacges ul#pills-tab li button.active {
    background: #B6C9D8;
    color: #000;
}
.FastPkacges ul#pills-tab {position: relative;}

.FastPkacges ul#pills-tab:before {
    background: #f3f7fa;
    width: 100%;
    position: absolute;
    height: 56px;
    display: block;
    content: '';
    z-index: -1;
    border-radius: 10px;
    max-width: 50%;
}

.pckgBoxCart {
    background: linear-gradient(180deg, #F5F6FA 0%, #E9E9E9 100%);
    box-shadow: 0px 4px 15px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-height: 650px;
    padding: 30px 30px 0;
    position: relative;
}
.pckgBoxCart h2 {
    color: #000;
    font-size: 23px;
    background: #B6C9D8;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: max-content;
}
.pckgBoxCart h3 {
    color: #000;
    font-weight: 600;
    padding-bottom: 0px;
}

.pckgBoxCart h3 span {
    font-size: 75px;
}

.pckgBoxCart ul {
    list-style: none;
    padding: 0;
}
.pckgBoxCart ul li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    line-height: 23px;
}

.pckgBoxCart ul li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left: 0;
    top: 5px;
    background: url(/themes/v2/images/alert/serverCheck.png) no-repeat;
    background-size: 19px;
}
.btnPckg {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    max-width: 90%;
    margin: 0 auto;
}

.btnPckg h4 {
    text-align: center;
    /* background: #000; */
}

.btnPckg h4 a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #2B54C5;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 21px;
    font-weight: 500;
}
.alertBoxTabs ul#pills-tab {
    position: relative;
    z-index: 9;
    max-width: 85% !important;
}

.alertBoxTabs ul#pills-tab:before {
    content: '';
    display: block;
    background: url(/themes/v2/images/alert/Line.png);
    width: 69%;
    height: 2px;
    position: absolute;
    top: 44px;
    z-index: -1;
    right: 21px;
}

.alertBoxTabs ul#pills-tab li {
    margin: 0 18px !important;
}
.imgAlertManual img {
    width: 100%;
}
.alertBoxTabs.Tabsbenefits ul#pills-tab li button {
    color: #C0D1DD;
    font-weight: 500;
    border: 0;
    padding: 10px 20px;
    background: #f0f0f0;
}
.alertBoxTabs.Tabsbenefits ul#pills-tab li {
    padding: 5px;
    color: #000;
    margin: 0 9px;
    border-radius: 10px;
    background: #F3F7FA;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.20);
    font-size: 30px;
}
.alertBoxTabs.Tabsbenefits ul#pills-tab li button.active {
    background: #B6C9D8;
    color: #000;
}
/*AlertPage*/


/*Responsive*/
/*Mobile menu*/
@media screen and (max-width: 786px) {
.headRow.sticky button.dropbtn{
    right:90px;
    top:22px;
}    
.stepsBox h4:after,
section.DevicesMain.innerDevices:before{
    display:none;
}    
.stepImg {
    position: unset;
    top: -60px;
}
a.dropdown-toggle::after {
    right: 0;
    position: absolute;
    top: 11px;
    font-size: 25px;
    color: #3657c9;
}
ul.dropdown-menu {
    padding: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 10px;
    left: 0;
    padding-bottom: 20px;
    background: #ececec;
}    
    
.mob_hide,
.dsktopMenu{
    display:none;
}    
.MobileMnu {
    display: block;
}

.logo_img {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
        float: left;
        position: relative;
        left: -20px;
}
 button.dropbtn {
        position: absolute;
        top: 20px;
        color: #fb0;
        right: 90px;
}
span.bar {
    background-image: url(../images/menu-toggle-icon.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}
.gtranslate_wrapper .gt_switcher_wrapper {
top: 64px !important;
        position: absolute !important;
        right: 30px !important;
        z-index: 9 !important;
        width: 90% !important;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher {
    font-family: poppins;
    font-size: 22px !important;
    height: 441px !important;
    max-height: 430px;
    width: 95vw !important;
}
.gtranslate_wrapper .gt_switcher_wrapper .gt_switcher .gt_option{
    width: 95vw !important;
}
 nav.navbar, .buttonBar{
    display: none;
 }
  nav.mobile_menu{
    display: block;
 }
 .headRow{
    margin-top: 0 !important;
            display: block;
 }
.mobile_menu ul.menuList {
    display: block;
    width: 97%;
    position: absolute;
    background: #fff;
    left: 9px;
    padding: 30px 40px;
    margin: 0;
    z-index: 999;
    max-width: 94.2%;
    top: 80px;
    border-radius: 10px;
    /* box-shadow: inset 1px 1px 20px 0px #cccccc94; */
}
    ul.menuList li a i {
    float: right;
    color: #000;
    font-weight: 800;
    margin: 3px;
}
.mobile_menu ul.menuList {
    display: none;
}
ul.menuList li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

ul.menuList li a {
    text-decoration: none;
    color: #000;
}
nav.mobile_menu {
/*    float: right;
    position: absolute;
    right: 10px;
    top: 17px;*/
}

ul.menuList ul {
    display: none;
}
li.hasMenu:hover ul.submenu {
    display: block;
    padding: 0;
    list-style: none;
    margin: 21px 0;
}

li.hasMenu ul.submenu li {
    padding: 0;
    /* padding-left: 20px; */
    /* background: #f5f5f5de; */
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 4px;
    border: 0;
}
li.hasMenu ul.submenu li a{
    display: block;
     padding: 10px 20px; 
   background: #f5f5f5de; 
     border-bottom: 1px solid #fff; 
    margin-bottom: 4px;
    border: 0;
}
li.hasMenu ul.submenu li a:hover{
  background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 100%);
}
span.bar {
    background-image: url(https://fastestvpn.com/images/menu-toggle-icon.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

button.btn-menu {
    background-color: #ffb707;
    border: 1px solid transparent;
    border-color: #ffaa16;
    outline: 0;
    box-shadow: inset 1px 1px 7px 10px #ffc12b8f;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 11px;
}
.ImgBox img {
    width: 100%;
}

.MapImage img {
    width: 100%;
}
.FooterContact {
    margin-left: 0;
}
.TextCopy h3 {
    font-size: 14px;
}
.boxFeaturesLeft .fetrdBox {
    right: 0;
}
.boxFeaturesLeft p {
    padding-right: 26vw;
}

.boxFeaturesRight {
    padding: 30px 18px 30px 0;
}
.boxFeaturesRight h3 {
    padding-left: 36vw;
}
.boxFeaturesRight p {
    padding-left: 36vw;
}
.boxFeaturesRight .fetrdBox {
    left: 0;
}

.accordion {
    padding-left: 50px;
    margin-top: 40px;
}
.boxRight .accordion {
    margin-top: 40px;
    padding: 0 0 0 10px;    
}
.boxRight .accordion:before{
 display:none;    
}
.boxRight button.accordion-button {
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 0;
}
.accordion-header:before {
    content: '';
    left: -41px;
}
.accordion:after {
    content: '';
    width: 5px;
    height: 86%;
    top: 43px;
    left: 16px;
    z-index: 0;
}
.accordion:before {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 15px;
    background: url(../images/scrollBr.png) center / cover;
}
.accordion-header {
    font-size: 17px;
}
.bannerMain .bannerImg:before {
    content: '';
    top: 0 !important;
    right: 0 !important;
}

.bannerMain .bannerImg {
    position: relative;
    padding-top: 30px;
    top: 20px;
}

.bannerContent h2 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
}
/*section.bannerMain {*/
/*    padding-top: 0 !important;*/
/*}*/
ul.btnBanr {
    text-align: center;
}
h5.btnGenreal {
    margin-top: 9px !important;
}
ul.btnBanr li {
    display: inherit;
}
h5.btnGenreal a {
    display: block;
    width: 100%;
}

.TabsDevices ul#pills-tab {
    max-width: 100%;
}
.TabsDevices ul#pills-tab li button img {
    width: 32px;
}
.row.TabsDevices {
    padding-top: 20px;
}
.TabsContentLeft {
    padding: 0 0 0 15px;
}
.TabsContentHome {
    padding: 0 0 0 15px;
}
.BoxTab {
    width: 100%;
    max-width: 100%;
}
.TabImageRight {
    margin-top: 50px;
}
.PricingBox {
    margin: 0 0 50px;
}
.fcts {
    margin-bottom: 50px;
}
.fcts:after {
    content: '';
    background: #bcccd957;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -21px;
    top:unset;
}
.boxVpnHead {
    padding: 0;
    position: relative;
    top: 0;
    margin: 40px 0 40px;
}
.boxVpnHead h2 {
    font-size: 35px;
    line-height: 40px;
}
.mobRow-no-marign{
    margin-bottom:0 !important;
}
.boxesVpn{
     margin-bottom: 30px;   
}
.Tabsbenefits ul#pills-tab {
    max-width: 100%;
}
.Tabsbenefits ul#pills-tab li {
    margin: 10px 9px;
}
.Tabsbenefits .tab-pane {
    padding: 15px 20px;
    text-align: center;
}
.BtabsContentLeft h3 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 20px;
}
.LTrendingContent {
    box-shadow: 1px 1px 20px 7px #c7c7c740;
    padding: 15px 20px 15px;
    margin-bottom: 40px;
}
.LTrendingContent h2 {
    font-size: 20px;
    padding-bottom: 0;
}

.TrendingBox .RTrendingImage {
    width: auto;
    float: left;
}
.RtrendingContent h2 {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 23px;
    font-weight: 600;
}

.RtrendingContent {
    width: 70%;
    padding: 24px 18px 0;
}
.BottomSection .row {
    padding: 35px 5px;
}
.TitleBottom h1 {
    font-size: 40px;
    line-height: 50px;
}

.BottomBullets {
    display: table;
    margin: 0 auto;
}
.BottomBullets h4 {
    text-align: center;
}
.TitleBottom {
    text-align: center;
}
.FooterMenu ul {
    margin: 0 !important;
    padding: 0 !important;
}

.FooterMenu {
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
}
.FotterLogo {
    margin: 0 !important;
    padding: 0 !important;
}

.FotterLogo img {
    /*width: 100%;*/
    /*margin-top: 0;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*padding: 0 70px;*/
    /*left: 0;*/
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: 10px;*/
    /*max-width: 100%;*/
    display: none;
}
footer.FooterSec {
    background: #E6ECF1;
    padding-top: 10em;
}

.FooterMenu h4, .FooterSocial h4, .FooterContact h4 {
    font-size: 18px;
    font-weight: 700;
}
}