body.vpn-home .bannerMain .bannerImg:before{
    background : url(/themes/v2/images/beforeBanner02.svg?1203) no-repeat 100%/cover !important;
}
    
section.bannerMain.latestBanner {
    padding-bottom: 150px !important;
}

.latestBanner.bannerMain .bannerImg img {
    top: 38px !important;
}

.bannerContent {
    position: relative;
    top: 50px;
}

body.vpn-home .latestBanner.bannerMain .bannerImg:before {
    top: -170px !important;
    background-position: bottom !important;
    height: 708px !important;
}

.latestBanner .countDownBlessed {
    background:radial-gradient(circle at center, #2044A9 0%, #030D26 100%) !important;
}

.latestBanner.bannerMain .bannerImg img.cyberWeekBatch {
    margin: 0;
    left: 40px;
    top: 90px !important;
    animation: zoomInOut 3s ease-in-out infinite;
    z-index: 1;
}

table.fstest_struct.data td:nth-child(2), table.fstest_struct.data td:nth-child(3), table.fstest_struct.data td:nth-child(4), table.fstest_struct.data td:nth-child(5) {
    text-align: center;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05); /* zoom in */
  }
}

.stage {
    position: relative;
    width: 420px;
    /* width of our container with phone */
    height: 540px;
    /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG wrapper sits behind the phone */
.svg-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 620px;
    height: auto;
    /* increased height for egg-like shape */
    transform: translate(-55%, -30%);
    /* move up slightly to balance shape */
    z-index: 1;
    pointer-events: none;
    rotate: 8deg;
}

.svg-wrap svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
}

/* Visible dashed path (the one the user sees) */
.dashed-path {
    fill: none;
    stroke: #48C2FF;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-dasharray: 12 10;
    opacity: 0.95;
    transform: scale(1.2);
}

/* Mask stroke (white) animated to reveal/hide dashed path */
.mask-path {
    fill: none;
    stroke: white;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 0 1000;
    stroke-dashoffset: 0;
    animation: revealHide 5s linear infinite;
}

@keyframes revealHide {
    0% {
        stroke-dasharray: 0 var(--len);
    }

    40% {
        stroke-dasharray: var(--len) 0;
    }

    60% {
        stroke-dasharray: var(--len) 0;
    }

    100% {
        stroke-dasharray: 0 var(--len);
    }
}

/* Optional subtle rotation for visual match */
.svg-wrap {
    transform-origin: center;
    /* transform: translate(-50%, -45%); */
}

@media (min-width:1200px) and (max-width:1399px) {
    
    .bannerContent {
        top: 0;
    }
    
    body.vpn-home .latestBanner.bannerMain .bannerImg:before {
        background-size: contain !important;
        height: 630px !important;
    }
    
    .dashed-path {
        transform: scale(1.1);
    }
    
    .svg-wrap {
        transform: translate(-51%, -22%);
        z-index: 0;rotate: 12deg;
    }
    
    .latestBanner.bannerMain .bannerImg img {
        width: 51%;
        top: 23px !important;
    }
    
    .latestBanner.bannerMain .bannerImg img.cyberWeekBatch {
        width: 30%;
        left: 50px;
        top: 80px !important;
    }
    
    section.bannerMain.latestBanner {
        padding-bottom: 60px !important;
    }
}

@media (max-width:767px) {
    
    .latestBanner.bannerMain .bannerImg img.cyberWeekBatch {
        width: 30% !important;
        height: auto !important;
        top: -40px !important;
        left: 10px;
    }
    
    .bannerContent {
        top: 0;
    }
    
    .svg-wrap {
        display: none;
    }
    
    body.vpn-home .latestBanner.bannerMain .bannerImg:before {
        height: 400px !important;
        border-radius: 0 !important;
    }
    
    .latestBanner.bannerMain .bannerImg img {
        height: auto !important;
        width: 60%;
        top: -50px !important;
    }
    
    section.bannerMain.latestBanner {
        padding-bottom: 0px !important;
    }
}






