/*================== Heading Widget ====================*/
.elementor-heading-title span {
    position: relative;
}

.elementor-heading-title span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: transparent;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*================== Text Underline Home 04 ====================*/
.underline-shape {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.underline-shape::after {
    content: "";
    position: absolute;
    left: -4px;
    width: calc(100% + 8px);
    bottom: 7px;
    background-color: #72b1ff;
    z-index: -1;
    height: 27%;
}

/*========== Testimonials ===============*/
.rating li {
    display: inline-block;
}

.rating a .icon_star_alt {
    color: #DEDEDE !important;
}

/*====== Cards =======*/
.feature-area-2 .feature-img img {
    width: auto;
}

/*====== Steps ========*/
.how-it-work .apply-online .widget-img img {
    max-width: initial;
}

/***========= Images Section ===========***/
.banca_images_animation2 {
    overflow: visible;
}

.track-f-progress .img-content .bg-img, .card-payment .img-content .bg-img,
.internet-banking .img-content .bg-img,
.banca_images_animation2 .hero-img img, .banca_images_animation3 .card-img img,
.safe-deposit-area .card-img img, .blog_sidebar .recent_news_widget .media img {
    max-width: inherit;
}

.banner-area-3 .position-relative .person-img {
    max-width: initial;
}