html {
    scroll-behavior: smooth;
}

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

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

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

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

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

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

.bg-clr-purple {
    background-color: #f0c2df;
}

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

.bg-clr-yellow2 {
    background-color: #fde6c6;
}

.bg-clr-grey2 {
    background-color: #d4dfe1;
}

.bg-clr-brown2 {
    background-color: #d9d0c9;
}

.clr-red {
    color: #f51f20;
}

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

.pg-desc-main {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
}

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

.row-container-winner {}

.sec-cont-container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.sec-cont-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.sec-cont-title2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}

.sec-cont-title-sub {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
}

.sec-cont-title-sub2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.box-wrapper {
    padding: 15px;
}

.tb-container {
    margin: 20px 0px;
}

#tb-deposit.tb-container {
    padding: 0px 15px;
}

.row-prize {}

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

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

.card-prize {
    border: 5px solid white;
    border-radius: 15px;
}

.card-prize-header {}

.card-prize-body {}

.card-prize-title {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 22px;
    line-height: 27px;
    border-bottom: 1px solid white;
}

.card-prize-title2 {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid white;
}

.card-prize-title3 {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
}

p.bold {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.card-prize-desc {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
}

.tb-table {
    width: 100%;
}

.tb-tr {}

.tb-td {
    padding: 10px;
    border: 2px solid #fdb082;
    border-top: none;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
}

.tb-td2 {
    padding: 10px;
    border: 2px solid #fdb082;
    border-top: none;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
}

.tb-td2:first-child {
    border-left: none;
}

.tb-td2:last-child {
    border-right: none;
}

.tb-td3 {
    padding: 10px;
    border-bottom: 2px solid #fdb082;
    border-top: none;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
}

.tb-td:first-child {
    padding: 10px;
    border-left: none;
    border-bottom: none;
}

.tb-td:last-child {
    padding: 10px;
    border-right: none;
    border-bottom: none;
}

.tb-td.td-header {
    padding: 0px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.tb-td.td-header .card-prize-title {
    margin-bottom: 0px;
}

.td-header {
    border-right: 2px solid #ef9a68;
}

td:last-child.td-header {
    /* border-right: 2px solid #9a999a; */
}

#tb-signup .tb-td {
    padding: 10px;
    border: 2px solid #fdb082;
}

#tb-signup .td-header {
    border-right: 1px solid #fc7b42;
}

#tb-signup td:last-child.td-header {
    border-right: 1px solid #fdb082;
}

.td-bottom {
    border-bottom: none !important;
}

.overflow-container {
    overflow: auto;
}

.tb-note {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.tb-note2 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}

.note {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}

.note4 {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}

.note2 {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    margin-top: 50px;
}

#tb-deposit .col-prize {
    padding: 0px;
    border-right: 2px solid #e193c3;
}

#tb-deposit .col-prize:last-child {
    padding: 0px;
    border-right: none;
}

.perc-interest {
    font-size: 30px;
    line-height: 40px;
}

.ahref {
    color: #216ad3 !important;
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
    font-size: 18px;
    font-family: arial;
}

.ahref2 {
    color: #216ad3 !important;
    outline: none !important;
    border: none !important;
    text-decoration: underline !important;
}

.slider-container {}

.card-slide {
    padding: 15px;
    border-right: 2px solid #c4c2c3;
}

.card-slide:last-child {
    padding: 15px;
    border-right: none;
}

a.ahref {
    text-decoration: underline !important;
}

.form-sub {
    display: table;
    width: 100%;
}

.form-sub2 {
    width: auto;
    margin-right: 5px;
}

.prize-card-slide {}

.prize-body-slide {}

.prize-part-tmb-slide {}

.prize-tmb-slide {}

.prize-tmb-slide img {
    width: 100%;
}

.prize-body-slide {}

.prize-part-cont {}

.prize-title {}

.winner-result-container {
    padding-top: 30px;
}

.winner-result {}

.tb-result-winner-title {
    text-align: left;
}

.tb-result-winner {
    width: 100%;
}

.tb-result-winner .tb-td {
    border-right: 2px solid #9a999a;
    border-bottom: 2px solid #9a999a;
}

.tb-result-winner .tb-td:last-child {
    border-right: none;
    border-bottom: 2px solid #9a999a;
}

.td-result-winner {}

.td-result-prize {
    text-align: left;
}

.prize-type {
    margin-bottom: 30px;
}

.prize-type-1 {}

.prize-type-2 {}

