.jh8-box-img div
{    
    background: #F89621;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}
.jh8-box-img img, .jh8-box-serice img
{
    height: 185px;
    width: 100%;
}

.jh8-box-serice
{
    position: relative;
}

.jh8-box-serice div{
    position: absolute;
    top:0;
    background: #F89621;
    padding: 4px 8px 3px;
    color: #fff;
}

.jh8-head{
    text-align: center;
    padding: 10px;
    font-size: 18px;    
    text-transform: uppercase;
    line-height: 30px;
    max-height: 46px;
    overflow: hidden;
    color: #67757c;
}

.jh8-amt{
    text-align: center;
    padding-bottom: 10px;
}

.jh8-amt .txt-val-offer
{
    color: #b3b3b3;
    padding-right: 10px;
}

.jh8-amt span{
    font-weight: 400;
}

.jh8-amt .txt-val{
    color: #F89621;
}

.jh8-box{
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #f0f0f0;
}
.jh8-box:hover {
    -webkit-box-shadow: 0 7px 15px -5px rgba(0,0,0,.07);
    -moz-box-shadow: 0 7px 15px -5px rgba(0,0,0,.07);
    box-shadow: 0 7px 15px -5px rgba(0,0,0,.07);
}

.item8 .testimony-wrap
{
    padding: 20px;
}
.item8 .testimony-wrap .user-img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -75px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.item8 .testimony-wrap .user-img img{
    border-radius: 50%;
}
.item8 .testimony-wrap .user-img .quote {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    color:#F89621;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.item8 .testimony-text, .item8 .testimony-text p
{
    text-align: center;
}

.item8 .testimony-text p.name
{
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 35px;
    margin-bottom: 0px;
}
.item8 .testimony-text .line {
    position: relative;
    border-left: 1px solid #e6e6e6;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 25px;
    color:#333;
    max-height: 102px;
    min-height: 102px;
    overflow: hidden;
    text-shadow: 0 0px 1px #333;
}

.item8 .testimony-text .line:after {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 30px;
    background: #F89621;
}
.item8 .testimony-text i.on {
    color:#F89621;
}

.div-child-newsletter input{
    border-radius: 0px;
    background-color: #fff !important;
    color: #333;
    opacity: 1 !important;
}
.subs8-btn{
    color: #F89621;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.subs8-btn:hover{
    color: #fff;    
    text-shadow: 0 0 3px #333;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.subs8-btn:before,
.subs8-btn:after{
    content: "";
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
.subs8-btn:after{
    background-color: #F89621;
    width: 100%;
    height: 0%;
    top: -10%;
    left: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
}
.subs8-btn:hover:before{ background-color: #F89621; }
.subs8-btn:hover:after{
    height: 100%;
    top: 101%;
}

.sidebar-nav #sidebarnav li a.has-arrow {
    /* background-color: #F89621; */
    color: #F89621;
    border-radius: 4px;        
    padding: 5px 13px;
    border:1px solid #F89621;
    transition: all .5s ease-out;
}

.sidebar-nav #sidebarnav li a.has-arrow:hover
{
    background-color: #F89621;
    color:#fff !important;
    border:1px solid #fff;
}

.sidebar-nav #sidebarnav li ul
{
    border-radius: 0px !important;
    padding: 0px;
}

.sidebar-nav #sidebarnav li ul li a
{
    padding: 8px 25px;    
    border:1px solid #fff;
    background: #F8962119;
    transition: all .5s ease-out;
    color:#F89621;
}

.sidebar-nav #sidebarnav li ul li a:hover
{    
    border:3px solid #fff;
    color: #fff !important;
    background: #F89621;
}

.browsing_his .jh8-box img{
    width: 100%;
    /* height: 178px; */
    height: 105px;
}