.data-card-slider-section .data-card-slider-container {
    width: 100%;
    height: 260px;
}
.data-card-slider-container .glide__slides {
    align-items: center;
    height: 250px;
    cursor: default;
}
.data-card-slider-section .dataCardSliderContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #eff4f6;
    cursor: default;
    padding: 25px 20px 25px 15px;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 10px;
    position: relative;
    height: 180px;
}
.data-card-slider-section .dataCardSliderContainer::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #0689D6;
}
.data-card-slider-section .dataCardSliderContainer::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #0689D6;
}
.data-card-slider-section .popular_comparisions {
    max-height: 800px !important;
    position: relative;
}
.dataCardSliderContainer.openRates .slide {
    bottom: 0px;
}
.dataCardSliderContainer .title {
    font-size: 16px;
    line-height: 24px;
    color: #010852;
    position: relative;
}
.dataCardSliderContainer .title p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dataCardSliderContainer .title::after {
    content: '';
    position: absolute;
    background: url(/images/dollar-img.png);
    background-repeat: no-repeat;
    top: 50%;
    right: -65px;
    height: 60px;
    background-size: contain;
    background-position: center;
    width: 50px;
    opacity: 0.5;
    transform: translateY(-50%);
}
.dataCardSliderContainer.glide__slide--active .title {
    font-weight: 700;
    font-size: 18px;
}
.dataCardSliderContainer.glide__slide--active .title strong {
    font-size: 18px;
    color: #0689D6;
    display: block;
}

/* Slider arrow css */
.data-card-slider-section .glide__arrow {
    position: absolute;
    display: block;
    z-index: 2;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: none;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}
.data-card-slider-section .glide__arrows .glide__arrow {
    height: fit-content;
    width: fit-content;
    background: none;
    border-radius: 40px;
    right: -30px;
    top: 50%;
}
.data-card-slider-section .glide__arrows .glide__arrow--left {
    left: -30px;
}
.data-card-slider-section .glide__arrows .centered-container {
    background-color: #FFF;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
}
.data-card-slider-section .glide__arrows .link {
    color: #2175FF;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}
.data-card-slider-section .glide__arrows .link-arrowed {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2rem;
}
.data-card-slider-section .glide__arrows .link-arrowed .arrow-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.data-card-slider-section .glide__arrows .left-arrow-icon {
    transform: rotate(180deg);
}
.data-card-slider-section .glide__arrows .link-arrowed .arrow-icon-circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.data-card-slider-section .glide__arrows .link-arrowed:hover .arrow-icon-circle {
    stroke-dashoffset: 0;
}
.data-card-slider-section .dataCardSliderContainer strong {
    display: block;
}

@media (min-width: 768px) {
    .data-card-slider-container .glide__slides {
        height: 265px;
    }
    .data-card-slider-section .data-card-slider-container {
        width: 100%;
        height: 275px;
    }
    .dataCardSliderContainer.glide__slide--active .title {
        font-weight: normal;
    }
    .dataCardSliderContainer.glide__slide--active .title, .dataCardSliderContainer.glide__slide--active .title strong {
        color: #010852;
    }
    .data-card-slider-section .dataCardSliderContainer {
        padding: 20px 45px 20px 25px;
    }
    .data-card-slider-section .dataCardSliderContainer.scaled + .dataCardSliderContainer {
        padding-left: 35px;
    }
    .dataCardSliderContainer.glide__slide--active .title {
        font-weight: normal;
    }
}
@media (min-width: 1024px) {
    .data-card-slider-section .dataCardSliderContainer.scaled {
        font-weight: 700;
        transform: scale(1.3);
        z-index: 1;
        transition: all 0.2s ease;
        box-shadow: 7px 0 14px -4px rgba(31, 73, 125, 0.8), -7px 0 14px -4px rgba(31, 73, 125, 0.8);
        padding: 20px;
    }
    .data-card-slider-section .dataCardSliderContainer.scaled strong {
        font-size: 18px;
        font-weight: 700;
        color: #0689D6;
        display: block;
        margin-top: 4px;
    }
    .data-card-slider-section .dataCardSliderContainer.scaled strong:first-child {
        margin-top: 5px;
    }
    .data-card-slider-section .dataCardSliderContainer.scaled p {
        font-size: 16px;
        margin-right: 2rem;
    }
}