/*home new css*/
        
    body.vpn-home .blessedFriday .bannerImg:after {
        content: '';
        background: url(https://fastestvpn.com/themes/v2/images/frmas.png);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -161px;
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .bannerMain.blessedFriday .bannerImg img {
        position: relative;
        left: 0;
        bottom: 31px;
        height: 500px;
    }

    .banner_img_box img {
        height: 450px;
        object-fit: contain;
    }
    
    .banner_caption {
        padding-top: 0 !important;
    }

    .package-box {
        box-shadow: 0 0 20px #3436393b !important;
        border: 0 ;
    } 
    
    /*general Css Landing page*/

    .family_poppins{
       font-family: 'Poppins';
    }

    .home_banner_main h1 {
        font-size: 50px;
        font-family: poppins;
        font-weight: 600;
    }

    .home_banner_main h1 span {
        color: #F1B40B;
    }

    .points_sec h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 35px;
        font-family: poppins;
    }

    .points_sec ul {
        padding: 0;
        list-style: none;
    }

    .points_sec ul li {
        position: relative;
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 29px;
        font-family: poppins;
        font-weight: 400;
    }

    .points_sec ul li:before {
        content: '';
        display: block;
        background: url(../images/tick.png) no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
    }

    .slogan .btn_banner  a {
        font-family: poppins;
        width: 100%;
        max-width: 61% !important;
        font-size: 17px;
        font-weight: 500 !important;
    }

    .slogan span {
        position: relative;
        font-size: 16px;
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        padding-left: 24px;
    }

    .slogan span:before {
        content: "\f058";
        position: absolute;
        left: 0;
        font-family: 'Font Awesome 5 Free';
        color: #fff;
    }

    body.vpn-home .home_bannermargin{
        margin-top:0 !important;
    }
    
    .banner_img_box {
        margin-top: -30px;
    }
    
    .christmasSec .banner_img_box {
        margin-top: 0px;
    }

@media only screen and (max-width:650px){
    body.vpn-home .blessedFriday .bannerImg:after {
        top: 0;
    }
    
    .bannerMain.blessedFriday .bannerImg img {
        left: 0;
        width: 100%;
        top: 28px;
    }
    
    .btn_banner a {
        margin: 0 auto;
    }
    
    .slogan span {
        width: 73%;
        padding-left: 15px;
    }
    
    .points_sec ul li:before{
        left: 37px;
    }
    
    .points_sec ul li{
        text-align: left;
        padding-left: 66px;
        font-size: 17px !important;
    }
    
    .banner_img_box {
        margin-top: 0px;
    }
}

/*Home css end*/

@media only screen and (max-width:850px){
    .labour_txt{
        padding-top:50px;
    }
    
    body .comp_slider {    
        width: 100%;  
    }

    body .comp_hd_blk {    
        width: 100%;    
        text-align: center;    
        margin-bottom: 20px;   
    }
}

.comp_none {   
    display: none;   
}

.comp_hd {    
    display: flex;  
    flex-flow: wrap; 
    justify-content: center;    
    align-items: center; 
}

.comp_hd_blk {    
    width: 12%;   
}

.comp_hd_blk h4 {    
    color: #fff;    
    margin-bottom: 0;     
    font-weight: 100;    
    font-size: 20px; 
}

.comp_slider .owl-item {    
    float: left;	
    text-align:center; 
}

.comp_slider  .disabled {   
    display: none;	 
}

.comp_slider { 
    width: 88%;   
    overflow: hidden;	
}

.comp_slider  .owl-stage {    
    display: flex;    
    align-items: center;	
}


/*Extra CSS*/

.trust-pilot{
	background: url(../images/trust_bg.jpg) no-repeat scroll center top #005f50;
	background-size:cover;
}

.trusted-text span {
    color: #fff;
}

.trusted-text span.color-green {
    color: #f0b829;
}

.trust-pilot h4.head-rating {
    background: #00b67a;
    color: #fff;
    padding: 10px 0;
}

.opt-box {    
    background: #fff;    
    padding: 1.4rem 2.5rem;	
}

.step_title p.label-tag-title {
    font-size: 25px;
    font-weight: 600;
}

.step_title tag.label-tag {
    font-size: 14px;
    padding: 0.30rem 1rem;
    border-radius: 30px;
    position: relative;
    top: -4px;
}

.label-tag-title .opt {
    font-weight: 300;
}

.accordion-btn {
    top: 7px;
}

.flex-center{
  align-items: center !important;    
}

#payment{
    display:none;
}

