/*
Theme Name: PureVPN
Theme URI: https://www.purevpn.com
Author: the PureVPN team
Author URI: http://purevpn.com/
Description: PureVPN Custom theme
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: purevpn
*/
.font-b{
    font-family: 'avenir-book', sans-serif, Times, serif;
}
.font-r{
    font-family: 'avenir-roman', sans-serif, Times, serif;
}
.font-h{
    font-family: 'avenir-heavy', sans-serif, Times, serif;
}
.font-bl{
    font-family: 'avenir-black', sans-serif, Times, serif;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.hidden{
    display: none;
}
button:focus{
    outline: 0;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Contact Form */
.wpcf7{
    position: relative;
}
input[type=text], input[type=number], input[type=email], input[type=password], select, textarea,
body .yikes-easy-mc-form input[type=email], body .yikes-easy-mc-form input[type=number],
body .yikes-easy-mc-form input[type=text], body .yikes-easy-mc-form input[type=url],
body .yikes-easy-mc-form select {
    border: 1px solid #828282;
    padding: 15px 15px;
    margin: 0 0 18px;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
}
.wpcf7-submit {
    font-size: 20px;
    color: #fff;
    border: 0;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    background-color: #ff0024;
    box-shadow: 0 5px 15px 2px rgba(0,0,0,.3);
    border-radius: 4px;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
    outline: 0;
    padding: 0 12px;
    width: 100%;
}
.contact-form .left-sec {
    width: 50%;
    float: left;
    padding: 0 15px 0;
}

.contact-form .right-sec {
    width: 50%;
    float: right;
    padding: 0 15px 0;
}
.wpcf7-form-control-wrap{
    width:100%;
    display:block;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
div.wpcf7 .wpcf7-submit:disabled {
    background-color: rgb(255 0 36 / 65%);
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: -16px 0 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    clear: both;
}
div.wpcf7 .ajax-loader {
    margin: 0;
    width: 100%;
    height: 115%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #9f9f9f47;
    background-size: 20px;
}
/* Mailchimp form */
body .yikes-easy-mc-form .yikes-easy-mc-submit-button{
    font-size: 22px;
    color: #fff;
    border: 0;
    display: inline-block;
    background-color: #ff0024;
    box-shadow: 0 5px 15px 2px rgba(0,0,0,.3);
    border-radius: 50px;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
    outline: 0;
    padding: 19px 12px;
    margin: 0 0 16px;
    line-height: 1;
    font-family: 'avenir-heavy', sans-serif, Times, serif;
}
body .yikes-easy-mc-form .yikes-easy-mc-submit-button span{
    font-family: 'avenir-heavy', sans-serif, Times, serif;
}
body .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);
}
.yikes-easy-mc-error-message,
.yikes-easy-mc-success-message{
    margin: 0 0 10px;
}

/* Header */
.header {
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
}
.header.header-sticky.stick{
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 800;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.header .navbar-brand img{
    height: 45px;
}
header .navbar-nav{
    margin: 0 0 0 auto;
}
.header .navbar-brand-text{
    vertical-align: middle;
    font-weight: 700;
    color: #2f3238;
}
.header .navbar{
    list-style: none;
    padding: 0;
    margin: 0;
    transition: .5s;
    right: 0;
}
.header .navbar li {
    display: inline-block;
    padding: 21px 7px;
}
.header .navbar li a{
    padding: 0 2px;
    font-size: 14px;
    color: #000;
    font-family: 'avenir-roman', sans-serif, Times, serif;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
}
.header .navbar li a:after {
    position: absolute;
    height: 1px;
    bottom: -2px;
    background-color: #ff6000;
    content: "";
    display: inline-block;
    transition: all .3s ease;
    left: 0;
    right: 0;
    transform-origin: center;
    width: 0;
}
.header .navbar li a:hover:after {
    width: 100%;
}
.header.light .navbar li a,
.header.light .navbar-brand-text{
    color: #fff;
}
.header.light .navbar-toggler >.icon-bar{
    background: #fff;
}
.header.header-sticky.stick .navbar li a,
.header.header-sticky.stick .navbar-brand-text{
    color: #000;
}
.header.header-sticky.stick .navbar-toggler >.icon-bar{
    background: #8c8c8c;
}
.header .pll-parent-menu-item > a:before {
    content: "";
    background: url(../png/language-glob.png) no-repeat top center transparent;
    color: transparent;
    vertical-align: text-bottom;
    background-size: cover;
    width: 18px;
    height: 18px;
    font-size: 0;
    display: inline-block;
    margin: 0 8px 0 0;
    background-position-y: -19px;
}
.header.light .pll-parent-menu-item > a:before {
    background-position-y: 0;
}
.header.header-sticky.stick .pll-parent-menu-item > a:before {
    background-position-y: -19px;
}
.header .navbar li.header-cta a,
.header.header-sticky.stick .navbar li.header-cta a{
    background-color: #ff0024;
    padding: 7px 20px;
    color: #fff;
    margin-top: -7px;
    border-radius: 4px;
    transition: all .3s ease;
}
.header .navbar li.header-cta a:after{
    display: none;
}
.header .navbar li.header-cta{
    display: none;
}
.header.header-sticky.stick .header-cta{
    display: block;
}
.header.header-sticky.stick .hide-onscroll{
    display: none;
}
.header .navbar li.menu-item-has-children{
    position: relative;
    padding: 21px 15px 21px 13px;
}
.header .menu-item-has-children ul.sub-menu{
    display: none;
    position: absolute;
    text-align: left;
    list-style: none;
    background-color: #fff;
    z-index: 1000;
    float: left;
    margin: 0;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    font-size: 16px;
    color: #000;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    min-width: 175px;
    left: auto;
    top: 55px;
}
.header .menu-item-has-children.mega-menu ul.sub-menu{
    width: 695px;
    padding: 0;
    top: 55px;
    left: -30px;
}
.header .menu-item-has-children.mega-menu ul.sub-menu:after {
    left: calc(100% - 89%);
}
.header .menu-item-has-children.mega-menu > ul.sub-menu > li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    color: #505050;
    margin: 0;
    float: left;
}
.header .navbar li.menu-item-has-children.mega-menu > .sub-menu > li:before{
    display: none;
}
.header .menu-item-has-children.mega-menu > ul.sub-menu > li > a {
    height: 45px;
    background-color: #f1f1f1;
    padding: 12px 13px;
    color: #000;
    display: block;
    margin: 0 0 18px;
}
.header .menu-item-has-children.mega-menu > ul.sub-menu > li > a:after,
.header .menu-item-has-children.mega-menu > ul.sub-menu > li > .sub-menu:after {
    display: none;
}
.header .menu-item-has-children.mega-menu ul.sub-menu > li > ul {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0;
}
.header .menu-item-has-children.mega-menu ul.sub-menu > li > ul li {
    padding: 0 10px;
    margin: 0 0 18px;
}
.header .menu-item-has-children.mega-menu ul.sub-menu > li.hide-text > a {
    color: transparent;
}
.header .menu-item-has-children:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #000;
    position: absolute;
    right: 7px;
    top: 50%;
}
.header .menu-item-has-children ul.sub-menu:after{
    background: url(../png/51370-header-new-dd-arrow-2.png) no-repeat top center transparent;
    position: absolute;
    top: -10px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    left: calc(100% - 57%);
}
.header .menu-item-has-children ul.sub-menu li{
    padding: 0 2px;
    font-size: 14px;
    color: #000;
    font-family: 'avenir-roman', sans-serif, Times, serif;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 0 15px;
}
.header .menu-item-has-children ul.sub-menu li:last-child{
    margin: 0;
}
.header.light .menu-item-has-children:before {
    color: #fff;
}
.header .menu-item-has-children ul.sub-menu li a,
.header.light .menu-item-has-children ul.sub-menu li a,
.header.header-sticky.stick .menu-item-has-children:before{
    color: #000;
}
.header li.menu-item-has-children:hover > .sub-menu{
    display: block;
}
.navbar-brand {
    width: 140px;
    height: 48px;
}
.header.light .navbar-brand{
    background-position: -140px 0;
}
.header.light.stick .navbar-brand{
    background-position: 0 0;
}
/* Hellobar */
.hlbar-cls {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 22px;
    height: 22px;
}
.hlbar-cls:before, 
.hlbar-cls:after {
    position: absolute;
    left: 11px;
    content: '';
    height: 23px;
    width: 2px;
    background-color: #fff;
}
.hlbar-cls:before {
    transform: rotate(45deg);
}
.hlbar-cls:after {
    transform: rotate(-45deg);
}

