@font-face {
    font-family:"cblack";
    src: url("../font/CircularStd-Black.otf");
}
@font-face {
    font-family:"cbold";
    src: url("../font/CircularStd-Bold.otf");
}
@font-face {
    font-family:"cbook";
    src: url("../font/CircularStd-Book.otf");
}
@font-face {
    font-family:"psb";
    src: url("../font/Poppins-SemiBold.otf");
}
@font-face {
    font-family:"tbold";
    src: url("../font/Tungsten-Bold.otf");
}
@font-face {
    font-family:"Brandon-Grotesque-Black";
    src: url("../font/Brandon-Grotesque-Black.otf");
}
@font-face {
    font-family:"Brandon-Grotesque-Regular";
    src: url("../font/Brandon-Grotesque-Regular.otf");
}

img{
    max-width:100%;
}
.notification br{
    display:none;
}
/*LOGIN PAGE*/
.main-wrapper{
    min-height:100vh;
    background-image:url('../img/bg.png');
    background-position:center top;
    background-size:cover;
   
}
.ak-logo{
    width: 350px;
}
.homepage{
    text-align:center;
    color:#fff;
    padding-top:32vh;
    width:100%;
}
.logo{
    font-family: "psb";
    font-size: 1.3em;
    letter-spacing: 16px;
    margin:0;
}
.homepage h1{
    font-family:"tbold";
    font-size: 8em;
     margin:0;
     text-transform:uppercase;
}
.desc{
    font-family:"cbook";
    font-size:1.7em;
}
.inputfile
{
background: #0b2538;
line-height: normal;
padding: 20px;
margin: 35px 16px 10px;
width: 280px;
border-radius: 3px;
border: 1px solid #2c5a90;
outline: none;
font-size: 1.4em;
color: #fff;
}
.login-form button{
    border: none;
    font-size: 1.5em;
    width: 345px;
    padding: 20px;
    margin: 22px auto;
    outline: none;
    border-radius: 3px;
    background-color: #ff3c00;
    font-weight: bolder;
}
.homepage input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.homepage input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.homepage input::placeholder {
  color: #fff;
}
/*END*/
/*STEPS*/
.header-logo{
    width:360px;
}
.inner-container{
padding:3% 0;
}
.card-container{
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
  	.card{
    /*background-color: #333;*/
    padding: 10px;
    width: 380px;
    margin: 20px 0;
    min-height:300px;
    display: table;
}
    .select-option button{
    
    font-size: 1.4em;
    width: 220px;
    color: #fff;
    padding: 11px 0%;
    margin-top: 15px;
    border-radius: 5px;
    font-family: cbold;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    outline:none;
}
.select-option label{
     background-image: linear-gradient(#dbb878 40%, #967e52);
    font-size: 1.4em;
    width: 230px;
    color: #fff;
    padding: 1px;
    margin-top: 15px;
    border-radius: 5px;
    font-family: cbold;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
.select-option img{
    width: 25px;
    margin: 3px 10px;
}
.ticked-select{
    background-color:#806025 !important;
}
.content{
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.identity{
    text-transform:uppercase;
    font-size:2.2em;
    font-family:"BebasNeueBold";
    color:#000;
}
.content h2{
    font-size:18px;
    color:#dbb878;
    font-family:"cbold";
    text-transform:Capitalize;
}
.content p{
    color:#000;
    font-family:"cblack";
    padding: 0 15px;
    font-size:1em;
}
.start-btn button{
    font-family: cbold;
    color: #fff;
    font-size: 1.4em;
    border: none;
    padding: 20px 0;
    width: 350px;
    border-radius: 3PX;
    outline: none;
    background-image: linear-gradient(#dbb878 40%, #967e52);
}
/*questions*/
.header{
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
        padding: 0 5%;
}
.question-count p{
    font-family: cbold;
    font-size: 1.6em;
}
.question-count span{
    padding: 13px 10px;
    color: #ff0030;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-questions{
    margin-top:7%;
}
.ques{
    margin-bottom: 45px;
}
.q-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-family: "Lato-Reg";
    height: 100px;
    text-align: left;
    /* padding: 14px; */
}
.labl {
    display: block;
    width: 100%;
}
.labl > input {
    visibility: hidden;
    position: absolute;
}
.labl > input + div {
    border-radius: 5px;
    background: #d5e4ec;
    width: 100%;
    cursor: pointer;
    min-height: 110px;
    padding: 10px 22px;
    font-weight: normal;
    display: inline-flex;
    /* flex-direction: column; */
    justify-content: left;
    /* border: 2px solid #44adeb; */
    align-items: center;
    font-family:cbold;
    font-size:17px;
}
.question_number {
    font-family:cbold;
    color: #000;
    font-size: 2em;
    font-weight: 700;
    padding: 26px;
}
.labl > input:checked + div {
    background-image: linear-gradient(#dbb878 40%, #967e52);
    color:#fff;
}
.tickbg {
    content: "\00a0";
    border: solid 16px #a3bcc9;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 18px;
    height: 0;
    width: 0;
    display: block;
    position: absolute;
}
.labl > input:checked + div > .tickbg {
    border: solid 16px #665434;
}         
.tick {
    height: 12px;
    width: 6px;
    border: solid #FFFFFF;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    margin-top: -7px;
    margin-left: -3px;
}
.labl > input:checked + div > .tickbg > .tick {
   border-color: #dbb878;
} 
.clicktest span{
    padding-left: 50px;
}
.col-md-1{
    width:8%;
}
.col-md-5{
    width:46%;
}
/*DESCRIBTION PAGE*/
.desc-title{
    font-family:cbold;
}
.drop-arrow{
    padding:0 12px;
}
.drop-arrow img{
    width:25px;
}
.summary{
    font-family: cbook;
    font-size: 1.5em;
    margin-bottom: 50px;
}
.menu-list ul{
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0px;
    margin:20px 0 30px;
}
.menu-list ul li{
    font-family: cbook;
    font-size: 1.6em;
}
.menu-list ul li p span img{
    padding: 0 20px;
    /*width: 32px;*/
}
.notification{
    align-items: center;
    background-color: #25333a;
    padding: 25px 40px;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.notification span{
     font-family:"cblack";
     font-size:2em;
     color:#fff;
     padding-left:25px;
}
.notification img{
    width:30px;
}

/*SLIDER*/
.progress-section{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}
.progress-section span{
    font-size:1.3em;
    font-family:cbold;
    color:red;
    width: 6%;
}
.slidecontainer{
    width:70%;
    padding: 20px;
}
.different-states{
    margin: 32px 0 55px;
    box-shadow: 1px -7px 12px 3px #f4f4f4;
    border-radius: 5px;
}
.slider {
    border-radius: 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.state-title{
    font-size: 2em;
    font-family: cblack;
    color: #dbb878;
    padding: 20px 62px 0;
}
.state-desc{
    font-family: cbold;
    font-size: 1.2em;
    margin:0;
    padding: 0 56px;
}

.slider:hover {
  opacity: 1;
}
.desc-box{
    /*padding: 20px;*/
    
}
.collapse-click{
    color: #fff;
    background-color: #25333a;
    border:none;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    padding: 15px;
    outline: none;
    font-size: 1.2em;
    font-family: cbold;
    text-align: left;
    padding-left: 55px;
    margin-top: 20px;
    min-height: 70px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 26px;
  background: #ff0000;
  cursor: pointer;
  border-radius: 8px;
}

.slider::-moz-range-thumb {
  width: 50px;
  height: 26px;
  background: #ff0000;  cursor: pointer;
}
/*MOOD REACTION*/
.long-desc{
    padding-left:50px;
}
.long-desc h2{
    font-family:cbold;
    margin:0;
}
.long-desc p{
    font-family: cbook;
    font-size: 16px;
    padding-top: 18px;
}
.mood-reaction-desc{
    align-items: unset !important;
    padding: 45px !important;
}
.mood-reaction-label{
    text-align: left;
    height: unset;
    margin: 45px 0;
}
.select-btn button{
    margin: 60px 0;
    padding: 28px 6%;
    font-family: cbold;
    font-size: 2em;
    border: none;
    border-radius: 4px;
    outline: none;
    /* background-color: orange; */
    color: #fff;
    background-image: linear-gradient(#dbb878 40%, #967e52);
}
.select-btn{
    text-align:center;
}

/*helper-types*/
.attributes{
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #a3bcc9;
}
.attribute-grp{
    float: left;
    width: 50%;
    padding-right: 8%;
}
.attribute-title{
    margin: 0;
    font-weight: 900;
    
}
.attribute-desc{
    padding-top:10px !important;
}

/*SUBTYPES*/
.subtype-desc{
    font-family: cbook;
    font-size: 16px;
    padding: 4px 0;
}
.subtypes-title{
    padding-top:15px;
}

.start-btn{
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

#next{
    background-image: linear-gradient(#dbb878 40%, #967e52);
    font-size: 2em;
    color: #fff;
    padding: 16px 6%;
    margin: 0 2%;
    border-radius: 3px;
    font-family: cbold;
    text-decoration: none;
        cursor: pointer;
}
#previous{
    background-image: linear-gradient(#dbb878 40%, #967e52);
    font-size: 2em;
    color: #fff;
    padding: 16px 6%;
    margin: 0 2%;
    border-radius: 3px;
    font-family: cbold;
    text-decoration: none;
        cursor: pointer;
}
.newpnbutton{
    background-image: linear-gradient(#dbb878 40%, #967e52);
    font-size: 2em;
    color: #fff;
    padding: 16px 6%;
    margin: 0 2%;
    border-radius: 3px;
    font-family: cbold;
    text-decoration: none;
        cursor: pointer;
}
.newpnbutton:focus, .newpnbutton:hover {
    color: #fff;
    text-decoration: none;
}
.mg-tm-65{
    margin-top: 68px;
}