.k_ul li {
    list-style-type: square;
    padding-bottom: 10px;
}

.btnonimg:hover {
    background: #fff !important;
    border: 1px solid teal !important;
    color: teal !important;
}

.btnonimg {
    border: 1px solid purple !important;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.blocknumber span {
    background-color: #194866 !important;
    border-radius: unset !important;
    left: unset !important;
    width: 94% !important;
    font-size: unset !important;
}

@media only screen and (max-width: 767px) {
    img.mobwidth {
        width: 75px;
    }
}

.breakmywrd {
    word-break: break-all;
}

.placeholder {
    height: 30vh;
    background: #194866;
}

hr {
    border: 2px #194866 solid;
}

.upperme {
    text-transform: uppercase;
}

.centerme {
    text-align: center;
}

.output {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    padding-left: 2.5vw;
}

.output h1 {
    font-size: 1.3vw;
}

.cursor::after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    background-color: #fff;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

h1.cursor::after {
    height: 24px;
    width: 13px;
}

p.cursor::after {
    height: 13px;
    width: 6px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.padmytop5 {
    padding-top: 4%;
}

.whylbs_a {
    position: absolute;
    top: 10vh;
}

.default-button {
    color: #fff;
    border-width: 3px 3px 3px 3px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: unset !important;
    letter-spacing: 1.04px;
    padding: 10px 10px 10px 10px;
    border-radius: unset !important;
}

.img80 {
    width: 30vw;
}

.padunset {
    padding: unset !important;
}

.widthme90 {
    width: 90%;
}

.asses_img {
    width: 90%;
    float: right;
}

.assessment-card .flip-card {
    background-color: transparent;
    perspective: 1000px;
    font-family: sans-serif;
    height: 480px ;
}

.title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card .flip-card-front,
.flip-card .flip-card-back {   
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
}

.flip-card .flip-card-front {
    align-items: center;
}

.flip-card .flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        120deg,
        #dbba76 30%,
        #bf9745 88%,
        bisque 40%,
        #6d5320 78%
    );
    color: white;
    transform: rotateY(180deg);
    padding: 1.25rem;
}

.flip-card .bullet li {
    font-size: 17px;
    line-height: 2;
    color: #000;
    display: flex;
}

.icon-services.popular-assessments img {
    width: 350px;
}

@media only screen and (min-width: 999px) and (max-width: 1119px) {
    .single-mission img {
        max-width: 90%;
    }
}

@media only screen and (max-width: 820px) {
    .flip-card-front img {
        width: 450px;
    }
}

@media only screen and (max-width: 414px) {
    .icon-services.popular-assessments img {
        width: 280px;
    }
}