@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: Gilroy-Bold;
    src: url(../fonts/Gilroy-Bold.ttf);
}
@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy-Medium.ttf);
}
ul,ol{margin: 0;padding: 0;list-style: none;}
p,h1,h2,h3,h4,h5,h6,label,ul,ol{
    margin: 0;
    padding: 0;
}
body{
    background: #0F0F0F;

}
.buy-content-p1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    /*64*/
    font-size: 40px;
    /*76*/
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 30px 0;
}
.buy-content-p2 {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
}
.buy-gift {
    background: #212121;
    /*650px*/
    min-height: 457px;
    display: flex;
    align-items: center;
}
.buy-img {
    width: 100%;
    /*max-width: 400px;*/
    max-width: 350px;
}
.abs-sec {
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
}
.buy-content {
    max-width: 712px;
}
.NordVPN-custom {
    padding: 80px 0;
}
.card-logo {
    width: 100%;
    max-width: 121px;
}
.card-logo-1 {
    width: 32px;
    margin: 0 10px 0 0;
}
.NordVPN-p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.NordVPN-card {
    border: 1px solid #FAFAFA80;
    backdrop-filter: blur(200px);
    border-radius: 12px;
    min-height: 250px;
    width: 100%;
    max-width: 427px;
    position: relative;
    background: url(../images/overlay-1.png);
    background-size: cover;
}
.card-logo-3-img {
    width: 26px;
    margin: 0 10px 0 0;
}
.FoodCard-p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 220px;
}
.card-logo {
    position: absolute;
    left: 30px;
    top: 30px;
}
.FoodCard {
    border: 1px solid #d87408;
    background: linear-gradient(130.43deg, rgba(252, 165, 9, 0.1) -0.57%, rgba(136, 3, 6, 0.1) 102.89%);
    min-height: 46px;
    display: flex;
    align-items: center;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
    border-right: 0;
    z-index: 99999;
}
.NordVPN-p1 {
    font-family: Gilroy-Bold;
    font-weight: 400;
    font-size: 44px;
    line-height: 57.07px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 15px 0;
}
.NordVPN-label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 25.94px;
    letter-spacing: 0px;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
}
.input-cus {
    border: 1px solid rgba(204, 204, 204, 1);
    height: 52px;
    border-radius: 6px;
    background-color: transparent;
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 16.86px;
    letter-spacing: 0px;
    color: #cccccc;
    width: 100%;
    padding: 0 15px;
}
.NordVPN-div {
    margin: 0 0 22px 0;
}
.amount-span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: right;
    display: block;
    margin: 10px 0 0 0;
    color: #fff;
}
.NordVPN-div.switch-custom {
    display: flex;
    justify-content: space-between;
}
.Byclicking {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    display: block;
    margin: 0px 0 0 10px;
    color: #DADADA;
}
.checkbx:checked {
    width: 18px;
    height: 18px;
    background-size: 18px;
    appearance: none;
    background-image: url(../images/check.png);
    min-width: 18px;
}
.checkbx {
    width: 18px;
    height: 18px;
    background-size: 18px;
    appearance: none;
    background-image: url(../images/uncheck.png);
    min-width: 18px;
}
.Remember-div input[type="checkbox"]{
    width: 18px;
    height: 18px;
    background-size: 18px;
    appearance: none;
    background-image: url(../images/uncheck.png);
    min-width: 18px;
}
.Remember-div input[type="checkbox"]:checked{
    width: 18px;
    height: 18px;
    background-size: 18px;
    appearance: none;
    background-image: url(../images/check.png);
    min-width: 18px;
}
.NordVPN-div.NordVPN-flex {
    display: flex;
    align-items: center;
}
.ProcessedtoPayment {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    height: 50px;
    border-radius: 50px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
}
.NordVPN-div.switch-custom label.NordVPN-label {
    margin: 0;
}
.input-cus::placeholder {
    color: #cccccc;
    opacity: 1; 
  }
.input-cus::-ms-input-placeholder { 
    color: #cccccc;
  }
.search-elect::placeholder {
    color: #B6B6B6;
    opacity: 1; 
}
.search-elect::-ms-input-placeholder { 
    color: #B6B6B6;
}


  
  .card-form {
    background: #212121;
    border-radius: 28px;
    padding: 80px 100px;
    margin: 0 0 60px 0;
}
.left-ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 19.46px;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #fff;
}
.left-ul li {
    color: #fff;
    margin: 0 15px 0 0;
}
.left-ul {
    display: flex;
    margin: 15px 0 0 0;
}
.input-cus option {
    color: #000;
}
.input-cus.back-input {
    background-image: url(../images/Chevrondown.png);
    background-repeat: no-repeat;
    background-size: 22px;
    appearance: none;
    background-position: right 12px center;
}
#flexSwitchCheckDefault {
    width: 68px;
    height: 31px;
    border: none;
}
#flexSwitchCheckDefault:checked {
    background-color: #880306;
}
#flexSwitchCheckDefault:focus {
    outline: none !important;
    box-shadow: none !important;
}
.NordVPN-ul-last li p {
    /* font-family: Poppins; */
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #DADADA;
}
.Forany {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #DADADA;
    margin: 40px 0 0 0;
}
.NordVPN-ul-last {
    color: #DADADA;
    padding: 0;
}
.NordVPN-ul-last li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.NordVPN-ul-last li:after {
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #DADADA;
    content: "";
    border-radius: 50px;
}







