body
{
    font-family: "Lexend", sans-serif;
    width: 100%;
    position: relative;
    height: auto;
    
}
p {
     font-family: "Lexend", sans-serif;
}
ul li {
     font-family: "Lexend", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
     font-family: "Lexend", sans-serif;
}
main
{
    /* position: relative; */
    width: 100%;
    height: 100%;
    background-size: cover;


}
.wrapper
{
    /* padding-top: 100px;
    padding-bottom: 30px; */
    width: 100%;
    height: 100%;

}
header
{
    background-color: white;
    width: 100%;
    min-height: 100px;
    text-align: center;
    display: grid;
    align-content: center;
}
section.login-main-wrapper-s {
    background: black;
    height: 100vh;
}
form.wc-login-form label {
    color: white;
    font-weight: 500;
    font-size: 28px;
    text-transform: capitalize;
}

form.wc-login-form {
    text-align: left;
}
.lg-m-main {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
}
header h2
{
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: normal;

}
.steps
{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.step-inner {
    flex: 1;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.step-num {
    background-color: rgb(255, 230, 229);
    width: 140px;
    border-radius: 50px;
    height: 37px;
    text-align: center;
    display: grid;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.step-num span
{

    font-size: 18px;
}
.quiz-text
{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.main-heading
{
    font-size: 43px;
    font-family: "Poppins";
    color: var(--text-color);
    font-weight: bold;
}
.p-text
{
    font-size: 20px;
    color: rgb(21, 21, 21);
    font-family: "Roboto";
}
.form
{
    margin-top: 40px;
    min-height: 400px;
    
}
.radio-field {
    width: 100%;
    min-height: 50px;
    position: relative;
    display: grid;
    align-content: center;
    margin-bottom: 0px;
    padding: 10px 20px;
}

.radio-field input
{
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--field-color);
    width: 100%;
    height: 100%;
    border-radius: 0px;
    cursor: pointer;
    border: solid 1px transparent;
    transition: 0.4s all;
}
.radio-field input:hover
{
    border-color: #315584;
}

.radio-field label
{
    position: relative;
    z-index: 100;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
    pointer-events: none;
    transition: 0.4s all;
}
.radio-field label::before {
    content: "X";
    display: inline-block;
    background-color: rgb(242, 242, 242);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 17px;
    color: rgb(68, 109, 118);
    font-weight: bold;
    text-align: center;
    margin-left: 6px;
    margin-right: 5px;
    pointer-events: none;
    transition: 0.4s all;
    transition: 0.4s all;
}
.radio-field.op-0 label::before
{
    content: "A";
}
.radio-field.op-1 label::before
{
    content: "B";
}
.radio-field.op-2 label::before
{
    content: "C";
}
.radio-field.op-3 label::before
{
    content: "D";
}
.radio-field.op-4 label::before
{
    content: "E";
}
.radio-field.op-5 label::before
{
    content: "F";
}
.radio-field.op-6 label::before
{
    content: "G";
}
.radio-field.op-7 label::before
{
    content: "H";
}
.radio-field input:checked
{
    border-color: blue;

}
.radio-field input:checked+label
{
    color: blue;
}
.radio-field input:checked+label::before
{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #315584;
    color: rgb(255,255,255);
}
.image-f
{
    position: absolute;
    bottom: 110px;
    left: 30px;
    pointer-events: none;
}



/* step 2 */
.step2.quiz-text
{
    width: 60%;
}
.check-field
{
    width: 100%;
    height: 75px;
    position: relative;
    display: grid;
    align-content: center;
    margin-bottom: 30px;
}
.check-field input
{
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--field-color);
    border-radius: 50px;
    cursor: pointer;
    border: solid 3px transparent;
    transition: 0.4s;
}
.check-field input:hover
{
    border-color: blue;
}
.check-field input::after
{
    content: "";
    position: absolute;
    right: 30px;
    top: 12px;
    border: solid 2px rgb(227, 227, 227);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    transition: 0.4s all;
}
.check-field input:checked:after
{
    background-color: blue;
    border: solid 2px transparent;
}
.check-field input:checked
{
    border-color: blue;
}

.check-field label
{
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    font-size: 23px;
    color: rgb(68, 109, 118);
    font-weight: bold;
    pointer-events: none;
    transition: 0.4s all;
}
.check-field label::before
{
    content: "";
    background-image: url(../images/icons/headphones.png);
    background-repeat: no-repeat;
    min-width: 28px;
    height: 32px;
    display: inline-block;
    margin-left: 35px;
    margin-right: 25px;
    pointer-events: none;
    transition: 0.4s all;
    padding-left: 45px;
    border-right: solid 2px rgb(235, 235, 235);
}
.check-field input:checked+label::before
{
    border-right-color: blue;
}
.skip
{
    font-size: 20px;
    color: blue;
    font-weight: bold;
    text-align: end;
    border-bottom: solid 2px blue;
    width: max-content;
    padding: 0;
    margin-left: auto;
    margin-top: 20px;
    cursor: pointer;
  }
  


.radio-field-2
{

    width: 100%;
    height: 147px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--field-color);
    border-radius: 100px;
    border: solid 2px transparent;
    transition: 0.4s;
    margin-bottom: 15px;
}
.radio-field-2 input
{
    -webkit-appearance: none;
    border-radius: 50%;
    background-color: var(--field-color);
    box-shadow: inset 0px 5px 10px 0px rgba(206, 206, 206, 0.46);
    min-width: 37px;
    height: 37px;
    margin-left: 70px;
    margin-right: 40px;
    border: solid 1px transparent;
    position: relative;
    cursor: pointer;
    transition: 0.4s;

}
.radio-field-2 input:checked
{
    border-color: blue;
}
.radio-field-2.active
{
    border-color: blue;
}
.radio-field-2 input::after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    top: 8px;
    border-radius: 50%;
    background-color: transparent;
    transition: 0.4s;
}
.radio-field-2 input:checked::after
{
    background-color: blue;
}
.radio-field-2:hover
{
    border-color: blue;
}
.radio-field-2 input:checked
{
    border-color: blue;
}
.radio-field-2 label
{
    position: relative;
    z-index: 100;
    font-size: 24px;
    color: var(--text-color);
    width: 65%;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.radio-field-3
{
    position: relative;
    margin-bottom: 50px;
}
.radio-field-3-inner
{
    border: solid 3px transparent;
    width: 100%;
    height: 151px;
    border-radius: 150px;
    overflow: hidden;
    transition: 0.4s;

}
.radio-field-3-inner.active
{
    border-color: blue;
}
.radio-field-3 input
{
    -webkit-appearance: none;
    position: absolute;
    left: -18px;
    top: 60px;
    border-radius: 50%;
    background-color: var(--field-color);
    width: 37px;
    height: 37px;
    cursor: pointer;
    border: solid 2px transparent;
    transition: 0.4s;
}

.radio-field-3 input:checked
{
    border-color: blue;
}

.radio-field-3 input:checked::before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px;
    border-radius: 50%;
    background-color: blue;
    width: 22px;
    height: 22px;
    transition: 0.4s;
}
.radio-field-3 label
{
    font-size: 20px;
    color: var(--text-color);
    font-weight: bold;
    width: 60%;
    margin-left: 50px;
    margin-top: 20px;
}
.radio-field-3 label span
{
    font-size: 19px;
    color: var(--text-color-2);
    display: block;
}