.btn-cta {
    display: inline-block;
    margin: 30px auto;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #707070;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}

.slick-dots {
    position: relative;
}

.slider ul li {
    background: none;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f51f20;
    background-color: #f51f20;
}

.winner-list-header {
    padding: 15px 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.winner-list-header-title {
    margin-bottom: 10px;
    color: #333;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}

.winner-list-header-desc {
    margin-bottom: 30px;
    color: #333;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 0px 50px;
}

.winner-list-body {
    border-radius: 0px;
    background-color: #ffffff;
}

.winner-list-footer {}

.row-winner {
    padding: 30px 20px;
}

.col-winner {
    padding: o 30px;
}

.col-winner:last-child {
    padding: 0px 30px;
    border-right: none;
}

.card-winner-body {}

.card-winner-prize {
    position: relative;
    padding: 20px 0px;
}

.card-winner-prize-img {
    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%);
    width: 120px;
}

.card-winner-prize-img img {
    width: 100%;
}

.card-winner-prize-bg {
    margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #cac8c9;
}

.card-winner-name {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.card-winner-from {
    margin-top: 6px;
    margin-bottom: 4px;
    font-family: 'geomanist-regular', 'Open Sans', Arial !important;
    font-size: 16px;
    text-align: center;
}

.card-winner-prize-brand {
    margin-bottom: 4px;
    font-size: 16px;
    text-align: center;
}

.card-winner-prize-value {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.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;
}

.collapsible1,
.collapsible2,
.collapsible3 {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
}

.btn-plus1,
.btn-plus2,
.btn-minus1,
.btn-minus2 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -5px;
    background: #a2a1a1;
    padding: 5px 15px;
    font-size: 30px;
}

.collapsible-content {
    overflow: hidden;
    max-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;
    width: 100%;
}

.submitButton {
    border: 1px solid transparent;
    font-size: 18px;
    padding: 15px 60px;
    background-color: #dd181f;
    font-family: TheSansPlain;
    color: #fff;
    border-radius: 6px;
}

.contact_label {
    font-weight: normal;
    margin-top: 8px;
    font-size: 16px;
}

.btn-cta-two {
    display: inline-block;
    margin: 30px auto;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #d21a1a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    box-shadow: 0 0 0 0 rgba(#d21a1a, .5);
    animation: myanimation 2s infinite;
}

..btn-cta-two:hover {
    -webkit-animation: none;
}

@keyframes myanimation {
    0% {
        transform: scale(1.15);
    }
    70% {
        background-color: #d21a1a;
        transform: scale(1.3);
        box-shadow: 0 0 0 50px rgba(#d21a1a, 0);
    }
    100% {
        background-color: #ea4d46;
        transform: scale(1.15);
        box-shadow: 0 0 0 0 rgba(#d21a1a, 0);
    }
}

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

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

@media (min-width:641px) and (max-width:768px) {
    #winner-september .col-winner:first-child {
        border-top: none;
        border-bottom: 2px solid #959191;
        border-left: none;
        border-right: 2px solid #959191;
    }
    #winner-september .col-winner:nth-child(2) {
        border-top: none;
        border-bottom: 2px solid #959191;
        border-left: none;
        border-right: none;
    }
    #winner-september .col-winner:nth-child(3) {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: 2px solid #959191;
    }
    #winner-september .col-winner:last-child {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
}

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

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

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

@media (max-width:640px) {
    .row-winner {
        padding: 0px 20px;
    }
    #tb-deposit .col-prize,
    .col-prize {
        border-right: none;
    }
}

@media (max-width:768px) {
    .pg-desc-main {
        font-size: 20px;
    }
    .winner-list-header-title {
        font-size: 22px;
        line-height: 30px;
    }
    .winner-list-header-desc {
        font-size: 18px;
        line-height: 24px;
    }
    .card-winner-name {
        font-size: 16px;
    }
    .btn-plus1,
    .btn-plus2,
    .btn-plus3,
    .btn-minus1,
    .btn-minus2,
    .btn-minus3 {
        float: none;
        margin-top: -10px;
        width: 50px;
        margin: auto;
    }
    #cn2,
    #cn3 {
        opacity: 0;
        min-height: 150px;
    }
    .card-slide {
        padding: 15px;
        border-right: none;
    }
    .col-xs-12 {
        padding: 0px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .top-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bottom {
        padding-bottom: 20px;
    }
    .padd-mobile {
        padding: 15px;
    }
    .howToApply-icon {
        max-width: 70px;
        margin: 20px auto;
    }
}

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

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

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