/* Main */
header > .container,
footer > .container,
footer .footer-btm > .container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.gen-icons{
    background: url(../png/ic_social_footer-insta.png) no-repeat transparent;
    display: inline-block;
}
.c-w-container{
    margin: 0 auto;
    padding: 0 15px !important;
    width: 100%;
}
.d-inline-block{
    display: inline-block;
}
.vce-asset-background-simple-item {
    background-repeat: no-repeat;
}
.vce-custom-list-wrapper ul,
.vce-custom-list-wrapper ol{
    padding: 0 0 0 20px;
}
.vce-single-image-wrapper figcaption:empty {
    margin: 0;
}

/* Custom Sprite Element */
.vce-sprite-wrapper {
    line-height: 0;
}
.vce-sprite-wrapper > span {
    display: inline-block;
    background-repeat: no-repeat;
}
.vce-sprite-wrapper.align-center{
    text-align: center;
}
.vce-sprite-wrapper.align-left{
    text-align: left;
}
.vce-sprite-wrapper.align-right{
    text-align: right;
}

/* Custom Heading Element */
.custom-heading {
    margin: 0;
}
.custom-heading > a {
    color: inherit;
    text-decoration: none;
}
.vce-custom-heading-wrapper.align-center{
    text-align: center;
}
.vce-custom-heading-wrapper.align-left{
    text-align: left;
}
.vce-custom-heading-wrapper.align-right{
    text-align: right;
}

