.red{
    background-color: #fdcb2c;
    min-height: 50px;
    box-shadow: 0px 5px 10px rgba(220, 167, 53, 0.25);
}
body{
    background-color: #f3ebe9;
    padding-top: 60px;
}


/* Navbar */
.nav-btn{
    background-color: #fdcb2c !important;
    border-color: #fdcb2c !important;
    color: white !important;
    font-weight: bold;
    margin-right: 5px;
}
.nav-btn:hover {
    background-color: #fdcb2c;
    border-radius: 5px;
}


@media only screen and (max-width: 991px){
    .desktop{
        display: none;
    }
}
@media only screen and (min-width: 992px){
    .mobile{
        display: none;
    }
}


/* Check box */
.check-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.checker{
    background-image: url(../img/bc_checker.png);
    padding-top: 60px;
    padding-bottom: 50px;
}
.check-form{
    margin-top: auto;
    margin-bottom: auto;
}
.check-head{
    margin-bottom: 30px;
}
.check-input{
    border: 1px solid #eab400;
}
.check-input:focus{
    border-color: #fdcb2c;
    box-shadow: 0 0 0 0.25rem rgba(220, 187, 53, 0.25);
}

/* Guide */
.guide{
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
}
.guide-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.guide-head{
    margin-bottom: 30px;
}
.hide{
    display: none;
}
/* About */
.about{
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
}
.about-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-head{
    margin-bottom: 30px;
}


/* Fake */

.fake{
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
}
.fake-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.fake-head{
    margin-bottom: 30px;
}



/* Feedback */
.send-btn{
    margin-top: 10px;
}

.custom-btn{
    background-color: #fdcb2c !important;
    border-color: #fdcb2c !important;
}
.feedback{
    padding-top: 30px;
    padding-bottom: 30px;
}
.card {
    padding: 20px;
    padding-top: 40px;
    box-shadow: 5px 10px 20px;
    border-radius: 10px;
}
.dispnon{display: none}





/* Goods */
.goods{
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
}
.goods-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.goods-head{
    margin-bottom: 30px;
}

.slide{
    min-height: 370px;
}


/* Results */
.result-box{
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 30px;
}
.result-text{
    color: black;
    font-weight: bold;
    margin-top: 20px;
}
.back-btn{
    margin: 10px;
}

/* Footer */
.footer{
    background-color: #333333;
    min-height: 40px;
}
.footer a {
    text-decoration: none;
    color:  grey;
    margin-top: 7px;
}

