.inner_page_banner__inner {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.banner1Type .inner_page_banner__inner:before {
    top: -64px;
    transform: rotate(-180deg)
}

/* .banner1Type .inner_page_banner__inner:before { */
.banner1Type .inner_page_banner__inner:after {
    background: linear-gradient(180deg, rgba(0, 45, 114, 0), #002d72 85.96%);
    content: "";
    height: 100%;
    left: 0;
    min-height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

/* 
.banner1Type .inner_page_banner__inner:after {
    bottom: -20px
} */

.banner3Type .inner_page_banner__inner {
    align-items: center;
    background-image: url(../../images/inner_banner_type2.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 2px solid #0065a1;
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
    min-height: 200px;
    padding-bottom: 30px;
    padding-top: 30px
}

.inner_page_banner .image {
    display: block;
    position: relative
}

.inner_page_banner .image:after {
    /* background-color: rgba(0, 45, 114, .25); */
    content: "";
    display: block;
    padding-bottom: 520px
}

.inner_page_banner .image img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 20%;
    object-position: center 20%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

.inner_page_banner .content {
    padding-left: 62px;
    padding-right: 62px;
    z-index: 11
}

.inner_page_banner .content .heading {
    margin-bottom: 0
}

.inner_page_banner.banner1Type .content {
    bottom: 62px;
    left: 0;
    position: absolute;
    width: 100%
}

.inner_page_banner.banner1Type .heading {
    color: #fff
}

.inner_page_banner.banner3Type .heading {
    font-family: var(--Fonts_OpenSans_SemiBold);
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2
}

@media (min-width:1440px) {
    .inner_page_banner.banner1Type .content {
        padding-left: 88px
    }
}

@media (max-width:1199px) {
    .inner_page_banner .image:after {
        padding-bottom: 440px
    }

    .banner1Type .inner_page_banner__inner:before {
        height: 240px;
        top: -82px
    }

    .banner1Type .inner_page_banner__inner:after {
        bottom: -40px;
        height: 240px
    }
}

@media (max-width:991px) {
    .banner3Type .inner_page_banner__inner {
        background-size: auto 80%;
        min-height: 160px
    }

    .inner_page_banner .image:after {
        padding-bottom: 380px
    }

    .inner_page_banner .content {
        padding-left: 42px;
        padding-right: 42px
    }

    .inner_page_banner.banner1Type .content {
        bottom: 42px
    }

    .inner_page_banner.banner3Type .heading {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .inner_page_banner .image:after {
        padding-bottom: 310px
    }

    .inner_page_banner .content {
        padding-left: 24px;
        padding-right: 24px
    }

    .inner_page_banner.banner1Type .content {
        bottom: 20px
    }

    .inner_page_banner.banner3Type .heading {
        font-size: 24px
    }
}

.blog-2 .banner1Type .inner_page_banner__inner:after {
    background: linear-gradient(180deg, rgba(0, 101, 161, 0), rgba(0, 101, 161, .7) 53.73%, #005181 85.96%)
}

.blog-2 .banner1Type .inner_page_banner__inner:before {
    display: none
}

.blog-3 .banner1Type .inner_page_banner__inner:after {
    background: linear-gradient(180deg, hsla(14, 91%, 78%, 0) 1.2%, rgba(222, 122, 91, .3) 31.49%, rgba(194, 72, 34, .6) 62.97%, rgba(134, 32, 0, .7) 116.13%)
}

.blog-3 .banner1Type .inner_page_banner__inner:before {
    display: none
}

.blog-3 .banner3Type .inner_page_banner__inner {
    border: 2px solid var(--Color_Yanae_Primary_Peach)
}

/*# sourceMappingURL=inner_page_banner.css.map */