.pmnlogo@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
:root
{
    --primary-gradiant: linear-gradient( 3deg, rgb(184,0,89) 0%, rgb(249,0,123) 100%);;
    --secondary-color: rgb(180, 0, 87);
    --primary-color: rgb(246, 0, 121);;
    --text-color: rgb(186, 186, 186);
    --heading-color:rgb(0, 0, 0);
    --field-color: rgb(186, 186, 186);.pmnlogo
}

 .hpRadio:hover + label#selectbrand {
    border: 20px solid blue;
    border-radius: 50%;
    padding: 26px;
  }
              

li label {
    cursor: pointer;
}

.dez-accordion.space .panel {
    margin-bottom: 5px;
}

.dez-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}
.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.acod-head {
    position: relative;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}

.acod-head a {
    display: block;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 19px;
    color: black;
    font-weight: 600;
}
.acod-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid transparent;
    margin-top: -1px;
}
.acod-content {
    margin: 20px;
}
.acod-head i {
    margin-right: 5px;
}
.acod-head a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #EFBB20;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: 700;
}


/* popup modal css start */

.offcanvas-top {
    height: 300px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  .btn-close {
    margin-left: auto;
  }
  .offcanvas-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .offcanvas-body {
    font-size: 1.1rem;
    color: #555;
  }

/* popup modal end */

.acod-head a.collapsed:after {
    content: "\f067";
}

body
{
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 100%;
    background-image: url('../images/bg-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

main
{
    min-height: 100vh;
    width: 100%;
    /* display: grid; */
}
header
{
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    padding: 30px 100px;
    position: relative;
}
.step-count
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-number
{
    border-radius: 50%;
    background-color: rgb(227, 227, 227);
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}
.step-number::before
{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-gradiant);
    transition: 0.3s;
}


.step-number .number-inner
{
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 46px;
    height: 46px;
    font-size: 28px;
     font-family: "Roboto", serif;
    color: rgb(227, 227, 227);
    font-weight: bold;
    display: grid;
    place-content: center;
    position: relative;
      
}
.step-count-bar
{
    display: flex;
    align-items: center;
    position: relative;
}
.step-count-bar::before
{
    content: "";
    position: absolute;
    background: var(--primary-gradiant);
    height: 4px;
    width: 0px;
    left: 75px;
    z-index: 1;
    transition-delay: 0.5s;
    transition: 0.3s;
}
.step-count-bar::after
{
    content: "";
    display: inline-block;
    background-color: rgb(227, 227, 227);
    height: 4px;
    width: 100px;
    position: relative;
    z-index: 0;

}

.m-b30 {
    margin-bottom: 30px;
}

.p-a30 {
    padding: 30px;
}
.contact-style-1 h2 {
    margin-top: 0;
}

.m-b10 {
    margin-bottom: 10px;
}
h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 25px;
    font-weight: 700;
}
.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}
.icon-bx-wraper {
    position: relative;
}

.m-b30 {
    margin-bottom: 30px;
}
ul li, ol li {
    padding: 0;
}
.icon-bx-wraper.left .icon-bx-xl, .icon-bx-wraper.left .icon-bx-lg, .icon-bx-wraper.left .icon-bx-md, .icon-bx-wraper.left .icon-bx-sm, .icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-xs i {
    font-size: 20px;
}

.icon-bx-xl i, .icon-bx-lg i, .icon-bx-md i, .icon-bx-sm i, .icon-bx-xs i {
    vertical-align: middle;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper .dez-tilte {
    margin-top: 0;
}
div#thankyoupage{
    display: flex;
    justify-content: center;
    align-items: center;
}



.dez-box, .dez-info, .dez-tilte, .dez-tilte-inner {
    position: relative;
}
.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}
.no-line::before
{
    display: none;
}
.no-line::after
{
    display: none;
}
.active .step-number .number-inner
{
    color: var(--primary-color);
}
.timer
{
    position: absolute;
    right: 100px;
}
.timer-inner
{
    width: 130px;
    height: 130px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: grid;
    column-gap: 50px;
    align-items: center;
    border: solid 10px var(--primary-color);
}



