/*
 * Version: 2.1.2
 * File Description: Place here your custom CSS styles
 */

 .compare .image-box img{
    max-width: inherit !important;
 }
 .pr-30{
    padding-right: 3rem;
 }

 .video-fluid {
   width: 100%;
   height: auto;
 }

 table .disabled div{
    background-color:  #dedede;
    color: white !important;
    cursor: not-allowed;
 }