@media screen and (max-width:768px) {
    .tabContaier {
        width: -webkit-fill-available;
        padding: 25px;
        margin: 0 !important;
    }
    .step {
        width: 717px !important;
    }
    .formfeild input {
        width: 235px !important;
    }
    div.steps form div.the-answer, div.steps form p {
        width: 190px !important
    }
    .score-header {
        margin-left: 0px;
    }
    div.steps {
        width: 719px;
    }
    .resulttext {
        padding-right: 365px;
    }
    .step.finalscores {
        width: 601px !important;
    }
    .steps.finalquizscore {
        width: 100% !important;
    }
    .resulttext {
        padding-right: 200px;
        background:url(../img/badges.png) no-repeat 100% 0;
    }
    legend {
        font-size: 35px;
        display: block;
        padding: 0;
    }
    .smalltopmenu {
        padding-right: 0 !important;
        margin-top: 25px;
        display: block;
        overflow: hidden;
        float: none !important;
        position: static !important;
    }
    .mainnav li a {
        padding: 18px;
    }
    .logosection {
        position: relative;
    }
    .contactno p {
        font-size: 12px;
    }
    .contactno.col-lg-8.col-md-8.col-sm-8 {
        width: auto;
        float: left;
        padding-right: 0;
        padding-left: 9px;
    }
    .socialsec.col-lg-4.col-md-4.col-sm-4 {
        width: auto;
        float: right;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 380px) {
    .contactno p {
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    .contactno p span {
        margin-left: 0px;
    }
    .logoimg img {
        width: 150px;
    }
}
@media screen and (max-width:640px) {
    .step {
        width: 590px !important;
    }
    .formfeild label {
        width: 100%;
        margin-bottom: 15px;
    }
    .formfeild input {
        width: 96% !important;
    }
    .step.finalscores {
        width: 100% !important;
    }
    legend {
        font-size: 28px;
    }
    div.steps form div.the-answer, div.steps form p {
        width: -webkit-fill-available !important;
        margin-right: 0 !important;
    }
    div.steps h3 {
        padding: 1px 0 13px 22px;
        font-size: 17px;
        margin-bottom: 22px;
    }
    .asnwerlist {
        width: initial !important;
    }
    div.steps h3 {
        padding: 11px 0 13px 15px !important;
        font-size: 15px !important;
        margin-bottom: 22px !important;
    }
    .col-md-4.col-lg-4.col-sm-12.footerlinkssec {
        margin: 0 0 50px 0;
    }
    .competition-form select {
        width: 96% !important;
    }
}

@media screen and (max-width:480px) {
    .step {
        width: 430px !important;
    }
    .competition-form.formtable {
        width: initial;
        margin:10px !important;
    }
    .questionnumber {
        display: none;
    }
    .insidequizbox {
        margin: 10px !important;
        padding: 0px !important;
    }
    legend {
        font-size: 20px;
    }
    div.steps h3 {
        padding: 11px 0 13px 15px !important;
        font-size: 15px !important;
        margin-bottom: 22px !important;
    }
    form#competitionForm {
        margin:15px !important;
    }
    .resulttext {
        padding-right: 0 !important;
        background: none;
    }
    div.steps h3.skill {
        padding-left: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .score-header {
        font-size: 37px !important;
    }
    .newresultlist {
        text-align: left !important;
        margin-top: 0 !important;
    }
    .contactno.col-lg-8.col-md-8.col-sm-8 {
        width: 100%;
        float: none;
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .socialsec.col-lg-4.col-md-4.col-sm-4 {
        width: 100%;
        text-align: center;
        float: none;
    }
    .social {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 16px;
    }

}
@media screen and (max-width:375px) {
    .step {
        width: 325px !important;
    }
    div.quiz-wrapper {
        padding-top: 5px !important;
    }
    #quiz-navigation ul li a {
        padding: 9px 17px !important;
    }
    div.steps form fieldset {
        padding-bottom: 5px !important;
    }
    legend {
        font-size: 15px;
    }
    .competition-form.formtable {
        padding: 15px !important;
    }
    #quiz-navigation {
        padding: 9px 10px !important;
    }
    .score-header {
        font-size: 37px !important;
        padding: 0 20px !important;
        display: inline-block !important;
        margin-top: 16px;
        text-align: center;
    }
    .finalquizscore h3.skill {
        font-size: 41px !important;
    }
    .level strong {
        font-size: 14px !important;
    }

    .level {
        display: none !important;
    }
    #quiz-navigation ul {
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 360px) {
    .step {
        width: 310px !important;
    }
    .smoke-base .dialog-inner {
        width: 230px;
        padding: 25px;
    }
}






















































































* {
    margin: 0;
    padding: 0
}

div.quiz-content {
    color: #444;
    font-size: 13px;
    font-family: "Century Gothic", Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: relative;
    height: 100%;
}

div.quiz-wrapper {
    width: 100%;
    overflow: hidden;
    background: url(../img/quizbackground.jpg) no-repeat 0 0/ cover;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding-top: 45px;
    border-radius: 8px;
}
div.quiz-wrapper iframe,
div.quiz-wrapper img {
    max-width: 580px;
    width: 100%;
    margin-bottom: 20px;
    opacity: 1
}

.progress-container {
    background-color: #f5f5f5;
    width: 850px;
    height: 30px;
    padding: 24px 20px;
}

.progress-container .progress {
    width: 0;
    height: 20px;
    color: #4c4c4c;
    background: #1a4f47;
    content: "";
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, .2)75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, .2)75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, .2)75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, .2)75%, transparent 75%, transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

