@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
}

.topBanner {
    background: linear-gradient(90deg, #002140 0%, #0C4174 100%);
}

.mycardWrapper:hover {
    box-shadow: 0px 0px 33px 0px #00000021;
    transition: all .1s ease;

}

h1 {
    text-shadow: 0px 2px 1px 0px #000000C4;
}

.activeTab {
    position: relative;
    color: #0F1A2A;
    font-weight: 600;
}

.activeTab::after {
    position: absolute;
    left: -10%;
    bottom: -22px;
    width: 120%;
    height: 3px;
    background-color: #2CAEE4;
    border-radius: 2px;
    content: '';
}

.navigation ul li {
    height: 25px;
}

.leftSec img {
    width: 100% !important;
}

@media screen and (max-width:1150px) {
    .imagesWrapper {
        overflow-x: scroll;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .topBanner {
        background-image: url(../../img/sbi-cc/bg-banner.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        background-color: #012343;
    }
}

@media screen and (max-width:600px) {
    .navigation {
        overflow-x: scroll;
        width: 100%;
        box-shadow: 0px -3px 13px 0px #00000040;
    }

    .navigation ul {
        min-width: 600px;
    }

    .activeTab::after {
        bottom: -20px;
    }
}


.owl-carousel.owl-theme .owl-item img {
    width: auto;
}
.commonCarousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0,-50%);
    width: 110%;
    display: flex;
    justify-content: space-between;
    margin-left: -5%;
    z-index: 0;
    pointer-events: none;
}
.owl-nav span{
    position: relative;
    z-index: 999; 
    pointer-events: auto;
}
.owl-nav  span{
    font-size: 25px;
    color: #083865;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    align-content: center;
    transition: all .3s ease;
    border-radius: 50%;
}

.commonCarousel .owl-nav  span:hover{
    transition: all .3s ease;
    background-color: #1480C4;
    color: #fff;
}
.commonCarousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    
}
.commonCarousel .owl-dots .owl-dot.active span,
.commonCarousel .owl-dots .owl-dot span:hover{
    background-color: #3B7CBC;
}
.commonCarousel .owl-dots{
    position: absolute;
left: 50%;
bottom: -60px;
transform: translate(-50%);
}
.cardWrapper {
    margin-bottom: 100px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
.toggleBar,
.instaantApplyBtn {
    position: relative; 
    z-index: 1; 
}
@media screen and (max-width:576px) {
    .commonCarousel .owl-dots{
        display: flex;
    }
    .commonCarousel .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px;
    }
}