@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
    scroll-behavior: smooth;
}

.semiBoldFont {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
}

.mediumFont {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400;
}

* {
    outline: none !important;
}

.header {
    /* background: transparent linear-gradient(268deg, #E61D1D 0%, #7B0202 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(360deg, #2F1107 -37.08%, #712201 100%) 0% 0% no-repeat padding-box;
    padding-left: 3%;
    padding-right: 3%;
}
.header2{
    background: transparent linear-gradient(
127deg
, #E61D1D 0%, #7B0202 100%) 0% 0% no-repeat padding-box;
}
.header2 img.logo{
   width: 125px;
} 
.menuColor {
    color: #fff !important;
    font-size: 15px !important;
    font-family: 'PT Sans', sans-serif !important;
    letter-spacing: 0.6px;
    line-height: 2 !important;
}

.menuColor span {
    margin-bottom: -4px !important;
    display: flex;
}

.activeMenu {
    background-color: #fff !important;
    color: #E61D1D !important;
    box-shadow: 0px 3px 11px #00000066;
    border-radius: 10px 0px;
    position: relative;
}

.activeMenu:after {
    position: absolute;
    bottom: -5px;
    left: -5px;
    border-left: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 25px;
    height: 25px;
    content: "";
}

.activeMenu:before {
    position: absolute;
    top: -5px;
    right: -5px;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    width: 25px;
    height: 25px;
    content: "";
}

body {
    font-family: 'PT Sans', sans-serif !important;
}

.bannerImage {
    /* background-image: url('../images/banner.png'); */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* padding-top: 30%; */
    position: relative;
    background-image: url('../images/bannernewimg.jpg');
    padding-top: 38%;
}

.bannerContent {
    position: absolute;
    top: 45%;
    right: 10%;
    color: #fff;
    text-align: center;
}
.bannerImage2{
    background-image: url('../images/pquiz-banner-1.jpg');
    padding-top: 25%;
    background-position: initial;
}

.quizButton {
    background-color: #E61D1D !important;
    color: #fff !important;
    box-shadow: 0px 3px 11px #00000066;
    border-radius: 10px 0px;
    position: relative;
}

.quizButton:after {
    position: absolute;
    top: -7px;
    right: -7px;
    border-top: 7px solid #fff;
    border-radius: 10px 0px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    border-right: 7px solid #fff;
}

.topBorder {
    width: 60px;
    height: 6px;
    background-color: #E61D1D !important
}

.bottomBorder {
    width: 175px;
    height: 6px;
    background-color: #E61D1D !important
}

.f-18 {
    font-size: 16px !important;
}

.greyBg {
    background-color: #F2F1F1 !important;
}

.registerBgColor {
    background-color: #F6F6F6 !important;
}

.lightblackBorder {
    border: 2px solid #1D1D1D;
}

.lightblackColor {
    background-color: #1D1D1D;
    box-shadow: -10px 20px 30px #0000003B;
}

.whiteColor {
    color: #fff !important;
}

.bottomBorderWhite {
    border-bottom: 1px solid #fff;
}

.pr-0 {
    padding-right: 0 !important;
}

.quizButton2 {
    background: transparent linear-gradient(260deg, #E61D1D 0%, #7B0202 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px 0px;
    color: #fff !important;
    position: relative;
    width: 300px;
    height: 60px;
    margin-top: -20px;
}

.pdfBooks {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E61D1D;
    border-radius: 50px;
    color: #E61D1D !important;
    padding: 4px 8px;
    text-decoration: none !important;
}

.blackColor {
    color: #000 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.blackBg {
    background-color: #000;
}

.QColor {
    color: #E61D1D !important;
}

.stripeBg {
    /* background-image: url('../images/bcg.png'); */
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.registrationBox {
    background: #1D1D1D 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000029;
    border-radius: 10px;
}

.whiteRoundBorder {
    width: 40px;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.whiteRoundBorder1 {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    align-items: center;
    color: #000;
}

.lightBlackRoundBorder {
    display: flex;
    justify-content: center;
    background: #343434;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    align-items: center;
    color: #fff;
}

.transparentBorder {
    border: transparent !important;
}

.registrationFieldBox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000029;
    border-radius: 10px;
}

.alreadyRegistered {
    background: transparent linear-gradient(260deg, #E61D1D 0%, #7B0202 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 10px;
    color: #fff !important;
    position: relative;
    width: 250px;
    height: 40px;
    margin-right: -15px;
}

.registerBorderBottom {
    border-bottom: 1px solid #CCCCCC !important;
}

.starIcon {
    color: red !important;
}

/* Radio Button  */

.containerOne {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerOne input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 6px;
    height: 14px;
    width: 14px;
}

.containerOne input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #E61D1Dff;
}

.containerOne input~.checkmark {
    background-color: #fff;
    border: 1px solid #a9a9a9;
}

.containerOne input~.checkmark:after {
    top: 3.4px;
    left: 3px;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #E61D1D;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerOne input:checked~.checkmark:after {
    display: block;
}

.containerOne .checkmark:after {
    top: 3.4px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #E61D1D;
}

.customInput {
    background: transparent;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
}

.customSelect {
    background: transparent;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
}

.w60 {
    width: 60%;
    padding-right: 5px;
}

.w40 {
    width: 40%;
    padding-left: 5px;
}

.w50 {
    width: 50%;
}

.p-r-10 {
    padding-right: 10px;
}

.submitButton {
    /* width: 143px; */
    min-width: 110px;
    width: max-content;
    max-width: max-content;
    height: 39px;
    background: #1D1D1D 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #1D1D1D !important;
    padding-left: 10px;
    padding-right: 10px;
}
.submitButton::disbled{
    cursor: initial;
    opacity: 0.8;

}
.stickyMenu {
    position: sticky;
    top: 0;
}

.stepsBox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 10px;
}

.simpleSteps {
    background: #343434 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    padding: 10px 30px;
}

.pmuAdmission1 {
    background-image: url('../images/admission.png');
    height: 450px;
    background-position: center !important;
    background-size: cover !important;
}

.pmuAdmission1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}