div.steps {
    width: 850px;
    overflow: hidden;
}

.step {
    float: left;
    width: 850px
}

div.steps form fieldset {
    border: none;
    padding-bottom: 20px;
    min-height: 200px
}



div.steps form .resultset {
    background: 0 0;
    text-align: center;
    margin-top: 25px;
}

div.steps form .resultset a.active {
    text-decoration: underline;
    font-style: italic
}

div.steps h3 {
    background-color: transparent;
    text-align: left;
    padding: 4px 0 23px 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 25px;
}

div.steps h3.skill {
    /* background-color: #3bc0bb; */
    text-align: center;
    text-shadow: 1px 0 0 #fff;
    font-family: "Source Sans Pro",sans-serif;
    color: #19a064;
    padding: 40px 0 10px 0;
    font-size: 28px;
    display: block;
    overflow: hidden;
    width: 100%;
}
.finalquizscore h3.skill strong {
    display: block;
    font-size: 18px;
}
fieldset.step.finalscores {
    width: 100%;
}
div.steps form p.selected:before {
    border: 2px solid #56b976;
}
div.steps form p.selected:after {
    background: #56b976;
    content: '';
    position: absolute;
    left: 21px;
    top: 16px;
    width: 6px;
    height: 6px;
    bottom: 0;
    border-radius: 50%;
}
.competition-form.formtable {
    background: #fff;
    margin: 25px 42px 15px 49px;
    padding: 45px 35px;
    border-radius: 5px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
}
.formfeild {
    text-align: left;
    display: block;
    margin-bottom: 16px;
}
.formfeild label {
    width: 200px;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 15px;
}

.formfeild input {
    width: 355px ;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-align: left;
}
div.steps form div.the-answer, div.steps form p {
    cursor: pointer;
    text-align: left;
    float: left;
    /* clear: both; */
    margin: 16px 16px 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 240px;
    padding: 10px 16px 10px 50px;
    border: 1px solid #cfe2af;
    -moz-border-radius: 5px;
    color: #000;
    font-size: 17px;
    float: left !important;
    border-radius: 7px;
    background: #ffffff;
    /* background: rgba(255,255,255,1); */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,235,202,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(223,235,202,1)));
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,235,202,1) 100%); */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,235,202,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(223,235,202,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfebca', GradientType=0 );
}

.insidequizbox {
    display: block;
    overflow: hidden;
    margin: 0px 23px 5px 25px;
    background: #fff;
    padding: 35px 0px 0px 65px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #5d7d37;
}
.asnwerlist {
    display: block;
    background: #f4f4f4;
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 5px 0;
    box-shadow: inset 0px 1px 5px #ccc;
    padding: 13px 22px 31px 22px;
}
.questionnumber {
    position: absolute;
    left: 0;
    width: 65px;
    background: #dfebca;
    top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    bottom: 0;
    padding-top: 28px;
    font-size: 35px;
    color: #80a146;
    font-weight: bold;
}
/*.insidequizbox:before {
    position: absolute;
    width: 69px;
    left: 0;
    content: '';
    background: #cae4b1;
    top: 0px;
    bottom: 0px;
}*/

div.steps form p.selected.active, div.steps form p.selected.disabled, div.steps form p.selected:active, div.steps form p.selected[disabled] {
    background-color: #202f1a;
    border: navajowhite;
    color: #fff;
    border: 1px solid #202f1a;
}

div.steps form div.the-answer-selected, div.steps form p.right, div.steps form p.selected {
    border: 1px solid #56b976;
    /* color: #fff; */
    background: #e3ffdd;
}

