.Account_Payment {
width: 100%;
height: 500px;
border-radius: 50px;
border: 2px solid var(--blue);
background: #FFF;
margin-top: 1.5rem;
}


.Account_Payment h2 {
color: #000;
text-align: center;
font-family: var(--font-Outfit);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 30px;
}

.Account_Payment_Grid {
display: grid;
/* grid-template-columns: 1fr 1fr 1fr; */
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
margin-inline: 50px;
margin-top: 4rem;
}

.Account_Payment_Grid_Content {
width: 100%;
height: 250px;
border-radius: 20px;
border: 1px solid var(--blue);
background: #FFF;
box-shadow: 8px 8px 8px 0px rgba(38, 35, 98, 0.50);
display: flex;
justify-content: center;
align-items: center;
}

.Account_Payment_Grid_Content_Data {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.Account_Payment_Grid_Content_Data img {
width: 80px;
height: 80px;
}


.Account_Payment_Grid_Content_Data p {
color: #000;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.Account_Payment_Grid_Content_Data span {
color: #000;
font-family: var(--font-poppins);
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

/* Plan  */

.Plan {
width: 100%;
height: 500px;
border-radius: 50px;
background: var(--blue);
box-shadow: 0px 0px 20px 2px var(--blue);
margin-top: 50px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}

.Plan_Content {
color: #FFF;
text-align: center;
font-family: var(--font-poppins);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.Plan_Content h1 {
color: #FFF;
font-size: 35px;
font-family: var(--font-poppins);
font-weight: bold;
}
.Plan_Content p {
color: #FFF;
font-size: 30px;
font-family: var(--font-poppins);
}

.Choose_Plan {
text-align: center;
margin-top: 3rem;
}

.Choose_Plan h1 {
color: #FFF;
text-align: center;
font-family: var(--font-poppins);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.Amount_Form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 20px;
margin-inline: 40px;
}

.Ammount_Select {
max-width: 100% !important;
height: 80px !important;
border: 1px solid var(--blue) !important;
background: #FFF !important;
padding: 0 0 0px 30px !important;
color: var(--blue) !important;
font-family: var(--blue) !important;
font-size: 24px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: normal !important;
width: 100% !important;
appearance: none !important;
border-radius: 20px;
}

.custom-dd {
position: relative;
width: 100%;
}

.custom-dd::before {
content: '\f107';
color: var(--blue);
font-size: 30px;
position: absolute;
top: 50%;
right: 30px;
font-family: "Font Awesome 6 Free";
transform: translateY(-50%);
font-weight: 900;
transition: all 0.5s ease-in-out;
}


.Amount_buy {
width: 260px;
height: 70px;
border-radius: 20px;
border: 1px solid var(--blue);
background: #FFF;
color: var(--blue);
text-align: center;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.Amount_buy:hover,.Amount_buy:focus {
background-color: #2EB000;
color: #FFF;
}

/* Subcriptions  */

.Subcriptions {
width: 100%;
height: 450px;
border-radius: 50px;
background: #FFF;
box-shadow: 0px 0px 20px 2px var(--blue);
margin-top: 50px;
padding: 20px;
}

/* tablet  */
@media screen and (max-width: 1080px) {

.Subcriptions {
height: 100%;
}
}
.Subcriptions h1 {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.Subcriptions_Grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-top: 30px;
}

/* tablet  */

@media screen and (max-width: 1080px) {

.Account_Payment {
height: 100%;
padding-bottom: 30px;
}
}
/* tablet  */
@media screen and (max-width: 1080px) {

.Subcriptions_Grid {
grid-template-columns: 1fr;
display: block;
}

.Subcriptions_Grid_2 {
margin-bottom: 20px;
}
}


/*.bgActive .Subcriptions_Grid_2_flex p, .Subcriptions_Grid_1 p {*/
/*    color: #fff !important;*/
/*}*/

.bgActive .Subcriptions_Grid_2_flex span, .Subcriptions_Grid_1_flex span {
    width: 111px;
    height: 44px;
    background: #31B105;
    color: #FFF;
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    }
.Subcriptions_Grid_1 {
width: 100%;
height: 300px;
border-radius: 20px;
border: 1px solid #000;
padding: 20px;
}



.Subcriptions_Grid_1 p {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: lowercase;
margin-top: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}

.Subcriptions_Grid_1_Button {
display: flex;
justify-content: center;
align-items: center;
margin-top: 3rem;
}

.Subcriptions_Grid button {
    width: 300px;
    height: 70px;
    border-radius: 20px;
    background: #FFF;
    color: var(--blue);
    border: 1px solid var(--blue);
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Subcriptions_Grid .bgActive button {
width: 300px;
height: 70px;
border-radius: 20px;
border: 1px solid var(--blue);
background: #EF4036;
color: #FFF;
text-align: center;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.Subcriptions_Grid_1_flex {
display: flex;
justify-content: space-between;
align-items: center;
}



.Subcriptions_Grid_1_flex p {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin-top: 0px;
}

.Subcriptions_Grid_2_flex {
display: flex;
justify-content: space-between;
align-items: center;
}

.Subcriptions_Grid_2_flex .text {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin-top: 0px;
}

.Subcriptions_Grid_1_flex span {
width: 111px;
height: 44px;
background: #31B105;
color: #FFF;
text-align: center;
font-family: var(--font-poppins);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
border: none;
}

.Subcriptions_Grid_2 {
width: 100%;
height: 300px;
border-radius: 20px;
border: 1px solid #000;
    padding: 20px;
}

.Subcriptions_Grid_2 p {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: lowercase;
margin-top: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}

.bgActive {
    background: var(--blue);
    color: #fff;
}

.bgActive p {
    color: #fff !important;
}

/* tablet  */
@media screen and (max-width: 1080px) {

.Subcriptions_Grid_1 p {
-webkit-line-clamp: 1;
line-clamp: 1;
}

.Subcriptions_Grid_1_Button button {
width: 200px;
font-size: 20px;
}
.Subcriptions_Grid_2 p {
-webkit-line-clamp: 1;
line-clamp: 1;
}
}
.Subcriptions_Grid_2_Button {
display: flex;
justify-content: center;
align-items: center;
margin-top: 3rem;
}


.Subcriptions_Grid_2_Button button {
border-radius: 20px;
border: 1px solid var(--blue);
background: #FFF;
color: var(--blue);
text-align: center;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: 250px;
height: 70px;
}

.Subcriptions_Grid_2_Button button:hover {
background-color: #2EB000;
color: #FFF;
border: #2EB000;
}



/* Country  */


.Country_Grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-top: 50px;
}

/* tablet  */
@media screen and (max-width: 1080px) {

.Country_Grid {
grid-template-columns: 1fr;
display: block;
}
}
.Select_Country {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 0px 20px 2px var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 30px;
}

/* tablet  */
@media screen and (max-width: 1080px) {

.Select_Country {
height: 100%;
padding-block: 30px;
margin-bottom: 20px;
}
}
.Select_Country h1 {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

/* tablet  */
@media screen and (max-width: 1080px) {

.Select_Country h1 {
font-size: 25px;
}
}
.Country_Search {
width: 568.75px;
max-width: 100% !important;
height: 80px;
border-radius: 30px !important;
border: 1px solid var(--blue);
background: #FFF !important;
color: #000 !important;
font-family: var(--font-poppins);
font-size: 24px !important;
font-style: normal;
font-weight: 600;
line-height: normal !important;
appearance: none;
padding-left: 20px;
}

/* tablet  */
@media screen and (max-width: 1080px) {

.Country_Search {
width: 80%;
height: 100%;
font-size: 20px !important;
}
}
.Select_Country_Prices {
display: flex;
flex-direction: column;
gap: 20px;
}

.Select_Country_Prices_1 {
width: 440px;
height: 130px;
border-radius: 20px;
border: 1px solid #2EB000;
background: #FFF;
box-shadow: 8px 8px 8px 0px #2EB000;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.Select_Country_Prices_2 {
width: 440px;
height: 130px;
border-radius: 20px;
border: 1px solid #CF3A3A;
background: #FFF;
box-shadow: 8px 8px 8px 0px #CF3A3A;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.Select_Country_Prices_3 {
width: 440px;
height: 130px;
border-radius: 20px;
border: 1px solid #DA8639;
background: #FFF;
box-shadow: 8px 8px 8px 0px #DA8639;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.Select_Country_Prices_4 {
    width: 440px;
    height: 130px;
    border-radius: 20px;
    border: 1px solid #26f8ff;
    background: #FFF;
    box-shadow: 8px 8px 8px 0px #26f8ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.Select_Country_Prices_1 p,
.Select_Country_Prices_2 p,
.Select_Country_Prices_3 p,
.Select_Country_Prices_4 p {
color: #000;
font-family: var(--font-poppins);
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.Select_Country_Prices_1 span,
.Select_Country_Prices_2 span,
.Select_Country_Prices_3 span,
.Select_Country_Prices_4 span {
color: #000;
font-family: var(--font-poppins);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


/* Auto_Recharge */

.Auto_Recharge {
width: 100%;
height: 550px;
border-radius: 50px;
border: 2px solid var(--blue);
background: #FFF;
margin-top: 5rem;
}

.Auto_Recharge_data {
padding: 30px;
}

.Auto_Recharge_data p {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.Reload {
width: 100%;
height: 340px;
border-radius: 50px;
background: rgba(238, 238, 238, 0.50);
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 3rem;
}

.Reload p {
color: #000;
text-align: center;
font-family: var(--font-poppins);
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.Reload button {
width: 250px;
height: 70px;
border-radius: 20px;
border: 1px solid var(--blue);
background: var(--blue);
color: #FFF;
text-align: center;
font-family: var(--font-poppins);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 3rem;
}


/* Contact Us  */

.contact_Us_pricing {
width: 1200px;
height: 89px;
border: 4px solid #262362;
background: rgba(202, 35, 35, 0.00);
margin: 0 auto;
display: flex;
justify-content: center;
gap: 30px;
align-items: center;
margin-top: 4rem;
}

.contact_Us_pricing p {
color: #000;
font-family: var(--font-poppins);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
align-items: center;
}

.contact_Us_pricing p i {
color: #262362;
font-size: 30px;
margin-right: 20px;
}

/* tablet  */
@media screen and (max-width: 1080px) {
.contact_Us_pricing {
max-width: 1200px;
height: 100%;
flex-direction: column;
width: 100%;
padding: 20px;
text-align: center;
}

.contact_Us_pricing p {
font-size: 18px;
flex-direction: column;
}
}
.Contact_Button {
width: 169.289px;
height: 60.339px;
border-radius: 5px;
border: 1px solid #262362;
background: #262362;
color: #FFF;
font-family: var(--font-poppins);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}


/* Mobile  */

@media screen and (max-width: 599px) {


.Account_Payment {
height: 100%;
padding-bottom: 20px;
}

.Account_Payment_Grid {
grid-template-columns: 1fr;
/* display: block; */
}

.Plan {
height: 100%;
padding-bottom: 30px;
}
.Plan_Content h1,
.Plan_Content p {
font-size: 24px;
}


.Ammount_Select {
font-size: 10px !important;
padding-left: 10px !important;
font-weight: bold !important;
}


.Subcriptions {
height: 100%;
padding-bottom: 30px;
}

.Subcriptions_Grid {
grid-template-columns: 1fr;
display: block;
}

.Subcriptions_Grid_1 {
height: 100%;
padding-bottom: 20px;
}

.Subcriptions_Grid_1_flex {
flex-direction: column;
}

.Subcriptions_Grid_2 {
height: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
}

.Country_Grid {
grid-template-columns: 1fr;
display: block;
}

.Select_Country {
height: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
}

.Select_Country h1 {
font-size: 25px;
}

.Country_Search {
width: 200px;
font-size: 14px !important;
text-align: center;
}

.Select_Country_Prices_1,
.Select_Country_Prices_2,
.Select_Country_Prices_3 {
width: 100%;
height: 100%;
}

.Account_Payment_Grid_Content_Data span {
font-size: 20px;
}

.Select_Country_Prices {
padding: 20px;
}

.Select_Country_Prices_1 p,
.Select_Country_Prices_2 p,
.Select_Country_Prices_3 p {
font-size: 16px;
padding-inline: 10px;
}


.Auto_Recharge {
height: 100%;
padding-bottom: 20px;
}

.Auto_Recharge_data {
padding: 20px;
}

.Auto_Recharge_data p {
font-size: 20px;
}

.Reload {
height: 100%;
}

.Reload p {
font-size: 20px;
}


.contact_Us_pricing {
max-width: 1200px;
height: 100%;
flex-direction: column;
width: 100%;
padding: 20px;
text-align: center;
}

.contact_Us_pricing p {
font-size: 18px;
flex-direction: column;
}
.custom-dd::before {
content: '\f107';
font-size: 20px;
right: 14px;
}

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

.Amount_buy {
width: 200px;
}
.Subcriptions_Grid_1 p {
-webkit-line-clamp: 1;
line-clamp: 1;
}

.Subcriptions_Grid_1_Button button {
width: 200px;
font-size: 20px;
}
}


/* custom css */

.swal_title span {
    background: var(--blue);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.payment-gateways {
    display: flex;
    padding: 30px 0;
    justify-content: space-around;
}

.payment-gateways a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 10px;
    border: 1px solid #000;
}

.payment-gateways a img {
    width: 150px;
}

.payment-gateways a .img2 {
    display: none;
}
.payment-gateways a:hover {
    background-color: var(--blue);
}
.payment-gateways a:hover .img1 {
    display: none;
}
.payment-gateways a:hover .img2 {
    display: inline-block;
}