.search-web-form input.searchKeyword {
    height: 40px;
    font-size: 1em;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 5px;
    color: #000000;
    margin-bottom: 0;
    outline: none;
    width: 250px;
    background: #f5f5f5;
    border: 1px solid #a7357b;
}
.search-web-form .icon {
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background-color: #a7357b;
    transition:0.3s;
}
.search-web-form .icon:hover{background:#7F3355;}
.videos-pagination .pagination {
    border: none;
    text-align: right;
}