html {
    scroll-behavior: smooth;
}

body {
    font-family: 'geomanist-regular', 'Open Sans', Arial !important;
}

.isBtn {
    cursor: pointer;
}

.txt-bold {
    font-family: 'geomanist-bold';
}

.txt-medium {
    font-family: 'geomanist-medium';
}

.txt-book {
    font-family: 'geomanist-book';
}

.bg-clr-red {
    background-color: #ef2924;
}

.bg-clr-orange {
    background-color: #f1641f;
}

.bg-clr-orange-light {
    background-color: #f4834c;
}

.bg-clr-pink {
    background-color: #F1641F33;
}

.bg-clr-yellow {
    background-color: #fdb014;
}

.bg-clr-grey-dark {
    background-color: #707070;
}

.bg-clr-grey {
    background-color: #9d9ea3;
}

.bg-clr-grey-light {
    background-color: #ebeced;
}

.clr-red {
    color: #ef2924;
}

.clr-white {
    color: #ffffff;
}

.txt-align-left {
    text-align: left;
}

.txt-align-right {
    text-align: right;
}

.txt-align-center {
    text-align: center;
}

.section-content-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.border-b-grey {
    border-bottom: 1px solid #9d9ea3;
}

.sub_title h1 {
    font-family: 'geomanist-book';
}

.pg-desc-main {
    font-size: 24px;
}

.lbl-sign-up {
    font-size: 20px;
}

.overlay-notice {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(177, 175, 175, 0.9);
    z-index: 30;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#cn2,
#cn3 {
    opacity: 0;
    max-height: 0;
}

.overlay-notice-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay-notice-txt-l1 {
    margin-bottom: 5px;
    font-size: 28px;
    text-align: center;
}

.overlay-notice-txt-l2 {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.tb-prize {

}

.td-jaya-cust {
    height: 120px;
}

.col-td-prize-header {
    margin-bottom: 20px;
}

.col-td-prize {
    border-right: 2px solid #ffffff;
}

.col-td-prize:last-child {
    border-right: none;
}

.col-td-header {
    padding: 20px;
}

.col-td-body {
    padding: 20px;
}

.tb {
    width: 100%;
}

.td-col {
    padding: 20px;
}

.td-col-body {
    border-right: 1px solid #ffffff;
}

.td-col-body:last-child {
    border-right: none;
}

.td-col-prize {
    border-right: 2px solid #ef2924;
}

.td-col-prize:last-child {
    border-right: none;
}

.lbl-title {
    font-size: 24px;
    line-height: 30px;
}

.prize-container {

}

.prize-cont-rm-container {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    max-width: 210px;
}

.prize-cont-rm {
    position: absolute;
    top: 6px;
    left: -50px;
    font-size: 30px;
    line-height: 30px;
}

.prize-cont-amount {
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
}

.prize-cont-desc {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
}

.prize-cont-desc-2 {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}

.prize-cont-bubble {
    padding: 14px 10px 10px 10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.prize-cont-bubble-title {
    font-size: 20px;
    line-height: 24px;
}

.prize-cont-bubble-desc {
    font-size: 16px;
    line-height: 18px;
}

.prize-container img {
    margin: auto;
    width: 100%;
    max-width: 400px;
}

.how-container {

}

.how-title {
    font-size: 20px;
    line-height: 30px;
}

.how-desc {
    margin-bottom: 10px;
    font-size: 16px;
}

.txt-note {
    font-size: 16px;
}

.txt-note-2 {
    font-size: 18px;
    line-height: 26px;
}

.sec-footer {

}

.panel-card {
    margin: 20px auto;
}

.panel-card img {
    width:100%;
}

.txt-tnc {
    margin-bottom: 30px;
    font-size: 12px;
}

.txt-tnc ol li {
    margin-left:15px;
}

.enrol-container {
    
}

.form-enrol {
    margin: auto auto 30px auto;
    padding: 30px 40px;
    max-width: 460px;
}

.enrol-btn-cta {
    display: inline-block;
    margin: 20px 0px;
    border-radius: 10px;
    padding: 16px 30px;
    font-size: 20px;
    line-height: 20px;
}

.enrol-form-container {

}

.expand-container {
    overflow: hidden;
    height: 0px;
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.submitButton {
    margin:30px auto 10px auto;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #c1271a;
    color: #fff;
    font-size: 18px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #9d9d9d;
}

.sec-1 {
    height: 450px;
}

#botboot label,
#botboot input {
    display: inline-block !important;
}

#botboot label {
    width: 28% !important;
}

#BotBootInput {
    width: 70% !important;
}

@media (max-width:320px) {
    .sec-1 {
        height: 200px !important;
    }
}

@media (max-width:480px) {
    #botboot label {
        width: 38% !important;
    }
    
    #BotBootInput {
        width: 60% !important;
    }

    .sec-1 {
        height: 240px !important;
    }
}

@media (min-width:481px) and (max-width:640px) {}

@media (min-width:641px) and (max-width:768px) {
    .sec-1 {
        height: 220px;
        padding: 70px 0 0 0;
    }
}

@media (min-width:769px) and (max-width:992px) {}

@media (min-width:769px) and (max-width:1024px) {
    .sec-1 {
        height: 260px;
    }
}

@media (min-width:993px) and (max-width:1200px) {}

@media (min-width:1025px) and (max-width:1400px) {
    .sec-1 {
        height: 350px;
    }
}



@media (max-width:640px) {
    .sec-1 {
        height: 400px;
    }

    .td-jaya-cust {
        height: auto;
    }

    .col-td-prize {
        border-right: none;
        border-bottom: none;
    }

    .col-td-prize:last-child {
        border-right: none;
        border-bottom: none;
    }

    .col-td-prize .col-td-body {
        border-bottom: 2px solid #ffffff;
    }

    .col-td-prize:last-child .col-td-body {
        border-bottom: none;
    }

    .form-enrol {
        padding: 20px;
    }

    .td-jaya-cust {
        position: relative;
        height: 40px;
    }

    .prize-cont-desc-2 {
        position: absolute;
        top: 10px;

        width: 100%;
        text-align: center;
    }
}

@media (max-width:768px) {
    .pg-desc-main {
        font-size: 20px;
    }
    
    #cn2,
    #cn3 {
        opacity: 0;
        min-height: 150px;
    }

    .prize-cont-rm {
        left:-30px;
        font-size: 16px;
        line-height: 16px;
    }

    .prize-cont-amount {
        font-size: 50px;
        line-height: 50px;
    }

    .prize-cont-desc-2 {
        font-size: 14px;
    }
}

@media (max-width:991px) {}

@media (max-width:1024px) {}

@media (min-width:1201px) {}