/* Custom Button Element */
.custom-button {
    font-size: 22px;
    color: #fff;
    border: 0;
    line-height: 70px;
    height: 70px;
    display: inline-block;
    min-width: 300px;
    background-color: #ff0024;
    box-shadow: 0 5px 15px 2px rgba(0,0,0,.3);
    border-radius: 50px;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
    outline: 0;
    padding: 0 12px;
}
.custom-button:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);
    color: #fff;
}
.custom-button > i{
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}
.custom-button > i:before {
    font-size: inherit;
}
.vce-custom-button-wrapper .bottom-text {
    font-size: 14px;
    color: #3e3e3e;
    display: block;
    margin: 7px 0 0;
}
.vce-custom-button-wrapper.align-center{
    text-align: center;
}
.vce-custom-button-wrapper.align-right{
    text-align: right;
}
.vce-custom-button-wrapper.align-left{
    text-align: left;
}

/* Custom Table Element */
.cstm-tbl {
    min-height: .01%;
    overflow-x: auto;
}
.cstm-tbl table {
    border-spacing: 0;
    border-collapse: collapse;
}
.cstm-tbl table thead tr {
    background-color: #f1f1f1;
}
.cstm-tbl table thead tr th {
    padding: 20px;
    border: 1px solid #ddd;
}
.cstm-tbl table tr td {
    border: 1px solid #ddd;
    padding: 10px 20px;
}
.cstm-tbl.h-font-b tr,
.cstm-tbl.b-font-b td{
    font-family: 'avenir-book', sans-serif, Times, serif;
}
.cstm-tbl.h-font-r tr,
.cstm-tbl.b-font-r td{
    font-family: 'avenir-roman', sans-serif, Times, serif;
}
.cstm-tbl.h-font-h tr,
.cstm-tbl.b-font-h td{
    font-family: 'avenir-heavy', sans-serif, Times, serif;
}
.cstm-tbl.h-font-bl tr,
.cstm-tbl.b-font-bl td{
    font-family: 'avenir-black', sans-serif, Times, serif;
}
.cstm-tbl.table-l-auto table{
    table-layout: auto;
}
.cstm-tbl.table-l-fixed table{
    table-layout: fixed;
}

/* Text With Icon Element */
.vce-icon-heading-wrapper > a{
    display: inline-block;
}
.vce-icon-heading-wrapper.icon-tp .icon-heading{
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0;
    width: 100%;
}
.vce-icon-heading-wrapper .sp-icon {
    display: inline-block;
}
.vce-icon-heading-wrapper.has-hvr .hover-icon {
    display: none;
}
.vce-icon-heading-wrapper.has-hvr:hover .hover-icon {
    display: inline-block;
}
.vce-icon-heading-wrapper.has-hvr:hover .sp-icon {
    display: none;
}
.vce-icon-heading-wrapper  .icon-heading{
    display: inline-block;
}
.vce-icon-heading-wrapper.align-center,
.vce-icon-heading-wrapper .icon-heading.align-center{
    text-align: center;
}
.vce-icon-heading-wrapper.align-right,
.vce-icon-heading-wrapper .icon-heading.align-right{
    text-align: right;
}
.vce-icon-heading-wrapper.align-left,
.vce-icon-heading-wrapper .icon-heading.align-left{
    text-align: left;
}
.vce-icon-heading-wrapper.vam .sp-icon,
.vce-icon-heading-wrapper.vam .icon-heading{
    vertical-align: middle;
}
.vce-icon-heading-wrapper.vat .sp-icon,
.vce-icon-heading-wrapper.vat .icon-heading{
    vertical-align: top;
}
.vce-icon-heading-wrapper.vab .sp-icon,
.vce-icon-heading-wrapper.vab .icon-heading{
    vertical-align: bottom;
}

