﻿
.page-heading {
    text-align: center;
    margin-top: 20px;
    position: relative;
    bottom: -35px;
    font-weight: 600;
    margin: 0;
}

.card-items {
    padding: 0 60px;
}

.c-card-img {
    display: block;
    cursor: pointer;
    position: relative;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.125);
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.c-card-img img {
    width: 101%;
    object-fit: cover;
}

.slick-track {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card-inner-item {
    padding: 15px;
    margin: 0 0.5rem;
    border-radius: 12px;
    /*width: 311px;*/
    transition: all 0.25s;
}

    .card-inner-item:hover {
        background-color: #fff;
        box-shadow: 5px 5px 20px rgba(0,0,0,0.125);
    }

.c-card-heading {
    font-size: 17px;
    text-align: center;
    margin-bottom: 1rem !important;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .card-inner-item ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 220px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .card-inner-item ul li {
            padding-left: 30px;
            padding-right: 10px;
            position: relative;
            margin-bottom: 5px;
        }

            .card-inner-item ul li::before {
                content: "";
                position: absolute;
                top: 5px;
                left: 10px;
                width: 10px;
                height: 10px;
                background-color: #0094ff;
                border-radius: 50%;
            }

    .slick-prev:before {
        display: none;
    }

.slick-next:before {
    display: none;
}

.slick-arrow {
    top: 150px !important;
}

@media only screen and (min-width: 1368px) {
    .col-xl-2 {
        width: 16.66%;
        float: left;
    }

    .col-xl-8 {
        width: 66.667%;
        float: left;
    }
}



@media only screen and (max-width: 1367px) {
    .d-lg-none {
        display: none;
    }
}

.c-banner {
    height: calc(100vh - 114px);
    background-color: #b4deff;
    overflow: hidden;
    position: relative;
}

.c-banner img {
    height: 100%;
    position: absolute;
    bottom: 0;
}

.banners-card {
    background-image: url(../Images/img/banners/banner-bank.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 5rem 0;
}

.banners-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}

    .banners-card .container {
        background-color: #dfedf7;
    }

@media only screen and (max-width: 600px) {
    .card-items {
        padding: 0;
    }
    .card-inner-item:hover {
        background-color: transparent;
        box-shadow: none;
    }
    .card-inner-item {
        padding: 0;
        margin: 0 1rem;
    }
}