.custom-modal .modal-header {
    border: none;
}
.custom-modal .modal-content {
    background: #212121;
    border: 0.5px solid #B6B6B6;
    position: relative;
    border-radius: 24px;
}
.popup-logo {
    width: 180px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
.pop-p1 {
    font-family: Gilroy-Bold;
    font-weight: 400;
    font-size: 32px;
    line-height: 41.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 22px 0;
}
.pop-p2 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.75px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}
.popup-ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #fff;
    text-decoration: none;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    border-radius: 50px;
    padding: 0 20px;
}
.cancel-a-1 {
    border: 1px solid #FFFFFF;
}
.cancel-a-2 {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.popup-ul {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}
.popup-ul li {
    margin: 0 10px;
}
.custom-modal .modal-dialog.modal-dialog-centered {
    max-width: 822px;
}
.custom-modal .btn-close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    padding: 0;
    font-family: 'Poppins';
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 20px;
    line-height: normal;
}
.custom-modal .popup-content {
    padding: 45px 0px 60px 0;
    max-width: 648px;
    margin: auto;
}
.Sucess-div {
    padding: 80px 0;
}
.tik-img {
    width: 120px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
.Thank_you {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 45px;
    line-height: 58.37px;
    color: #fff;
    text-align: center;
    margin: 0 0 50px 0;
    text-transform: capitalize;
}
.gft {
    font-family: Poppins;
    font-weight: 500;
    font-size: 28px;
    line-height: 36.32px;
    color: #fff;
    text-align: center;
    background: #212121;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0 0 40px 0;
}
.gift_ulp1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.75px;
    color: #DADADA;
    text-align: left;
}
.gift_ulp2 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.75px;
    color: #FAFAFA;
    text-align: right;
}
.gift_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 22px 0;
}
.Download-ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #DADADA;
    text-align: right;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 57px;
    border-radius: 60px;
    padding: 0 15px;
    text-transform: capitalize;
}
.Download-gift {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.Email-gift {
    border: 1px solid #DADADA;
}
.gift_card {
    border: 0.5px solid #CCCCCC;
    padding: 22px;
    border-radius: 14px;
    background: #151515;
    max-width: 550px;
    margin: auto;
}
.Download-ul li {
    margin: 0 0 15px 0;
}
.Download-ul li:last-child {
    margin: 0 0 0 0;
}
.use-content-p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 45px;
    line-height: 58.37px;
    color: #fff;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}
.use-div {
    background: #212121;
    border-radius: 8px;
    padding: 50px 30px;
    height: calc(100% - 30px);
    margin: 0 0 30px 0;
}
.use-img {
    width: 44px;
    margin: auto;
    display: block;
}
.use-div-p1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 25.94px;
    margin: 22px 0 15px 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.use-div-p2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.16px;
    text-align: center;
    color: #FAFAFA;
    text-transform: capitalize;
}
.use-gift {
    padding: 0 0 80px 0;
}
.Download-ul li a img {
    width: 24px;
    margin: 0 7px 0 0;
}
.border-frm {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 6px;
    padding: 30px 30px;
}
.border-frm2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 31.13px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px 0;
}
.border-frm1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.16px;
    color: #fff;
    text-align: center;
    background: #212121;
    border: 0.5px solid #393838;
    padding: 15px 30px;
    border-radius: 90px;
    text-transform: capitalize;
    width: max-content;
    margin: auto;
}
.assistanc-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.For-1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.For-2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.16px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #FAFAFA;
}
.assistanc-ul li a {
    border-radius: 50px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    margin: 15px 5px 0 5px;
    text-transform: capitalize;
}
.voucher-bottom {
    margin-top: 100px;
}
.buy-content-ul li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 15.38px;
    line-height: 24px;
    color: #93989F;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.buy-content-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.fixty-img {
    width: 30px;
    margin: 0 5px 0 0;
}
.Sucess-content {
    width: 100%;
    max-width: 608px;
    margin: auto;
}
.light-1 {
    background: #FFFFFF33;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.light-1 img {
    width: 20px;
}
.login-top {
    padding: 17px 0;
}
.buy-content-login {
    width: 100%;
}
.buy-content-ul li {
    margin: 0 0 0 30px;
}
.copy-4-p {
    font-family: Inter;
    font-weight: 400;
    font-size: 11.44px;
    line-height: 18px;
    color: #9F9D9D;
    text-align: center;
}
.Reserved-ul li a {
    font-family: Inter;
    font-weight: 400;
    font-size: 11.44px;
    line-height: 18px;
    color: #9F9D9D;
    text-decoration: none;
}
.Reserved-ul li {
    color: #9F9D9D;
    margin: 0 0 0 15px;
}
.Reserved-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.copy-right {
    padding: 15px 0;
}
.track-rede{
    text-align: center;
    margin-bottom: 50px;
}
.track-rede a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #FAFAFA;
    text-decoration: underline;
}
.login-logo {
    width: 150px;
    margin: 0 0 30px 0;
}
.embrace-p1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 36.42px;
    line-height: 48.88px;
    color: #fff;
    position: relative;
    margin: 0 0 30px 0;
}
.embrace-p1:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 5px;
    width: 66px;
    background: #fff;
    content: "";
}
.login-str-left {
    width: 100%;
    max-width: 520px;
    margin: auto;
}
.bit-img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
    margin-bottom: -175px;
}
.bit-content {
    background: #181D20;
    border-radius: 5px;
    padding: 30px 30px;
    position: relative;
}
.bit-content-p1 {
    font-family: Inter;
    font-weight: 300;
    font-size: 15.25px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
    opacity: 70%;
}
.login-1-img {
    width: 55px;
    margin: auto;
    display: block;
    margin-bottom: 22px;
}
.bit-content-p1 a {
    color: #fff;
    text-decoration: none;
}
.login-1-bt {
    font-family: Inter;
    font-weight: 300;
    font-size: 17.58px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 8px;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.your-p {
    font-family: Inter;
    font-weight: 600;
    font-size: 37.6px;
    line-height: 48.88px;
    color: #fff;
}
.your-p1 {
    font-family: Inter;
    font-weight: 400;
    font-size: 15.25px;
    line-height: 24px;
    color: #93989F;
    margin: 0 0 30px 0;
}
.Securely-ul li a {
    font-family: Inter;
    font-weight: 300;
    font-size: 17.44px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFFFFF33;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.Securely-ul li a img {
    width: 24px;
    margin: 0 5px 0 0;
}
.Securely-ul li {
    margin: 0 0 22px 0;
    text-align: center;
}
.Securely-ul {
    position: relative;
}
.Securely-ul-only:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #FFFFFF33;
    content: "";
    width: 100%;
    top: 12px;
}
.Securely-ul li p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: relative;
    background: #000;
    text-align: center;
    margin: auto;
    display: inline-block;
    z-index: 9;
    padding: 0 20px;
}
.mar-login-label {
    font-family: Inter;
    font-weight: 300;
    font-size: 13.45px;
    line-height: 21px;
    color: #93989F;
    display: block;
    margin: 0 0 5px 0;
}
.mar-login-input {
    border: 1px solid #FFFFFF33;
    width: 100%;
    height: 51px;
    background: transparent;
    border-radius: 4px;
    padding: 0 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 18.76px;
    color: #93989FCC;
}
.mar-login-15 {
    margin: 0 0 22px 0;
}
.Remember-div label {
    font-family: Inter;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 24px;
    color: #93989F;
    margin: 0 0 0 10px;
}
.flex-login-2 {
    position: relative;
}
.flex-login-2 i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 14px;
}
.Remember-div {
    display: flex;
    align-items: center;
}
.login-str-right {
    max-width: 480px;
    margin: auto;
}
.login-structure .container-fluid {
    max-width: 1440px !important;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}



