.vc_message_box.ephp-opinion{
    border-radius: 0;
    border-width: 5px;
    padding: 4em 1em 1em;
    color: #000 !important;
    min-height: 340px;
}
.vc_message_box.ephp-opinion:before{
    content: '';
    width: 100%;
    background: #f8f8f8 !important;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.vc_message_box.ephp-opinion:after{
    content: '';
    top: 48px;
    height: 1px;
    background: #666666 !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.3;
}
.vc_message_box.ephp-opinion .vc_message_box-icon{
    width: 48px;
    height: 48px;
    right: 0;
    left: auto;
}
.vc_message_box.ephp-opinion .vc_message_box-icon:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-style: solid;
    border-width: 48px 0 0 48px;
    border-color: transparent transparent transparent #f8f8f8 !important;
}
.vc_message_box.ephp-opinion .vc_message_box-icon .fa{
    font-size: 1.2em;
    position: absolute;
    top: 15px;
    left: 35px;
}
.vc_message_box.ephp-opinion h5{
    position: absolute;
    top: 10px;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.vc_message_box.ephp-opinion h6{
    position: absolute;
    top: 25px;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.vc_message_box.ephp-opinion p:last-child strong{
    font-weight: 300;
}
.ephp-outline-btn a{
    border-radius: 42px !important;
    padding: 30px 30px 30px 97px !important;
    position: relative !important;
    font-size: 20px !important;
}
.ephp-outline-btn a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 3px solid #fff;
    border-radius: 40px;
    max-width: 99%;
    max-height: 95%;
    margin: auto;
}
.ephp-outline-btn a .fa{
    font-size: 67px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.offer-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-box p{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 1px solid #999999;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px !important;
    border-left: 3px solid #666666;
    text-align: left;
    opacity: 0.8;
}
.skew-btn button{
    height: 50px;
    position: relative;
    border: none !important;
    padding-right: 50px !important;
}
.skew-btn button:after{
    content: '';
    width: 50px;
    height: 50px;
    transform: skew(-45deg);
    background-color: inherit;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}
.skew-btn button.vc_btn3-style-modern:after{
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.2) 0,rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
}
.rating-box .circle{
    background-color: #feca00;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
@media only screen and (max-width: 767px){
    .ephp-outline-btn a .fa{
        position: static !important;
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .ephp-border-box .border-box-content{
        padding: 30px 40px;
        background-color: #F5F5F5;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
}