.section-1-slide {
    display: flex;
    flex-wrap: wrap;
}

h1 {
    font-weight: 600;
    line-height: 72px;
}

.content {
    margin: 9rem 0rem 0rem 0rem;
    padding: 0;
}

.content h1 {
    font-weight: 600;
    /* font-size: 55px; */
    line-height: 1.2;
}

.content>ul {
    margin: 4rem 0px 5rem 0px;
    padding: 0;
}

.content>ul>li {
    font-size: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 70%;
    display: flex;
    align-items: flex-start;
}

.content>ul>li p {
    margin: 0;
}

.content>ul>li img {
    width: 7% !important;
    margin: 0.2rem 1rem 0px 0px;
}

.main-img img {
    width: 100%;
}

.main-img {
    padding: 3rem 0px 0px 0px;
}

.section-1-carousel {
    display: flex !important;
    width: 100% ! important;
}

.section-1-carousel .owl-nav>button {
    position: absolute;
    bottom: 5%;
    left: 0;
}

.section-1-carousel .owl-nav>button.owl-next {
    left: 360px;
}
@media (min-width:992px) and (max-width:1130px) {
    .section-1-carousel .owl-nav>button.owl-next {
        left: 300px;  
    }
}
.btn-prev,
.btn-next {
    background-color: transparent;
    border: transparent;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: none !important;
    outline: none !important;
    opacity: 1;
}

.section-1-carousel .owl-stage-outer {
    overflow: visible !important;
}

/* #slide-2 {
    display: none;
} */

.item {
    animation: appear_slide 0.4s ease-in-out;
}

@keyframes appear_slide {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slider-container {
    overflow: hidden;
    position: relative;
}

.slider-container .section-1-carousel::before {
    content: ' ';
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(237, 240, 255, 0) 0%, #C7D0FF 100%);
    border-radius: 0px 0px 0px 90px;
    z-index: -1;
}

.slider-container .section-1-carousel::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 40%;
    right: 0%;
    bottom: 0%;
    border-radius: 0px 0px 0px 90px;
    z-index: 2;
    background: linear-gradient(0deg, rgb(208 228 255) 0%, rgb(255 255 255 / 0%) 100%);
}

@media (max-width:1024px) {
    .slider-container .section-1-carousel {
        padding-bottom: 20px;
    }

    .slider-container .section-1-carousel::before {
        width: 100%;
        height: 40%;
        bottom: 0%;
        border-radius: 0px 0px 50px 50px;
    }
    .slider-container .section-1-carousel::after{
        width: 100%;
        height: 30%;
    }
    .section-1-carousel .owl-nav>button {
        position: absolute;
        bottom: unset;
        top: 20%;
        left: 0px;
    }

    .section-1-carousel .owl-nav>button.owl-next {
        left: unset;
        right: 0px;
    }

    .section-1-carousel .owl-nav>button img {
        width: 35px;
        height: 35px;
    }
}

