* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.clearfix, .clearfix::after, .clearfix::before {
    content: "";
    display: block;
    clear: both;
}

.form-section {
    padding: 75px 0 25px;
    font-family: sans-serif;
}

.form-head h1.main-form-title {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

.form-head h2.main-form-subtitle {
    margin-top: 20px;
    margin-bottom: 0;
}

.form-wrapper {
    margin-top: 20px;
}

.form-wrapper .form-inner {
    padding: 20px 20px 10px;
    background-color: #cbd5e0;
    border-radius: 6px;
}

/*.form-wrapper .form-inner form {
 	display: flex;
	align-items: flex-end;
}*/
.form-wrapper .search-form-field label {
    margin-left: 20px;
    margin-bottom: 6px;
    color: #4a5568;
    font-family: sans-serif;
}

.form-wrapper .search-form-field input,
.form-wrapper .search-form-field select {
    width: 100%;
    font-size: 18px;
    padding: 20px;
    line-height: 1;
    height: 70px;
    border: none;
    outline: none;
    font-family: sans-serif;
}

.form-wrapper .search-form-field input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-wrapper .search-form-submit {
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    line-height: 1;
    height: 70px;
    border: none;
    outline: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff;
    background-color: #ff195f;
    transition: all .2s;
}

.form-wrapper .search-form-field input:focus {
    border: 2px solid #ddd;
}

.form-wrapper .search-form-field select:focus {
    border: 2px solid #ddd;
}

/*.form-wrapper .search-form-submit:focus {
	border: 2px solid #ddd;
}*/
.form-wrapper .search-form-submit:hover {
    background-color: #e61755;
}

.form-wrapper .search-tip {
    font-style: italic;
    color: rgb(113, 128, 150);
    margin-top: 4px;
    font-size: 16px;
    display: inline-block;
}

.results-section {
    padding: 15px 0 70px;
}

/*.results-section .results-wrap {
	padding: 0 15px;
}*/
.results-section .rel-que-title {
    margin-bottom: 15px;
}

.results-section ul.rel-que {
    padding: 0;
    list-style: none;
}

.results-section ul.rel-que li:first-child {
    border-top: 1px solid #ecedef;
}

.results-section ul.rel-que li {
    border-bottom: 1px solid #ecedef;
}

.results-section ul.rel-que li h4 {
    margin: 0;
}

.results-section ul.rel-que li h4 a {
    padding: 10px 0 10px 5px;
    color: #202124;
    text-decoration: none;
    display: block;
}

.all-results .res-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.all-results .res-heading .res-title {
    margin: 0;
}

.all-results .res-heading .res-title a {
    padding: 10px 15px;
    background-color: #cbd5e0;
    display: block;
    color: #4a5568;
    text-decoration: none;
    transition: all .2s ease;
}

.all-results .res-heading .res-title a:hover {
    background-color: #c7cfd7;
}

.all-results .res-heading .res-title a:hover {
    text-decoration: none;
}

.results-tree {
    margin-top: 0px;
    padding-top: 0px;
}

.results-tree #mytree {
    width: 100%;
}

.results-tree #mytree .overlay {
    overflow-x: hidden;
}

.navigation-section {
    background-color: #ffffff;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 0;
}

.navigation-section #nav-tab a {
    margin-right: 10px;
    float: left;
}

.navigation-section #nav-tab a.tab-btn:hover {
    background-color: #e61755;
}

.nav-tabs {
    border: none;
}

.tablet-wrap .padding-0 {
    margin-top: 10px;
}

.hierarchy-checkboxes {
    position: relative;
    font-family: 'Dosis';
}

.top-question {
    position: absolute;
    left: 42px;
    top: -6px;
    text-transform: capitalize;
    font-family: 'Dosis';
    font-size: 21px;
}

.hierarchy-root-child .hierarchy-node {
    padding-top: 15px;
}

/***************************************************/
/***************************************************/
.twaino-form-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.twaino-form-container {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
}

.form-title {
    font-family: 'Gudea';
    font-weight: 700;
    color: rgb(0, 153, 188);
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
}

