@font-face {
    font-family: 'Foro-Light';
    src: url('font/forosans-light-webfont.eot');
    src: url('font/forosans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/forosans-light-webfont.woff2') format('woff2'),
    url('font/forosans-light-webfont.woff') format('woff'),
    url('font/forosans-light-webfont.ttf') format('truetype'),
    url('font/forosans-light-webfont.svg#foro_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
body, p, span,h1,h2,h3,h4,h5,h6,div,a,button, label{
    font-family: Foro-Light !important;
}
body {
    font-size: .875rem;
    font: 75%/150% "Foro-Light"
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.cookie-notification{
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 15px;
    display: none;
}
/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}
.sign-description {
    font-size: 17px;
    line-height: 20px;
}
/*
 * Content
 */

[role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.container-fluid{
    padding: 0px;
    margin: 0px;
}
.fs-15{
    font-size: 15px;
}
.fs-12{
    font-size: 12px;
}
.home-bg{
    background-image: url("image/car.jpg"), url("image/car.webp");
    height: 460px;
    background-size: cover;
    background-position: center center;
    padding-top:0px;
}
.home-bg .font-weight-bold{
    position: relative;
    color: white;
    font-size: 24px;
    width: 70%;
    margin: 0 auto;
    top:300px;
    font-weight: normal !important;
    background: black;
    opacity: 0.7;
    padding: 10px;
}
.notification.alert{
    font-size: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 590px) {
    .home-bg .font-weight-bold{
        position: relative;
        color: white;
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        top:350px;
        font-weight: normal !important;
        background: black;
        opacity: 0.7;
        padding: 10px;
    }
}
p{
    font-size: 15px;
    line-height: 20px;
}
.container-fluid .row {
    margin: 0px;
    width: 100%;
}

.container-fluid .row .col-md-12.text-center{
    padding: 0px;
}
.unique-color-dark{
    background: #1c2331;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-size:2em;
    line-height:1.25em
}
h2 {
    font-size:1.6667em;
    line-height:1.25em;
}
h3 {
    font-size:1.5em;
    line-height:1.2222em
}
h4 {
    font-size:1.3333em;
    line-height:1.25em
}
h5 {
    font-size:1.1666em;
    line-height:1.1428em
}
h6 {
    font-size:1em
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.article-info{
    color: black !important;
    font-size: 1.333rem;
    line-height: 1.833rem;
    text-rendering: optimizelegibility;
}
.article-info span{
    color: black !important;
    font-size: 1.333rem;
    line-height: 1.833rem;
    text-rendering: optimizelegibility;
}

.article-info .S_ART_TTL{
    font-size: 20px;
    padding-bottom: 10px !important;
    display: block;
    text-transform: uppercase;
}
body{
    background: #F5F5F5;
}
body .container{
    background: white;
}

.content {
    padding: 20px 0;
    min-height: calc(100vh - 70px);
    max-height: none;
}

.simulator table {
    width: 100%;
    border: 1px solid #c7c9d7;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 4.5rem;
    text-align: center;
}
.simulator table thead th:last-child {
    border-right: none;
    width: 13.4rem;
}
.simulator table thead th {
    font-size: 15px;
    font-weight: 500;
    color: #6d768e;
    text-transform: uppercase;
    background-color: #dde0e8;
    border-right: 1px solid #ebecef;
    padding: 23px 5px;
    width: 17rem;
}

.simulator table tbody td:last-child {
    border-right: none;
    font-size: 40px;
}
.simulator{
    text-align: center;
}
.simulator table tbody td {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    color: #065693;
    padding: 40px 15px;
    border-right: 1px solid #ebecef;
    vertical-align: middle;
}
.btn.btn-btn {
    font-size: 23px;
    text-transform: uppercase;
    background-color: #065693;
    border: none;
    border-radius: 5px;
    padding: 35px 60px 35px 88px;
    -webkit-box-shadow: 1px 13px 14px -8px rgba(6, 49, 82, 0.56);
    box-shadow: 1px 13px 14px -8px rgba(6, 49, 82, 0.56);
    letter-spacing: 5px;
    color: white;
}
.btn.btn-btn:active {

    -webkit-box-shadow: inset 0px 6px 13px 5px rgba(6, 49, 82, 0.8);
    box-shadow: inset 0px 6px 13px 5px rgba(6, 49, 82, 0.8);
    -webkit-transition: -webkit-box-shadow 0s;
    transition: -webkit-box-shadow 0s;
    transition: box-shadow 0s;
    transition: box-shadow 0s, -webkit-box-shadow 0s;

}
.info-div {
    font-size: 20px;
    font-weight: 400;
    color: #454e68;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.questions .questions-title {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 3rem;
}
.list-question .answer{
    border: 1px solid #c7c9d7;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    min-height: 7em;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    min-width: 450px;
    max-width: 100%;
    position:relative;
    cursor: pointer;
}
.list-question .answer .a{
    font-size: 36px;
    font-weight: 600;
    color: #454e68;
    width: 90px;
    height: 100%;
    background-color: #dde0e8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0s;
    transition: 0s;
}

.list-question .answer .b{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #454e68;
    margin-left: 120px;
    text-align: left;
    padding-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 100%;
}
.list-question .answer.selected {
    -webkit-box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
    box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
    background-color: #fee38c;
}
.list-question .answer.selected .a {
    -webkit-box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
    box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
    background-color: #fee38c;
}

.check-buttons i{
    font-size: 18px;
    margin-right: 4px;
}
.check-buttons{
    display: flex;
    justify-content: center;
    border-top: 1px solid #d6dae4;
    padding: 35px 15px;
    border-bottom: 1px solid #d6dae4;
}
.check-buttons button{
    margin: 10px;
}
.check-buttons .simple-btn{
    margin: 10px;
    border: 1px solid #d6dae4;
    border-radius: 5px;
    background-color: #fff;
}
.check-buttons .btn-btn2.simple-btn i{
    color: red;
}
.display-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #d6dae4;
}
.display-flex div:first-child {
    border-left: 1px solid #d6dae4;
}
.display-flex div{
    color: #454e68;
    font-weight: 500;
    border-right: 1px solid #d6dae4;
    width: 180px;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 13px;
}
.display-flex .timer div{
    font-size: 30px !important;;
    color: black;
}
.feedback-title {
    margin-bottom: 1.5rem;
    line-height: 1.5em;
    text-align: center;
    font-size: 35px;
}
.feedback-content{
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    color: #6d768e;
}
.check-buttons button{
    min-width: 250px;
}
.display-flex .timer{
    font-size: 30px;
    color: gray;
}
.display-flex .timer strong{
    font-size: 13px;
}
.small-device-show-timer {
    display: none;
}
.small-device-show-timer{
    font-size: 25px;
    color: gray;
    text-align: right;
}
.small-device-show-timer strong{
    font-weight: normal;
}
.notification {
    display: none;
}


.card-white  .card-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border: 1px solid #dddddd;
}
.card-white  .card-footer {
    background-color: #fff;
    border-color: #ddd;
}
.card-white .h5 {
    font-size:14px;
//font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.card-white .time {
    font-size:12px;
//font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.post .post-heading {
    height: 95px;
    padding: 20px 15px;
}
.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}
.post .post-heading .meta .title {
    margin-bottom: 0;
}
.post .post-heading .meta .title a {
    color: black;
}
.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}
.post .post-image .image {
    width: 100%;
    height: auto;
}
.post .post-description {
    padding: 15px;
    clear: both;
    display: block;
    padding-top:0px;
}
.post .post-description p {
    font-size: 14px;
}
.post .post-description .stats {
    margin-top: 20px;
}
.post .post-description .stats .stat-item {
    display: inline-block;
    margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
    margin-right: 8px;
}
.post .post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
}
.post .post-footer .input-group-addon a {
    color: #454545;
}
.post .post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}
.post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}
.avatar {
    position: relative;
    top: 0px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: white;
}
.avatar-64 {
    max-height: 64px;
    width: 64px;
    height: 100%;
    font-size: 40px;
    line-height: 64px;
}
.img-circle {
    border-radius: 50%;
}
@media screen and (min-width: 992px) {
    .show-image-small-device {
        display:none;
    }
}

@media screen and (max-width: 991px) {
    .show-image-small-device {
        padding:20px;
    }
    .hide-image-small-device {
        display:none;
    }
    .list-question .col-sm-6{
        width: 100%;
        min-width: 100%
    }
    .list-question  .answer{
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .list-question .answer .b{
        padding: 0px;
        margin-left: 100px;
        font-size: 13px;
    }

    .display-flex .timer{
        display: none
    }
    .small-device-show-timer{
       display: block;
    }
}

.text-bold{
    font-weight: bold;
}
#commentForm,
.all-comments {
    text-align: left;
}
.all-comments .post {
    display: block;
}
.article-info h2,
.article-info h3{
    font-size: 15px;
    font-family: Foro-Weight !important;
    font-weight: bold;
}
.footer-main .container{
    background: #1f2937;
}
.footer-bottom .container{
    background: #111827;
}
.text-white{
    color:white !important;
}
.navbar-brand{
    font-size: 15px;
    padding-right: 10px;
    padding-left:10px;
}
#navbarNav a{
    font-size: 15px;
}
.float-left {
    float: left !important;
}