.radio-field-3 img
{
    object-position: 0px -55px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}






  
  






  


footer
{
    min-height: 50px;
    background-color: var(--field-color);
    display: grid;
    align-content: center;
    width: 100%;
}
.next_prev {
    display: flex;
    /* flex-wrap: wrap; */
    /* width: 100%; */
    /* align-items: center; */
    /* justify-content: space-between; */
    float: left;
    background: white;
}
.next_prev button
{
        background-color: rgb(241, 241, 241);
    border: 0;
    width: 280px;
    height: 40px;
    border-radius: 50px;
    font-size: 13px;
    color: rgb(60, 60, 60);
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
}
}
.next_prev .prev:hover
{
    color: var(--field-color);
}
.next_prev button span
{
    display: block;
    position: relative;
    z-index: 100;

}
.next_prev button::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--secondary-color);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    clip-path: circle(0.0% at 50% 50%);
    transition: 0.6s;
}


.next_prev .next, .next_prev .apply
{
    color: var(--field-color);
    background-color: blue;
}

.next_prev .bar-inner
{
    background-color: rgb(241, 241, 241);
    width: 400px;
    height: 34px;
    border-radius: 50px;
    display: grid;
    align-content: center;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.bar-inner .bar-text
{
    font-size: 15px;
    color: var(--text-color);
    text-align: center;
    position: relative;
    z-index: 10;
}
.bar-move
{
    background-color: blue;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 0.5s;
}
.thankyou-page
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.thankyou-page-inner
{
    flex: 1;
    height: 100%;
    text-align: center;
    display: grid;
    place-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.thankyou-page-inner img
{
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.thankyou-page-inner span
{
    font-size: 20px;
    color: rgb(9, 9, 9);
}
.thankyou-page-inner h1
{
    font-size: 70px;
    color: rgb(27, 27, 27);
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.subscribe
{
    background-color: rgb(255, 255, 255);
    width: 70%;
    height: 85px; 
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    padding-left: 50px;
}
.subscribe input
{
    border: 0;
    width: 70%;
    height: inherit;
    font-size: 18px;
    color: rgb(9, 9, 9);
    padding-right: 20px;
}
.subscribe input:focus
{
    outline: none;
}
.subscribe button
{
    width: 30%;
    border-radius: inherit;
    background-color: rgb(75, 75, 75);
    font-size: 18px;
    color: rgb(255, 255, 255);
    border: 0;
}






















#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px blue !important;
    border-bottom: solid 3px blue !important;

}













#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


section.breadcrumb-banner {
    padding: 10px 0 1px 0;
    border-bottom: 1px solid #e7e7e7;
}
.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}
.dashboard-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.dashboard-list ul li img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    padding: 5px;
/* 	filter: grayscale(100%); */
}
.dashboard-list ul li {
    width: 33.33%;
    list-style: none;
}
.pg-img {
    width: 30%;
}
.pg-item {
    margin: 20px 20px 20px 0;
    box-shadow: 1px 1px 5px 4px #e5e5e5;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    min-height: 210px;
}
a.st-link-s {
    font-size: 14px;
    color: #c93938;
	text-decoration:overline;
}
.pg-link a {
    color: #262626;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.pg-link {
    text-align: left;
    margin-top: 15px;
	padding: 10px;
	width: 70%;
}
a.st-link-s {
    font-size: 14px;
    color: #c73938;
    text-decoration: overline;
}
.breadcrumb-item+.breadcrumb-item::before {
   
    content: "/";
}
.main-title h2,
.main-title span {
    font-weight: 700;
}
.modals {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modals.is-visible {
    visibility: visible;
}

.modals-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modals.is-visible .modals-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
header.main-ab img {
    height: 200px;
    background: white;
    height: 140px;
}

header.main-ab {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	 background: white !important;
}
.modals-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 365px;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modals-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
button.modals-toggle:hover {
    background: #0057fd;
    color: white;
}
button.modals-toggle {
    position: absolute;
    right: 31px;
    top: 25%;
    background: #360569;
    color: #fffaf5;
    padding: 12px 35px;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 14px;
}
.modals.is-visible .modals-transition {
  transform: translateY(0);
  opacity: 1;
}

.modals-header,
.modals-content {
  padding: 1em;
}

.modals-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modals-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modals-close:hover {
  color: #777;
}

.modals-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modals-content > *:first-child {
  margin-top: 0;
}

.modals-content > *:last-child {
  margin-bottom: 0;
}
#calc {  
  text-align: center;
  width: 380px; 
  display: block;
  border-radius:8px;
  border: 1px solid;
  bordel-color: #abc6c2;
  padding:8px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  background: #224662;
}

.modals button {
  font-size: 200%;
  width: 80px;
  height: 80px;
  font: normal 40pt Tahoma;
  border-radius: 5pt;
}

.modals input {
  font-size: 40px;
  width: 330px;
  height: 80px;
  text-align: right;
  border-radius: 5pt;
  color: black;
}

section.login-main-wrapper {
    height: 100vh;
}
.login-main-logo img {
    height: 225px;
}
.login-main-logo {
    width: 100%;
    text-align: center;
}

.form-group label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 15px;
}
.form-group {
    margin-bottom: 20px;
}
button.btn.btn-submit {
    background: #ea7932;
    color: white;
    font-weight: 700;
    padding: 12px 25px;
    letter-spacing: 1.8px;
    width: 100%;
    margin-top: 15px;
}
.form-group input {
    height: 70px;
    font-size: 26px;
    padding: 0 20px !important;
}

