.jh6-box{
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    transform: perspective(900px);
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.jh6-box:hover{
    box-shadow: 3px 3px 5px #999;
    transform: perspective(900px) rotateX(20deg) rotateY(0deg);
}
.jh6-box:before{
    content: '';
    background: #F89621;
    width: 100%;
    height: 100%;
    transform: scale3d(0, 1, 0);
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease .1s;
}
.jh6-box:hover:before{
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
}
.jh6-box img{
    width: 100%;
    height: 185px;
    transition: all 0.5s;
}
.jh6-box:hover img{ transform: rotate(10deg) scale(1.3); }
.jh6-box .box-content{
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%)  scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s linear 0s;
    padding: 10px;
}
.jh6-box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)  scale(1);
}
.jh6-box .title{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 5px #000;
    margin: 0 0 3px 0;
    max-height: 60px;
    overflow: hidden;
}
.jh6-box .post{
    color: #fff;
    font-size: 12px;
    text-shadow: 2px 0 5px #000;
    max-height: 52px;
    overflow: hidden;
}

.jh6-box .jh6-cat .title{
    min-height: 60px;
}

.jh6-cat .post{
    max-height:36px;
    min-height: 36px;
    margin-bottom: 5px;
}

.jh6-cat .div-coupon-offer span {
    background-color: #fff !important;
    color: #F89621;
}
.jh6-cat h4 div{
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 5px;
    display: unset;
    font-size: 12px;
    color: #F89621;
}

.jh6-cat h4 div i{
    color:#ced4da;
}
.jh6-cat h4 div i.on{
    color: #F89621;
}

.jh6-cat .div-coupon-offer
{
    text-align: left;
}

.jh6-cat .div-coupon-offer span
{
    padding: 3px 8px 2px;
}

.jh6-cat .div-coupon-offer span.empty
{
    background-color: transparent !important;
}

.txt-val-offer.no-stike
{
    background-color: transparent;
    color:transparent;
}

.div-main-offer p{
    color:#fff;
}

.txt-val-offer{
    background-color: #fff;
    padding: 0px 8px;
    border-radius: 20px;
}

.jh6-browsing-history .jh6-box img{
    height:110px;
}

@media only screen and (max-width:990px){
    .jh6-box { margin: 0 0 30px; }
}
@media only screen and (max-width:767px){
    .jh6-box{ margin: 0 20px 30px; }
}
@media only screen and (max-width:576px){
    .jh6-box{ margin: 0 5px 30px; }
}
@media only screen and (max-width:479px){
    .jh6-box{ margin: 0 0 30px; }
    .jh6-box .title{ font-size: 21px; }
    .jh6-box .post{ font-size: 14px; }
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 25px;
    z-index: 1;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #F89621;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #F89621;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    /* width: 90px; */
    width: 105px;
    color:#fff;
}
.ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
}
.ribbon1 span:before {
   height: 6px;
   width: 6px;
   left: -6px;
   top: 0;
   background: #F89621;
}
.ribbon1 span:after {
   height: 6px;
   width: 8px;
   left: -8px;
   top: 0;
   border-radius: 8px 8px 0 0;
   background: #F89621;
}

.jh6-cat-parent .ribbon1 {

    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.jh6-cat-parent:hover .ribbon1 {
    visibility: hidden;
    opacity: 0;  
}

.testimonial{
    border-left: 4px solid #F89621;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    /* padding: 30px 30px 30px 130px; */
    padding: 15px 15px 15px 110px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #F89621;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    /* top: 60px;
    left: 20px; */
    top: 40px;
    left: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    /* font-size: 15px; */
    font-size: 12px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 600;
    max-height: 74px;
    min-height: 74px;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    /* font-size: 20px; */
    font-weight: 700;
    /* color: #d45113; */
    color: #333;
    margin: 0;
    font-size: 18px;
    width:100%;
}
.testimonial .post{
    display: inline-block;
    /* font-size: 17px; */
    font-size: 10px;
    color: #F89621;
}

@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

.div-abt-desc {
    text-align: center;
    padding-top: 30px;
}

.subs6-btn{
    color: #fff;
    background-color: #F89621;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    padding: 0;
    border: 2px solid #F89621;
    perspective: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.subs6-btn:hover{ color: #F89621; }
.subs6-btn span{
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    /* padding: 8px 18px; */
    padding: 4px;
    display: block;
}
.subs6-btn:before,
.subs6-btn:after,
.subs6-btn span:before,
.subs6-btn span:after{
    content: "";
    background-color: #fff;
    width: 25%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(-1,1,0,-110deg);
    transform-origin: top left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.subs6-btn:after{ left: 25%; }
.subs6-btn span:before{ left: 50%; }
.subs6-btn span:after{ left: 75%; }
.subs6-btn:hover:before,
.subs6-btn:hover:after,
.subs6-btn:hover span:before,
.subs6-btn:hover span:after{
    opacity: 1;
    transform: rotate3d(1,1,0,0);
}

@media only screen and (max-width: 767px){
    .subs6-btn{ margin-bottom: 20px; }
}

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

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

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

.sidebar-nav #sidebarnav li ul li a
{
    padding: 10px 25px;    
    border:1px dashed #ddd;
    transition: all .5s ease-out;
    color:#99abb4;
}

.sidebar-nav #sidebarnav li ul li a:hover
{    
    border:1px dashed #F89621;
    color: #F89621;
    background: #F896213F;
}