.about-box{
    border-radius: 20px;
    margin-top: 30px;
}
.about-Title{
    padding-top: 80px;
    padding-bottom:20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: "Hind Siliguri", Sans-serif;
}
.about-list{
    color: #fff;
}
.about-list li a{
    margin-left: 10px;
    line-height: 15px;
}
.about-list li span{
    margin-left: 10px;
    font-size: 20px;
}
.about-list li i{
    margin-left: 20px;
    font-size: 15px;
}
.fa-stop:before {
    content: "\f04d";
    color: #FFC512;
}
.about-left-box{
    background-color: #FFC512;
    border-radius: 20px;
    margin-top: 30px;
}
.left-title{
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: "Hind Siliguri", Sans-serif;
    padding: 10px 0px 10px;
}
.about-left-imagebox{
    border-radius: 20px;
    margin-top: 30px;
}
.feature .feature-box .tumb img {
    width: 100%;
    height: 150px;
}
.button{
        text-transform: none;
        width: 80px;
            background: blue;
            border: none;
            padding: 10px;
            border-radius: 10px;
            margin-left: 90%;
            color: #fff;
            text-align: center;
        }
.loginbutton{
        display: none;
        }
@media (max-width: 767px) {
.button {
        display: none;
    }
.loginbutton {
        display: inline-block;
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 5px;
    }
}