/* Custom Navigation Element */
.cstm-nav{
    padding: 10px 15px;
    background-color: #070e17;
}
.cstm-nav .nav-logo {
    display: inline-block;
    margin: 0 15px 0 0;
}
.cstm-nav .sm-nav-btn{
    background-color: #ff0024;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    outline: 0;
    border: 0;
    flex: 0 0 auto;
    text-decoration: none;
    transition: .3s;
}
.cstm-nav .sm-nav-btn > i{
    font-size: 12px;
    margin: 0 0 0 3px;
}
.cstm-nav .nav-cntnr{
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    align-items: center;
}
.cstm-nav .cstm-list{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.cstm-nav .cstm-list li {
    display: inline-block;
}
.cstm-nav .cstm-list li a{
    color: rgba(255, 255, 255, 0.30196);
    transition: all .3s ease;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
}
.cstm-nav .cstm-list li a:hover{
    color: #fff;
    text-decoration: none;
}
.cstm-nav .cstm-list li a.active{
    color: #fff;
}
.cstm-nav .cstm-list.align-center {
    text-align: center;
}
.cstm-nav .cstm-list.align-left {
    text-align: left;
}
.cstm-nav .cstm-list.align-right {
    text-align: right;
}

/* Hover zoom box */
.hover-zoom{
    transition: all .3s ease;
}
.hover-zoom:hover {
    transform: scale(1.6);
}

/* Advance list */
.adv-list li{
    vertical-align: top;
}

.cst-timeline:before {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Footer */
footer {
    background: #070218;
    border-top: 1px solid #101b2a;
}

footer .mid-container {
    max-width: 1170px;
    margin: 0 auto;
}

.ftr-nav .footer-nav-heading-wrap{
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #383838;
    font-weight: normal;
}

.ftr-nav .footer-nav-heading-wrap > a {
    color: #383838;
    display: block;
    text-decoration: none;
}

.ftr-nav ul {
    list-style: none;
    padding: 0;
}

.ftr-nav ul li {
    margin: 0 0 15px;
    line-height: 1;
}

.ftr-nav li a {
    color: #fff;
    font-size: 15px;
}

.app-download-btn-wrapper{
    margin-top: 18px;
}

.app-download-btn-wrapper a{
    display: block;
}

/* .app-download-btn-wrapper a:last-child{
    margin-top: 15.69px;
} */

.app-download-btn-wrapper img{
    width: 70%;
    vertical-align: unset;
    margin-top: 10px;
}

.ftr-nav li a:hover,
.ftr-nav li a:focus {
    text-decoration: underline;
    color: #19b955;
    background-color: transparent;
}

.ftr-nav li a.new-gif {
    background-image: url(../gif/new-app.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 36px;
}

.ftr-nav li:last-child a {
    margin: 0 0 20px;
    display: inline-block;
}

.ftr-nav .footer-nav-heading-wrap {
    font-size: 18px;
    color: #383838;
    font-weight: normal;
    margin: 0 0 0;
}

.ftr-nav .footer-nav-heading-wrap > a,
.ftr-nav .social-heading {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 20px;
    font-family: 'avenir-heavy', sans-serif, Times, serif;
}

.footer-btm {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 15px 0;
    font-size: 13px;
    color: rgba(255,255,255,.15);
    clear: both;
}

.footer-btm span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    font-size: 14px;
}

.footer-btm span:last-child {
    margin: 0;
}

.footer-btm ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.footer-btm ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer-btm ul li a {
    font-size: 14px;
    color: rgba(255,255,255,.3);
}
.footer-btm .copyright-section,
.footer-btm .bottom-nav-section{
    width: 100%;
    float: left;
}

.ftr-nav .ftr-social li{
    display: inline-block;
}
.ftr-nav .ftr-social li a,
.ftr-nav .ftr-social li a:hover,
.ftr-nav .ftr-social li a:focus {
    margin: 0 11px 0 0;
    color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 4px 0;
    font-size: 19px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    line-height: 32px;
    overflow: hidden;
}
.ftr-fb .gen-icons {
    background-position: -10px -4px;
    height: 32px;
    width: 22px;
    display: inline-block;
}
.ftr-twt .gen-icons{
    background-position: -9px -43px;
    height: 32px;
    width: 22px;
}
.ftr-you .gen-icons{
    background-position: -9px -84px;
    height: 32px;
    width: 22px;
}
.ftr-insta .gen-icons{
    background-position: -4px -126px;
    height: 32px;
    width: 26px;
}

.ftr-fb:hover .gen-icons {
    background-position: -50px -4px;
}
.ftr-twt:hover .gen-icons{
    background-position: -49px -43px;
}
.ftr-you:hover .gen-icons{
    background-position: -49px -84px;
}
.ftr-insta:hover .gen-icons{
    background-position: -44px -126px;
}

/* 404 */
.error-page .bnr-content h1.hdg {
    font-weight: 750;
    font-size: 220.655px;
    line-height: 97%;
    color: #6E4A7F;
}
.error-page .bnr-content p.parag {
    font-weight: 400;
    font-size: 19.849px;
    line-height: 24px;
    color:#000000;
}


@media (max-width: 1200px){
    .header .navbar li {
        padding: 21px 7px;
    }
    .header .navbar li a {
        padding: 0;
        font-size: 13px;
    }
}
.test{
    border: 2px solid red;
}
@media (max-width: 599px){
    .af-form .checkTermsBox label {
        font-size: 12px  !important;
    }
    .af-form .section-heading {
        font-size: 20px !important;
    }
    .af-form .section-para {
        font-size: 18px !important;
        line-height: 5px  !important;
    }
    .af-form .form-container-wrapper select, 
    .af-form .form-container-wrapper input[type='text'], 
    .af-form .form-container-wrapper input[type='password'], 
    .af-form .form-container-wrapper input[type='email'], 
    .af-form .form-container-wrapper input[type='tel'] {
        font-size: 12px !important;
        white-space: break-spaces;
    }

}
@media (min-width: 992px){
    .header .menu-item-has-children.pll-parent-menu-item ul.sub-menu{
        column-count: 2;
    }
    .happ-scan{
        display: none;
        position: absolute;
        bottom: 62px;
        left: 0;
    }
    .happ-scaner{
        position: relative;
    }
    .happ-scaner:hover .happ-scan{
        display: block;
        cursor: pointer;
        z-index: 1;
    }
}
@media (max-width: 991px){
    body.nav-open{
        position: absolute;
        width: 100%;
        overflow-y: hidden;
        top: 0;
        bottom: 0;
    }
    .app-download-btn-wrapper img{
        width: 70%;
        vertical-align: unset;
        margin-top: 10px;
    } 
    .happ-scan{
        display: none;
    }
    body:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.87843);
        height: 100%;
        width: 100%;
        z-index: 0;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }
    body.nav-open:before {
        z-index: 1;
        opacity: 1;
        visibility: visible;
    }
    body.nav-open .navbar-collapse{
        right: 0;
    }
    body.nav-open .header .navbar {
        right: 86%;
    }
    .header {
        padding: 8px 0;
    }
    .header .navbar-collapse {
        display: block;
        right: -100%;
        width: 80%;
        min-width: 0;
        position: fixed;
        padding-left: 0;
        z-index: 99999;
        top: 0;
        margin: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #f8f8f8;
        transition: .5s;
    }
    .header .navbar li a,
    .header.light .navbar li a,
    .header.header-sticky.stick .navbar li a,
    .header.header-sticky.stick .navbar-brand-text,
    .header.header-sticky.stick .menu-item-has-children:before,
    .header.light .menu-item-has-children:before,
    .header .menu-item-has-children:before{
        color: #000;
    }
    .header .pll-parent-menu-item > a:before,
    .header.header-sticky.stick .pll-parent-menu-item > a:before,
    .header.light .pll-parent-menu-item > a:before{
        background-position-y: -19px;
    }
    .header .navbar li,
    .header .navbar li.menu-item-has-children{
        padding: 12px 30px;
    }
    header .navbar-toggler {
        line-height: 0;
        width: 30px;
        height: 50px;
        padding: 0;
        border: 0;
        outline: 0;
    }
    header .navbar-toggler >.icon-bar {
        width: 100%;
        display: inline-block;
        height: 3px;
        margin: 5px 0 0;
        background: #8c8c8c;
        transition: .5s;
    }
    header .navbar-toggler >.icon-bar:first-child{
        margin: 0;
    }
    body.nav-open header .navbar-toggler >.icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
        position: relative;
    }
    body.nav-open header .navbar-toggler >.icon-bar:nth-child(2) {
        width: 0;
        opacity: 0;
    }
    body.nav-open header .navbar-toggler >.icon-bar:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(-45deg);
        top: -9px;
        position: relative;
    }
    .header .menu-item-has-children ul.sub-menu:after{
        display: none;
    }
    .header li.menu-item-has-children .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        position: static;
        width: 100%;
        height: 100%;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        padding: 0 20px;
        display: block;
    }
    .header .menu-item-has-children ul.sub-menu li {
        padding: 0 2px;
        font-size: 14px;
        color: #000;
        font-family: 'avenir-roman', sans-serif, Times, serif;
        transition: all .3s ease;
        text-decoration: none;
        position: relative;
        display: block;
        margin: 15px 0;
    }
    .header .navbar li a:after,
    .header.light .navbar li a:after{
        display: none;
    }
    .header .menu-item-has-children:before {
        right: 15px;
        top: 22px;
        transform: none;
        transition: .3s;
    }
    .header .menu-item-has-children.active:before{
        transform: rotate(180deg);
    }
    .header .menu-item-has-children ul.sub-menu li:last-child{
        margin: 15px 0 0;
    }
    .header .navbar li a {
        font-size: 16px;
    }
    .header .menu-item-has-children.mega-menu ul.sub-menu,
    .header .menu-item-has-children.mega-menu:before{
        display: none;
    }
    .footer-btm span {
        font-size: 12px;
    }
}