.form-subtitle {
    font-family: 'Dosis';
    color: rgb(0, 153, 188);
    display: block;
    text-align: center;
}

.form-field-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 20px 0px;
}

.form-field-wrapper label {
    width: 110px;
    font-family: 'Dosis';
    font-weight: 500;
    font-size: 13px;
    color: #555;
}

.form-field-wrapper input,
.form-field-wrapper select {
    width: calc(100% - 130px);
    padding: 5px 10px !important;
    height: 30px;
    font-size: 13px;
    font-family: 'Dosis';
    font-weight: 500;
    border: 1px solid #56aea4;
    box-shadow: none;
    outline: none;
}

.form-container {
    max-width: 390px;
    display: block;
    margin: 20px auto 0px auto;
    background: #fff;
    border: 1px solid #56aea4;
}

.form-fields-container {
    padding: 20px;
}

.form-container button {
    border: 0px;
    outline: 0px;
    background: #56aea4;
    font-size: 13px;
    font-weight: 500;
    height: 34px;
    padding: 0px 25px;
    color: #fff;
}

.lang-flags-list {
    display: block;
}

.lang-flags-list ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.lang-flags-list ul input {
    display: none;
}

.lang-flags-list ul li {
    margin: 3px;
}

.lang-flags-list ul label {
    display: block;
    margin: 0px;
    width: 28px;
    cursor: pointer;
    line-height: 0;
    border: 1px solid rgba(0, 153, 188, 0);
    padding: 2px;
}

.lang-flags-list ul input:checked + label {
    border: 1px solid rgba(0, 153, 188, 1);
}

.lang-flags-list ul label img {
    max-width: 100%;
    height: auto;
}

.results-loader {
    background: rgba(28, 32, 43, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100%;
    max-width: 100% !important;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaderer-container {
    background-color: #ffffff;
    padding: 20px 40px;
    width: 550px;
    text-align: center;
    max-width: 90%;
    border: 2px solid #56aea4;
    border-radius: 25px;
}

#cancel {
    text-decoration: none;
    background-color: #56aea4;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
}

.loader-title {
    color: #0099bc;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Gudea';
    line-height: 1;
    margin-top: 30px;
}

.loader-subtitle {
    color: #0099bc;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Gudea';
    margin: 10px 0px 30px;
    line-height: 1;
}

.loader-iocn {
    text-align: center;
    display: block;
    min-height: 45px;
}

#loaderImage {
    display: block;
    margin: 0px auto;
    width: 45px;
    border-radius: 50px;
    /*-webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;*/
}

.answer-sec {
    display: none;
    margin-left: 7px;
    padding: 8px 12px;
    background-color: #f7f7f7;
    margin-top: 1px;
    color: #222;
    border-left: 1px solid #56aea4;
}

.answer-sec p {
    font-size: 13px;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.3;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.hierarchy-root-child .hierarchy-label:before {
    left: -16px !important;
}

.parent-list > label:before {
    left: -15px !important;
}


@media screen and (min-width: 992px) {
    .tablet-wrap .padding-0 {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .e-space-26 {
        height: 26px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .tablet-wrap .padding-0 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .form-wrapper .search-form-field input,
    .form-wrapper .search-form-field select,
    .form-wrapper .search-form-submit {
        border-radius: 4px;
    }
}

@media screen and (max-width: 480px) {
    #list-view .ListView-wrapper-container {
        padding-top: 25px;
    }

    #list-view .container {
        max-width: 100%;
        padding: 0;
    }

    #list-view #ListView-wrapper {
        margin-left: 0;
        width: 100%;
    }

    #list-view .top-question {
        left: 30px;
    }

    .answer-sec p {
        margin-bottom: 0;
    }

    .form-section {
        padding-top: 50px;
    }

    .form-wrapper .form-inner form {
        display: block;
    }

    .search-form-field {
        margin-bottom: 10px;
    }

    .form-wrapper .search-form-field label {
        margin-left: 5px;
    }
}

/** FORBIDDEN STYLE **/

#form-forbidden {
    padding: 10px;
    background-color: #e691aa;
    text-align: center;
}

#form-forbidden p {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
}