div.steps form div.the-answer,
div.steps form div.the-answer-selected {
    position: relative;
    overflow: hidden
}

div.steps form p.wrong {
    color: #FFF;
    background-color: #da4f49
}

div.steps form p.wrong:hover {
    background-color: #da4f49
}

div.steps form .final-result {
    display: none
}



#quiz-notice {
    color: red;
    text-align: center;
    /* background: #fff; */
    display: none;
    padding-bottom: 20px;
}
#quiz-navigation {
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0px 20px 24px 20px;
}

#quiz-navigation ul {
    list-style: none;
}

#quiz-navigation ul li {
    float: left;
    position: relative;
    margin: 0 2px 0 0
}
li.page-number {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
}
#quiz-navigation ul li:last-child {
	float: right !important;
}
#quiz-navigation ul li a {
    display: block;
    color: #fff;
    outline: 0;
    text-decoration: none;
    font-family: 'proxima_novaregular';
    background: #247517;
    border-radius: 4px;
    padding: 9px 33px;
    text-transform: uppercase;
}

#quiz-navigation ul li a:hover,
#quiz-navigation ul li.selected a {
    background: #3597c5;
    color: #f0f0f0
}

#quiz-navigation ul li.disabled a {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: default
}



#quiz-navigation ul li.page-number a {
    cursor: default;
    /* font-weight: 400; */
    background: 0 0;
    -moz-border-radius: 2px;
    border-radius: 0;
    font-family: 'proxima_novaregular';
    color: #32492e;
    font-size: 15px;
    padding: 7px 27px;
    background: #ececec;
    border-radius: 4px;
}

span.ribbon {
    position: absolute;
    right: -14px;
    top: 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    width: 30px;
    padding: 3px 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 5px 30px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 5px 30px rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 5px 30px rgba(255, 255, 255, .2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.ribbon span.green {
    background-color: #468847
}

span.label {
    background-color: #999;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    padding: 9px 8px;
    text-shadow: none;
    font-family: 'proxima_novaregular';
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}

span.label a {
    text-decoration: none
}

span.label a:hover {
    text-decoration: underline
}

span.label-important {
    background-color: #da5e5c
}

span.label-info {
    background-color: #3A87AD
}

span.label-success {
    background-color: #3fbb27;
}

span.label-warning {
    background-color: #F89406;
    margin-top: 10px;
}

span.link-white a {
    color: #fff;
    padding-bottom: 5px
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}



.qicon-ok {
    background-position: -288px 0
}

.qicon-remove {
    background-position: -312px 0
}

.qicon-exclamation-sign {
    background-position: 0 -120px
}

.qicon-backward {
    background-position: -240px -72px
}

.qicon-asterisk {
    background-position: -456px -96px
}

.qicon-forward {
    background-position: -336px -72px
}

.qicon-star {
    background-position: -120px 0
}

.qicon-white {
    background-image: url(../img/glyphicons-halflings-white.png)
}

.qicon-info-sign {
    background-position: -120px -96px
}

.quiz-explain {
    clear: both;
    display: block;
    padding-top: 10px
}

.simple-modal-link {
    color: #000;
    height: 25px;
    padding-top: 2px;
    text-decoration: none
}

#simplemodal-overlay {
    background-color: #000;
    cursor: wait
}

#simplemodal-container {
    height: 360px;
    width: 600px;
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px
}

#simplemodal-container .simplemodal-data {
    padding: 8px
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px
}

#simplemodal-container a {
    color: #ddd
}

#simplemodal-container a.modalCloseImg {
    background: url(../img/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer
}

#simplemodal-container h3 {
    color: #84b8d9
}

.competition-form {
    padding: 0 20px;
    color: #005375
}

.competition-form .headerText {
    padding: 10px 0 0 15px
}

.competition-form a {
    color: #005375;
    text-decoration: underline
}

.competition-form a.ajax-load,
.competition-form a.button {
    text-decoration: none;
    padding: 10px 120px 10px 10px;
    margin: 20px 20px 0 0
}
.competition-form select {
    border-radius: 4px;
    box-shadow: 0 0 3px #b9b9b9;
    height: 43px;
    border: none;
    padding-left: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 355px;
}
.competition-form input[type=text], textarea {
    border-radius: 4px;
    box-shadow: 0 0 3px #b9b9b9;
    height: 43px;
    border: none;
    padding-left: 15px;
}

.competition-form textarea {
    height: 70px
}

.competition-form .fieldset {
    padding: 10px 20px 0 10px
}

