blockquote {
    height: 120px;
}

.title-one h2 {
    line-height: 1.6em;
}

.block-feature-three .block-four .block-title {
    /* background: url(../images/shape/shape_03.svg) repeat; */
    background-size: cover;
    border-radius: 18px;
    padding: 12px 16px 12px 18px;
    background: white;
}

li.previous{
    margin-left: 20px;
}

li.next{
    margin-right: 20px;
}

.inner-banner-one {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}


.prompt {
    background-color: rgb(59, 134, 196); /* Blue */
    background-position-x: 1rem;
    background-position-y: 1.5rem;
    background-repeat: no-repeat;
    background-size: auto 40%;
    box-shadow: 0 20px 40px 0 rgba(91, 107, 174, 0.15);
    padding: 1.5rem 1rem 0.5rem 5rem;
    position: fixed;
    transition: all 0.5s ease-in-out;
    width: 100vw;
    z-index: 9;
    bottom:0 !important;
}

.prompt.show {
    transition-delay: 3s;
    bottom: 0;
    opacity: 1;
}

.prompt.hide {
    bottom: -100%;
    opacity: 0;
}


.fancy-banner-three:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #2cace2;
    mix-blend-mode: color;
}
