

@font-face {
    font-family: AvenirLTStd-Medium;
    src: url(fonts/AvenirLTStd-Medium.otf);
}
@font-face {
    font-family: AvenirLTStd-Light;
    src: url(fonts/AvenirLTStd-Light.otf);
}
@font-face {
    font-family: AvenirLTStd-Heavy;
    src: url(fonts/AvenirLTStd-Heavy.otf);
}
@font-face {
    font-family: AvenirLTStd-Book;
    src: url(fonts/AvenirLTStd-Book.otf);
}
@font-face {
    font-family: AvenirLTStd-Black;
    src: url(fonts/AvenirLTStd-Black.otf);
}



body {
    overflow-x: hidden;
    font-family: 'AvenirLTStd-Medium', 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #FFF;
    color: #000;
}

p {
    line-height: 1.75;
}

a {
    color: #007DBA;
}

a:hover {
    color: #45823d;
}

.text-primary {
    color: #45823d !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'AvenirLTStd-Heavy';
    /*font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: AvenirLTStd-Book;
    /*font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

.btn {
    font-family: AvenirLTStd-Light;
    /*font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary, .dt-button {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #007DBA !important;
    font-family: 'AvenirLTStd-Medium';
    /* box-shadow: 0 0 0 0.2rem #007DBA !important; */
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 1.25rem;
    border: 1px solid #007DBA !important;
    margin-right: 10px;
    margin-bottom: 15px;

}



.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #007DBA !important;
}

::-moz-selection {
    background: #D3D3D3;
    text-shadow: none;
    color: #000;
}

::selection {
    background: #D3D3D3;
    text-shadow: none;
    color: #000;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.alert-green{
    display: none;
}
.alert-failure{
    display: none;
}
.mt20{
    margin-top:20px;
}
.mt60{
    margin-top:60px;
}
.addContainer{
    padding-top:50px;
    padding-bottom: 50px;
}
.heading{
    margin-bottom: 2rem;
    width:100%;
}
.eventLogo{
    width:60%;
    max-width: 400px;
}
.form-group {
    margin-bottom: 2rem;
}

.dashboard-btn{
    /*margin-top: 25px;*/
    /*background: #cccccc ;*/
    /*border: 1px solid #808080;*/
    color: #cccccc;
    padding: 5px 15px;
    text-decoration: none !important;
    font-size: 16px;

}
.dashboard-btn.active,
.dashboard-btn:hover{
    /*background: #808080 !important;*/
    color: #808080;
    text-decoration: none !important;
}

#hsbcTable{
    font-size: 14px;
}
.form-col {
    padding-left: 30px;
    padding-right: 30px;
}
label {
    /*text-transform: uppercase;*/
    color: #007DBA;
    font-family: 'AvenirLTStd-Medium';
    font-size: 1.4rem;
    /*font-weight: 600;*/
}

.modal-body{
    font-size: 14px;
    font-family: 'AvenirLTStd-Medium';
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}
.main-logo{
    width:200px;
}

@media (max-width: 999px) {
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .main-logo{
        width:120px;
    }

}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem !important;
}


.table td, .table th {
    padding: 5px !important;
}