@media (min-width: 768px){
    .ftr-nav-main {
        padding: 62px 0 65px 0;
    }
    .ftr-nav .footer-nav_content {
        height: 100%;
        display: block;
        visibility: visible;
    }

    .ftr-nav {
        width: 22%;
        float: left;
        padding-right: 1%;
    }

    .ftr-nav:last-child {
        padding-right: 0;
    }

    .ftr-nav .row {
        margin: 0;
    }

    .ftr-nav .footer-nav-heading-wrap > a,
    .ftr-nav .social-heading a {
        cursor: default;
    }

    .ftr-nav-secnd-last {
        width: 33%;
        column-count: 2;
    }
    .footer-btm .copyright-section{
        width: 33.33333333%;
    }
    .footer-btm .bottom-nav-section{
        width: 66.66666667%;
    }
}

@media (max-width: 767px){
    .error-page .bnr-content h1.hdg {
        font-size: 120.655px;
        
    }
    .error-page .bnr-content p.parag {
        font-size: 17.849px;
    }
    
    .mob-center{
        text-align: center !important;
    }
    /* Contact Form */
    .contact-form .left-sec,
    .contact-form .right-sec{
        width: 100%;
        float: none;
        padding: 0;
    }
    /* Custom Sprite Element */
    .vce-sprite-wrapper.res-align-center{
        text-align: center;
    }
    .vce-sprite-wrapper.res-align-right{
        text-align: right;
    }
    .vce-sprite-wrapper.res-align-left{
        text-align: left;
    }

    /* Custom Heading Element */
    .vce-custom-heading-wrapper.res-align-center{
        text-align: center;
    }
    .vce-custom-heading-wrapper.res-align-right{
        text-align: right;
    }
    .vce-custom-heading-wrapper.res-align-left{
        text-align: left;
    }

    /* Custom Button Element */
    .vce-custom-button-wrapper.res-align-center{
        text-align: center;
    }
    .vce-custom-button-wrapper.res-align-right{
        text-align: right;
    }
    .vce-custom-button-wrapper.res-align-left{
        text-align: left;
    }

    /* Text With Icon Element */
    .vce-icon-heading-wrapper.icon-tp-mb .icon-heading{
        padding: 0 !important;
        max-width: 100% !important;
        margin: 15px 0 0;
        width: 100%;
    }
    .vce-icon-heading-wrapper .icon-heading.res-align-center{
        text-align: center;
    }
    .vce-icon-heading-wrapper .icon-heading.res-align-left{
        text-align: left;
    }
    .vce-icon-heading-wrapper .icon-heading.res-align-right{
        text-align: right;
    }

    /* Button Element */
    .custom-button {
        min-width: 290px;
        max-width: 290px;
        font-size: 20px;
    }

    /* Custom Table Element */
    .cstm-tbl {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    /* Footer */
    .ftr-nav .footer-nav_content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .footer-btm {
        text-align: center;
    }
    .ftr-nav .footer-nav-heading-wrap,
    .ftr-nav .social-heading {
        border-bottom: 1px solid rgba(255,255,255,.08);
        position: relative;
        padding: 15px 0;
    }
    .ftr-nav .footer-nav-heading-wrap a {
        margin: 0;
    }
    .ftr-nav .ftr-social li{
        margin: 0;
    }
    .ftr-nav .social-heading.social-heading{
        border: 0;
        text-align: center;
        margin: 0 0 15px;
        font-size: 18px;
        padding: 0;
    }
    .ftr-nav .social-wrapper {
        padding: 20px 0;
    }
    .app-download-btn-wrapper{
        text-align: center;
        margin-top: 0;
    }
    /* .app-download-btn-wrapper a:last-child{
        margin-top: 15.69px;
    } */
    .ftr-nav ul {
        padding: 15px 0 0;
        margin: 15px 0 0;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    .ftr-nav ul.ftr-social{
        border: 0;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .footer-btm .bottom-nav-section{
        display: none;
    }
    .ftr-nav li:last-child a,
    .ftr-nav ul li:last-child{
        margin: 0;
    }
    .ftr-nav .footer-nav-heading-wrap > .footer-nav-heading:after {
        content: "";
        background-image: url(../png/ic_social_footer-insta.png);
        right: 0;
        top: 20px;
        position: absolute;
        background-position: -30px -558px;
        display: inline-block;
        width: 20px;
        height: 12px;
        transform: rotate(180deg);
        transition: .3s;
    }
    .ftr-nav .footer-nav-heading-wrap.active > .footer-nav-heading:after {
        transform: rotate(0);
    }

    /* 404 */
    .universe_error_banner p {
        line-height: 30px;
    }
}

form#affiliate-login-form {
    max-width: 400px;
    margin: auto;
}
form#affiliate-login-form span.wpcf7-form-control-wrap {
    position: relative;
}
form#affiliate-login-form span.wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background-image: url(../png/88692-input-icons_new.png);
    width: 20px;
    height: 15px;
    background-size: cover;
}
form#affiliate-login-form input.wpcf7-form-control.wpcf7-text {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    outline: 0;
    font-size: 16px;
    color: #000;
    line-height: 46px;
    padding: 0 32px 0 30px;
    margin: 0;
}
form#affiliate-login-form input.wpcf7-form-control.wpcf7-submit {
    margin:30px auto;
    width:auto;
    padding: 14px 30px 13px;
    height:auto;
    line-height:1;
    min-width: 120px;
    font-size: 14px;
    font-weight:bold;
    display: table;
}
form#affiliate-login-form span.wpcf7-form-control-wrap.password:before {
    background-position: 0 13px;
    width: 21px;
    height: 12px;
}
#affiliate-login-form span.wpcf7-not-valid-tip {
    margin: 4px 0 0;
}



