body {
    background-color: #01010f;
    padding: 0;
    margin: 0;
}

.cms-sec {
    background-color: #fbfbfb;
    padding: 80px 0;
}

.bubble-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.bubble-wrap span {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
    animation: bubbleFloat 5s infinite;
    background: radial-gradient(circle at center, #ff9a9e, #fad0c4);
}

/* Example different bubble sizes + positions */
.bubble-wrap span:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 12%;
    left: 5%;
    background: radial-gradient(circle at center, #5281cc, #86d4f8);
    animation-delay: 0s;
}

.bubble-wrap span:nth-child(2) {
    width: 180px;
    height: 180px;
    top: 20%;
    left: 55%;
    background: radial-gradient(circle at center, #ffcf67, #eeb02c);
    animation-delay: 3s;
}

.bubble-wrap span:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 15%;
    left: 20%;
    background: radial-gradient(circle at center, #f4c6ff, #d57eeb);
    animation-delay: 6s;
}

.bubble-wrap span:nth-child(4) {
    width: 200px;
    height: 200px;
    bottom: 15%;
    right: 10%;
    background: radial-gradient(circle at center, #4fb846, #85fd99);
    animation-delay: 9s;
}

@keyframes bubbleFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-60px) translateX(30px);
    }
}

.cms-banner {
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 25px 0px #d7d7d7;
    padding: 50px 0;
    position: relative;
}

.banner-img img {
    width: 100%;
    padding-right: 30px;
}

.banner-con {
    padding: 0 25px;
}

.banner-con h2 {
    color: #000000;
    margin-bottom: 20px;
}

.banner-con p {
    color: #000000;
    font-weight: 100;
}

.cms-detail {
    padding-top: 50px;
}

.cms-detail h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.detail-1 {
    background-color: #fff;
    border-left: 10px solid #000E61;
    border-bottom: 10px solid #000E61;
    border-right: 10px solid #000E61;
    border-top: none;
    padding: 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.shade-cover {
    position: relative;
    z-index: 1;
    background: transparent;
    height: 17px;
    box-shadow: 0px 9px 12px 0px #000E61;
}

.cms-icon img {
    width: 50%;
}

.cnt-number p {
    font-size: 60px;
    color: #000E61;
}

.dtl-para {
    margin: 30px 0;
}

.dtl-para h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #FA7F46;
}

.dtl-para p {
    margin-bottom: 20px;
    color: #000;
}

.detail-1 .cms-ul li {
    color: #000E61;
}

.shade-cover2 {
    position: relative;
    z-index: 1;
    background: transparent;
    height: 17px;
    box-shadow: 0px 10px 12px 0px #e5e900;
}

.detail-2 {
    background-color: #fff;
    border-left: 10px solid #e5e900;
    border-bottom: 10px solid #e5e900;
    border-right: 10px solid #e5e900;
    border-top: none;
    padding: 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.detail-2 .cms-ul li {
    color: #9da000;
}

.detail-2 .cnt-number p {
    font-size: 60px;
    color: #9da000;
}


.shade-cover3 {
    position: relative;
    z-index: 1;
    background: transparent;
    height: 17px;
    box-shadow: 0px 10px 12px 0px #49006b;
}

.detail-3 {
    background-color: #fff;
    border-left: 10px solid #49006b;
    border-bottom: 10px solid #49006b;
    border-right: 10px solid #49006b;
    border-top: none;
    padding: 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.detail-3 .cms-ul li {
    color: #49006b;
}

.detail-3 .cnt-number p {
    font-size: 60px;
    color: #49006b;
}

.shade-cover4 {
    position: relative;
    z-index: 1;
    background: transparent;
    height: 17px;
    box-shadow: 0px 10px 12px 0px #9c0060;
}

.detail-4 {
    background-color: #fff;
    border-left: 10px solid #9c0060;
    border-bottom: 10px solid #9c0060;
    border-right: 10px solid #9c0060;
    border-top: none;
    padding: 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.detail-4 .cms-ul li {
    color: #9c0060;
}

.detail-4 .cnt-number p {
    font-size: 60px;
    color: #9c0060;
}

.shade-cover5 {
    position: relative;
    z-index: 1;
    background: transparent;
    height: 17px;
    box-shadow: 0px 10px 12px 0px #00aeb4;
}

.detail-5 {
    background-color: #fff;
    border-left: 10px solid #00aeb4;
    border-bottom: 10px solid #00aeb4;
    border-right: 10px solid #00aeb4;
    border-top: none;
    padding: 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.detail-5 .cms-ul li {
    color: #00aeb4;
}

.detail-5 .cnt-number p {
    font-size: 60px;
    color: #00aeb4;
}

.bottom-cms {
    padding: 50px 0;
    background-color: #fbfbfb;
}

.cms-qu img {
    animation: floatUpDown 3s ease-in-out infinite;
    width: 55%;
    margin-left: 22%;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.qu-dtls {
    margin-left: 25%;
}

.qu-dtls h2 {
    color: #000000;
    margin-bottom: 10px;
}

.qu-dtls p {
    color: #000000;
    margin-bottom: 20px;
}

.qu-dtls ul li {
    color: #000000;
    margin-bottom: 20px;
}

/* **************responsive************** */

@media (max-width: 992px) {
    .qu-dtls {
        margin-left: 0;
        text-align: center;
    }

    .detail-1 .cms-ul li,
    .detail-2 .cms-ul li,
    .detail-3 .cms-ul li,
    .detail-4 .cms-ul li,
    .detail-5 .cms-ul li,
    .detail-6 .cms-ul li {
        margin-bottom: 20px;
    }

    .banner-img img{
        margin-top: 20px;
    }
}