﻿

.soore-anim-botton {
    top: 0;
    transition: top ease 0.2s;
}

.soore-anim-botton:hover {
    top: -20px;
}

.soore-anim-btn-radius-bordered {
    border-radius: 15px
}
.soore-anim-btn-red {
    background-color: #e62b4a;
}
.soore-anim-btn-yellow {
    background-color: #fbad44;
}
.soore-anim-btn-blue {
    background-color: #19a5c6;
}
.soore-anim-btn-green {
    background-color: #009994;
}
.soore-serachbox {
    height: 36.5px;
    width: 550px;
    padding: 5px;
    max-width:450px;
}
.hashtag-soore-news li{
    float:left;
    margin:3px;
    text-align:center;
}
@media only screen and (max-width : 768px) {
    .soore-serachbox {
        height: 36.5px;
        width: 100%;
        padding: 5px;
        max-width: 450px;
    }
}