.six-coloum {
    height: 16.667vh;
    line-height: 16.667vh;
    text-align: center;
    vertical-align: baseline;
}
.six-coloum .row .col-md-6 h1 {
    margin: 0 !important;
}
.six-coloum .row .col-md-6{

}
.row-half{
    width: 50%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.row-half h1{
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 45%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*text-transform: uppercase;*/
}
@media (max-width: 699px) {
    .row-half{
        width: 70%;

    }
}

.targetBtn.btn:focus {
    outline: none !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus { outline: none !important; outline-style: none; }
.btn, .btn-danger.focus, .btn-danger:focus {
    box-shadow: none !important   ;
    border: 0;
}
.modal-backdrop
{
    opacity:0.8 !important;
}

.modal-body{
    text-align: center !important;
}

@media (max-width: 576px){
    .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem 2rem !important;
        text-align: center;
    }

}



.btn-info {
    color: #fff;
    background-color: #0ebbef !important;
    border-color: #0ebbef !important;
}
/*.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../img/loader.gif');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
      background-size: 300px;
}*/
.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
      /*change these sizes to fit into your project*/
      width:100px;
      height:100px;
}
.load hr{border:0;margin:0;width:30%;height:30%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load :first-child{background:#2b4ba0;animation-delay:-1.5s}
.load :nth-child(2){background:#0ebbef;animation-delay:-1s}
.load :nth-child(3){background:#2b4ba0;animation-delay:-0.5s}
.load :last-child{background:#0ebbef}

@keyframes spin{
    0%,100%{transform:translate(0)}
    25%{transform:translate(160%)}
    50%{transform:translate(160%, 160%)}
    75%{transform:translate(0, 160%)}
}
.preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #FFF;

}

.questionBox{
    width: 100%;

}
.level_number{
    font-family: 'AvenirLTStd-Medium';
    font-size: 1.2rem;
    color: #FFF;
    margin-bottom: 0;
}
.question{
    font-family: 'AvenirLTStd-Medium';
    font-size: 1.8rem; 
    margin: 0;
    margin-bottom: 5px;
    color: #FFF;
}
.header-box{
    background: #012751;
    padding: 20px;
    margin-top: 5vh;
}
.logo{
    width: 350px;
    max-width: 100%;
}
.answer-box{
    padding: 0px ;  
    width: 100%; 
    min-height: 30vh;
    line-height: 3rem;
}
.checkbox-label {
    height: 10vh;
    /*border: 1px solid #007DBA;*/
    color: #FFFFFF;
    background: linear-gradient(262.03deg, #007DBA 23.18%, #22A4ED 113.54%);
    font-family: 'AvenirLTStd-Black';
    font-size: 2rem;
    padding: 0 10%;
    font-weight: 300;
    margin-bottom: 3vh;
    border-radius: 10px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    cursor: pointer;
}
.quiz-para {
    margin-bottom: 0;
    /*    margin-bottom: 0PX;
        font-size: 1.8rem;
        width: 800px;
        max-width: 100%;
        color: #FFFFFF;
        font-weight: 300;
        font-family: Nootype-Radikal-Bold;*/
}
.quiz-para span {
    font-size: 2.1rem;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.tick{
    position: absolute;
    right: 40px;
    height: 6vh;
    top: 2vh;
    display: none;
}

.modal-content{
    background: linear-gradient(262.03deg, #007DBA 23.18%, #22A4ED 113.54%); 
    padding: 3rem 4rem;
    color: #FFF;
}

.modal-logo{
    width: 200px; 
    display: block; 
    margin: auto;
}   
.modal-heading{
    font-family: 'AvenirLTStd-Book';
    font-size: 2.5rem;
    margin: 0px auto 20PX;
    color: #FFF;
}
.modal-para{
    color: #FFF;
    font-family: 'AvenirLTStd-Medium';
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
}
.modal-para-bold{
    font-family: 'AvenirLTStd-Medium';
}
.touch{
    color: #f1f1f1;
    font-family: 'AvenirLTStd-Medium';
    font-size: 1rem;
    line-height: 1.2rem; 
    margin-top: 60px;
}
#welcomeMessage{
    cursor: pointer;
}
#answerBox2, #answerBox3, #answerBox4, #answerBox5, #questionBox2, #questionBox3, #questionBox4, #questionBox5  {
    display: none;
}
.modal-btn{
    margin-top: 40px;
}
.mainBg{
    min-height: 90vh;
}
.footerBg{
    min-height: 10vh;
    background: #FFF;
}
.footerBg .row{
    display: flex;
    /*justify-content: center;*/ 
    align-items: center;
    min-height: 10vh;
}
.rightBg{
    background: transparent;
}
.rightBgQ3{
    background-image: url(../img/bg3.png);
}
.rightBgQ4{
    background-image: url(../img/bg4.png);
}
.rightBgQ5{
    background-image: url(../img/bg5.png);
}
.rightBgFinal{
    background-image: url(../img/bgFinal.png);
}
.bg-blue .h1 {
    color: #FFF;
    position: absolute;
    font-size: 3.75rem;
    top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-bottom: 0;
    left: -5px;
}

.headcontainer {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    min-height: 24vh;
}
.headcontainer h1 {
    font-size: 3.75rem;
    text-transform: uppercase;
} 
.header-left h1 {
    font-size: 10.75rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 7.75rem;
    font-family: AvenirLTStd-Book;
}

.header-left{
    color: #007DBA;
    min-width: 220px;
    /*text-align: center;*/
}
.logo-div{
    padding-left: 2%;
}
.logo-div.text-right{
    /*padding-right: 10%;*/
}
@media (max-width: 1198px){
    .headcontainer h1 {
        font-size: 2.4rem;
    }  
}
#sentForm{
    padding: 5vh 8%;
}
.questionRow{
    padding: 5vh 8vh;
}
.form-control{
    height: 10vh;
    border: 1px solid #808080;
    font-family: 'AvenirLTStd-Book';
    font-size: 1.4rem;
}
.btn-theme{
    height: 10vh;
    border: 1px solid #007DBA;
    color: #007DBA;
    background: #FFF;
    font-family: 'AvenirLTStd-Book';
    font-size: 2rem;
    padding: 0 10%;
    font-weight: 300;
    margin-bottom: 3vh;
    border-radius: 10px;
}
#submitSuccess, #submitFailure{
    display: none;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #31333C;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 50px !important;
    margin: auto;
}
.bottom-div .col-2{
    min-width: 220px; 
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#question2Div, #question3Div, #question4Div, #question5Div, #question6Div, #question7Div, #question8Div, #question9Div, #question10Div, #question11Div, #question12Div, #question13Div, #question14Div, #question15Div, #resultDiv{
    display: none;
}
.questionHead{
    font-family: 'AvenirLTStd-Black';
    font-weight: 300;
    color: #007DBA;
    margin-bottom: 0;
    font-size: 1.75rem;
}
.finalBox{
    border: 1px solid #007dba;
    padding: 7%;
    text-align: left;
    border-radius: 10px;
    max-width: 800px;
    margin: auto;
    background: #FFF;
}
.finalBox h2{
    font-family: 'AvenirLTStd-Medium';
    font-weight: 300;
    color: #ff3941;
    margin-bottom: 0;
    font-size: 4rem;
}
.top-div{
    display: flex;
    /* justify-content: center; */
    align-items: end;
    min-height: 25vh;
}
.bottom-div{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    min-height: 65vh;
}

#html5-watermark{
    display: none !important;
}

.html5-image{
    padding:0px !important;
}

#html5-watermark{
    display: none !important;
}
#html5lightbox-watermark{
    display: none !important;
}
.html5-image{
    padding: 0px !important;
}
.html5-image{
    height: 102% !important;
    top: -1% !important;
    width: 101.8% !important;
    left: -0.9% !important;
}
.html5-loading{
    display: none !important;
}
.table td, .table th {
    padding: 16px !important;
}
div.dataTables_wrapper div.dataTables_filter input{
    height: auto;
}

