
.btn-rounded{
    border-radius: 10%;
}
.logo{
    width: 150px;
    height: auto;
}

.sec-btn{
    background: none;
    color: #bd0f0f;
    opacity: 1;
}

#sub-title{
    font-weight: 200;
    font-family: Roboto Thin;
    font-size: 24px;
    color: rgb(231, 231, 231);
    margin-top: -20px;
}

#bills-title{
    padding-top: 10px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #fff;
    font-family: Roboto;
    margin-top: 30px;
    /*word-wrap: break-word; */
    
    animation: moveInLeft 1.5s 2s ease-out;

}

#explore-home{
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-right: 50px;
    word-spacing: 0%;
    padding-top: 130px;
}

.font-lg{
    font-size: 50px;
    font-weight: 100;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

.hero-select{
    background-color: #1a3c79;
    color: #fff;
    border-radius: 0%;
    font-family: Roboto Medium;

}

.input-text > ::placeholder{
    font-family: Roboto;
    font-size: 11px;
}


.select-text{
    font-family: Roboto Medium;
    font-size: 14px;
}

.buy-btn{
    background-color: #f34223!important;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    font-family: Roboto Medium;
    color: #fff!important;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: -0.5px;
    width: 150px;
    height: 50px;

}

.input-res
{
     
     width: 100%;
     max-width: 500px;
     box-sizing: border-box;
     background-color:#fff;
     border-radius: 0%;
     color: black;
     
}

.payment{
    width: auto;
    min-width: 50px;
}

.wallet-display{
    height: 450px;
    width: 350px;
    padding-right: 100px;
    position: fixed;
    transform: skewX(15deg);
}

.mobile-display{
    background: none;
    background-color:transparent;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    position: sticky;
    right: 50px;
    
}

.form-title{
    text-align: left; 
    font-style: italic; 
    padding-left: 20px; 
    font-size: 16px; 
    font-family: Roboto Medium;
}

.login-btn-l{
    background-color: #00256a!important;
    border: 10px;
    border-color: #eaeaea;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Roboto Medium;
    color: #fff!important;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: -0.5px;
    
}
.login-btn-l:hover{
    color: #fff!important;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    opacity: 0.8;
    
}

.signup-btn-l{
    background-color: #f34223!important;
    border-radius: 10px;

}
.signup-btn-l:hover{
    color: #fff!important;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    opacity: 0.8;
}

.ft-title{
    font-size: 32px;
}

.btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
  }
  
  /* Green */
  .success {
    border-color: #4CAF50;
    color: green;
  }
  
  .success:hover {
    background-color: #4CAF50;
    color: white;
  }
  
  /* Blue */
  .info {
    border-color: #1a3c79;
    color: #1a3c79;
  }
  
  .info:hover {
    background: #1a3c79;
    color: white;
  }
  
  /* Orange */
  .warning {
    border-color: #ff9800;
    color: orange;
  }
  
  .warning:hover {
    background: #ff9800;
    color: white;
  }
  
  /* Red */
  .danger {
    border-color: #f44336;
    color: red
  }
  
  .danger:hover {
    background: #f44336;
    color: white;
  }
  
  /* Gray */
  .default {
    border-color: #e7e7e7;
    color: black;
  }
  
  .default:hover {
    background: #e7e7e7;
  }

  .testi-italic{
      font-style: italic;
  }

  .modal-tx{
    margin: 0 auto;
    
  }
  
  .alert-info {
  padding: 20px;
  background-color: #33BBFF;
  color: white;
  text-align:center;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.img-info{
    height: auto;
    width: auto;
    min-height: 200px;
    min-width: 100px;
    max-height: 300px;
    max-width: 200px;
}

.pad-left{
    padding-left: 10px;
}

.pad-left-2{
    padding-left: 20px;
}

@media only screen and (max-width : 320px) {
.img-rc {
display: none;
}
}

/* pop vid */
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
   background-color: #000; 
    opacity: 0.8;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

.faq{
    padding: 10px;
    margin-bottom: 10px;
}

.how-icon{
    width: 20px;
    height: 20px;

}

.txt-white{
    color: #fff;
}


/* animations */

.fromleft {
    animation: moveInLeft 1.5s 2s ease-out;
}

.fromright {
    animation: moveInRight 1.5s 2s ease-out;
}


@keyframes moveInLeft {
    0% {
        transform: translateX(-100px);
    }
    
    80% {
        transform: translateX(10px);
    }
    
    100% {
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        transform: translateX(100px);
    }
    
    80% {
        transform: translateX(-10px);
    }
    
    100% {
        transform: translate(0);
    }
}