.competition-form .box {
    padding: 20px 10px;
    border-radius: 4px;
    border: 1px solid #005375;
    margin-top: 18px
}

#quiz-navigation ul li a#btn-submit-score,
#quiz-navigation ul li a#show-submit-score {
    margin-right: 20px
}

#quiz-navigation ul li a#btn-submit-score {
    display: block;
}

#ajax-loader {
    display: none;
    margin-top: 7px
}

.red {
    background-color: red
}

.show_container {
    display: block
}

.hide_container {
    display: none
}

.smoke-base {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: opacity .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.smoke-base.smoke-visible {
    opacity: 1;
    visibility: visible
}

.smokebg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.89);
}

.smoke-base .dialog {
    position: absolute
}

.dialog-prompt {
    margin-top: 5px;
    text-align: center
}

.smoke {
    font-family: sans-serif;
    text-align: center;
    line-height: 130%
}

.dialog-buttons button {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    font-family: sans-serif;
    font-style: normal;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0 5px;
    -webkit-background-clip: padding-box;
    line-height: 13px;
    font-weight: 700
}

.dialog-prompt input {
    margin: 0;
    font-family: sans-serif;
    outline: 0;
    border: 1px solid #333;
    font-size: 15px;
    padding: 5px
}

.smoke-base .dialog-inner h3 {
    text-align: center;
    color: #212020;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 20px;
}
.smoke-base .dialog-inner p {
    cursor: pointer;
    text-align: left;
    clear: both;
    /* margin: 11px 0; */
    background-color: #e6e6e6;
    /* padding: 5px; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    color: #000;
    font-size: 14px;
    border: none;
    border-left: 50px solid #ea9498;
    padding: 9px 6px 9px 14px !important;
    margin-bottom: 12px;
}
.smoke-base .dialog-inner p.selected.right {
    border-left: 50px solid #50bd5d;
}
.smoke-base .dialog-inner p.right {
    color: #FFF;
    background: #005375
}

.smoke-base .dialog-inner p.wrong {
    color: #FFF;
    background-color: #5d0f10;
    border-left: 50px solid #fb5d5f;
}

.smoke-base .dialog-inner p span.weight {
    margin-left: -51px;
    padding-right: 0;
    color: #FFF;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
}
.smoke-base .dialog-inner p.explanation-text {
    font-size: 12px;
    padding: 5px;
    border: 0;
    background: 0 0;
    box-shadow: none
}

.smoke {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)
}

.dialog-buttons button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222, endColorstr=#222222)
}

button.cancel {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#444444)
}

.queue {
    display: none
}
.smoke-base {
    background: 0 0
}

.smoke-base .dialog {
    width: 362px;
    margin: 7% auto;
    position: relative;
}
.dialog-buttons {
    position: absolute;
    right: -2px;
    top: 2px;
}
.smoke-base .dialog-inner {
    padding: 0;
    background: #fff;
    width: 286px;
    margin: 10% auto 0% auto;
    color: #fff;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 0 83px #e4e2e2;
}

.smoke {
    text-transform: none;
    color: #fff;
    /* font-weight: 400; */
    font-family: 'proxima_novaregular';
    font-size: 18px;
}

.smoke h2,
.smoke p {
    margin: 10px 0
}



.dialog-buttons button {
    border-radius: 50%;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #696969;
    font-size: 17px;
    padding: 13px 15px;
    position: absolute;
    right: -9px;
    top: -10px;
    box-shadow: 0 0 23px #ccc;
}
.logosectiontop {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
}
button.cancel {
    background-color: #777;
    color: #fff
}

.dialog-prompt input {
    width: 300px;
    text-align: center;
    background-color: #ccc
}
.respons-sec h3 {
    display: block;
    background: #fff;
    margin-top: 15px;
    padding: 17px;
}
legend answer {
    font-weight: bold;
    color: #4d6ed6;
    font-style: italic;
    margin-right: 5px;
}
#server-response table {
    width: 100%;
    display: block;
    overflow: scroll;
    background: #fff;
}
div.steps form p {
    position: relative;
}
div.steps form p:before {
    content: '';
    position: absolute;
    font-family: 'parafontmain';
    left: 17px;
    top: 12px;
    width: 14px;
    height: 14px;
    border: 2px solid #a6b984;
    bottom: 0;
    border-radius: 50%;
}



.finalquizscore h3.skill {
    border: none;
    text-align: left !important;
    color: #fff !important;
    font-size: 55px !important;
    margin-bottom: 10px;
    padding-top: 0 !important;
}

