.page-load {
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
    margin: 0;
}

.bg_gray {
    background-color: #f5f5f5;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap-login100 {
    width: 700px;
    padding: 40px;
    background: #fff;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0px 5px 20px -5px #2d2a2a;
}

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}

.b-right {
    border-left: 1px solid #ddd;
}

.survey {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.row:after {
    display: table;
    content: " ";
}

.s-title {
    font-size: 20px;
}

.down_line_center,
.down_line_left {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.mt_30,
.my_30 {
    margin-top: 30px !important;
}

.down_line_center:before,
.down_line_left:before,
.loader-animation {
    background-color: #396CF0;
}

.down_line_center:before {
    left: 50%;
    transform: translateX(-50%);
}

.down_line_center:before,
.down_line_left:before {
    /* content: ""; */
    width: 50px;
    height: 4px;
    bottom: 0;
    position: absolute;
}

.row:before {
    display: table;
    content: " ";
}

.form-group {
    margin-bottom: 15px;
}

.form-control,
select {
    background-color: #f5f5f5;
}

.form-control {
    border: medium none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    height: 46px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered > tbody > tr > th {
    border: 1px solid #ddd;
}

textarea.form-control {
    resize: none !important;
    padding: 12px !important;
    height: 161px !important;
    width: 624px;
    margin-left: 12px;
}

.form-control,
select {
    background-color: #f5f5f5;
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.btn-primary {
    color: #fff;
    background-color: #71921a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #71921a;
    border-color: #71921a;
}

.btn {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0px 15px;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
}

.mt_20,
.my_20 {
    margin-top: 20px !important;
    margin-bottom: -13px;
}

button {
    outline: unset;
}

.survy-btn {
    margin-left: 255px;
}

.rating {
    border: none;
    text-align: center;
}

.rating > input {
    display: none;
}

.rating > label {
    color: #ddd;
    float: right;
}

label {
    margin-bottom: 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'Icofont';
    display: inline-block;
    content: "\ec7c";
}


.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.table > tbody > tr > th {
    padding: 6px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    /* width: 126px; */
}

.table > tbody > tr > td {
    padding: 6px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.full {
    /* font-size: 10px; */
}

.survey-logo {
    width: 191px;
    margin-top: -15px;
}

.rating-td {
    width: 28%;
    text-align: center;
}

.survey a {
    color: #6c6c6c;
}

a {
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;

}

.login100-form textarea:focus,
input:focus {
    border-color: transparent !important;
}

.comment-survey:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(57, 108, 240, 0.3);
}

.btn-primary:active {
    color: #fff !important;
    background-color: #71921a !important;
    border-color: #71921a !important;
}

.question {
    width: 61%;
    text-align: center;
}

.table tbody tr td:last-child {
    vertical-align: middle !important;
}

/* responsive */
@media (max-width: 767px) {
    .b-right {
        border: none;
    }

    .survey {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        text-align: center;
        margin-top: 3px;
    }

    .page-size {
        padding: 22px;
    }
}

@media (max-width: 525px) {
    .rating-td {
        width: 38%;
    }
}

@media (max-width: 561px) {
    .full {
        font-size: 10px;
    }

    .guj_font {
        font-family: 'Gujrati';
        font-size: 12.5px !important;
    }
}

@media (max-width: 441px) {
    .rating > label:before {
        margin: 4px;
    }

    .guj_font {
        font-family: 'Gujrati';
        font-size: 12.5px !important;
    }
}

@media (max-width: 414px) {
    textarea.form-control {
        resize: none !important;
        padding: 12px !important;
        height: 161px !important;
        width: 310px;
        margin-left: 12px
    }

    .survy-btn {
        margin-left: 98px;

    }

    .rating > label:before {
        margin: 3px;
    }
}

@media (max-width: 375px) {
    textarea.form-control {
        resize: none !important;
        padding: 12px !important;
        height: 161px !important;
        width: 273px;
        margin-left: 12px
    }

    .survy-btn {
        margin-left: 67px;
    }

    .rating > label:before {
        margin: 1px;
    }
}

@media (max-width: 360px) {
    textarea.form-control {
        resize: none !important;
        padding: 12px !important;
        height: 161px !important;
        width: 258px;
        margin-left: 12px
    }

    .survy-btn {
        margin-left: 60px;

    }

    .rating > label {
        color: #ddd;
        float: right;
        width: 15px;
        padding: 0px;
        position: relative;
        left: -4px;
    }

    .question {
        width: 45%;
    }
}

@media (max-width: 320px) {
    textarea.form-control {
        resize: none !important;
        padding: 12px !important;
        height: 161px !important;
        width: 220px;
        margin-left: 12px
    }

    .survy-btn {
        margin-left: 42px;

    }

    .rating > label {
        color: #ddd;
        float: right;
        width: 14px;
        padding: 0px;
        position: relative;
        left: -4px;
    }
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    font-size: 13.2px;
    font-weight: 400;
    line-height: 22px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container input:checked ~ .checkmark {
    background-color: #45bdf1;
}

.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

[type="radio"] {
    display: none;
}