.text-white{
    color: white !important;
}
.text-black{
    color: black !important;
}
h1,h2,h3,h4,h5{
    color: #ff7000 !important;
    font-weight: 900;
}
.card-title{
  color: black !important;
  font-weight: 900 !important;
}
body{
    font-size: 12px ;
}
.hero-background{
    background-color: #ff7000;
}
a{
    text-decoration: none !important;
}
.col-12{
    margin-bottom: 0.5rem;
}
i{
    color:#ff7000;
}
.height-5{
    height: 10rem;
}
.radio:checked,
.radio:not(:checked), .checkbox:checked,
.checkbox:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio:checked + label,
.radio:not(:checked) + label,.checkbox:checked + label,
.checkbox:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    border: 2px solid lightgray;
    border-radius: 25px;
    padding: 15px;
    width: 100%;
}
input.radio + label:hover,input.checkbox + label:hover{
    border-color: #ff7000 !important;
    background-color: #ffd9bc !important;
}
.radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio:checked + label, .checkbox:checked + label {
    border-color: #ff7000 !important;
    background-color: #ffd9bc !important;
}
.border-hanwha{
    border-color: #ff7000 !important;
}
.btn-hanwha{
    background-color: #ff7000 !important;
    color: white !important;
    border: 1px solid #ff7000 !important;
}
.btn-hanwha:hover{
    background-color: white !important;
    color: #ff7000 !important;
}
.text-right{
    text-align: right !important;
}

.navbar-start2 .nav2headers{
    margin: auto;
}
.nav2headers.active{
    background-color: #ff7000;
    color: white;
    padding: 25px;
    border-radius: 100px;
}
.benefBox{
    border: 1px solid #ff7000;
    border-radius: 25px;
}
.paymentHeader{
    height: 120px;
    object-fit: contain;
}
.jobHeight{
    min-height: 7rem;
}

.floating-footer{
    position: fixed;
    top: 10%;
    width: 30rem;
    right: 0;
    margin: 0;
}


.loadingio-spinner-spinner-n08ljp8iuo{
    z-index: 10000;
    height: 100%;
    display: block;
    position: fixed;
    width: 100%;
}
@keyframes ldio-kqcsno39w3 {
    0% { opacity: 1 }
    100% { opacity: 0 }
  }
  .ldio-kqcsno39w3 div {
    left: 50%;
    top: 50%;
    position: absolute;
    animation: ldio-kqcsno39w3 linear 1s infinite;
    background: rgb(0, 204, 255);
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px;
  }.ldio-kqcsno39w3 div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: rgb(0, 204, 255);
  }.ldio-kqcsno39w3 div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: rgb(0, 204, 255);
  }
  .loadingio-spinner-spinner-n08ljp8iuo {
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
  }
  .ldio-kqcsno39w3 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-kqcsno39w3 div { box-sizing: content-box; }
  /* generated by https://loading.io/ */

  
#detail-purchase{
  width: 100%;
}

.color-blue{
  color:rgb(0, 113, 141);
}
.color-orange{
  color:#ff7000;
}
#age-counter{
  color: black !important;
}