.display-none {
    display: none;
}

.SurveyQus-image-component {
    padding: 2px 2px 0;
    position: relative;
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
}

.SurveyQus-image-component:hover .AnswerText {
    color: #fff;
}
@media screen and (max-width : 768px) {
    .SurveyQus-image-component:hover {
        background-color: transparent;
    }
    .SurveyQus-image-component:hover .AnswerText {
        color: #6e6e6e;
    }
}
.hide-input {
    display: none;
}
.SurveyQus-image-component img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.SurveyQus-image-component:hover:before {
    content: '';
    background-color: #999;
    bottom: 2px;
    left: 2px;
    opacity: 0.5;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
}
.SurveyQus-image-component .AnswerText {
    color: #999;
    line-height: 40px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.SurveyQus-image-component .SurveyQus-image-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
}
.SurveyQus-image-component .SurveyQus-image-icon .icons-background {
    width: 0;
    height: 0;
    position: absolute;
    border-right: 50px solid transparent;
    border-top: 50px solid rgba(34, 36, 38, 0.2);
}
.SurveyQus-image-component .SurveyQus-image-icon .icon-holder {
    width: 32px;
    height: 32px;
    color: #fff;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 16px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
}

.check-box .SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    content: "\f096";
}
.radio-box .SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    content: "\f10c";
}
.is-radio-on.SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    color: #0095dc;
    content: "\f192";
}
.is-checked.SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    color: #0095dc;
    content: "\f14a";
}
.SurveyQus-image-component.is-radio-on,
.SurveyQus-image-component.is-checked {
    border-color: #0095dc;
}

.pl1 {
    padding-left: 1px;
}

.pr1 {
    padding-right: 1px;
}

.m0 {
    margin: 0px;
}

.mt4 {
    margin-top: 4px;
}