
.start_btn{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.info_box,
.quiz_box,
.result_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
label.error {
    color: rgb(185, 20, 20);
}
.info_box.activeInfo,
.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 14;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}
.site-footer__scroll-top {
    right: 0 !important;
    left: unset !important;
}
.bd-btn-cont {
    border-bottom: none !important;
    padding-right: 0 !important;
}
.bd-btn-cont a:hover {
    outline: 1px solid #f16101;
}
form select {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    background-color: #bac5cc;
    height: 77px;
    padding: 0 40px;
    margin-bottom: 10px;
}
.quiz_box {
    padding: 10px;
}
.cta-one.wa {
    background-color: #128C7E;
}
.cta-one.wa .cta-one__btn-block a {
    color: #128C7E;
}
.cta-one__btn-block {
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #fff;
}
.cta-one__btn-block a {
    color: #f16101;
    font-weight: 600;
}
.course-details__meta-link {
    padding: 25px 6px !important;
    font-size: 17px !important;
}
.quiz_box * {
    font-family: 'Open Sans', sans-serif;
}
.contact-info-one [class*=col-lg-]:nth-child(2) .contact-info-one__icon {
    background-color: #128C7E !important;
}
.contact-info-one [class*=col-lg-]:nth-child(2) .contact-info-one__icon::before {
    border-color: #128C7E !important;
}
.course-details__meta-link:nth-child(2) .course-details__meta-icon {
    background-color: #128C7E !important;
}
.course-details__meta-link:nth-child(2) .course-details__meta-icon i {
    font-size: 20px !important;
}
.course-details__meta-link:nth-child(2) .course-details__meta-icon::before {
    border-color: #128C7E !important;

}
.free-button {
    background-color: #f16101;
    padding: 32px 0 !important;
}
.contact-info-one__single a {
    color: #81868a !important;
}
.free-button a {
    color: #fff !important;
    padding: 0 20px !important;
}

.start_btn button{
    font-size: 25px;
    font-weight: 500;
    color: #007bff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.info_box{
    width: 540px;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}
.info_box .info-title{
    height: 60px;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.info_box .info-list{
    padding: 15px 30px;
}
.info_box .info-list .info{
    margin: 5px 0;
    font-size: 17px;
}
.info_box .info-list .info span{
    font-weight: 600;
    color: #007bff;
}
.info_box .buttons{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    border-top: 1px solid lightgrey;
}
.info_box .buttons button{
    margin: 0 5px;
    height: 40px;
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #007bff;
    transition: all 0.3s ease;
}
.quiz_box{
    width: 550px;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.quiz_box header{
    position: relative;
    z-index: 2;
    height: 70px;
    padding: 0 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.1);
}
.quiz_box header .title{
    font-size: 20px;
    font-weight: 600;
}
.quiz_box header .timer{
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}
.quiz_box header .timer .time_left_txt{
    font-weight: 400;
    font-size: 17px;
    user-select: none;
}
.quiz_box header .timer .timer_sec{
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 45px;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    background: #343a40;
    border: 1px solid #343a40;
    user-select: none;
}
.quiz_box header .time_line{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    background: #007bff;
}
section{
    padding: 25px 30px 20px 30px;
    background: #fff;
}
section .que_text{
    font-size: 25px;
    font-weight: 600;
}
section .option_list{
    padding: 20px 0px;
    display: block;   
}
section .option_list .option{
    background: aliceblue;
    border: 1px solid #84c5fe;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .option_list .option:last-child{
    margin-bottom: 0px;
}
section .option_list .option:hover{
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
}
section .option_list .option.correct{
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}
section .option_list .option.incorrect{
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}
section .option_list .option.disabled{
    pointer-events: none;
}
section .option_list .option .icon{
    height: 26px;
    width: 26px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
}
.option_list .option .icon.tick{
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
}
.option_list .option .icon.cross{
    color: #a42834;
    background: #f8d7da;
    border-color: #a42834;
}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid lightgrey;
}
footer .total_que span{
    display: flex;
    user-select: none;
}
footer .total_que span p{
    font-weight: 500;
    padding: 0 5px;
}
footer .total_que span p:first-child{
    padding-left: 0px;
}
footer button{
    height: 40px;
    padding: 0 13px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    background: #007bff;
    border: 1px solid #007bff;
    line-height: 10px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition: all 0.3s ease;
}
footer button:hover{
    background: #0263ca;
}
footer button.show{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.site-footer__bottom {
    margin: auto;
}
.result_box{
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 25px 30px;
    width: 450px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.result_box .icon{
    font-size: 100px;
    color: #007bff;
    margin-bottom: 10px;
}
.result_box .complete_text{
    font-size: 20px;
    font-weight: 500;
}
.result_box .score_text span{
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
.result_box .score_text span p{
    padding: 0 4px;
    font-weight: 600;
}
.result_box .buttons{
    display: flex;
    margin: 20px 0;
}
.result_box .buttons button{
    margin: 0 10px;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #007bff;
    transition: all 0.3s ease;
}
.buttons button.restart{
    color: #fff;
    background: #007bff;
}
.buttons button.restart:hover{
    background: #0263ca;
}
.buttons button.quit{
    color: #007bff;
    background: #fff;
}
.buttons button.quit:hover{
    color: #fff;
    background: #007bff;
}

.site-footer__copy {
    padding: 10px 0;
    line-height: 15px !important;
    margin: 4px 0px;
    align-items: center;
}
.site-footer__copy img {
    height: 40px;
}
.m-a {
    margin: auto;
}
.p-b-2 {
    padding-bottom: 2%;
}

.inner-banner {
    height: 300px !important;
}
.inner-banner .container {
    padding-top: 60px !important;
}
.inner-banner__title {
    font-size: 85px !important;
}



/*mediquery*/
@media (max-width: 375px){
    textarea.heightText {
        height: 100px !important;
    }
    .contact-one input, .contact-one textarea {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    background-color: #bac5cc;
    height: 50px;
    padding-left: 40px;
    margin-bottom: 10px;
}
    .contact-one__title {
    font-size: 30px !important;
    font-weight: bold;
    color: #012237;
    margin: 0;
    margin-bottom: 45px;
}
.contact-one__btn {
    padding: 7px 72px;
}
.inner-banner .container {
    padding: 20px 0 !important;
    text-align: center;
}
.inner-banner {
    background-color: #011928;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit !important;
    position: relative;
    background-image: url(/assets/images/codeart/header-ucenje-preko-skype.jpg);
    height: 155px !important;
}
.inner-banner__title {
    font-size: 40px !important;
    margin: 0;
}
}
@media only screen and (max-width: 778px) {
.pricing-one {
    background-color: #f1f1f1;
    padding-top: 60px important;
    padding-bottom: 60px !important;
}
section {
    /*padding: 25px 30px 20px 30px;*/
    padding-left: 0  !important;
    padding-right: 0 !important;
    background: #fff;
}
}


@media only screen and (max-width: 900px) {

    .site-footer__social {
       right: 5%;
    top: -40px; 
    }
    .site-footer__bottom .container {
     padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
  .info_box.activeInfo,
.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 14;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    width: 340px;
}
.info_box{
    width: 340px;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}
.start_btn, .info_box, .quiz_box, .result_box {
    position: absolute;
    top: -245px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
}