.timer .timer-count
{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.timer .timer-count span
{
    display: block;
    font-weight: bold;
    font-size: 30px;
}
.question
{
    position: absolute;
    top: 110px;
    left: 40px;
    z-index: -2;
}
form 
{
    position: relative;
}
form::before
{
    content: "";
    /* position: absolute; */
    bottom: -100px;
    left: 0;
    background-color: rgb(255,255,255);
    /* background-image: url(../images/bubble.png); */
    /* border-top: solid 4px var(--field-color); */
    width: 100%;
    height: 56%;
    z-index: -1;
}
/* body:before {
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
} */

.quiz-main{
    padding-top: 0%;
}

.nav-link{
    color: #2323ff !important;
    font-weight: 500;
}

.quiz-question
{
    font-size: 50px;
    color: var(--heading-color);
    font-weight: bold;
    text-align: center;
    width: 75%;
    margin: 0px auto;
    margin-bottom: 30px;
}
.radio-btn
{
    position: relative;
    width: 93%;
    height: 270px;
    text-align: center;
    display: grid;
    align-content: center;
    padding: 0;
    margin: 0 auto;
    /* margin-bottom: 50px; */

}

.radio-btn::after
{
    content: "";
    width: 0;
    height: 4px;
    right: -43px;
    top: 133px;
    background-image: var(--primary-gradiant);
    position: absolute;
    transition: 0.5s;
}
.radio-btn::before
{
    content: "";
    width: 0;
    height: 4px;
    left: -43px;
    top: 133px;
    background-image: var(--primary-gradiant);
    position: absolute;
    z-index: 0;
    transition: 0.5s;
}
.radio-btn.active::before,.radio-btn.active::after
{
    width: 43px;
}

.radio-btn label
{
    font-size: 25px;
    color: var(--field-color);
    font-weight: bold;
    pointer-events: none;
    transition: 0.5s;
    position: relative;
    z-index: 100;

}
.radio-btn input
{
    /* -webkit-appearance: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border: solid 4px var(--field-color);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    transition: 0.5s;
}
.logo-icon{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: contain;
}


.form-control {
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    /* color: white; */
}

.step2radiobtn{
    display: none;
}
.step2radiobtn:checked+label span {
    background-color: #464d54;
    color: hsl(0deg 0% 100%);
}
/* 
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #7e7d7d38;
    --bs-accordion-btn-focus-border-color: #f7f7f7;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #ffffff;
    --bs-accordion-active-bg: transparent;
} */
.pmnlogo {
    position: absolute;
    width: 231px;
    margin-left: 15px;
    top: 10px;
}
/* .accordion-item{
    color: #ffffff;
}
.accordion-button{
    color: #ffffff;
} */

/* Styling for options in the select box */
select option {
    background-color: #03A9F4;
    border: 2px solid #03A9F4;
    padding: 8px; /* Adjust the padding value as per your preference */
    border-radius: 5px; /* Adjust the border radius as per your preference */
    color: white; /* Set the text color for the options */
}

/* Styling for selected option in the select box */
select option:checked {
    background-color: #0860A8;
    border: 2px solid #0860A8;
    /* You can add additional styles for the selected option if needed */
}


.form-control::placeholder {
    color: rgb(27, 27, 27);
}

.form-control:focus {
    color: #363636;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* .radio-btn input::before
{
    content: "X";
    border: solid 4px var(--field-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: grid;
    place-content: center;
    font-size: 25px;
    color: var(--field-color);
    font-weight: bold;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    transition: 0.5s;

    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    pointer-events: none;
} */

.radio-btn .op1::before
{
    /* content: "A"; */
    
}
.radio-btn .op2::before
{
    /* content: "B"; */
}
.radio-btn .op3::before
{
    /* content: "C"; */
}

.radio-btn .op5::before
{
    /* content: "D"; */
}
.radio-btn .op4::before
{
    /* content: "E"; */
}
.radio-btn input:checked
{
    border-color: var(--primary-color);
}

.radio-btn input:checked~label
{
    color: var(--primary-color);
    border: 20px solid blue;
    border-radius: 50%;
    padding: 26px;
}

.radio-btn input:checked::before
{
    border-color: var(--primary-color);
    color: var(--primary-color);
}


.form-control input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px #fff solid;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #262626;
  }
  

.next-prev {
    width: 97%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 120px;
    align-items: center;
    flex-wrap: wrap;
}
.next-prev button {
    border: solid 1px rgb(225,225,225);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.03);
    width: 144px;
    height: 52px;
    font-size: 16px;
    color: rgb(124, 120, 120);
    font-weight: bold;
    text-transform: uppercase;
}
  .next-prev button i
  {
    margin: 0 8px;
  }
.next
{
    background-image: linear-gradient( 90deg, rgb(184,0,89) 0%, rgb(249,0,123) 100%);
    color: rgb(255, 255, 255) !important;

}
  

#error div
{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999999999;
}


.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3B5998;
}

.google-bg {
    background: #DD4B39;
}

.twitter-bg {
    background: #55ACEE;
}


.tsteps {
list-style-type: none;
padding: 0;
}

