.card_shadow:hover{
    box-shadow: 0px 0px 8px rgba(38, 41, 43, 0.15);
}

.t-rec {
    word-break: normal !important;
}

#reviewss h1 span{
        font-family:'TrajanPro3' !important;
    }
    
#reviewss .reviews-btns img{
    width:40px;
    height:40px;
}
    
    @media (max-width:787px){
        #reviewss h1 span{
            font-size:22px;
        }
    }

.for_display{
    opacity:1 !important;
}

.t585__text .t-container .t585__icon{
        width:16px!important;
        height:16px!important;
}

.t585__text .t-container svg{
        width:16px!important;
        height:16px!important;
}
    
.t585__text .t-container .t585__circle{
       width: 32px;
        height: 32px;
        top: 2px;
}
    
.t585__text .t-container .t585__opened svg{
        transform: translateX(-1px) translateY(0px);
}


     .autoflash{
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

     .flash{
       content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    }
    
    .lighting {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
     }