/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #dddddd;
    font-family: Montserrat, sans-serif !important;
    font-weight: 400;
    font-size: 1.1rem;

}

.creditz-nav {
    z-index: 9999999 !important;
}

.pad-20 {
    padding: 20px !important;
}
.pad-t80{padding-top: 80px;} .pad-b80{padding-bottom: 80px;}
.mar-t30{margin-top:30px;}
.rounded-nav {
    margin-top: 20px;
    border-radius: 100px;
    position: relative;
    z-index:9999999 !important;
}

.eighy5-w {
    width:85% !important
}

.hero-bg {
    background: url('https://creditz.com.au/assets/img/yellow-bg.png');
    background-position: top center ;
    min-height: 1000px;
    background-size: cover;
}

.hero-bg h1 {
    line-height: 1.3em;
    width: 90%
}

.hero-bg p {
    font-weight: 500;
    color: #000;
    width: 90%
}

.about-bg {
    background: url('https://creditz.com.au/assets/img/goldfluid.png');
    background-position: top center ;
    min-height: 1000px;
    background-size: cover;
    margin-top: -250px;
}

.about-bg h2 {
    line-height: 1.3em;
    width: 90%;
    text-align: center;
    margin-top: 150px;
    margin-left: auto;
    margin-right:auto;
}

.about-bg h3 {
    font-weight: 500;
    text-align: center;
    color: #000;
    width: 90%;
    font-size:1.8rem;
    line-height: 3rem;
      margin-left: auto;
    margin-right:auto;
}
.center-aligned {
text-align: center !important
}

.w-100 {
    width:100px !important;
}
.creditz-desc img{margin-left:auto;margin-right: auto; }
.creditz-desc h3{font-weight: 600;color:#ffd700;margin-top:25px; }
.creditz-desc p{font-weight: 400;color:#000000;margin-top:20px; }
.yellow-btn {background: #ffd700 !important;color: #000 !important;padding:16px;font-weight:600;width:150px;margin-left:auto;margin-right:auto;
border-radius:10px;}
.buy-creditz-bg {  background: url('https://creditz.com.au/assets/img/buy-bg.svg'); background-position: center center ;
    min-height: 1000px;
    background-size: cover;
      position:relative;
    z-index:999;
    }
.gray-bg{background:#f2f2f2;min-height: 400px;border-radius: 20px;padding:30px;}

.white-pane {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.white-pane h3 {
  margin: 0;
  font-weight: 700 !important;
  color: #000;
  font-size: 2em !important;
}

.yellow-circle {
  background-color: #ffd700;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-pane p {
  margin-top: 20px;
  text-align: left;
  font-size: 110%;
  width: 85%;
   color: #000
}

.newsletter-bg {
     background: url('https://creditz.com.au/assets/img/goldfluid-newsletter.svg'); background-position: bottom right ;
    min-height: 1000px;
    background-size: cover;
    margin-top: -800px;
     position:relative;
    z-index:99999 !important;
   
}

footer p {
    margin-top: 12px;
    color: #000;
    font-size: 90%;
}
footer h5 {
    font-weight: 600;
    color: #ffd700;
}

footer hr {
     border: none;
   height: 8px;
     background-color: #ffd700;
     margin-bottom: 30px
}

.contact-creditz {
    margin-top: 80px;
     margin-bottom: 80px;
   
}

.contact-creditz form{
    padding: 20px;
    background: #f2f2f2;
    border-radius:20px;
}

.contact-creditz form input{
    padding: 8px;
    background: #fff;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.contact-creditz form textarea{
    padding: 8px;
    background: #fff;
     border-radius: 20px;
    margin-bottom: 20px;
}

.contact-creditz i{
    color: #000;
   font-size: 300%;
}

.contact-creditz h2{
    color: #000;
   font-size: 100%;
   font-weight:600;
}

.contact-creditz p{
    color: #000;
   font-size: 110%;
}

.contact-creditz form label{
    color: #000;
   font-size: 100%;
     font-weight:600;
}



.contact-creditz form button{
    padding: 12px;
    background: #fff;
    width:100%;
    background-color: #ffd700;
    color: #000;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 50px;

}



.page-title-container {
    min-height: 350px !important;
   background: #fff;
        background: url('https://creditz.com.au/assets/img/goldfluid-small.png'); background-position: center center ;
   
    background-size: 100%;
    
}

.page-title-container h1 {
 
    color: #000;
    font-size: 300%;
    margin-top: 100px;
    font-weight: 700;
    margin-left:auto;
    margin-right:auto;
}

.divider-yellow {
    width:100px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
     background-color: #ffd700;
     margin-top: 16px;
     margin-bottom: 16px;
}