.tstep {
margin-bottom: 30px;
border-bottom: 1px solid #dcdcdc;
padding-bottom: 20px;
}

.tstep span {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 18px;
font-weight: bold;
background-color: #007bff;
color: #ffffff;
border-radius: 50%;
margin-right: 10px;
}

.tstep p {
font-size: 18px;
font-weight: bold;
color: #007bff;
display:inline;
margin: 0 0 10px;
}

ul {
padding-left: 20px;
padding-top: 1rem!important;
}

li {
font-size: 16px;
color: #333333;
margin-bottom: 8px;
}





.text_loader {
perspective: 1000px;
-webkit-perspective: 1000px;
}
.text_loader > span {
display: inline-block;
font-size: 56px;
text-shadow: 1px 1px 1px #919191,
1px 2px 1px #919191,
1px 3px 1px #919191,
1px 4px 1px #919191,
1px 5px 1px #919191,
1px 6px 1px #919191,
1px 7px 1px #919191,
1px 8px 1px #919191,
1px 9px 1px #919191,
1px 10px 1px #919191,
1px 18px 6px rgba(16,16,16,0.4),
1px 22px 10px rgba(16,16,16,0.2),
1px 25px 35px rgba(16,16,16,0.2),
1px 30px 60px rgba(16,16,16,0.4);
   font-family: "Roboto", serif;
color: #000000;
/* transform-style: preserve-3d; */
font-weight: 800;
transform-origin: 0 100%;
animation: anim 6s infinite linear;
transform: translate(50%,-50%);
   font-family: "Roboto", serif;
}
.text_loader > span:nth-child(even) {
color: #305406;
}
.text_loader > span:nth-child(2) {
animation-delay: 0.2s;
}
.text_loader > span:nth-child(3) {
animation-delay: 0.4s;
}
.text_loader > span:nth-child(4) {
animation-delay: 0.6s;
}
.text_loader > span:nth-child(5) {
animation-delay: 0.8s;
}
.text_loader > span:nth-child(6) {
animation-delay: 1s;
}
.text_loader > span:nth-child(7) {
animation-delay: 1.2s;
}
.text_loader > span:nth-child(8) {
animation-delay: 1.4s;
}
.text_loader > span:nth-child(9) {
animation-delay: 1.6s;
}
.text_loader > span:nth-child(10) {
animation-delay: 1.8s;
}
.text_loader > span:nth-child(11) {
animation-delay: 2s;
}
.text_loader > span:nth-child(12) {
animation-delay: 2.2s;
}
.text_loader > span:nth-child(13) {
animation-delay: 2.4s;
}
.text_loader > span:nth-child(14) {
animation-delay: 2.6s;
}
@keyframes anim {
35% {
transform: rotateX(360deg);
}
100% {
transform: rotateX(360deg);
}
}



.gap-md-4{
    gap: 0.5rem !important;
}



.twelve h1 {
    font-size: 31px;
    font-weight: 600;
    letter-spacing:1px; text-transform:uppercase; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
  }
  .twelve h1:before {
      background-color: #c50000;
      content: '';
      display: block;
      height: 3px;
      width: 150px;
      margin-bottom: 5px;
  }
  .twelve h1:after {
      background-color: #c50000;
      content: '';
      display: block;
      position:absolute;
      right:50px;
       bottom:0;
      height: 3px;
      width: 150px;
      margin-bottom: 0.25em;
  }

  .header_mailtext{
            display: flex;
            gap: 56px;

  }

@media (max-width: 767px) {
    .twelve h1 {
        font-size: 22px;
    }    
    .header_mailtext{
        display: none;
    }
    .hitnextbtn{
        width:33px !important;
    }
  }


  @media (min-width: 768px) and (max-width: 1023px) {
    .twelve h1 {
        font-size: 22px;
    }  
    .header_mailtext{
        display: none;
    }
  }

@media(max-width: 640px){
    
    
     .hpRadio:hover + label#selectbrand {
            border:0px;
            padding:0px;
  }
    
    .twelve h1 {
        font-size: 22px;
    }    
    .pmnlogo {
        left: 50%;
        transform: translateX(-50%);
    }
    .quiz-question {
        width: 100%;
        margin-top: 170px;
    }
    .header_mailtext{
        display: none;
    }
    
    #step1 .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #step1 .row .col-md-3 {
        width: 50% !important;
    }
    
    .logo-icon {
        width: 100px;
        height: 100px;
    }
    
    .radio-btn {
        height: 250px;
        margin-bottom: 20px;
    }
    
    .step2_box {
        margin-top: 20px;
    }
    
    .step3_box {
        margin-top: 20px;
    }
    
    section.steps {
        margin-top: 60px;
    }
}