.red{
    background-color: white;
    min-height: 50px;
    box-shadow: 0px 10px 10px rgba(220, 53, 69, 0.25);
}
body{
    background-color: #f8f8f8;
    padding-top: 60px;
}
.cool-border{
    --b:2px;   /* thickness of the border */
    --c:red;   /* color of the border */
    --w:20px;  /* width of border */
  

    border:var(--b) solid transparent; /* space for the border */
    background:
        linear-gradient(var(--c),var(--c)) top left,
        linear-gradient(var(--c),var(--c)) top left,
        linear-gradient(var(--c),var(--c)) bottom left,
        linear-gradient(var(--c),var(--c)) bottom left,
        linear-gradient(var(--c),var(--c)) top right,
        linear-gradient(var(--c),var(--c)) top right,
        linear-gradient(var(--c),var(--c)) bottom right,
        linear-gradient(var(--c),var(--c)) bottom right;
        background-size:var(--b) var(--w),var(--w) var(--b);
        background-origin:border-box;
        background-repeat:no-repeat;
}

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


    --b:2px;   /* thickness of the border */
    --c:red;   /* color of the border */
    --w:10px;  /* width of border */
  

    border:var(--b) solid transparent !important; /* space for the border */
    background:
        linear-gradient(var(--c),var(--c)) top left,
        linear-gradient(var(--c),var(--c)) top left,
        linear-gradient(var(--c),var(--c)) bottom left,
        linear-gradient(var(--c),var(--c)) bottom left,
        linear-gradient(var(--c),var(--c)) top right,
        linear-gradient(var(--c),var(--c)) top right,
        linear-gradient(var(--c),var(--c)) bottom right,
        linear-gradient(var(--c),var(--c)) bottom right;
        background-size:var(--b) var(--w),var(--w) var(--b);
        background-origin:border-box;
        background-repeat:no-repeat;
}


@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-cont{
    padding: 0px !important;
}
.checker{
    width: 100%;
    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 #B91A00 ;
    border-radius: 0px;
}
.check-input:focus{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.check-form > button {
    border-radius: 0px;
}

/* 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;
}
.feedback{
    padding-top: 30px;
    padding-bottom: 30px;
}
.card {
    padding: 20px;
    padding-top: 40px;
    box-shadow: 5px 10px 20px rgba(220, 53, 69, 0.25);
    border-radius: 0px;
}



.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: 100px;
}


/* Results */
.result-box{
    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;
}
.copyright{
    padding-top: 7px;
    color: grey;
}

