.banner_sec_common,
.banner_title_big_water {
    background-repeat: no-repeat;
    text-align: center
}

.banner_sec_common {
    background-color: #f7b612;
    background-image: url(../images/blogimages/blog_mount_yellow.webp);
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 155px;
    background-position: bottom 0 left 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.watermark_ad {
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    color: #75736d1c;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center
}

.banner_sec_common .row,
.content,
.scrolltop {
    position: relative
}

.banner_title_big_water {
    color: #fcf7f3;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    background-image: url(../images/home/faq_head.webp);
    background-size: 150px 80px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.banner_sec_common .paracontent {
    color: #000;
    text-align: center;
    font-weight: 500;
    line-height: 28px
}

.breadCrumbMain {
    background-color: #e2e1e6;
    padding: 15px 0
}

.breadCrumbMain .breadcrumb-item,
.breadCrumbMain .breadcrumb-item a {
    font-size: 13px;
    color: #4f4f50;
    font-weight: 500
}

.breadCrumbMain .breadcrumb-item a:is(:hover, :focus) {
    color: #000
}

.breadCrumbMain .breadcrumb {
    margin-bottom: 0
}

.contentsection .row {
    justify-content: center
}

.sectioneight .content .row>div {
    padding: 0 7px
}

.card_light {
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 16px 0 var(--primary-color-transparent);
    cursor: pointer;
    padding: 18px;
    --webkit-box-shadow: 0 0 16px 0 rgb(147 147 147 / 20%)
}

.card_light:hover {
    background-color: #f5e5d9;
    box-shadow: 0 0 16px 5px rgb(0 0 0/20%)
}

.card_light .paracontent {
    font-size: 14px;
    text-align: start;
    font-weight: 500
}

.sectioneight .content {
    height: 420px
}

.tab_card_title {
    color: #010101;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.content::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.content::-webkit-scrollbar-track-piece:start {
    margin-top: 18px
}

.content::-webkit-scrollbar-track-piece:end {
    margin-bottom: 10px
}

.content::-webkit-scrollbar-thumb {
    background-color: #ffce05
}

.content {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    padding: 25px
}

.scrolltop::after {
    content: "";
    position: absolute;
    height: calc(100% - 28px);
    width: 4px;
    background-color: #ccc;
    right: 0;
    top: 18px;
    z-index: 1
}

@media only screen and (max-width:576px) {
    .banner_title_big_water {
        font-size: 45px;
        background-position: left 52px top 0;
        background-size: 130px 50px
    }
}