.form-switch-uk {
    position: relative;
}
.form-switch-uk .btn-group {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}
.form-switch-uk .dropdown-toggle::after {
    display: none;
}
.form-switch-uk .uk-img {
    width: 30px;
}
.form-switch-uk .uk-img-1 {
    width: 20px;
    margin: 0 0 0 10px;
}
.form-switch-uk .btn.btn-secondary.dropdown-toggle {
    padding: 0 15px;
    background: transparent;
    border: none;
    border-right: 0.25px solid #D9D9D9;
    border-radius: 0;
    min-height: 52px;
}
.form-switch-uk input.input-cus {
    padding-left: 110px;
}
.form-switch-uk .dropdown-menu.dropdown-menu-end.show {
    width: auto !important;
    background: #000;
    min-width: auto !important;
}
.form-switch-uk .dropdown-item:hover {
    background: #212121;
}
.circle-img-12 {
    width: 120px;
    margin: auto;
    display: block;
    margin-bottom: 22px;
}
.Redeem_under_p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 45px;
    line-height: 58.37px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.Redeem_under_p_1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.Redeem_Status_under {
    background: #212121;
    border-radius: 28px;
    padding: 30px 30px;
}
.Redeem_under {
    max-width: 498px;
    margin: auto;
}
.Redeem_Status {
    padding: 80px 0;
}
.card-img_5656 {
    width: 153px;
}
.In_Progress_bt {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.56px;
    text-align: right;
    color: #F4A810;
    background: #F8E6C2;
    height: 28px;
    border: none;
    border-radius: 50px;
    padding: 0 15px;
}
.Redeem_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.Redeem_under_p_2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.75px;
    color: #FAFAFACC;
    text-align: left;
    margin: 0 0 30px 0;
}
.Redeem_under_p_2 b {
    color: #fff;
}
.Redeem_under_p_3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.56px;
    color: #FAFAFACC;
    text-align: center;
    margin: 0 0 5px 0;
}
.Redeem_under_p_4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 15.56px;
    color: #FAFAFACC;
    text-align: center;
}
.redeem_ul0 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.redeem_ul0 li {
    width: 33.33%;
}
.proress_a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.16px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    position: relative;
}
.proress_tab ul {
    display: flex;
}
.active.proress_a {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.proress_tab ul li {
    margin: 0 15px 6px 0;
}
.proress_full_p1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.56px;
    text-align: left;
    color: #FAFAFACC;
    margin: 0 0 5px 0;
}
.proress_full_p2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.56px;
    color: #969696;
}
.sw_img {
    width: 18px;
    position: absolute;
    left: -10px;
    z-index: 9;
    top: -1px;
}
.proress_tab ul {
    border-bottom: 0.5px solid #CCCCCC99;
    margin: 0 0 40px 0;
}
.proress_a.active:after {
    position: absolute;
    left: 0;
    bottom: -9px;
    border-radius: 10px;
    height: 3px;
    content: "";
    width: 100%;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.proress_full li {
    position: relative;
    min-height: 100px;
    border-left: 0.5px solid #CCCCCC99;
    padding: 0 0 0 30px;
}
.proress_full li:after {
    position: absolute;
    left: -9px;
    top: 0;
    width: 17px;
    height: 17px;
    content: "";
    border-radius: 50px;
    background: #7D7B7B;
    border: 1px solid #fff;
}
.proress_full li:last-child {
    border-left: 0;
}
.For_any_1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #DADADA;
}
.line-hr {
    border-bottom: 1px solid #fff;
    margin: 40px 0 40px 0;
}

