@media (min-width: 1200px) {
    .container {
        height: 100%;
        width: 1240px;
    }
}

body {
    font-family: 'Raleway', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

@font-face{
    font-family:"din";
    src:url(fonts/D-DIN-Bold.otf);
}

.position-relative{
    position: relative;
}

h1.title, h2.title, h3.title, h4.title, h5.title {
    color: #ed2626;
    margin-top: 10px;
    margin-bottom: 0px;
}
table{
    width:100%;
    text-align:center;
}

table td, th{
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table th{
    font-family: 'din' !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: center !important;
    background-color: #545454 !important;
    color: white !important;
}
video{
    width: 100%;
    border-radius: 20px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.error-badge{
    background-color:red;
}
.modal-image{
    width:100%;
}
.show-collapse{
    display: none;
}
.hide-collapse{
    display: block
}
.main-image{
    object-fit: none;
    width: 100%;
    height: inherit;
    position: absolute;
    z-index:-1;
}
.img-responsive{
    display: inline-block;
}
.header-actions{
    margin:15px;
    float:right;
}
.header-btn{
    border-color: white;
    border-radius: 50px;
    border-width: 2px;
    height: 30px;
    color: white;
    line-height: 1;
}
.header-btn:hover{
    color:white;
}
.expandable-title{
    cursor: pointer;
    padding: 10px;
    background: #37b34b;
    color: white;
    margin:auto;
}
.btn-active{
    background-color:white;
    color:#399add;
}
.btn-active:hover{
    color:#399add;
}

.din{
    font-family: "din";
}

.margin-auto{
    margin:auto;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.pull-right{
    float:right;
}

.pull-left{
    float:left;
}
.display-inline-block{
    display: inline-block;
}

.section {
    margin-top: 30px;
}

.box {
    border: 1px solid #399add;
}

.box-header {
    background-color: #399add;
    display: inline-block;
    width: 100%;
}

.box-header > h1 {
    color: white;
    margin: 15px;
    float:left;
}

.box-sub-header {
    background-color: #ed2626;
    display: inline-block;
    width: 100%;
    color: white;
    letter-spacing: 1px;
    margin-top: 20px;
}

.box-sub-content {
    padding:20px;
}

.box-sub-header > h2 {
    margin: 8px;
}

.nav-link{
    color: #337ab7 !important;
}
.nav-link.active{
    color: black !important;
}

/* navigation */
.navbar {
    width: 100%;
    position: fixed;
    top: 0px;
    display: block;
    border-top: 10px solid rgb(57, 154, 221);
    border-bottom: 0px;
    /*padding-top: 30px;*/
    margin-bottom: 0px;
    background-color: white;
    z-index: 10;
}
.navbar .header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar .main-logo{
    display:inline-block;
    height: 130px;
    /* padding:10px; */
}
.navbar .association{
    float:right;
    margin:10px;
    height:130px;
    display:inline-block;
    /* width: fit-content; */
}
.navbar .association > small{ color:grey;  display:block; }


.navbar .logo{
    max-height:100%;
    max-width:100%;
}

.navbar .perkeso-logo{
    max-height:80%;
    max-width:80%;
}
.navbar .bookdoc-logo{
    max-height:80%;
    max-width:80%;
}

.navbar .navbar-brands {
    /*padding-bottom: 30px;*/
}

.navbar .navbar-brands a > img {
    margin: 0px auto;
}

.navbar-sep-1, .navbar-sep-2 {
    display: inline-block;
    margin: 0px 0px;
    height: 2px;
}

.navbar-sep-1 {
    width: 45%;
    color: #399add;
    background-color: #399add;
}

.navbar-sep-2 {
    width: 55%;
    color: rgb(1, 176, 169);
    background-color: rgb(1, 176, 169);
}

.navbar .header-top {
    margin-bottom: -15px;
}

.navbar .header-1 {
    color: rgb(1, 176, 169);
    font-weight: bold;
    bottom: 3px;
    font-size: 32px;
    font-style: italic;
}

.navbar .header-bottom {
    margin-top: -10px;
}

.navbar .header-2 {
    color: rgb(1, 176, 169);
    font-size: 32px;
    letter-spacing: 2px;
}

.navbar .header-3 {
    color: #399add;
    font-size: 32px;
    letter-spacing: 2px;
}

.navbar .navbar-menu {
    background-color: #399add;
    color: white;
    min-height: 38px;
}

.navbar .navbar-menu ul {
    font-size: 13px;
    margin: 10px;
    letter-spacing: 1px;
}

.navbar li.sep {
    padding: 0px 15px;
}

.navbar .navbar-menu a, .navbar .navbar-menu a:hover, .navbar .navbar-menu a:active {
    color: white !important;
    text-decoration: none;
}

#hamburger-button, #hamburger-button:focus {
    margin: 6px;
    background-color: transparent;
    color: white;
    outline: none;
}

.navbar .mr-auto {
    list-style-type: none;
}

.navbar .mr-auto > li {
    margin: 10px;
}
/* navigation end */

/* section-banner */
.section-banner {
    margin-top: 187px;
    /* margin-top: 0px; */
    /* background-image: url(/images/latestbanner-may2024.png); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

/*.section-banner .main-image{
    object-fit: none;
    width: 100%;
    height: inherit;
    position: absolute;
}*/

.section-banner .intro{
    width: 100%;
    text-align:center;
}
.section-banner .intro .title{
    width: fit-content;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
}
.section-banner .intro .title span{
    display: block;
    font-size:100px;
    color:#000000;
}
.section-banner .intro .title .inner-title{
    background-color:#93d509;
    /* margin-bottom:-24px; */
    color:white;
}
.section-banner .intro .title .inner-title2{
    background-color:#fff;
    /* margin-bottom:-24px; */
}
.section-banner .intro .join-btn{
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    z-index: 1;
    background-color: #157bc0;
    width: 300px;
    padding: 1rem 3rem;
    font-weight: 600;
    font-size: large;
    margin: auto;
    left: 0;
    right: 0;
}
.section-banner a:hover, .section-banner a:focus{
    text-decoration: none;
}

.tbc-old-photo-button-container > .tbc-old-photo-button{
    padding: 7px 25px;
    background-color: #399add;
    border-radius: 6px;
    border: 0px;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: white;
    text-decoration: none;
}

.tbc-old-photo-button-container {
    text-align: center;
    padding-top: 10px;
}

.section-banner .banner-step1 .caption {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 20px;
}

.section-banner .banner-step1 .artwork {
    position: absolute;
    left: 80px;
}

.section-banner .banner-step1 .artwork .artwork-left {
    width: 60%;
    float: left;
}

.section-banner .banner-step1 .artwork .artwork-left > img {
    width: 100%;
}

.section-banner .banner-step1 .artwork .artwork-right {
    width: 40%;
    float: left;
    margin-left: -6px;
}

.section-banner .banner-step1 .artwork .artwork-right .text {
    background-color: #ececec;
    margin-top: 28px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.section-banner .banner-step1 .artwork .artwork-right .text .text-label {
    color: black;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 0px 0px 10px;
}

.section-banner .banner-step1 .artwork .artwork-right .text .text-code {
    color: rgb(1, 176, 169);
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin-top: -5px;
}

.section-banner .banner-step1 .artwork .artwork-right .app-store {
    margin-top: 80px;
}

.section-banner .banner-step1 .artwork .artwork-right .play-store {
    margin-top: 6px;
}

.section-banner .banner-step2 {
    background: url(/images/step-2.png) 34% 50px no-repeat;
    min-height: 224px;
}

.section-banner .banner-step2 > img {
    position: absolute;
    right: 40px;
    top: 10px;
}

.section-banner .banner-step2 .caption {
    font-size: 20px;
    font-weight: bold;
    padding-top: 140px;
    margin-left: 30px;
}

.section-banner .banner-step3 {
    background: url(/images/step-3.png) 20% 20px no-repeat;
    min-height: 224px;
}

.section-banner .banner-step3 .caption {
    font-size: 20px;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 133px;
}

.section-banner .banner-step3 > img {
    position: absolute;
    bottom: -22px;
    right: 0px;
}

.section-banner .banner-step3 > .join-button, .section-banner .banner-step3 > .join-button:hover {
    position: absolute;
    right: 0px;
    bottom: -50px;
    right: 20px;
    padding: 7px 25px;
    background-color: #399add;
    border-radius: 6px;
    border: 0px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: white;
    text-decoration: none;
}
.section-banner .countdown-timer{
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    color: white;
    display: block;
    top: 25px;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.section-banner .countdown-timer .timer-container{
    padding: 0 1rem;
    text-shadow: 0px 0px 8px #000000;
}
.section-banner .countdown-timer .timer-container .timer-value{
    font-size: 25px;
}
.section-banner .countdown-timer .timer-container .timer-label{
    font-size: 16px;
}
/* section-banner end */
/* section-gallery */
.section-gallery {
    margin-top: 60px;
}

.section-gallery .about-logo-container {
    text-align:center;
    padding: 20px 30px;
}
.center-block{
    display: inline-block;
}

.section-gallery .about-logo-container .logo{
    width:45%;
    margin-left:10px;
}

.section-gallery .about-content {
    padding: 20px;
}

.section-gallery .side-note{
    font-style: italic;
    margin-left: 1rem;
}
.section-gallery .team-name{
    position: absolute;
    background: #00000030;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 25px;
    color: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.section-gallery .modal-body{
    padding: 15px;
}

/* section-about */
.section-about {
    margin-top: 30px;
}

.section-about .about-logo-container {
    text-align:center;
    padding: 20px 30px;
}
.center-block{
    display: inline-block;
}

.section-about .about-logo-container .logo{
    width:45%;
    margin-left:10px;
}

.section-about .about-content {
    padding: 20px;
}
/* section-about end */

/* section-rules */
.section-rules {
    margin-top: 60px;
}

.section-rules .box-header {

 }

.section-rules .rules-logo-container {
    text-align:center;
    padding: 20px 30px;
}
.center-block{
    display: inline-block;
}

.section-rules .rules-logo-container .logo{
    width:45%;
    margin-left:10px;
}

.section-rules .rules-content {
    padding: 20px;
}
/* section-rules end */

/* section-leaderboard */
.section-leaderboard {
}

.section-leaderboard .section {
}

/* .section-leaderboard .leaderboard-content {
    background: url(/images/box-5.png) 2px 10px no-repeat, url(/images/box-6.png) 10px 330px no-repeat, url(/images/box-7.png) right 10px top 480px no-repeat, url(/images/box-8.png) right 70px top 630px no-repeat, url(/images/box-9.png) right 15px bottom 230px no-repeat, url(/images/box-7.png) left 15px bottom 30px no-repeat;
} */

.section-leaderboard .leaderboard-content,
.section-last-year-winner .leaderboard-content {
    padding: 15px 30px;
}

.section-leaderboard table.leaderboard {
    border: 4px solid #ffbd11;
}

.section-leaderboard .table-bordered > tbody > tr > td, 
.section-leaderboard  .table-bordered > tbody > tr > th, 
.section-leaderboard  .table-bordered > tfoot > tr > td, 
.section-leaderboard  .table-bordered > tfoot > tr > th, 
.section-leaderboard  .table-bordered > thead > tr > td, 
.section-leaderboard  .table-bordered > thead > tr > th {
    border: 1px solid #ffbd11;
    padding: 2px 10px;
}

.section-leaderboard table.leaderboard > tbody > tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
}

.section-leaderboard table.leaderboard > tbody > tr:nth-of-type(even) {
    background-color: rgb(253, 190, 15, 0.3);
    background-color: rgba(253, 190, 15, 0.3);
}

.section-leaderboard .sep,
.section-last-year-winner .sep {
    margin-top: 50px;
}

.section-leaderboard .inner-box{
    display: block !important;
    border: solid thin #37b34b;
    padding: 10px;
    text-align: center;
}
/* section-leaderboard end */

/* section-user-guide */
.section-user-guide {
    text-align: center;
}

.section-user-guide .compatible-devices{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

.section-user-guide .compatible-devices .app-icon{
    width: 160px;
    margin: 0.5rem 3rem;
}

.section-user-guide .compatible-devices .huawei{
    border-radius: 12px;
}

.section-user-guide .user-guide-content .steps-container {
    background: url(/images/how-to-steps.png) bottom 100px right 0px no-repeat;
}

.section-user-guide .steps-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-user-guide .steps-row .step-column{
    max-width: 260px;
    width: 100%;
    margin: 0 1rem;
}

.section-user-guide .step-no h3 {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: #399add;
}

.section-user-guide .download-img{
    width: 120px;
    height: 100%;
    margin-bottom: 4px;
}

.section-user-guide .step-image {
    height: 150px;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.section-user-guide .step-image img{
    height: 100%;
    width: auto;
}

.section-user-guide .step-1-phone img {
    box-shadow: 5px 10px 15px 0px rgb(0 0 0 / 35%);
    border-radius: 15px;
    padding: 13px;
}

/*.section-user-guide .step-3 > img {
    margin-top: 34px;
}
.section-user-guide .step-4 > img {
    margin-top: 19px;
}*/

.section-user-guide .step-1-app-store {
    width: 50%;
    margin-left: 50%;
    padding: 5px;
    margin-top: 10%;
}

.section-user-guide .step-1-play-store {
    width: 50%;
    margin-left: 50%;
    padding: 5px;
}

.section-user-guide .step-text-1 {
    font-weight: bold;
}

.section-user-guide .step-2 .step-image > img {
    margin: -5px auto 5px auto;
}

.section-user-guide .step-3 .step-image > img {
    margin: 0px auto;
}

.section-user-guide .step-3 .step-text-2 {
    background-color: #efefef;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: rgb(1, 176, 169);
    font-size: 20px;
    font-weight: bold;
}

.section-user-guide .step-3 .code-phone {
    position: absolute;
    width: 150px;
    right: -105px;
    bottom: -50px;
}

.section-user-guide .step-4-phone {
    width: 40%;
    text-align: right;
    float: left;
}

.section-user-guide .step-4-phone > img {
    margin-left: auto;
}

.section-user-guide .step-4-text {
    width: 60%;
    margin-left: 40%;
    padding: 5px;
}

.section-user-guide .step-4-text > ul {
    text-align: left;
    padding-left: 13px;
    font-size: 12px;
}

.section-user-guide .step-1-play-store {
    width: 50%;
    margin-left: 50%;
    padding: 5px;
}

.section-user-guide .step-text-1 {
    font-weight: bold;
}

.section-user-guide .step-5 .step-image > img {
    margin: 5px auto -5px auto;
}

.section-user-guide .promo-guide{
    margin-top: 2rem;
}

.video-container {
    color: #ed2626;
}

.video-container .play {
    margin: 20px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0px;
    background: url(/images/video-play.png) 60% 50% no-repeat white;
}

.video-container .video-description {
    min-height: 50px;
    font-weight: bold;
}

.section-user-guide .device-title {
    font-weight: bold;
    margin-top: 8px;
    font-size: 16px;
}

.section-user-guide .device-image .img-responsive {
    margin: 10px auto;
    max-height: 85px;
}

.section-user-guide .devices-note {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
/* section-user-guide end */

/* section-faq */
.section-faq {
}

.section-faq .faq-content {
    /*background: url(/images/box-5.png) 2px 10px no-repeat, url(/images/box-6.png) 10px 330px no-repeat, url(/images/box-7.png) right 10px top 480px no-repeat, url(/images/box-8.png) right 70px top 630px no-repeat, url(/images/box-9.png) right 15px bottom 230px no-repeat, url(/images/box-7.png) left 15px bottom 30px no-repeat;*/
}

.section-faq .faq-content {
    padding: 30px 100px;
}

.section-faq table.faq {
    border: 4px solid #ffbd11;
}

.section-faq .table-bordered > tbody > tr > td, 
.section-faq  .table-bordered > tbody > tr > th, 
.section-faq  .table-bordered > tfoot > tr > td, 
.section-faq  .table-bordered > tfoot > tr > th, 
.section-faq  .table-bordered > thead > tr > td, 
.section-faq  .table-bordered > thead > tr > th {
    border: 1px solid #ffbd11;
    padding: 2px 10px;
}

.section-faq table.faq > tbody > tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
}

.section-faq table.faq > tbody > tr:nth-of-type(even) {
    background-color: rgb(253, 190, 15, 0.3);
    background-color: rgba(253, 190, 15, 0.3);
}
.section-faq .inner-box{
    border-color: #37b34b;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    font-size: medium;
}
.section-faq .inner-box-title{
    display:inline-block;
}
.section-faq .sep {
    margin-top: 20px;
}
.section-faq .sub-header{
    color: #ed2626;
    text-align:center;
}
/* section-faq end */

/* section-join */
.section-join {
    margin-top: 142px;
    color: white;
    text-shadow: 1px 1px 1px #555;
    background-image: url(/images/Join1x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

form{
    width:330px;
    margin:auto;
    text-align:left;
}

form button{
    color:#000000;
}
.section-join .section

.section-join .join-content {
    background: url(/images/box-5.png) 2px 10px no-repeat, url(/images/box-6.png) 10px 330px no-repeat, url(/images/box-7.png) right 10px top 480px no-repeat, url(/images/box-8.png) right 70px top 630px no-repeat, url(/images/box-9.png) right 15px bottom 230px no-repeat, url(/images/box-7.png) left 15px bottom 30px no-repeat;
}

.section-join .join-content {
    padding: 30px 100px;
}

.section-join .box-content{
    
}

.section-join table.join {
    border: 4px solid #ffbd11;
}

.section-join .table-bordered > tbody > tr > td, 
.section-join  .table-bordered > tbody > tr > th, 
.section-join  .table-bordered > tfoot > tr > td, 
.section-join  .table-bordered > tfoot > tr > th, 
.section-join  .table-bordered > thead > tr > td, 
.section-join  .table-bordered > thead > tr > th {
    border: 1px solid #ffbd11;
    padding: 2px 10px;
}

.section-join table.join > tbody > tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
}

.section-join table.join > tbody > tr:nth-of-type(even) {
    background-color: rgb(253, 190, 15, 0.3);
    background-color: rgba(253, 190, 15, 0.3);
}

.section-join .sep {
    margin-top: 50px;
}
.section-join .after-registration{
    margin-top:30px;
    text-align:left;
}

.section-join .after-registration > h3{
    padding-left:40px;
}

.section-join .join-form{
    margin:auto;
    width:330px;
}

.section-join .submit-btn{
    background-color:#FFFFFF;
    color:#000000;
    padding:10px;
    border-color:none;
    border-radius: 5px;

}

/* section-join end */

/* section-contact */
.section-contact {
    background-color: #399add;
    color: white;
    text-align: center;
    margin-top:0px;
    height: fit-conent;
}

.section-contact .box-header > h1{
    float:none;
    text-align:center;
}

.section-contact .contact-content {
    border-top: 1px solid white;
    padding-top: 20px;
    padding-bottom: 80px;
}

.section-contact .contact-content > .container {
    padding: 0px 200px;
}

.section-contact a.mail, .section-contact a.mail:hover, .section-contact a.tel, .section-contact a.tel:hover {
    color: white;
    text-decoration: underline;
}
/* section-contact end */

.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}

sup.sup-pad {
    padding-left: 3px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
  }
  
  .pagination a.active {
    background-color: dodgerblue;
    color: white;
  }

.pagination a:hover:not(.active) {background-color: #ddd;}

.ml-30px {
    margin-left: 30px;
}
.ml-100px {
    margin-left: 100px;
}

.mb-2 {
    margin-bottom: 2em;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .section-banner .intro .join-btn{
        font-size: 14px;
        bottom: 15px;
        width: 230px;
    }
}
@media only screen and (max-width: 991px) {
    .section-banner .countdown-timer{
        position: relative;
        margin: 0;
        order: 1;
    }
    .section-banner .intro .join-btn{
        width: 100%;
        position: relative;
        border-radius: 0;
        font-size: 18px;
        padding: 4px;
    }
}

@media only screen and (max-width: 765px) {
    .section-gallery .team-name{
        font-size: 11px;
    }
}