.pmuAdmission1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 95%;
    height: 95%;
    border: 1px solid #E61D1D;
    z-index: 2;
}

.z-index1 {
    position: relative;
    z-index: 1;
}

.registrationBox1 {
    box-shadow: 0px 10px 30px #00000029;
    border-radius: 10px;
}

.registerColor {
    color: #E61D1D !important;
}

.checkIcon {
    background-image: url('../images/check.png');
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 98% 7px !important;
}

.questionNumber {
    position: absolute;
    background: #1D1D1D;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    left: 0;
    border-radius: 0px 6px 5px 0px;
}

.answerWidth {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
}

.answerWidth .rdb {
    width: 50% !important;
    padding-top: 15px;
}

.current {
    width: 30px;
    height: 30px;
    background: #1D1D1D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
}

#pagin {
    display: flex;
    padding-left: 0px !important;
}

#pagin li {
    list-style: none !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

#pagin li a {
    color: #000;
    text-decoration: none !important;
}

.prevNextButton {
    width: 145px;
    height: 40px;
    background: #1D1D1D 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: #fff !important;
    border: 1px solid #1D1D1D !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

#tiles span {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E61D1D 0% 0% no-repeat padding-box;
    color: #fff;
    opacity: 1;
}

#tiles {
    display: flex;
    margin-top: 20px;
}

.tryAgain {
    width: 143px;
    height: 39px;
    background: transparent linear-gradient(74deg, #E61D1D 0%, #7B0202 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: #fff;
    border: 1px solid transparent !important;
}

.errorMessage {
    color: red;
    font-size: 14px;
    padding-top: 5px;
}

#showlefttime {
    padding: 5px 10px;
    color: #fff !important;
    background-color: #E61D1D !important;
    margin-top: 20px;
    width: max-content;
}

.correctAnswer {
    color: green !important;
}

.wrongAnswer {
    color: red !important;
}
.quizfinishbtn{
    padding-top: 25px;
}

  @media (max-width:992px){
    .countdowngroup{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    #showlefttime{
        margin-top: 0px;
    }
    .quizfinishbtn{
        padding-top: 0px;
    }
    .headerTabpquiz{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }
  }
/* loader  */

/* Demo Styles */

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}

h1 {
    font-size: 40px;
}

/* The Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation: spin-reverse .6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #000000b5;
    z-index: 10;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

input[type=radio]:checked+label, input[type=radio]+label.chk {
    background-image: url('../images/selected.png');
    color: #E61D1D;
}

input[type=radio]+label, input[type=radio]+label.clr {
    padding-left: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    float: left;
    margin-right: 20px;
}

.answerPage input[type=radio]:checked+label, input[type=radio]+label.chk {
    background-image: url('../images/selected.png'), url('../images/wrong-x.png');
    background-position: left 5px, 100% 5px !important;
    padding-right: 20px !important;
}

.answerPage .correctAnswer {
    background-image: url('../images/correct.png'), url('../images/correct-tick.png') !important;
    background-position: left 5px, 100% 5px !important;
    padding-right: 20px !important;
    text-decoration: underline;
    text-decoration-color: green;
}

label {
    background-image: url('../images/unselected.png');
    background-size: 14px !important;
    background-position: 0px 4px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px;
}

input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.toggleIcon div {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease
}

.wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.dashedLines:after {
    content: "";
    border-top: 1px dashed #fff;
    width: 46vw;
    position: absolute;
    top: 28%;
    left: 65%;
}

@media(max-width:1200px) {
    .dashedLines:after {
        width: 44vw;
    }
}

@media(max-width:991px) {
    .dashedLines:after {
        display: none;
    }
    .topBorder{
        margin-bottom:15px !important;
    }
    .bottomBorder{
        margin-top:15px !important;
    }
    .bannerContent {
        position: relative;
        top: initial;
        right: initial;
        padding-bottom: 5%;
        display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    }
    .bannerContent *{
       font-size:15px;
    }
    .padding0{
        padding:0 !important;
    }
    .jusStart {
        justify-content: flex-start !important;
    }
}

@media(max-width:767px) {
    .jusCenter {
        justify-content: center !important;
    }
    .bannerImage1{
        padding-top:10% !important;
    }
    .jusStart {
        justify-content: flex-start !important;
    }
    #pagin {
        flex-wrap: wrap;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .centerBottom {
        justify-content: center !important;
        margin-bottom: 5px;
    }
    .flexColumn {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .marginRight0 {
        margin-right: 0 !important;
    }
    .bannerImage{
                
        padding-top: 23% !important;
      
      }
      .header2 .logo{
        width: 100px;
      }
}

@media(max-width:575px) {
    .w60 {
        margin-top: 10px;
        width: 100%;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .w40 {
        width: 100%;
        padding-left: 0;
    }
    .answerWidth .rdb {
        width: 100% !important;
    }
    .margin0 {
        margin: 0 !important
    }
}

.quizPage .menudisplayNone {
    display: none !important;
}

@media (min-width:992px){
    .header{
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 1;
    }
}
 .bannerImage2 .bannerContent{
    bottom: 15%;
    left: 23%;
    top: auto;
    right: auto;
}
@media (max-width: 991px){
    .bannerImage2 .bannerContent{
        position: absolute;
    }
}