/* ================ Add CSS ================= */
.voucher-bottom {
    margin-top: 100px;
}
.track-rede{
    text-align: center;
    margin-bottom: 50px;
}
.track-rede a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #FAFAFA;
}
.no-brand img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 70px;
}
.no-brand-1 {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    font-family: Gilroy-Bold;
    font-weight: 400;
    font-size: 32px;
    line-height: 39.62px;
    text-align: center;
    color: #FAFAFA;
}
.no-brand img {
    width: 100%;
    max-width: 180px;
}
.pay-met {
    margin: 20px 0 0 0;
}
/* ==============Mobile-top-up-screens======== */
.star-rate {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px;
}
.star-no {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 0 0 0 15px;
}
.Pay-with-Bitcoin {
    padding: 80px 0;
}
.Pay-with-right {
    background: #212121;
    padding: 30px;
    border-radius: 14px;
}
.barcode {
    width: 100%;
    max-width: 414px;
    margin: auto;
    display: block;
}
.pay-eith {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 45px;
    line-height: 58.37px;
    color: #FAFAFA;
    margin: 15px 0 30px 0;
    text-transform: capitalize;
}
.barcode-p-1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 35px;
    line-height: 45.4px;
    color: #FAFAFA;
    margin: 45px 0 30px 0;
}
.barcode-p-2 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 28.53px;
    color: #FAFAFA;
    margin: 0 0 15px 0;
}
.barcode-p-3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    line-height: 24.64px;
    color: #DADADA;
}
.barcode-bt {
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    line-height: 24.64px;
    background: transparent;
    border: 0.5px solid #DADADA;
    border-radius: 50px;
    color: #DADADA;
    padding: 0 15px;
    height: 41px;
    min-width: 120px;
}
.Pay-with-right.Pay-with-right-only {
    padding-bottom: 50px;
}
.barcode-bt img {
    width: 20px;
}
.flex-barcode {
    display: flex;
    justify-content: space-between;
    margin: 0 0 22px 0;
    align-items: center;
    flex-wrap: wrap;
}
.Trust-bt {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #DADADA;
    text-align: right;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 57px;
    border-radius: 60px;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    border: none;
    text-transform: capitalize;
}
.gift_ulp124 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #DADADA;
    margin: 60px 0 0 0;
}
.Recharge-with-box {
    border: 0.5px solid #B6B6B6;
    background: #212121;
    padding: 50px 50px;
    border-radius: 24px;
    max-width: 822px;
    margin: auto;
}
.card-logo-png {
    width: 180px;
    margin: auto;
    display: block;
    margin-bottom: 22px;
}
.Recharge-with-sec {
    padding: 80px 0;
}
.card-p987 {
    font-family: Gilroy-Bold;
    font-weight: 400;
    font-size: 32px;
    line-height: 41.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px 0;
}
.card-p9875 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.75px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 50px 0;
}
.ccv-label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 25.94px;
    letter-spacing: 0px;
    color: #fff;
    display: block;
    margin: 0 0 7px 0;
}
.ccv-input {
    border: 1px solid #CCCCCC;
    height: 52px;
    border-radius: 6px;
    padding: 0 15px;
    width: 100%;
    background: transparent;
    color: #fff;
}
.ccv-mar {
    margin: 0 0 22px 0;
}
.ccv-div {
    max-width: 508px;
    margin: auto;
}
.back-recharge {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0 15px;
    min-width: 124px;
}
.back-recharge-1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    border: 0px solid #FFFFFF;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    min-width: 190px;
    padding: 0 15px;
}
.ccv-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ccv-input::placeholder {
    color: #fff;
    opacity: 1;
}
.ccv-input::-ms-input-placeholder {
    color: #fff;
}
/* ====================17-02-2025=================== */
.star-img{
    max-width: 20px;
}
.amount-span.avail-balance {
    text-align: start;
}
.usd-amount {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.56px;
    letter-spacing: 0px;
    color: #9C9C9C;
}
.National-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 26.5px;
    line-height: 39.76px;
    letter-spacing: 0px;
    margin: 15px 0 0 0;
}
.National-amount {
    font-family: Poppins;
    font-weight: 400;
    font-size: 23.56px;
    line-height: 35.34px;
    letter-spacing: 0px;
    color: #969696;
}
.National-ul {
    width: 100%;
    max-width: 427px;
}
.National-ul li img {
    width: 100%;
    max-width: 29px;
}
.Electricity-div {
    padding: 80px 0;
}
.search-elect {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #B6B6B6;
    border: 1px solid #B6B6B6;
    height: 62px;
    background: transparent;
    border-radius: 80px;
    padding: 0 30px 0 50px;
    width: 100%;
}
.search-elect-1 {
    position: relative;
    max-width: 467px;
    width: 100%;
}
.serch-img {
    width: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0%, -50%);
}
.See-All {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    color: #FAFAFA;
}
.right-all {
    display: flex    ;
    justify-content: space-between;
    margin: 22px 0 22px 0;
    align-items: center;
}
.right-elect{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 447px;
}
.Electricity-p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    color: #FAFAFA;
}
.content-elc-1 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0px;
    color: #fff;
}
.content-elc-2 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
}
.content-elc-3 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0px;
    color: #969696;
}
.content-elc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 7px 0;
}
.content-elc-2 img {
    width: 20px;
    margin: 0 0 0 7px;
}
.common-electricle .card-logo {
    width: 100%;
    max-width: 86px;
}
.common-electricle .NordVPN-p {
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
}
.common-electricle .card-logo {
    left: 20px;
    top: 20px;
}
.common-electricle .NordVPN-card {
    min-height: 190px;
}
.only-this{
    margin-top: 60px;
}
.common-electricle {
    margin: 0 0 40px 0;
}