img#second_heading{
    display:none;
}

img#third_heading{
    display:none;
}

img#fourth_heading{
    display:none;
}

/*Coundown CSS*/
.countdown_main ul {
    margin: 0;
    padding: 0 !important;
}

.countdown_main ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    color: #826000;
    z-index: 9;
    margin: 0 10px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Poppins' !important;
}

.countdown_main ul li span {
    display: flex;
    font-size: 55px;
    margin-bottom: 0;
    height: 95px;
    width: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: rgb(236,184,0);
    background: linear-gradient(220deg, #2b4b99 21%, #8dbce0 101%);
    color: #fff;
    font-weight: 600;
}

.countdown_main ul li p {
    background: #dcdcdc;
    color: #123dba;
    width: 100%;
    max-width: 70%;
    display: table;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 500;
}

.countdown_main {
    padding: 10px 0 10px;
}

.TabImageRight .as-img {
    max-height: 400px;
}

.TabsDevices .row {
    align-items: center;
        padding: 40px 0;
}

/*Vid Slider*/

.vid_capt h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 49px;
    padding-bottom: 10px
}

.vid_capt h2 span {
    font-weight: 300
}

.vid_capt p {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1px
}

.testi_video .reviews {
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    color: #fff;
    padding: 0
}

.testi_video .row {
    align-items: center
}

.video_testimonials {
    width: 100%;
    overflow: hidden;
    position:relative;
    margin-left: 50px
}

.video_testimonials .owl-stage {
    display: flex;
    align-items: center
}

.video_testimonials .owl-item {
    float: left;
    text-align: center
}

.video_testimonials .owl-nav.disabled {
    display: none
}

.video_testimonials .owl-dots button {
    margin-right: 10px;
    background: #AEC8EE!important;
    width: 15px;
    border-radius: 60px;
    height: 15px;
    padding: 1px!important;
    outline: 4px solid transparent;
    border: 0
}

.video_testimonials .owl-dots {
    position: relative;
    bottom: 0px;
    visibility: visible;
    overflow: visible;
    margin-top:30px;
}

.video_testimonials .owl-dots button span {
    
}

.video_testimonials .owl-dots button.active {
    outline-style: double!important;
    outline: 4px solid #AEC8EE
}

.testi_video .reviews h5 {
    line-height: 21px;
    font-size: 15px
}

.vid_item .testimonial-box img {
    position: absolute;
    left: 10px
}

.testimonial-bg {
    height: 369px
}

.reviews {
    bottom: 30px;
    left: 0;
    right: 0
}

.testimonial-box:after {
    content: "";
    background-color: rgba(46,46,46,.44)!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 369px;
    display: none
}

.vpn-home .banner_caption:after {
    display:none;
}

@media(max-width: 991px) {
    
    .latestBanner.bannerMain .bannerImg img {
        top: 170px !important;
    }
    
    section.bannerMain.latestBanner {
        padding-bottom: 240px !important;
    }
    
    body.vpn-home .latestBanner.bannerMain .bannerImg:before {
        top: 70px !important;
        height: 600px !important;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 768px) {
    .latestBanner.bannerMain .bannerImg img {
        top: 140px !important;
    }
}

@media(max-width: 767px) {
    
    section.bannerMain.latestBanner {
        padding-bottom: 180px !important;
        padding-top: 50px !important;
    }
    
    .latestBanner.bannerMain .bannerImg img {
        top: 86px !important;
    }
    
    body.vpn-home .latestBanner.bannerMain .bannerImg:before {
        top: 30px !important;
        height: 570px !important;
        width: 100%;
    }
}

@media(max-width: 575px) {
    .latestBanner.bannerMain .bannerImg img {
        max-width: 310px;
        width: 100%;
    }
}

@media(max-width: 425px) {
    section.bannerMain.latestBanner {
        padding-bottom: 150px !important;
    }
    
    body.vpn-home .latestBanner.bannerMain .bannerImg:before {
        top: 30px !important;
        height: 430px !important;
    }
    
    .latestBanner.bannerMain .bannerImg img {
        max-width: 240px;
        top: 56px !important;
    }
}