@font-face {
    font-family: "nunito";
    src: url(../Fonts8/Nunito/Nunito-VariableFont_wght.ttf);
}
.thumbnail a>img, .thumbnail>img{
margin: auto;
width: 100%;

}

@media (min-width: 551px)
{
    .discounted-header {
        background-color: #f9ca30;
        color: Black;
        text-align: center;
        padding: 10px;
        margin: 10px 0;
        font-weight: bold;
    }
    .carousel-item5 {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        /* padding: 0 10px; */
    }
    .icon_img img{
        width: 24px!important;
        height: 24px!important;
        margin-left: 10px;
        margin-top: 10%;
    }
    .div_border_bottom
    {
        width: 35%;
    }
    .thumb-info-inner{
        font-size: 18px!important;
        padding: 4px 0;

    }
    .btnZoomClass
        {
            font-weight: 800;
            font-size: 100%;
            width: 110px;
            text-align: center;
            background: #f9ca30;
            border-radius: 10px;
            padding: 10px;
            margin-bottom: 15px;
            color: #fff;
        }
}


@media (max-width: 550px)
{
    .discounted-header {
        background-color: #f9ca30;
        color: Black;
        text-align: center;
        padding: 10px;
        margin: 10px 0;
        font-weight: bold;
    }
    .btnZoomClass
        {
            font-weight: 800;
            font-size: 100%;
            width: 110px;
            text-align: center;
            background: #f9ca30;
            border-radius: 10px;
            padding: 10px;
            margin-bottom: 20px;
            color: #fff;
        }
    .thumb-info-inner{
        font-size: 15px!important;
        line-height: 1;
        padding: 2px 0;
    }
    .icon_img img{
        width: 23px!important;
        height: 23px!important;
        margin-left: 12px!important;
        margin-top: 35px;
    }
    .div_border_bottom
    {
        width: 45%;        
    }
}



 /* .about-area-two {
    padding: 20px 0 70px;
} */
        
/*td.Name_Label_ForLoop:before {
    content: "";
    position: absolute;
    left: 35%;
    bottom: 0;
    height: 1px;
    width: 30%;
    top: 90%;
    border-bottom: 2px solid magenta;
}*/
    
td.Name_Label_ForLoop
{
    background:#f2f2f2;
    /*padding: 4px;*/
    font-weight: 600;
    text-align: left;    
        /*position: relative;*/
}
td.Rates_ForLoop {
font-size: 3rem;
padding: 14px;
background: #f2f2f2;
   
}

.bg-img-table
{
    background: url(../images/mnk_images/gb.png) center no-repeat;
    position: relative;
    background-size: 122px;
    background-position-y: -4px;
}

.bg-img-table:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.53);
    /*background-color: #00000087;*/
        border-radius: 10px;
}

.bg-img-table2
{
    background: url(../images/mnk_images/sb.png) center no-repeat;
    position: relative;
    background-size: 127px;
    background-position-y: -23px;
}

.bg-img-table2:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.53);
    /*background-color: #00000087;*/
    border-radius: 10px;
}

.bg-img-table3
{
    background: url(../images/mnk_images/coin.png) center no-repeat;
    position: relative;
    background-size: 79px;
    background-position-y: 1px;

}

.bg-img-table3:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.53);
    /*background-color: #00000087;*/
        border-radius: 10px;
}