.Sort-a {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    color: #FAFAFA;
    display: flex;
    align-items: center;
    margin: 0 0 0 23px;
}
.Sort-a img {
    width: 24px;
    margin: 0 0 0 5px;
}
.navigation-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.navigation-ul li a {font-family: Gilroy-Regular;font-weight: 400;font-size: 18px;line-height: 21.6px;letter-spacing: 0px;color: #fff;text-decoration: none;display: flex;align-items: center;min-width: 35px;min-height: 35px;border-radius: 8px;margin: 0 10px;justify-content: center;}
.navigation-ul li a.active {
    background: #fff;
    color: #000;
}
.navigation-ul i.fa-solid.fa-arrow-left {
    margin: 0 15px 0 0;
    position: relative;
    top: 2px;
}
.navigation-ul i.fa-solid.fa-arrow-right {
    margin: 0 0 0 15px;
    position: relative;
    top: 2px;
}
.nxt-active,.nxt-active i {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.flex-tabs-56 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-tabs-56 .nav-link {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0px 15px !important;
    height: 49px !important;
    display: block;
    position: relative;
    z-index: 99;
    background: #0f0f0f !important;
    border-radius: 6px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-width: 120px;
}
.flex-tabs-56 .nav-link:hover{
    color: #fff;
}
.flex-tabs-56 #pills-tab li {
    margin: 0;
}
.flex-tabs-56 #pills-tab {
    margin: 0 !important;
}
.flex-tabs-56 .nav-pills .nav-link.active {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%) !important;
}
.flex-tabs-56 #pills-tab:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0px;
    border-radius: inherit;
    background: linear-gradient(to right, red, orange);
    content: "";
}
.flex-tabs-56 #pills-tab {
    margin: 0 !important;
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box !important;
    background: #000;
    border-radius: 6px;
    padding: 1px;
}
.flex-tabs-56 #pills-home-tab {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.PaywithCrypto {
    border: 0.5px solid #393838;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.16px;
    color: #fff;
    max-width: 200px;
    border-radius: 50px;
    padding: 0 15px;
    margin: 0 0 30px 0;
}
.PaywithCrypto img {
    width: 24px;
    margin: 0 10px 0 0;
}
.PaywithCryptoUl li img {
    width: 37px;
}
.PaywithCryptoUl {
    display: flex;
    flex-wrap: wrap;
}
.PaywithCryptoUl li {
    margin: 0 15px 30px 0;
}
.Shop_Now {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    border: none;
    color: #fff;
    height: 46px;
    padding: 0 15px;
    border-radius: 50px;
    margin: 15px 0 0 0;
    min-width: 150px;
}
.buy-gift.position-relative.gift-card-page .buy-img {
    max-width: 600px;
}
.am1 {
    width: 100%;
}
.food-content ul li p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    max-width: 170px;
    margin: auto;
}
.food-content ul li img {
    width: 40px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.food-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.food-content ul li {
    /*background: #212121;*/
    /*border-radius: 9px;*/
    /*padding: 15px 15px;*/
    /*min-width: 132px;*/
    /*height: 100%;*/
    background: #212121;
    border-radius: 9px;
    padding: 15px 15px;
    min-width: 170px;
    width: 170px;
    height: 100%;
}
.food-content {
    margin: 40px 0 60px 0;
}
.slick-slider-p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    color: #FAFAFA;
    margin: 0 0 30px 0;
}
.slick-slider-div .slick-slider {
    margin:0 -15px;
}
.slick-slider-div .slick-slide {
    margin-right:5px;
    margin-left:5px;
}
.slick-slider-div button.slick-prev.slick-arrow,
.slick-slider-div button.slick-next.slick-arrow{
    display: none !important;
}
.button-arrow ul li a {
    border: 0.25px solid #FAFAFA;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
.button-arrow ul {
    display: flex;
    justify-content: flex-end;
}
.button-arrow ul li {
    margin: 0 0 0 15px;
}
.button-arrow ul li a.active {
    border-color: #212121;
    background: #212121;
}
.slick-slider-div .slick-dots {
    display: none !important;
}
.buy-gift {
    padding: 30px 0;
}
.NordVPN-support {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22.09px;
    line-height: 26.5px;
    letter-spacing: 0px;
    color: #fafafa;
    position: absolute;
    right: 18px;
    top: 25px;
}
.NordVPN-badge {
    position: absolute;
    width: 100%;
    max-width: 124px;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
}
.supp-amount {
    float: right;
}
.support-bring {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.75px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 20px 0;
}
.NordVPN-div.back-conf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ProcessedtoPayment.back-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    max-width: 124px;
}
.ProcessedtoPayment.conf-supp {
    width: 100%;
    max-width: 207px;
}
.row.align-it-cen {
    display: flex;
    align-items: center;
}
.navigation-ul li a.non-active {
    color: #969696;
}
.dot-div span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    margin: 0 3px;
    background: #ffffff;
}
.dot-div {
    display: flex;
    align-items: center;
}
.container{
    max-width: 1280px !important;
}
.mobile-iphone {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 32px;
    line-height: 41.5px;
    text-align: center;
    color: #fafafa;
    width: 100%;
    max-width: 908px;
    margin: 0px auto 50px;
    text-transform: capitalize;
}
.device-lines1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #DADADA;
    margin: 0 0 15px 0;
}
.device-span a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #DADADA;
}
.device-lines2{
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #DADADA;
}
.Download-gift.comp-btn {
    width: 100%;
    max-width: 324px;
}
.compatibility-btn {
    margin: 40px 0px 0px 0px;
}
.Electricity-content.comptabile-search {
    margin: 0 0 80px 0;
}
.comptabile-tabs {
    width: 100%;
    max-width: 326px;
    border: none;
}
.comptabile-tabs.nav-tabs .nav-link {
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    margin-bottom: 15px !important;
    background-color:#212121 !important;
    color: #fff;
    height: 48px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}
