.modal-survey-container {
    /*display: flex ;
    display:-webkit-flex ;
    display:-moz-flex ;
    display:-ms-flexbox ;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center!important;
    -webkit-justify-content: space-between;*/
}
#survey-contact-form.modal-survey-container .survey_table {
    /*flex-direction: column;
    justify-content: center;*/
}
#survey-contact-form.modal-survey-container .survey_table > *{
    align-self: center;
}
.eachdisplay {
    flex-direction: row;
}

.survey_table {
    /*display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;*/
}
.survey_element.survey_question {
    background: none !important;
    font-size: 28px;
    border: none !important;
    box-shadow: none !important;
    font-weight: 600;
}

.survey_element.survey_question {
    margin-bottom: 5px;
    margin-top: 20px;
    flex-basis: auto;
    flex-basis: 100%;
    width: 100%;
}
.survey_element.survey_answers {
	margin: 13px;
}

.survey_element {
    font-weight: 500;
    background: rgba(0, 0, 0, 0.1) !important;
}
.ms-imgpos {
}
.survey_question, .survey_form {
    /*display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex: 1;
    -webkit-flex: 1;*/
    font-weight: bold;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.survey_element {
    text-align: center;
    min-height: 32px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    width: 100%;
}
.ms-a-label {
    line-height: 18px;
    padding: 5px 0;
    max-width: 70%;
}

.ms-a-label {
    position: relative;
}
.survey_answers {
    text-decoration: none;
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    margin: 5px;
    cursor: pointer;
    width: 100px;
    line-height: 2;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.survey_answers_many {
    text-decoration: none;
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    margin: 5px;
    cursor: pointer;
    width: 100px;
    line-height: 2;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px;
}

.survey_element {
    text-align: center;
    min-height: 32px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    width: 100%;
}
.single{
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(204, 204, 204) 100%);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 252, 252);
    padding: 15px 11px;
    font-size: 18px;
    border-radius: 0px;
    box-shadow: rgb(220, 216, 216) 0px 0px 0px 0px;
    text-align: center;
}
.survey-mode-dark .single {
    color: #404040;
    border-color: #3563a9;
    background-color: #fff!important;
}
.survey-text{
    background-color: #ffffff00;
    color: #fff;
    width: inherit;
    padding: 8px;
    font-weight: 600;
    border-color: #fff;
    margin: 16px 0;
}
.survey_answers:hover {
    cursor: pointer;
    vertical-align: middle;
    opacity: 0.7;
    transform: none;
    transition-duration: 0s;
}
.survey-checkbox{
    margin-left: -40px;
    border: 2px solid #fff;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0px;
}
.survey-checkbox span{
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
}
.survey_answers_hover {
    cursor: pointer;
    vertical-align: middle;
    transform: none;
    transition-duration: 0s;
    border-color: #fff;
}
.survey_answers_many:hover {
    cursor: pointer;
    vertical-align: middle;
    opacity: 0.7;
    transform: none;
    transition-duration: 0s;
}
.question-text {
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(204, 204, 204) 100%);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 252, 252);
    padding: 6px; font-size: 17px;
    border-radius: 0px;
    box-shadow: rgb(220, 216, 216) 0px 0px 0px 0px;
    text-align: center;
}
.survey-mode-dark .question-text {
    color: #464444;
}
.service-box-car-2{
min-height: 330px;
}
.survey-text{
    padding: 9px;
    text-align: justify;
    color:#fff!important;
    font-size: 14px!important;
}
.survey-text p{
    color:#fff!important;
}
.survey-mode-dark .survey-text {
    border: 4px solid #3563a9;
    color: #555!important;
}
#survey-contact-form .line {
    display: flex;
    align-items: center;
}
#survey-contact-form .line input{
    flex: 1
}
#survey-contact-form .ms-a-label {
    color: #fff;
    padding-right: 5px;
    min-width: 110px;
    display: block;
    text-align: right;
}
.survey-mode-dark #survey-contact-form .ms-a-label {
    color: #404040;
}
@media (max-width: 992px){
    .ms-a-label {
        line-height: 18px;
        max-width: 200px;
        font-size: 16px;
        width: 60%;
    }
    .survey_element.survey_question {
        font-size: 24px;
    }
}
@media (max-width: 768px){
    .survey_element{
        display: -webkit-flex;
        flex: auto;
    }
    .survey_element.survey_question {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .ms-a-label {
        line-height: 18px;
        max-width: 180px;
        font-size: 14px;
    }
    .survey_element.survey_question {
        font-size: 18px;
    }
}