.banner-slide img {
    width: 100%;
}

.banner-cta-desc {
	margin-bottom: 1rem;
	max-width: 600px;
	top: 15px;
	z-index: 2;
	text-align: left;
	right: 15px;
}

.banner-cta-desc span {
    color: #0C4DA2;
}

.product-slide .button-wrap a {
    font-size: 12px;
}

.product-hover:hover .card-body {
    top: 0;
}

.product-hover .card-body {
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0 !important;
}

.product-hover a.btn-outline-danger {
    border: none;
}

.card-hover-img h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    padding: 5px 15px;
    background-color: rgb(255 255 255 / 0.6);
    width: 100% !important;
}

.card-hover-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-hover-img i {
    top: 15px;
    position: absolute;
    color: #0c4da2;
    right: 15px;
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
}

.product-hover .button-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-card:before {
    width: 43px;
    height: 25px;
}

.service-card a {
    top: 0;
    left: 0;
    font-size: 0px;
}

.home-features-wrap {
    border-bottom: 1px solid #0c4da2;
}

.news-card {
    max-height: 65px;
    overflow: hidden;
    height: 65px;
}

.home-product-section p a img {
    width: 150px;
    height: auto;
}


/* exchange-rates-section */

section.home-feature-section table thead tr th {
    color: #717171;
    font-size: 15px;
    font-weight: 600;
}

.news-card-section {
    border-bottom: 1px solid #ed1c24;
}

.stock-wrapper .card-body span {
    font-size: 12px;
    color: #717171;
}

.stock-wrapper img {
    width: 45px;
    display: none;
}

.rounded-card {
    border-radius: 40px;
}

.rounded-card p {
    font-size: 18px;
}

.rounded-card img {
    width: 32px;
    height: 32px;
}

 span.date-bold{
    font-size: 11px;
    font-weight: bold;
}

.keep-left,
.keep-right {
    border-radius: 6px;
}

.keep-right table.table-borderless thead th:not(:first-child) {
    text-align: right;
}

.keep-right table.table-borderless tbody tr td:not(:first-child) {
    text-align: right;
}

.max-min-wrapper p {
    font-size: 14px;
}

.keep-right .table td,
.keep-right .table th {
    padding: 3px 0.25rem !important;
}


/* tab-section-css-starts */

.hometab-section .section-title span {
    font-size: 16px;
}

.hometab-section .section-title h1 {
    margin: 0 auto;
}

.hometab-section .card {
    max-width: 650px;
    margin: 0 auto;
    border-radius: 6px;
}

.hometab-section .card-header {
    background-color: #0a50a3;
    border-radius: 6px 6px 0 0;
}

.hometab-section ul.nav-tabs {
    padding: 15px;
}

.hometab-section ul.nav-tabs a {
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

.hometab-section a.nav-link.active {
    color: #0a50a3 !important;
}

.amount-wrap span {
    color: #717171;
    font-size: 12px;
}

.amount-wrap h4 {
    color: #0A50A3;
    border-bottom: 4px solid #0A50A3;
}

.amount-wrap h4 span {
    font-size: 24px;
}

.hometab-section .tab-footer p {
    font-size: 12px;
}

.hometab-section .form-control {
    height: 35px;
}



.hometab-section span.form-error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    background-color: transparent;
    left: 0;
    color: #ed1c24;
}
.npr-span {
    border-radius: 2px;
    font-size: 15px;
    background-color: #FFE9EA;
    padding: 3px 4px;
    bottom: 3px;
    left: 4px;
}

.duration-wrap .npr-span {
    right: 4px;
    left: initial;
}

@media(min-width:1024px) {
    .hometab-section .section-title h1 {
        width: 400px;
    }
}

@media(min-width:1200px) {
    .keep-left:before {
        content: '';
        background-color: #e1efff;
        position: absolute;
        height: 100%;
        width: 400px;
        top: 0;
        left: -395px;
    }
    .keep-right:after {
        content: '';
        background-color: #e1efff;
        width: 400px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -395px;
    }
}

@media(min-width:768px) {
    .hometab-section ul.nav-tabs {
        padding: 0;
    }
    .hometab-section .nav-tabs .nav-link:focus,
    .hometab-section .nav-tabs .nav-link:hover {
        border: none;
        border-top: 5px solid #0a50a3;
        outline: none;
    }
    .hometab-section .nav-link.active {
        border: none;
        color: #0A50A3 !important;
        border-top: 5px solid #0A50A3;
        border-radius: 0;
    }
    section.hometab-section .nav-tabs .nav-item {
        margin-bottom: 0;
    }
    .hometab-section .nav-link {
        border: none;
        border-top: 5px solid transparent;
    }
    .hometab-section .nav-tabs a.nav-link {
        font-size: 20px;
        color: #fff;
    }
    .stock-wrapper img {
        display: block;
    }
}

.mobile-banking img {
    width: 130px;
}


/* service-slider-arrow-css-starts */

.service-slide button.slick-arrow {
    color: #292929;
    background-color: #fff;
    width: 30px;
    height: 60px;
    z-index: 9;
    top: 38%;
}

.service-slide button.slick-prev {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    left: 16px;
}

.service-slide button.slick-next {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    right: 16px;
}

.service-slide button.slick-arrow:before {
    font-size: 24px;
    position: absolute;
    top: 30%;
    left: 10px;
}


/* service-slider-arrow-css-starts */


/* product-slider-arrow-css-starts */

.product-slide .slick-list.draggable {
    margin: 0 50px;
}

.product-slide button.slick-arrow {
    color: #292929;
    z-index: 1;
}

.product-slide button.slick-next.slick-arrow {
    right: 15px;
}

.product-slide button.slick-prev.slick-arrow {
    left: 15px;
}


/* product-slider-arrow-css-ends */

.white-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
}