
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .011em;
    overflow-x: hidden;
    
}

/* Live css*/

.live-sec h2,
.live-sec-2 h2 {
    color: #020862;
    font-size: 3.8vw;
}

.live-sec h2 span,
.live-sec-2 h2 span {
    color: #BB914A;
}

.live-sec p {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.live-ul li {
    border-bottom: 1px solid #bb914a73;
    padding: 15px 0px;
    font-family: 'Roboto', sans-serif;
}

.live-ul li img {
  max-height: 52px;
    margin-right: 25px;
    max-width: 53px;
}
ul.live-ul {
    margin-left: 0px !important;
    padding-left: 0px;
}
.form-live,
.account-live {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #D7D8DE;
    opacity: 1;
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
}
.form-live p {
    font-size: 14px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-live h6 {
    text-align: center;
    overflow: hidden;
    font: normal normal normal 16px/24px Roboto;
}

.form-live h6:before,
.form-live h6:after {
    background-color: #D7D8DE;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 48%;
}

.form-live h6:before {
    right: 0.5em;
    margin-left: -50%;
}

.form-live h6:after {
    left: 0.5em;
    margin-right: -50%;
}

.btn-form a {
    font-size: 0.8vw;
}

.btn-form a:first-child {
    margin-right: 1.5vw !important;
}

.btn-form .default {
    color: black;
    border: 1px solid #d4d4d9;
    border-radius: 5px !important;
    opacity: 1;
    width: 240px;
}

.btn-form a img {
    height: 15px;
}

.form-live .title-claim,
.form-live .claim-title-p {
    display: none;
}

.form-live .mex-form-item input,
.form-live .mex-form-item select,
.account-live .mex-form-item input,
.account-live .mex-form-item select {
    color: #9091A3;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D7D8DE;
    border-radius: 5px;
    opacity: 1;
    margin-bottom: 0px !important;

}

.live-sec .form-live .mex-form-item, .live-sec-2 .account-live .mex-form-item{
    margin-bottom:10px !important;
}
.live-sec .form-live label.error, .live-sec-2 .account-live label.error{
        font-size: 13px !important;
        margin-bottom: 0 !important;
}
.form-live .claim-trem-p, .account-live .claim-trem-p {
    color: black !important;
    margin-bottom: 10px !important;
    font-size: 14px;
}

.form-live label.claim-trem-p a, .account-live label.claim-trem-p a {
    color: #020862 !important;
    text-decoration: underline !important;
}

.next-btn {
    background: green;
    color: white;
    width: 100%;
    padding: 5px;
    border: none;
    margin: 20px 0px 20px 0px;
    border-radius: 5px;
    height: 35px !important;
}

.live-sec-2 .account-live .claim-bonus-la-form .mex-form-item .title-claim,
.live-sec-2 .account-live .claim-bonus-la-form .mex-form-item .claim-title-p {
    display: none;
}

.live-sec-2 .account-live .claim-bonus-la-form .border-bottom {
    border-bottom: none !important;
}

.account-live .claim-bonus-la-form .multibank-form .border-bottom.border-secondary label.claim-title-p {
    color: black !important;
}

.account-live .claim-bonus-la-form .multibank-form .border-bottom.border-secondary label.claim-title-p {
    color: black !important;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}

.account-live .claim-bonus-la-form .multibank-form .border-bottom.border-secondary .col-12.col-md-12.p-1 label {
    color: black !important;
}

.account-live .claim-bonus-la-form .multibank-form div.col-12.col-md-12.p-1 label {
    color: #9091A3 !important;
}

.account-live .claim-bonus-la-form form {
    padding: 0 !important;
}

.footer_pa p, .footer_pa .footer-terms a {
    color: grey !important;
    font-size: 14px !important;
}

.footer-section .container-1680, .footer-pa-section .container-1680{
        max-width: 1366px !important;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .btn-form a:first-child {
        margin-right: 0px !important;
        margin-bottom: 3px;
    }
    .btn-form a {
        font-size: 2vw;
    }
       .live-sec h2,.live-sec-2 h2{
           font-size:36px;
       }
}

@media (max-width:767px) {
    .btn-form .default {
        width: 100%;
    }
    .btn-form a:first-child {
        margin-right: 0 !important;
        margin-bottom: 3px;
    }
       .live-sec h2,.live-sec-2 h2{font-size: 28px;}
    /*.live-ul {
        padding-left: 0;
    } */
    .btn-form a {
        font-size: 2.5vw;
    }
    .live-sec p {
        font-size: 14px;
    }
    .live-ul li img {
    max-height: 35px;
    margin-right: 10px;
    max-width: 25px;
}
    .live-ul li {
        font-size: 12px;
    }
}

@media (min-width:1366px) {
    .btn-form a:first-child {
        margin-right: 0 !important;
        margin-bottom: 3px;
    }
    .live-sec h2,.live-sec-2 h2{
        font-size:2.8vw;
    }
    .container {
    max-width: 1366px;
        }
}

.gold-color {
    color: #BB914A;
}

.hr-live {
    border-bottom: 2px solid #d7d8de;
    border-top: none;
}