.btn-fill-out2 {
    background-color: transparent;
    border: 1px solid #0F56A5;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-fill-out2::before,
.btn-fill-out2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0F56A5;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 51%;
}

.btn-fill-out2::after {
    right: 0;
    left: auto;
}

.btn-fill-out2:hover:before,
.btn-fill-out2:hover:after {
    width: 0;
}

.btn-fill-out2:hover {
    color: #0F56A5 !important;
}

.background_bg {
    background-size: contain;
    background-repeat: no-repeat;

}

.banner_slide_content {
    height: 100%;
}

.affiliate_img {
    height: 288px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .affiliate_img {
        height: auto;
    }
}


.hov:hover {
    transform: scale(1.02);
}

.category-card {
    background-color: #eff0f4;
    border-radius: 10px;
    cursor: pointer;
    margin: 7px auto;
    padding: 10px;
    width: 180px;
    overflow: auto;
}

.app-category-card {
    flex-basis: 16.66666%;
}

.category-card:hover {
    background-color: #0F56A5;
    color: #fff !important;
}

.category-card:hover p {
    color: #fff !important;
}

.category-icon{
    background-color: #fff;
    border-radius: 5px;
    float: right;
    height: 40px;
    padding: 5px;
    width: 40px;
}

.category-text {
    align-items: center;
    float: right;
    height: 40px;
    font-size: 13.152px;
    margin: 0 20px 0 0;
    text-align: right;
    width: 100px;
    display: flex;
    justify-content: right;
    padding: 3px 0 0;
}
