.tab-wrap {
    background: #BE658A;
    padding: 15px;
}
.tab-wrap .nav-pills a.nav-link {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
}
.tab-wrap .nav-pills a.nav-link.active {
    color: #fff;
    background: none;
}
.tab-wrap .nav-pills .nav-item:first-child {
    border-right: 1px solid #fff;
}
.help-content {
    margin-top: 70px;
}
.search-wrap .input-group-text {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}
.search-wrap .input-group-text i {
    background: #D06690;
    padding: 11px;
    border-radius: 50%;
}
.search-wrap input {
    background: none;
    border: none;
    border-bottom: 1px solid #df8eaf;
    color: #d99db5 !important;
}
.search-wrap input::placeholder {
    color: #d99db5;
}
.search-wrap input:focus {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #df8eaf;
}
.vid-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.vid-caption {
    background: #be658a;
    padding: 10px;
    color: #fff;
}
.vid-caption .vid-serial {
    display: inline-flex;
    background: #555;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.vid-wrap {
    margin: 100px 0 100px 0;
}