/* Affiliate Sign up Form */
.af-form {
    padding: 0;
}
.af-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.af-form .mid-container {
    max-width: 1170px;
    margin: 0 auto;
 
}

.af-form .section-heading {
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 88px;
    font-family: 'avenir-black', Times, serif;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
}
.af-form .aff-form-heading {
    font-size: 59px;
    font-style: normal;
    font-weight: 750;
    line-height: 88px;
    font-family: 'avenir-heavy', Times, serif;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
}
.af-form .aff-form-para{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    font-family: 'avenir-roman', Times, serif;
    color: #000;
    margin-top: 0px;
    margin-bottom: 45px;
}
.af-form .input-container{
    position:relative;
}
.af-form .input-container .error{
    position: absolute;
    top: 100%;
    font-size: 12px;
    font-family: 'avenir-roman', Times, serif;
    color: #f64225;
    border-radius: 3px;
    border: 1px solid #f64225;
    padding: 3px;
    margin: 0;
    width: 100%;
    margin-top:2px;
    opacity:0;
    transition:all 0.3s ease;
}
.af-form .input-container .error.active{
    opacity:1;
}
.af-form .input-container .error span{
    margin-right: 5px;
    background-color: #f64225;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 1px;
}
.af-form .section-subheading {
    font-size: 30px;
    font-family: avenir-heavy;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}

