.more-btn{
    clear: both;
    width: 150px;
    margin: 0 auto;
}

.card{
    position: relative;
    background: none;
}
.card::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 125px;
    height: 125px;
    background-color: #6827e2;
    border-top-right-radius: 30px;
}

.survey.card::after{
    content: unset;
}


.card-title,
.card-text{
    height: auto !important;
}

.btn{
    white-space: nowrap;
}

.btn img{
    width: auto !important;
}




.owl-carousel{
    position: relative;
}

.owl-nav{
    width: 100%;
    margin: 0 -5px;
    /* margin-top: 25px; */
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-nav [class*=owl-]{
    position: relative;
    font-size: 14px;
    line-height: 30px !important;
    width: 30px;
    height: 30px;
    color: #fff !important;
    border: 1px solid #6827e2 !important;
    background-color: #6827e2 !important;
    margin: 0 5px;
    border-radius: 100%;
}
.owl-nav [class*=owl-]:focus{
    outline: none;
}

/* .owl-nav .owl-prev{
    right: -50px;
}
.owl-nav .owl-next{
    left: -50px;
} */

.owl-nav i{
    font-size: 15px;
}

@media (min-width: 992px) {
    .owl-nav [class*=owl-]{
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 47px !important;
    }
    .owl-nav i{
        font-size: 24px;
    }
    .owl-nav .owl-prev{
        right: -50px;
    }
    .owl-nav .owl-next{
        left: -50px;
    }
}

.owl-nav [class*=owl-]:hover {
    color: #6827e2 !important;
    border-color: #ebba48 !important;
    background-color: #ebba48 !important;
}

.owl-stage{
    display: flex;
    align-items: baseline;
    padding-bottom: 30px;
}

.form-check-inline .form-check-input::after,
.form-check-inline .form-check-input:checked::before{
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-item{
    z-index: 0;
}

.dropdown, .dropleft, .dropright, .dropup{
    z-index: 1100;
}