table.table-striped.dataTable thead th, table.table-striped.dataTable thead td{
    background: #007DBA; 
    /*background: #3b0253;*/ 
    color: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #FFF;
}
.table-striped tbody tr:nth-of-type(even){
    background-color: #d9d9d9;
}
table.dataTable{
    border-collapse: collapse !important;
}
div.dataTables_wrapper div.dataTables_info{
    color: #FFF !important;
}

.table td, .table th {
    text-align: center;
}

table.dataTable{
    border-collapse: collapse !important;
}

.dataTables_wrapper{
    padding: 0px;
}
.dt-buttons{
    width: 50%;
    float: left;
    margin-top:-px;

}
div.dataTables_wrapper div.dataTables_filter{
    margin-right: 15px;

}
@media (max-width: 600px) {
    .dt-buttons{
        width: 100%;
    }
}



div.dataTables_wrapper div.dataTables_info{
    text-align: center !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: center !important;
    margin-top: 10px!important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    top: 18px;
}

div.dataTables_scrollHead table.table-bordered{
    font-size: 14px !important;
}
#dashboardTable thead {
    visibility: collapse !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007DBA;
    border-color: #007DBA;
}
.bgImg{

    background-color: #FFFFFF;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: bottom; 
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    height: 100%;

}
.questionDiv{
    margin: 0px 10%;
}

@media screen and (orientation:portrait) {
    .row{
        display: block;
    }
    .top-div .col-2{
        width: 100%;
        max-width: 100%;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        min-height: 25vh;
    }
    .top-div .col-8{
        width: 100%;
        max-width: 100%;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        min-height: 20vh;
    }
    .header-left h1{
        font-size: 11rem;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        min-height: 20vh;
    }
    .bottom-div{
        min-height: 45vh;
    }
    .bottom-div .col-8{
        width: 100%;
        max-width: 100%;
    }
    .questionRow {
        padding: 5vh;
    }
}
@media only screen and (max-device-width: 1198px) and (orientation: landscape) {
    .questionHead{
        font-size: 1.75rem;
    }
    .questionDiv {
        margin: 0px 5%;
    }
}