 .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Adjust as needed */
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transition: position 0.3s ease;
  }

  .page-content {
    min-height: 150vh; /* Just to allow scrolling for demo */
  }
  .relative-footer {
    position: relative;
  }

   .cpc{
    width: auto;
   } 
   .CG{
    width: auto;
   } 
.Refereebar {
    background-color: #b5995c;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
}

.twoborder1 {
    padding: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    border: 1px solid #b5995c;
}

.twoborder_line {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.blue-border, .gold-border {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.newtxt {
    font-size: 30px;
    color: #000;
    line-height: 1;
}
.goldtxt {
    font-size: 30px;
    color: #b5995c;
    line-height: 1;
}

.large {
    font-size: 40px;
}

.bbo{
    text-align: left;
    font-size: 14px;
    color: #000;
}
.gbo {
    text-align: left;
    font-size: 14px;
    color: #b5995c;
}

ul {
    margin: 10px 0;
    padding-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

        .twoborder_line {
            margin-top: 20px;
        }
        .blue-border, .gold-border {
            padding: 15px;
        }
        hr {
            border: 1px solid #b5995c;
        }
        .headingbar {
    text-align: center;
    font-size: 27px;
    margin: 20px;
}
a.goldBtn
{
width:auto; 
}
@media (max-width: 1180px) {
        .twoborder_line {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-direction: column;
        }
        .twoborder1{
            width: 100%;
            margin-bottom: 20px;
        }
        hr{
            width: 100%;
        }
    }
@media (max-width:767px){
    hr{
            width: 90%;
        }
}
h1.pagetitle {
    font-size: 45px;
}
.tnclink {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.section_title {
    font-size: 24px;
    color: #b5995c;
    margin-bottom: 20px;
}
.applystep_code {
    margin-right: 20px;
}
.twoborder {
    border: 1px solid #b5995c;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.applystep_txt {
    font-size: 25px;
    text-align: center;
    color: #b5995c;
    margin-right: 30px;
}

.applystep_num {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #b5995c;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.applystep_code input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btnStyle {
    background-color: #b5995c;
    color: #fff;
    border: none;
    padding: 20px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 25px;
}

.applystep_btn {
    text-align: center;
}

.medq {
    margin-top: 20px;
}

.relink_wrap {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}

.relink_wrap a {
    text-decoration: none;
}

.relink_wrap a:hover {
    text-decoration: underline;
}
.fixed-links {
    text-align: center;
}

.sticky_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.account {
    display: inline-block;
    margin-top: 10px;
}
.pblue2{
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
}
.arrow{
    text-align: center;
}
.ref-code{
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul{
    padding-left: 0;
}
.topMenu {
    background: #333333;
    height: 40px;
}
.bannerTxt{
top: 50% !important;
}