body {
    background-color: #000;
    font-family: 'Arial', sans-serif;
}
::placeholder {
    color: #bac0ca !important;
}
.container-custom {
    max-width: 1200px;
    margin: 40px auto;
    background: linear-gradient(to bottom, #fff, #f4fff4);
    box-shadow: 0 0 30px rgba(0, 255, 0, 0.2);
    overflow: hidden;
}
/** Logo */
.logo-pr{
    max-width:550px;
}
/** Sub header */
.sub-header-text{
    color:#545454;
}
.form-section{
    padding:30px;
    box-shadow: rgba(29, 199, 12, 0.19) 0px -50px 60px, rgba(29, 199, 12, 0.23) 0px 23px 23px;
}
.checkout-heading{
    text-shadow: 0px 1px 3px #1dc70c;
    color: #000;
    font-size: 35px;
}
.contact-info{
    color: #545454;
    font-size: 25px;
}
.form-control, .form-select{
    min-height: 45px;    
}
.logo-stripe-bg{
    background-image: url('../img/logos-stripe.png');
    min-height: 70px;
}
.master-card {
    background-position: -58px -199px;
}
.visa {
    background-position: -56px -67px;
}
.amex {
    background-position: -52px -130px;
}
.discover {
    background-position: -51px -261px;
}
.jcb {
    background-position: -51px 0px;
}
.dinclub{
    background-position: -51px -320px;
}
.mcafee {
    background-position: 0px -385px;
}
.norton{
    background-position: 0px -477px;
}
.authorize{
    background-position: -51px -320px;;
}
.red-marker{
    color:#f00f00;
}
.dark-gray{
    color:#545454;
}
.theme-green{
    color:#1dcf0c;
}
.hr-3px {
    height: 3px;
    background-color: currentColor; /* or any color you want */
    border: none;
}
.font-20{
    font-size: 20px;
}
.font-25{
    font-size: 25px;
}
.text-right{
    text-align: right;
}
.btn-order {
    background-color: #00c000;
    color: #fff;
    font-size: 30px;
    padding: 12px;
    padding: 12px 35px;
    border-radius: 40px;
    letter-spacing: 3px;
    font-weight: 500;
    max-width: fit-content;
}
.btn-order:hover{
    color:#000000;
    background-color: #00c000;
}
.top-bg-fixed{
    position: absolute;
    top: 0px;
    left: 0;
}
.bottom-bg-fixed{
    position: absolute;
    bottom: -1px;
    left: 0;
}
.p-relative{
    position: relative;
}
/* Sidebar */
.sidebar{
    background-color: #000;
}
.light-green{
    color:#AFF4C4;
}
.sidebar-heading{
    font-size: 2rem;
    text-shadow: 0px 0px 5px #00c000;
    letter-spacing: 1px;
}
.sidebar-sub-heading{
    font-size: 20px;
    font-weight: bold;
}
.sidebar ul {
    list-style: none;
}
.sidebar ul li{
    color: #fff;
    padding: 1px;
    margin-left: 25px;
}
.sidebar-gray{
    color:#a6a6a6;
}
.mtc-5 {
    margin-top: 5rem !important;
}
.hr-5px {
    height: 5px;
    background-color: #ffffff;
    border: none;
}
.testimonial-img{
    width: 170px;
    height: 150px;
}
.m-w-100{
    max-width:100px;
}
.form-group label.error {
    color: #FE435A;
    position: absolute;
    top: 2.8rem;
    font-size: .7rem;
}
.form-group {
    position: relative;
}
.form-group .error {
    margin-bottom: 12px;
}
.white-headings{
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 3px #fff;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #1dcf0c;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(29, 207, 12, .25);
}
.loader {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-image: url(Dual-Ball-0.9s-91px.gif);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.terms_div label.error {
    color: #FE435A;
    position: absolute;
    top: 20px;
    left: 32.5%;
    font-size: .7rem;
}
/* Fonts */
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.anton-bold {
    font-family: "Anton", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.anton-extra-bold {
    font-family: "Anton", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.anton-italic {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}
.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.btn-sm-custom{
    font-size: 15px;
    padding: 10px 25px;
}
.spinner-border{
    max-height: 20px !important;
    max-width: 20px !important;
}
/*
*Swal css */
div:where(.swal2-container) div:where(.swal2-popup) {
    font-size:0.6rem !important;
}
.swal2-title{
    font-weight:normal !important;
}
/* Mobile devices (phones, less than 768px) */
@media (max-width: 767px) {
    .terms_div{
        margin-bottom: 50px;
    }
    .card-stripe img{
        max-width:100px;
    }
}
/* Tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .terms_div{
        margin-bottom: 50px;
    }
}
/* Small devices (phones + small tablets in portrait) */
@media (max-width: 600px) {
    .terms_div{
        margin-bottom: 50px;
    }
    .card-stripe img{
        max-width:100px;
    }
}
/* Tablets and up (768px and above) */
@media (min-width: 768px) {
    .terms_div{
        margin-bottom: 50px;
    }
}
/* Desktops (1025px and up) */
@media (min-width: 1025px) {

}
