.arrow-right:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -7px;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
}

.btn {
    position: relative;
}

.btn a {
    text-decoration: none!important;
}

.m-btn {
    position: relative;
}

.m-btn a {
    text-decoration: none;
    display: block;
    color: #fff;
    border-radius: 4px;
    background-color: #2fa139;
    box-shadow: 0px 5px 0 rgba(33, 114, 44, .9);
    padding: 8px;
    transition: 0.2s all ease 0s;
}

.m-btn a:hover {
    background-color: #2fb358;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

.btn-blk {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    font-size: 12px;
    border-radius: 0px;
    padding: 4px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn-blk:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-blk.active, .btn-blk:active, .open>.dropdown-toggle.btn-blk {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-blk.focus, .btn-blk:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.formbtn {
    position: relative;
    line-height: 40px;
    width: 250px;
    background: #1d993d;
    border: solid 2px #1d993d;
    color: #fff;
    text-align: center;
    font-size: 18px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 5px;
    -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
    transition: background-color .2s linear, color .2s linear, border .2s linear;
}

.formbtn:hover {
    background: #fff;
    color: #808080;
}

.formbtn:disabled {
    background: #D8D8D8;
    color: #808080;
    border-color: #808080;
}



.top-entry-button {
    height: 55px;
    width: 100%;
    font-size: 22px;
    border-radius: 10px;
}



@media only screen and (max-width: 320px) {
    .text_lg {
        font-size: 22px!important;
    }
}

@media only screen and (max-width: 539px) {
    .text_lg {
        font-size: 24px;
    }
    .btn-blk {
        width: 140px;
        border-radius: 0px;
    }
}