form.wc-change-pwd-form,
form.wc-forgot-pwd-form,
form.wc-login-form {
    padding-top: 15px;
    width: 600px;
    /* max-width: 100%; */
    /* display: flex; */
    /* text-align: center; */
    justify-content: center !important;
    /* flex-wrap: wrap; */
}
.alert.alert-danger {
    width: 600px;
}
section.main-dashboard {
    background: #f37b29;
    padding: 10px;
}
.dashboard-list-main ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.dashboard-list-main ul li {
    width: 25%;
    list-style: none;
}
.dashboard-list-main ul li img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.pg-item-notes {
    margin: 20px;
    background: #262626;
    text-align: center;
}
.pg-link-notes {
    padding: 15px 0;
}
.pg-link-notes a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.pg-link-notes span {
    color: white;
    display: block;
    font-size: 13px;
}
input.border-yes {
    border: 1px solid;
    width: 400px;
    text-align: center;
}


section.start-main-wrapper {
    padding-top: 80px;
}

@keyframes rotateBackground {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.timer-img img {
    height: 60px;
    width: 60px;
    animation: rotateBackground 20s linear infinite;
}
.countdown-timer {
    color: white;
    font-size: 14px;
    padding-top: 11px;
}
.countdown-timer span {
    display: block;
    font-size: 14px;
}

.timer-main-st {
    background: black;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 6px;
    top: -90px;
}

.timer-img {
    padding-top: 25px;
}

.m-w-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.start-wrapper {
    position: relative;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    width: 50%;
}
.start-s-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.start-s-image {
    width: 11%;
    background: #c73938;
    display: flex;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}
i.fa-solid.fa-square-poll-vertical,
i.fa-solid.fa-forward {
    font-size: 61px;
    color: white;
}
a.start-live-test-btn {
    background: #bc473a;
    color: white;
    padding: 5px 20px;
    font-size: 12px !important;
    border-radius: 8px;
}
a.start-live-test-btn:hover {
    box-shadow: 0px 0px 10px 4px white;
}
.start-content,
.start-content-s {
    width: 89%;
    background: #3a3a6d;
    padding: 20px;
}
.start-content a,
.start-content-s a{
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.start-content, .start-content p, .start-content-s, .start-content-s p {
    color: white;
}
/* .continue-s-wrapper,
.start-s-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        width: 50%;
} */
/* .continue-content,
.start-content {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.continue-content a,
.start-content a {
    background: #e97733;
    color: white;
    font-size: 17px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}


.continue-s-image img,
.start-s-image img  {
       height: 200px;
    width: 200px;
    object-fit: contain !important;
    margin-bottom: 50px;

}
.continue-content a {
    background: #599cdf;
} */
form#steps {
    background: white;
    position: relative;
}
footer.forms {
    position: fixed;
    bottom: 0;
    z-index: 999999;
}
.radio-field input[type="checkbox"] {
    border-radius: 0;
}
.radio-field input[type="checkbox"] + label::before {
    border-radius: 0 !important;
}
.your-a-answer span {
    font-weight: 600;
}
.ans-list ul li.your-answer {
    background: red;
    color: white;
}
.p-title-explain h3 {
    font-size: 18px;
    font-weight: 600;
}
.ans-m-ms {
    width: 100%;
    padding: 5px 20px;
}
.star-m img {
    width: 100%;
    height: 25px;
    object-fit: contain;
}
.star-m {
    /* width: 10%; */
    float: right;
}
.ans-list ul li.item-l {
    background: #e5e5e5;
    margin-bottom: 25px;
    padding: 25px;
    list-style: decimal;
    box-shadow: 1px 0px 9px black;
}
.your-a-answer {
    padding: 10px;
}
.p-title-list ul li {
    list-style: upper-latin;
    border-bottom: 1px solid white;
}

.your-a-answer.ans-m-your {
    color: black;
    padding: 10px;
    border-top: 3px solid #257a02;
}
.your-a-answer.ans-y-corre {
    padding: 10px;
    color: black;
}
section.test-result-main-wrapper {
    padding: 30px 0;
}
.all-result-t {
    text-align: center;
    text-transform: capitalize;
}
.test-result-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.test-title {
    width: 70%;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
}
.test-re-permalink a {
    width: 100%;
    background: #004eff;
    padding: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.test-re-permalink {
    /* float: right; */
    display: flex;
    width: 25%;
}
.test-result-content-form {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background: wheat;
        margin-top: 40px;
}
.all-result-t h2 {
    font-weight: 700;
    color: #000000;
}
.total-scores-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.total-scores-wrapper .total-scores-panel {
    width: 70%;
    padding-top: 30px;
}
.total-scores-wrapper img {
    width: 30%;
    height: 150px;
    object-fit: contain;
}
.total-scores-panel span {
    font-weight: 700;
    font-size: 25px;
    color: #320166;
}
.total-scores-panel .score-p {
    font-size: 30px;
    color: #003be1;
    font-weight: 700;
}
.row.gap-dwn {
    padding: 40px 0;
}
.view-exp {
    text-align: right;
    font-size: 17px;
    font-weight: 700;
    margin-top: 50px;
}
.view-exp a {
    color: white;
    background: #0066ff;
    padding: 10px 40px;
    text-decoration: none;
}
.col-12.m-m-title h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}
.col-12.m-m-title {
    text-align: center;
    display: block;
}
span.i-icon img {
    height: 25px;
}
.test-completed img {
    height: 250px;
}

.test-completed {
    text-align: center;
}
.test-completed h3 {
    font-size: 30px;
    padding: 20px 0;
}
.test-completed a {
    background: #320167;
    color: white;
    padding: 15px 45px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}