.rmaMainSection.rmaFabricSection .rmaInnerBanner {
    height: 314px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.rmaMainSection.rmaFabricSection .rmaInnerBanner {
    height: auto;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.rmaMainSection.rmaFabricSection .rmaInnerBanner .rmaInnerBannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rmaMainSection.rmaFabricSection .rmaInnerBanner h2 {
    color: #fff;
    font-size: 400%;
    font-weight: 700;
    position: absolute;
    padding-top: 10%;
}
.rmaMainSection.rmaFabricSection .rmaInnerBanner .rmaInnerBannerImg {
    height: 580px !important;
}

.rmaMainSection .rmaSectionWrapper {
    padding-top: 4%;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.rmaMainSection .rmaSectionWrapper ul li p {
    margin-bottom: 0.375rem;
}

.rmaMainSection .rmaSectionWrapper ul li .rmaInnerTerm {
    list-style-type: lower-alpha;
}
b, strong {
    font-weight: 600;
}
p, ul, li {
    line-height: 1.5;
}
.rmaMainSection .rmaSectionWrapper ul {
    font-size: 16px;
    list-style-type: decimal;
}