.primary-bg h1,
.primary-bg h1 span {
margin-top: 60px;
text-transform: uppercase;
font-size: 30px;
text-align: center;
    color: #fff !important;
    font-size: 22pt !important;
    padding-bottom: 10px !important;
    font-weight: 700;
}

.primary-bg p {
margin-bottom: 20px;
    color: #CED4E3 !important;
    font-size: 16px;
    color: #31323a;
    line-height: 1.625;
}

.primary-bg h1+p {
text-align: center;
}

.primary-bg .stake-calculator-box {
    background-size: cover;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 640px;
    width: 100%;
    border: 1px solid #1475e1;
    box-shadow: 0px 0px 11px #1475e1;
    background: #1a2c38;
    }

.stake-calculator-box .card-body {
padding: 0;
}

.primary-bg .stake-calculator-box h2 {
font-size: 18px;
margin-bottom: 20px;
    text-align: center;
}

.primary-bg .stake-calculator-box label {
color: #fff;
font-weight: 500;
font-size: 14px;
margin-bottom: 0 !important;
}

.primary-bg .stake-calculator-box select {
 cursor: pointer;
 }
 
.primary-bg .stake-calculator-box select,
   .primary-bg .stake-calculator-box input {
    font: inherit;
    font-size: 14px;
    margin: 0;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    background: #0f212e;
    border: 2px solid #2f4553;
    width: auto;
    display: block;
    width: 100%;
    height: 55px;
    border-color: #1475e182;
    }
    
       .primary-bg .stake-calculator-box input::-webkit-input-placeholder { 
  color: #fff;
}
   .primary-bg .stake-calculator-box input::-moz-placeholder { 
  color: #fff;
}
   .primary-bg .stake-calculator-box input:-ms-input-placeholder { 
  color: #fff;
}
   .primary-bg .stake-calculator-box input:-moz-placeholder { 
  color: #fff;
}

.radio-btn-calc {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.radio-btn-calc input[type="radio"] {
    display: none;
}

.radio-btn-calc input[type="radio"]+label {
    flex: 1;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 15px 0;
    color: #FFF;
    background-color: transparent;
    border: 2px solid #1475e182;
}

.radio-btn-calc input[type="radio"]:checked+label, .radio-btn-calc input[type="radio"]:checked+label:hover {
    background-color: #fff ;
    color: #1475e1;
    opacity: 1;
    font-weight: 700;
}

.btn-check+.btn:hover {
background-color: #fff !important;
    color: #1475e1 !important;
     opacity: 1;
    font-weight: 700;
    }
    
input::placeholder { 
  color: #c0c0c0 !important;
  font-size: 14px;
}

input::-webkit-input-placeholder { 
    color: #c0c0c0 !important;
    font-size: 14px;
}

input:-ms-input-placeholder { 
    color: #c0c0c0 !important;
    font-size: 14px;
}

input::-ms-input-placeholder { 
  color: #c0c0c0 !important;
  font-size: 14px;
}

.d-grid.gap-2:has(.calculator-btn) {
text-align: center;
}

.calculator-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 12px;
    min-width: 300px;
    padding: 15px;
    font-weight: bold;
    padding: 9px 15px;
    display: inline-block;
    background: #1475e1;
    color: #fff !important;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border: none;
    overflow: hidden;
    border-radius: 4px;
    height: 48px;
    outline: 0;
    }

.primary-bg .stake-calculator-box .notice {
color: #CED4E3;
}

@media (max-width: 768px) {
ol li p,
ul li p {
margin:0;
}
}

/* for grand css */
h2, h3, h4, h5, h6,
h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #ffffff !important;
    font-size: 18pt !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

p {
    font-size: 16px;
    color: #CED4E3 ;
    line-height: 1.625;
}

.primary-bg ul, .primary-bg ol {
    padding-left: 16px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-bg ul li>span:first-child:before,
.primary-bg ul li>strong:first-child:before,
.primary-bg ul li>p:first-child:before,
 .primary-bg ul li>a:first-child:before,
 .primary-bg ol ul li>span:first-child:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #0ee38a;
    font-weight: 900;
    margin-right: 10px;
}

  .primary-bg ol {
   list-style: none;
   counter-reset: item;
 }
  .primary-bg ol li {
   counter-increment: item;
   margin-bottom: 5px;
 }
 
.primary-bg ol li>span:first-child:before,
.primary-bg ol li>strong:first-child:before,
.primary-bg ol li>p:first-child:before {
  margin-right: 10px;
   content: counter(item)".";
   color: #0ee38a;
    margin-right: 10px;
   }
   
span, strong, a {
    color: #c6d3db;
}

@media (max-width: 768px) {
ol li p,
ul li p {
margin:0;
}

.header-img {
max-width: 100% !important;
width: auto !important;
height: auto !important;
}

.calculator-btn {
    min-width: 100%;
    }
}