.comptabile-tabs.nav-tabs .nav-item.show .nav-link, 
.comptabile-tabs.nav-tabs .nav-link.active{
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%) !important;
    border: none;
    color: #fff !important;
}
.two-month {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fafafa;
    margin: 0 0 15px 0;
}
img.apple-img {
    width: 100%;
    margin-bottom: 20px;
}
.imp-line {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fafafa;
    margin: 30px 0;
}
.imp-list-hed{
    font-weight: 700;
}
.mobile-list li{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fafafa;
    margin: 0px 0px 15px 20px;
}
.mobile-list1 li{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fafafa;
    margin: 0 0 15px 0;
}
.ipad-connect {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fafafa;
    margin: 0 0 15px 0;
}
.flex-column.nav-tabs.comptabile-tabs{
    border: none;
}
.mobile-list li {
    list-style: disc;
}
.NordVPN-card:hover {
    border: 1px solid #d87408;
    cursor: pointer;
}
.mobile-list li:hover {
    color: #fafafa;
    pointer-events: none;
    cursor: none;
}
.by_Category {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #FAFAFA;
}
.Electricity-content.by_Category_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
}
.Electricity-content.by_Category_flex .right-elect {
    min-width: 447px;
}
.PaywithCrypto:hover {
    color: #fff;
}
.search-elect:focus,
.footer-about input:focus,
.input-cus:focus,
.ccv-input:focus,
.mar-login-input:focus,
.input-join-1:focus {
    outline: 1px solid #d87408;
    border-color: #d87408;
}
.use-div,
.food-content ul li,
.newsletter button,
.Shop_Now,
.btn.btn--base.btn--sm,
.PaywithCrypto,
.ProcessedtoPayment,
.popup-ul li a,
.Download-ul li a,
.In_Progress_bt,
.ccv-flex a,
.Trust-bt,
.barcode-bt,
.login-1-bt,
.Securely-ul li a,
.campaign-b,
.about-us,
.Support_Now_bt,
.Subscribe_Now,
.campaign-card-bt{
    transition: all 0.3s;
}
.use-div:hover,
.food-content ul li:hover {
    transform: scale(1.05);
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    cursor: pointer;
}
.btn.btn--base.btn--sm:hover,
.PaywithCrypto:hover{
    transform: scale(1.05);
    background: transparent !important;
}
.Shop_Now:hover,
.ProcessedtoPayment:hover,
.popup-ul li a:hover,
.Download-ul li a:hover,
.In_Progress_bt:hover,
.ccv-flex a:hover,
.Trust-bt:hover,
.barcode-bt:hover,
.login-1-bt:hover,
.Securely-ul li a:hover,
.campaign-bt:hover,
.about-us:hover,
.Support_Now_bt:hover,
.Subscribe_Now:hover,
.campaign-card-bt:hover{
    transform: scale(1.05);
}
.assistanc-ul li a:hover {
    color: #fff;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.footer-column ul li:hover {
    color: #d87408;
    cursor: pointer;
}
.newsletter button:hover{
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    color: #fff;
}
.button-arrow ul li a:hover {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    color: #fff;
}
.scroll-top.show:hover{
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
}
.Sort-a:hover,
.See-All:hover {
    color: #FAFAFA;
}
.left-ul li a:hover{
    color: #d87408;
}
.custom-modal .btn-close:hover {
    opacity: 1;
    color: #fff;
}
.custom-slide .slick-slide {
    height: auto;
}
.ccv-flex a:hover {
    color: #fff;
}
.campaign {
    background: #212121;
    padding: 80px 0;
}
.campaign-p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    /*64*/
    font-size: 40px;
    /*76*/
    line-height: 40px;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 30px 0;
}
.campaign-p-1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 30px 0;
}
.campaign-bt {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    height: 46px;
    border-radius: 30px;
    border: none;
    padding: 0 15px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #fff;
    text-align: right;
}
.campaign-card {
    border: 1px solid #FAFAFA80;
    backdrop-filter: blur(200px);
    border-radius: 12px;
    min-height: 250px;
    width: 100%;
    max-width: 400px;
    position: relative;
    background: url(../images/overlay-1.png);
    background-size: cover;
    padding: 22px 22px;
}
.campaign-p-2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 27.36px;
    color: #fff;
}
.arr_top_p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.16px;
    color: #fff;
}
.arr_top {
    width: 30px;
}
.raced {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.campaign-card-bt {
    border: 1px solid #d87408;
    background: linear-gradient(130.43deg, rgba(252, 165, 9, 0.1) -0.57%, rgba(136, 3, 6, 0.1) 102.89%);
    min-height: 46px;
    padding: 0 15px;
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 18.24px;
    margin: 0 0 15px 0;
}
.span-percent {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 21.28px;
    color: #fff;
    min-width: 35px;
}
.custom-progress {
    display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 35px 0 20px 0;
        position: relative;
}
.custom-progress .progress {
    width: -webkit-fill-available;
    margin: 0 10px;
    height: 14px;
    border-radius: 50px;
}
.progress-bar {
    position: relative;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 21.28px;
    color: #fff;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    border-radius: 12px !important;
}
.campaign-right {
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: flex-end;
}
.campaign-left {
    padding: 0 0 80px 0;
}
.campaign-card-bt p {
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.percent-25 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 21.28px;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 85px;
}
.Video-sec {
    background: #363636;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 64px;
    line-height: 76px;
    letter-spacing: 0px;
    color: #FAFAFA;
    text-align: center;
}
.layer_3 {
    width: 100%;
    max-width: 400px;
}
.layer_2 {
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -270px;
}
.layer_3 {
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    bottom: -270px;
}
.layer_1 {
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 0;
    bottom: -270px;
}
.Introduction-p1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #FAFAFA;
}
.Introduction-p2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 22px 0;
}
.about-us {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    color: #fff;
    height: 46px;
    border: 1px solid #fff;
    background: transparent;
    padding: 0 30px;
    border-radius: 50px;
}
.Introduction {
    padding: 80px 0 100px 0;
    overflow: hidden;
    background: #0F0F0F;
    position: relative;
}
.row.relative-row {
    position: relative;
    z-index: 99;
}
.What_Need {
    padding: 80px 0 80px 0;
    overflow: hidden;
    background: #0F0F0F;
    position: relative;
}
.what-need-p1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FAFAFA;
    text-align: center;
    margin: 0 0 30px 0;
}
.what-need-p2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
}
.what_4 {
    width: 44px;
    margin: 0 0 15px 0;
}
.slider-need-repeat {
    background: #212121;
    border: 1px solid #505050;
    border-radius: 22px;
    padding: 30px 30px;
    min-height: 360px;
}
.What_You_Get_ul li {
    list-style: disc !important;
}
.slider-need-p1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 22px 0;
}
.clider-need-ul li p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
}
.clider-need-ul {
    list-style: disc;
    color: #fff;
    margin: 0 0 0 15px;
}
.clider-need-ul li {
    margin: 0 0 15px 0;
    list-style: disc !important;
}
.clider-need-ul li:last-child {
    margin: 0;
}