.slider-nav {
    display: flex;
    position: relative;
    width: 70.5%;
    justify-content: center;
    align-items: flex-end;
}
@media (min-width:992px) {
    .section-1-carousel .owl-carousel .owl-nav>button {
        display: flex;
        justify-content: center;
        width: 42px;
        height: 42px;
        line-height: 42px;
        /* position: relative; */
        box-sizing: border-box;
        background: #FFF;
        background-clip: padding-box;
        border-radius: 50%;
        /* bottom: 4rem; */
        margin-bottom: -10px;
        transition: all linear 0.3s;
        cursor: pointer;
        /* z-index: 2; */
    }
    .slider-nav{
        position: absolute;
        bottom: 0;
    }
    .content>ul {
        margin-bottom: 9rem;
    }
    .section-1-carousel .owl-carousel .owl-nav>button i {
        line-height: 42px;
        background: -webkit-linear-gradient(180deg, #45B9D5, #81CA73);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all linear 0.3s;
        /* z-index: 5; */
    }

    .section-1-carousel .owl-carousel .owl-nav>button:hover i {
        background: #ffffff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .section-1-carousel .owl-carousel .owl-nav>button::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -1px -1.5px -1px -1px;
        border-radius: inherit;
        background: linear-gradient(90deg, #45B9D5 0%, #81CA73 100%);
    }
}

.current-slide-name p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    text-align: center;
    background: linear-gradient(90deg, #45B9D5 0%, #81CA73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 1rem;
}

.current-slide-name {
    display: flex;
    justify-content: center;
    width: 13rem;
    position: relative;
    box-sizing: border-box;
    background: #FFF;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 1rem;
    /* bottom: 4rem; */
    margin-bottom: 14px;
    box-shadow: 0px 6px 4px #EDF0FF;
}

.current-slide-name:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px -1px -2px -1.5px;
    border-radius: inherit;
    background: linear-gradient(90deg, #45B9D5 0%, #81CA73 100%);
}

@media screen and (max-width: 1024px) {
    .section-1 {
        display: flex;
        justify-content: center;
    }

    .content,
    .main-img,
    .content>ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content {
        margin: 3rem 0px 0;
    }

    .content>ul {
        margin: 2rem 0px 0rem 0px;
        padding: 0;
    }

    .content h1 {
        text-align: center;
    }

    .content>ul>li {
        width: 80%;
    }

    .main-img img {
        width: 60%;
    }

    .main-img::before {
        width: 100%;
        left: 0%;
        border-radius: 0px 0px 90px 90px;
    }

    .main-img::after {
        width: 100%;
        border-radius: 0px 0px 90px 90px;
    }

    .section-1-carousel .owl-nav {
        /* bottom: 5rem; */

    }

    .slide-name-area {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .content {
        margin: 3rem 0px;
    }

    .content h1 {
        text-align: center;
    }

    .content>ul>li {
        width: 80%;
    }

    .main-img img {
        width: 60%;
    }

    .main-img::before {
        width: 100%;
        left: 0%;
        border-radius: 0px 0px 30px 30px;
    }

    .main-img::after {
        width: 100%;
        border-radius: 0px 0px 30px 30px;
    }

    .section-1-carousel .owl-nav {}

    .slide-name-area {
        display: none;
    }
}


.parent-feature {
    transition: all 1s;
}

.parent-feature[data-id="1"] {
    order: 1;
}

.parent-feature[data-id="2"] {
    order: 2;
}

.parent-feature[data-id="3"] {
    order: 3;
}

.position-relative {
    position: relative;
}

.owl-carousel {
    overflow: hidden !important;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.owl-stage {
    overflow: hidden !important;
}

.left-sect {
    /* overflow: hidden; */
}

.ovfl-hide {
    overflow: hidden;
}

.center-dot-custom {
    width: 100%;
    justify-content: center;
    position: relative;
}

.center-dot-custom::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
    border-radius: 50%;
    transform: scale(.65);
    position: absolute;
    top: -10px;
    box-shadow: 0px 5px #79C880;
}

.center-dot-custom .feature-dot.dot-active {
    margin: auto;
    margin-top: 5rem;
}

.center-dot-custom .feature-dot#right-dot {
    margin-left: auto;
    margin-top: 1rem;
}

.center-dot-custom .feature-dot#left-dot {
    margin-right: auto;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {

    .section-5 h4 {
        width: 70%;
        text-align: center;
        margin: auto;
    }

    .section-3 .feature-container {
        margin-bottom: 0 !important;
    }

    .section-3 {
        position: relative;
        width: 100%;
    }

    .section-3 .feature-container {
        margin-top: -5rem !important;
        width: 100%;
    }

    .section-3 .center-dot-custom {
        width: 100%;
        justify-content: space-between;
        /* position: relative; */
        margin-top: -4rem !important;
        align-items: center;
        aspect-ratio: 4/2;
        z-index: 999;
        position: relative;
    }

    .section-3 .center-dot-custom::before {
        transform: scale(.9);
        top: -2rem;
        left: 0.5rem;
    }

    .section-3 .center-dot-custom .feature-dot#right-dot {
        margin-top: -3rem;
        margin-left: 0rem;
        z-index: 10;
    }

    .section-3 .center-dot-custom .feature-dot#left-dot {
        margin-top: -3rem;
        margin-left: -1rem;
    }

    .section-3 .center-dot-custom .feature-dot.dot-active {
        margin-top: 7rem !important;
        margin-left: -.5rem !important;
    }

    .section-6-bg {
        background-image: url(../../img/bg/bg_sss6_mb.png);
    }

    .section-6 {
        padding: 0rem 0px;
    }

    .section-7-content {
        width: 90%;
        margin: auto;
    }

    .section-7-content p {
        width: 100%;
    }

    .section-7 {
        background-color: #C7D0FF;
        height: auto;
        background: rgb(199, 208, 255);
        background: linear-gradient(180deg, rgba(199, 208, 255, 1) 53%, rgba(249, 250, 255, 0.6) 75%);
    }

    .section-7 .container {
        width: 100% !important;
        max-width: 100%
    }

    .section-9 {
        margin: 3rem 0 !important;
    }

    .section-9 .form-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        border-radius: 2rem;
    }

    .section-9 .form-wrapper .left-sect p {
        text-align: center;
        margin: 1rem 0px 3rem 0px;
        width: 100%;
    }

    .question-mark.mark-2 {
        bottom: 0;
        left: 42% !important;
    }

}
@media (max-width:991px) {
    
    .section-8 {
        margin-top: 1rem;
        background: #202b50;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }

    .section-8 .container {
        width: 100% !important;
        max-width: 100%
    }

    .section-8 .circle-sect-8 {
        position: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto !important;
        transform: scale(1) !important;
        margin-bottom: 2rem;
    }

    .section-8 .stat {
        position: unset;
        margin: 0;
        width: calc(90vw / 3);
        height: calc(90vw / 3);
        transform: scale(.8) !important;
    }

    .section-8 .container .circle-sect-8 .stat {
        transform: scale(.8) !important;
    }

    .section-8 .stat .title {
        margin: 0.1rem 0rem 0.3rem 0rem;
        line-height: 1rem;
        width: 80%;
        /* margin: auto; */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 14px;
    }

}