.af-form .form-container-wrapper {
    background-color: #fff !important;
    padding: 10px 18px;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    box-sizing: border-box;
    display:block;
    transition: opacity 0.3s ease;
    height: auto;
    position:relative;
}
.af-form .form-container-wrapper .after-submission {
    text-align:center;
    display:none;
    transition:all 0.3s ease;
    max-width:590px;
    margin:0 auto;
}
.af-form .form-container-wrapper.submitted{
    padding:140px 15px;
}
.af-form .form-container-wrapper .after-submission img{
    margin:0 auto 10px;
}
.af-form .form-container-wrapper .after-submission h3{
    font-size:30px;
    margin-top:0;
    margin-bottom:10px;
    color:#6bae70;
    font-family:'avenir-heavy', Times, serif;
}
.af-form .form-container-wrapper .after-submission p{
    font-size:18px;
    margin-top:0;
    margin-bottom:0;
    color:#333;
    font-family:'avenir-roman', Times, serif;
}
.af-form .form-container-wrapper.submitted .after-submission {
    display:block;
}
.af-form .form-container-wrapper.submitted .form-values {
   display:none;
}


.af-form .form-container-wrapper.noShow {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    padding: 0;
}

.af-form .thankyou-wrapper {
    background-color: #fff;
    padding: 50px 85px;
    box-shadow: 0px 9px 20px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    text-align: center;
    opacity: 1;
    height: auto;
    transition: opacity 0.3s ease;
    display:block;
}

.af-form .thankyou-wrapper.noShow {
    opacity: 0;
    height: 0px;
    display:none
}

.af-form .thankyou-wrapper p {
    font-size: 22px;
    font-family: avenir-book;
    font-weight: bold;
}

.af-form .form-container-wrapper input[type='text'], 
.af-form .form-container-wrapper input[type='password'], 
.af-form .form-container-wrapper input[type='email'], 
.af-form .form-container-wrapper input[type='tel']
 {
    margin-bottom:50px;
    height: 50px;
    position: relative;
    box-shadow: 0 0;
    font-size: 15px;
    padding: 10px 10px 10px 0;
    -webkit-appearance: none;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

.af-form .form-container-wrapper select{
    margin-bottom:50px;
    height: 50px;
    position: relative;
    box-shadow: 0 0;
    font-size: 15px;
    padding: 10px 10px 10px 0px;
    -webkit-appearance: none;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    -moz-appearance: none;
    appearance: none;
    background: url(../png/black-arrow-down.png) center no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
::-webkit-input-placeholder {
    white-space: break-spaces;

}
::placeholder {
    white-space: break-spaces;
}
/* For IE */
select::-ms-expand {
display: none;
}
.af-form .form-container-wrapper input:focus , .af-form .form-container-wrapper select:focus{
    outline: none;
}
.af-form .form-container-wrapper textarea {
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #bebebe;
    box-shadow: 0px 0px 0px 0px;
    min-height: 120px;
    overflow-x: hidden;
}
.af-form .btn-paf {  
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    border: 0; 
    height: 70px;
    display: inline-block;
    max-width: 222px;
    width: 100%;
    background-color: #28C675;
    border-radius: 100px;
    font-family: 'avenir-heavy',Times,serif;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
    margin: 44px 0 0;
}
.af-form .btn-paf .btn-arrow {
    display: inline-block;
    background: url(../png/71959_fifa_aff_btn_arrow_right.png) no-repeat transparent;
    width: 18px;
    height: 14px;
    margin-left: 5px;
    margin-top: 0;
}
.af-form .btn-paf:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);
}
.af-form .btn-paf:focus {
    outline: none;
}

