.Wplgnite-custom-button.element-four {
    padding: 0;
    margin: 0;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
    display: block;
}

.Wplgnite-custom-button.element-four .rt-arrow-btn {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
    position: relative;
    border: 0;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    transition: all .3s;
    background-color: #3D59E8;
    border-radius: 4px;
    padding: 11px 33px;
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 7%);
    width: auto;
    cursor: pointer;
}

.Wplgnite-custom-button.element-four a.rt-readmore-btn {
    position: relative;
    display: inline-block;
    margin-left: 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 0px;
}

.Wplgnite-custom-button.element-four a.rt-readmore-btn::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #fff;
}

.Wplgnite-custom-button.element-four a.rt-readmore-btn:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-custom-button.element-four a.rt-readmore-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-custom-button.element-four .rt-arrow-btn svg {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    fill: #fff;
    margin-top: 0px;
    margin-left: 12px;
}

.Wplgnite-custom-button.element-four .rt-arrow-btn:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    fill: #fff;
}

@media only screen and (max-width: 767px) {
    .leftpane {
        margin-bottom: 30px;
    }

}