.slider-need .slick-slider {
    margin:0 -15px;
}
.slider-need .slick-slide {
    margin-right:10px;
    margin-left:10px;
}
.slider-need button.slick-prev.slick-arrow,
.slider-need button.slick-next.slick-arrow{
    display: none !important;
}
.layer_4 {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 0;
    top: 50px;
}
.layer_5 {
    width: 100%;
    max-width: 600px;
    position: absolute;
    right: 0;
    top: 50px;
}
.What_Need_content {
    max-width: 504px;
    margin: auto;
    margin-bottom: 50px;
}
.What_Need_new {
    background: #212121;
    padding: 80px 0;
    display: flex;
}
.get_img-90 {
    width: 100%;
    max-width: 619px;
    margin: auto;
    display: block;
}
.What_Need_new_p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 30px 0;
}
.What_Need_new_p1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
}
.What_Need_new_left {
    max-width: 554px;
}
.row.need_center {
    align-items: center;
}
.shape-9090 {
    width: 100%;
}
.Shape-div-p1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 30px 0;
}
.Shape-div-p2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
}
.Shape-div-left {
    max-width: 554px;
}
.Shape-div {
    background: #0F0F0F;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.What_You_Get_common {
    border: 1px solid #505050;
    border-radius: 8px;
    padding: 30px 30px;
    height: 100%;
}
.What_You_Get {
    background: #212121;
    padding: 80px 0;
}
.what_1_png {
    width: 44px;
    margin: 0 0 15px 0;
}
.What_You_Get_p2 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 22px 0;
}
.What_You_Get_ul li p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
}
.What_You_Get_ul {
    list-style: disc;
    color: #fff;
    margin: 0 0 0 15px;
}
.What_You_Get_ul li {
    margin: 0 0 15px 0;
}
.What_You_Get_ul li:last-child {
    margin: 0;
}
.What_You_Get_p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FAFAFA;
    text-align: center;
    margin: 0 0 30px 0;
}
.What_You_Get_p1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
}
.What_You_Get_content {
    max-width: 504px;
    margin: auto;
    margin-bottom: 50px;
}
.Our_Tier_p1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 15px 0;
}
.Our_Tier_p2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #EBEBEB;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}
.one-tair-a {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #FAFAFA !important;
    text-decoration: none;
}
.Our_Tier {
    max-width: 672px;
}
.flex_OurTier {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 40px 0;
    position: relative;
    z-index: 99;
}
.Support_Now_bt {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.35px;
    text-align: right;
    color: #fff;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    height: 46px;
    border: none;
    border-radius: 50px;
    padding: 0 22px;
}
.slider_new_repeat {
    border-radius: 12px;
    padding: 30px 30px;
    border: 1px solid #EBEBEB;
    min-height: 360px;
}
.Supporterp1 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FAFAFA;
}
.suport_90 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
.sl_89_1 {
    width: 92px;
}
.sl_89_2 img {
    width: 30px;
}
.suport_92_img {
    width: 92px;
}.suport_92_a img {
    width: 30px;
}
.suport_92 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
.join-movement {
    padding: 80px 0;
    background: #212121;
    border-bottom: 1px solid #FFFFFF33;
}
.join-movement-p {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FAFAFA;
    text-align: center;
    margin: 0 0 22px 0;
}
.join-movement-p1 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 50px 0;
}
.follow-ud-p1 {
    font-family: Gilroy-Bold;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #FAFAFA;
    margin: 0 0 15px 0;
}
.follow-ud {
    max-width: 202px;
    margin: auto;
}
.follow-ul li a img {
    width: 24px;
}
.follow-ul {
    display: flex;
    justify-content: space-between;
}
.Subscribe_Now {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(130.43deg, #FCA509 -0.57%, #880306 102.89%);
    border: none;
    padding: 0 15px;
}
.input-join-1 {
    border: 1px solid #FAFAFA;
    height: 36px;
    border-radius: 6px;
    background: transparent;
    padding: 0 15px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    min-width: 276px;
    margin: 0 15px 0 0;
}
.input-join-1::placeholder {
    color: #BCBCBC;
    opacity: 1; /* Firefox */
  }
  
  .input-join-1::-ms-input-placeholder { /* Edge 12 -18 */
    color: #BCBCBC;
  }
.input-join {
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
}
.layer_6 {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 0;
    top: 0;
}
.Shape-div-left,.Shape-div-right {
    position: relative;
    z-index: 99;
}
.slider_new .slick-dots{
    display: none !important;
}
.margin-reedap {
    margin-top: 100px !important;
}
.mail-att {
    color: #fff;
    text-decoration: underline;
    font-family: Gilroy-Bold;
    font-weight: 400;
}
.mail-att:hover{color: #fff;}
.p902 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #EBEBEB;
    text-transform: capitalize;
}


.btnWdthCls{
    width: 100%;
}


@media(min-width: 1500px){
    .login-str {
        height: calc(100vh - 130px);
        display: flex;
        align-items: center;
    }
}


@media(max-width: 1500px){
    .buy-gift.position-relative.gift-card-page .buy-img {
        max-width: 460px;
    }
}


@media(max-width: 1024px){
    .abs-sec {position: static;transform: none !important;}
    .card-form {padding: 40px 40px;}
    .embrace-p1 br {display: none;}
    .food-content ul {justify-content: flex-start;}
    .food-content ul li {margin: 0 15px 15px 0; height: calc(100% - 15px);}
    .Reserved-ul li {margin: 0 0 0 10px;}
    .layer_1,.layer_2,.layer_3 {bottom: -200px;max-width: 320px;}
    .layer_4,.layer_5{max-width: 320px;}
    
}

@media(max-width: 991px){
    .Electricity-content.by_Category_flex .right-elect{min-width: auto;width: 100%;justify-content: flex-start;}
    .by_Category {margin: 0 0 15px 0;}
    .by_Category br{display: none;}
    .NordVPN-left {margin: 0 0 30px 0;}
    .abs-sec {width: 100%;}
    .Sucess-div {padding: 100px 0 60px 0;}
    .voucher-bottom {margin-top: 40px;}
    .bit-content {margin: 0 0 50px 0;}
    .login-str-left,.login-str-right {max-width: 100%;}
    .gift_card {max-width: 100%;margin: 0 0 30px 0;}
    .card-form{margin: 0 0 0 0;}
    .NordVPN-custom {padding: 60px 0;}
    .common-electricle {margin: 0 0 30px 0;}
    .NordVPN-bottom {margin: 60px 0 0 0;}
    .custom-modal .modal-dialog.modal-dialog-centered {max-width: 95% !important;}
    .Recharge-with-sec {padding: 120px 0 60px 0;}
    .Electricity-div .flex-tabs-56 .nav-item .nav-link {padding: 0 15px !important;justify-content: center;}
    .mar-top-991{margin-top: 0 !important;}
    .mar-top-991 p.Forany {margin: 0;}
    .Pay-with-Bitcoin {padding: 100px 0 60px 0;}
    .NordVPN-right button.dropdown-item {margin: 0 !important;padding: 5px 10px !important;}
    .NordVPN-right ul.dropdown-menu.dropdown-menu-end li {margin: 0 !important;}
    .buy-gift {padding: 70px 0 30px 0;}
    .flex-column.nav-tabs.comptabile-tabs {width: 100%;max-width: 100%;display: flex;flex-direction: row !important;}    
    .comptabile-tabs.nav-tabs .nav-link {width: max-content;margin: 0 15px 15px 0 !important;}
    .campaign-right {justify-content: flex-start;}
    .campaign-left {padding: 0 0 40px 0;}
    .campaign {padding: 100px 0 60px 0;}
    .Video-sec {min-height: 440px;}
    .layer_1, .layer_2, .layer_3 {bottom: 0;max-width: 200px;}
    .Introduction-p1 {margin: 0 0 15px 0;}
    .Introduction,.What_Need_new,.What_Need,.Shape-div,.join-movement{padding: 60px 0;}
    .get_img-90 {max-width: 100%;margin: 30px 0 0 0;}
    .slider-need-repeat {min-height: 390px;}
    .What_You_Get{padding: 60px 0 30px 0;}
    .What_You_Get_common {margin: 0 0 30px 0;height: auto;}
    .layer_6 {max-width: 300px;}
    .shape-9090{margin-top: 30px;}
    .margin-reedap {margin-top: 0px !important;}
    .Pay-with-right.Pay-with-right-only {padding-bottom: 30px;}
    section.NordVPN-custom.remUpSectCls {
        padding-top: 120px;
    }
    .food-content ul li {
        width: 100% !important;
        height: calc(100% - 15px) !important;
        margin: 0 0 15px 0 !important;
    }
    
    .food-content ul li p {
        max-width: 100%;
    }
    
    .food-content ul a {width: 49%;display: block;}
    
    .food-content ul {
        justify-content: space-between;
    }
}


@media(max-width: 767px){
    .right-elect{min-width: 100%;}
    .buy-gift.position-relative {flex-wrap: wrap;padding: 100px 0px 30px 0;}
    .buy-content-p1 {font-size: 34px;line-height: 43px;margin: 0 0 15px 0;}
    .card-form {padding: 30px 30px;margin: 0 0 30px 0;}
    .NordVPN-p1{font-size: 34px;line-height: 43px;}
    .NordVPN-custom {padding: 60px 0;}
    .Thank_you{font-size: 34px;line-height: 43px;margin-bottom: 30px;}
    .use-content-p{font-size: 34px;line-height: 43px;}
    .use-div {height: calc(100% - 15px);margin: 0 0 15px 0;}
    .gft {font-size: 22px;min-height: 70px;}
    .use-gift {padding: 0 0 60px 0;}
    .NordVPN-right .card-form{margin: 0;}
    .NordVPN-bottom {margin: 40px 0 0 0;}
    .buy-content-ul,.Reserved-ul {justify-content: center;}
    .buy-content-ul li {margin: 15px 15px 0px 15px;}
    .Reserved-ul li {margin: 0 10px 0 10px;}
    .barcode-p-3 {margin: 0 0 10px 0;}
    .NordVPN-custom {padding: 60px 0;}
    .Recharge-with-box {padding: 30px 30px;}
    .back-recharge {width: 100%;margin: 0 0 15px 0;}
    .back-recharge-1{width: 100%;}
    .gift_ulp124 {margin: 30px 0 0 0;}
    .flex-tabs-56 #pills-tab {margin: 0 0 15px 0 !important;}
    .food-content ul li {margin: 0 0px 15px 0;width: 48%;}
    .food-content ul{justify-content: space-between;}
    .slick-slider-div .slick-slider {margin:0px;}
    .slick-slider-div .slick-slide {margin-right:0px;margin-left:0px;}
    .search-elect-1 {margin: 0 0 15px 0;}
    .Electricity-div {padding: 100px 0 50px 0;}
    .NordVPN-div.back-conf {flex-wrap: wrap;justify-content: center;}
    .ProcessedtoPayment.back-btn {margin: 0 0 15px 0;}
    .small-bt-9090 .Download-gift {font-size: 15px !important;}
    .campaign-p,.video-p,.Shape-div-p1,.join-movement-p {font-size: 34px;line-height: 36px;}
    .flex_OurTier {flex-wrap: wrap;}
    .one-tair-a {margin: 15px 0 0 0;}
    .input-join {flex-wrap: wrap;}   
    input.input-join-1 {width: 100%;margin: 0;}    
    .input-join button.Subscribe_Now {width: 100%;margin: 15px 0 0 0;}
    .layer_1,.layer_2,.layer_3,.layer_4, .layer_5 {display: none;}


}









.card-footer p.small.text-muted {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0px;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
    border-radius: 8px;
    margin: 0 0px;
    justify-content: center;
}
.card-footer p.small.text-muted span.fw-semibold {
    margin: 0 15px;
}
.card-footer a.page-link {
    font-family: Gilroy-Regular;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0px;
    color: #fff !important;
    text-decoration: none;
    display: flex !important;
    align-items: center !important;
    min-width: 35px;
    min-height: 35px;
    border-radius: 8px !important;
    margin: 0 10px !important;
    justify-content: center !important;
}
.pagination .page-item.active .page-link, 
.pagination .page-item .page-link:hover {
    background: #fff !important;
    color: #000  !important;
    border-radius: 8px;
}