.af-form .checkTermsBox input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    position: relative;
}
.af-form .checkTermsBox{
    margin-top: 35px;
}
.af-form .checkTermsBox input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000000;
    background: #C4C4C4 !important;
    height: 14px;
    width: 14px;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
}
.af-form .checkTermsBox.error-checkTerms input[type="checkbox"]:after {
    border: 1px solid #f66161;
    box-shadow: 0px 0px 5px #f66161;
}
.af-form .checkTermsBox input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #48c136;
    background: #fff;
    height: 14px;
    width: 14px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    line-height: 14px;
}
.af-form .checkTermsBox label{
    font-weight: 400 !important;
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
}
.af-form .checkTermsBox label a{
    color: #007bff !important;
}
.af-form .checkTermsBox label.control-label{
    font-weight: normal;
    color: rgb(210, 41, 38);
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.af-form .loadingoverlay{
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100px;
}

.af-form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.af-form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* placeholder styling input */
.af-form .form-container-wrapper .input-container{
    position: relative;
}
.af-form .form-container-wrapper .input-container label, .af-form .form-container-wrapper .input-container select label{
    position: absolute;
    top: 10px;
    left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #78747B;
	transition: 0.2s ease all;
    pointer-events: none;
}
.af-form .form-container-wrapper .input-container.active label, 
.af-form .form-container-wrapper .input-container.active select label{
    transform: translateY(-22px);
} 
/* placeholder styling input */

@media (max-width: 767px) {
    .af-form .form-container-wrapper.submitted{
        padding:80px 15px;
    }
    .af-form {
        padding: 30px 0px;
    }

    .af-form .form-container-wrapper {
        padding: 30px 10px;
       
    }
    .af-form .section-heading {
        font-size: 30px;
    }

    .af-form .section-subheading {
        font-size: 24px;
        margin: 15px 0px;
    }
    .af-form .form-container-wrapper .input-container label, .af-form .form-container-wrapper .input-container select label{
        font-size: 12px;
    }
    .af-form .form-container-wrapper .input-container label, .af-form .form-container-wrapper .input-container select label {
        top: 15px;
    }
    .af-form .form-container-wrapper .input-container.longgtxt.active label, 
    .af-form .form-container-wrapper .input-container.longgtxt.active select label{
        transform: translateY(-20px);
    } 
    .af-form .form-container-wrapper .input-container.longtxt label, .af-form .form-container-wrapper .input-container.longtxt select label {
        top: -5px;
    }
    .af-form .form-container-wrapper .input-container.longgtxt label, .af-form .form-container-wrapper .input-container.longgtxt select label {
        top: -25px;
    }
    .af-form .form-container-wrapper .input-container.active label, .af-form .form-container-wrapper .input-container.active select label {
        transform: translateY(-25px);
    }
    .af-form .input-container .error{
        font-size: 11px;
    }
    .af-form .form-container-wrapper .input-container.longtxt input[type='text'], 
    .af-form .form-container-wrapper .input-container.longtxt input[type='password'], 
    .af-form .form-container-wrapper .input-container.longtxt input[type='email'], 
    .af-form .form-container-wrapper .input-container.longtxt input[type='tel'],
    .af-form .form-container-wrapper .input-container.longtxt select{
        margin-top: 60px !important;
    }
    .af-form .form-container-wrapper .input-container.longgtxt input[type='text'], 
    .af-form .form-container-wrapper .input-container.longgtxt input[type='password'], 
    .af-form .form-container-wrapper .input-container.longgtxt input[type='email'], 
    .af-form .form-container-wrapper .input-container.longgtxt input[type='tel'],
    .af-form .form-container-wrapper .input-container.longgtxt select{
        margin-top: 80px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 530px) {
    .app-download-btn-wrapper img{
        width: 32%;
        vertical-align: unset;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 531px) and (min-width: 320px) {
    .app-download-btn-wrapper img{
        width: 45%;
        vertical-align: unset;
        margin-top: 5px;
    }
    .af-form .input-container .error{
        font-size: 9px;
    }
}
@media (min-width:1199px){
    .af-form .form-container-wrapper {
        padding: 10px 160px;
    }
}
.grecaptcha-badge{
    bottom: 100px !important;
}