.inner-banner {
    /* background: #303669; */
    background: url(../webp/inner-banner-bg.webp),#303669;
    padding: 5rem 0 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.breadcrumbs ul {
    display: flex;
    list-style: none;
    color: #fff;
    align-items: center;
}
.breadcrumbs ul li {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* padding: 0 11px; */
}
.breadcrumbs ul li span.separator {
    font-size: 35px;
    padding: 0 20px;
}
.breadcrumbs ul li:last-child {
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 12px 30px;
}
.rank-math-breadcrumb p{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-wrap: wrap;
}
.rank-math-breadcrumb p a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rank-math-breadcrumb p a:hover {
    color: #ff3e81;
}
.rank-math-breadcrumb p .last{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    /* border: 1px solid #FFF;
    padding: 12px 30px; */
}
.rank-math-breadcrumb p span:last-child{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 12px 30px;
}
.rank-math-breadcrumb p span.separator {
    font-size: 35px;
    padding: 0 20px;
}

.inner-banner .banner-det {
    padding-right: 30px;
}
.inner-banner .h1{
    color: #FFF;
    font-family:"Montserrat";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 145.2%; /* 72.6px */
    text-transform: capitalize;
}
.inner-banner .h1 span {
    margin-bottom: 10px;
    min-height: 111px;
    max-width: 100%;
    /* max-width: 401px; */
    align-items: center;
    display: flex;
    /* margin-right: 25px; */
    justify-content: center;
    border-radius: 71px;
    border: 2px solid #FFF;
    background: #3A88EC;
    color: #FFF;
    transform: rotate(-1.25deg);
    flex-shrink: 0;
}
.inner-banner P{
    color: #FFF;
    font-family: Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.384%; 
    padding: 30px 0;
}
.inner-banner .img-cont {
    text-align: center;
}
.inner-banner .img-cont img{
    width: 60%;
    height: auto;
    object-fit: contain;
    position: relative;
    top: -40px;
}
@media (max-width:992px) {
    .inner-banner .img-cont img{
        display: none;
    }
    
}
@media (max-width: 531px) {
    .inner-banner .h1 {
        font-size: 30px;
    }
    .inner-banner .h1 span {
        min-height: 80px;
        margin-right: 0;
        padding: 10px 14px;
    }
    .inner-banner .banner-det{
        padding-right: 0px;
    }
}