body{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
*{
    box-sizing: border-box;
}
.container{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.header__logo {
    max-width: 250px;
    margin: 0 auto;
}
.header {
    padding: 25px 0;
    box-shadow: 0px -2px 10px 0px rgba(44, 50, 50, .2);
}
.survey__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
    box-shadow: 0px -2px 10px 0px rgba(44, 50, 50, .2);
    overflow: hidden;
}
.survey {
    padding-top: 25px;
}
.survey__question {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.survey__button {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    text-align: right;
}
.survey-btn {
    width: 130px;
    text-align: center;
    background-color: #8ec642;
    color: #fff;
    display: block;
    border: none;
    line-height: 35px;
    cursor: pointer;
}
.survey__answer {
    position: relative;
    margin-bottom: 10px;
}
.survey__radio{
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.survey__radio-label{
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}
.survey__radio-label:before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 0;
}
.survey__radio:checked + label:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
    background-color: #8ec642;
    position: absolute;
    left: 3px;
    top: 3px;
}
.survey__answer_rating input{
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.survey__rating-label {
    border: 1px solid #ccc;
    line-height: 30px;
    display: inline-block;
    width: 35px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}
.survey__rating:checked + label{
    background-color: #8ec642;
    color: #fff;
}
.survey__btn{
    width: 130px;
    text-align: center;
    background-color: #8ec642;
    color: #fff;
    display: block;
    border: none;
    line-height: 35px;    
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #8ec642;
}
.survey__btn-outline{
    background-color: #fff;
    color: #8ec642;
}
.step-two{
    display: none;
    padding-top: 5px;
    /* border-top: 1px solid #ccc; */
    margin-top: 15px;
}
.survey__radio-label_td{
    display: inline-block;
    padding: 0;
    width: 16px;
    height: 16px;
}
.w-40{
    width: 40%;
}
.w-15{
    width: 15%;
}
.t-a-c{
    text-align: center;
}
table.survey__table {
    margin-top: 25px;
}
.survey__table td{
    padding: 8px 0;
}
.survey__table th{
    color: #555;
}
.step-three {
    display: none;
}
.step-one{
    display: none;
}
.step-three.active,
.step-two.active,
.step-one.active{
    display: block;
}
.footer__inner {
    background-color: #282a2b;
    color: #8e8e8e;
    padding: 25px 0;
    overflow: hidden;
}
.footer__left {
    width: 50%;
    float: left;
}
.footer__right {
    width: 50%;
    float: left;
    text-align: right;
}
.footer {
    margin-top: 50px;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.survey{
    min-height: calc(100vh - 166px);
}
.survey__btn {
    cursor: pointer;
}
.survey__welcome-message p:first-child{
    color: #8ec642;
    font-size: 20px;
    font-weight: 700;
}

/* thank you */
.clientLogo {
    max-width: 250px;
    margin: 100px auto 0 auto;
}
.thankyou-subheader {
    color: #8ec642;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.thankyou-text {
    font-size: 26px;
    font-weight: bold;
}
.thankyou-common-text{
    margin: 0 0 10px;
}
.text-center{
    text-align: center;
}
/* .survey__thank-you {
    text-align: center;
} */
.thankyou-text {
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.survey__btn + a{
    text-decoration: none;
}
.survey-btn{
    text-decoration: none;
    float: right;
}
.step-three{
    margin-top: 50px;
}
.survey__btn_first{
    /* margin-top: 30px; */
    text-decoration: none;
}
.survey__button_submit{
    display: none;
}
.text-left{
    text-align: left;
}
.survey__thank-you {
    text-align: center;
}