
: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);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

 .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;
}

/* .btn:hover{
    background: #000;
    transition: all .4s ease;
    border: 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: "Inter", sans-serif;;
    content: "\f068";
    float: right;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: 700;
}

.freeconcontainer{
    display: inline-block;
    padding: 37px 24px;
    border-radius: 10px;
    background: blue;
    margin-top: 11px;
}

.underlinecss{
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: orange;
}

.acod-head a.collapsed:after {
    content: "\f067";
}

body
{
    font-family:"Inter", sans-serif;;
}


.maincontainter
{
    padding: 0px;
    padding-top: 83px;
    overflow: hidden;
}


.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-radio input {
    display: none;
}

.custom-radio input:checked+.radio-btn {
    border: 22px solid #ff1750;
}

.quizcontainer{
    background-image: url('./images/printerrepairbg.png');
    /* background-image: url('./images/printerbgimg55.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 100vh;
}
.primary{
color: #0d6efd !important;
font-weight: bold;
}

.primary:hover{
    /* color: orange !important; */
}
  

.radio-btn {
    margin: 10px;
    width: 190px;
    height: 190px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.radio-btn::before {
    content: "";
    width: 0;
    height: 4px;
    left: -43px;
    top: 133px;
    background-image: #000;
    position: absolute;
    z-index: 0;
    transition: 0.5s;
}
.radio-btn>i {
    color: #ffffff;
    /* background-color: #ff1750; */
    font-size: 26px;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px 5px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}
.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.radio-btn .hobbies-icon {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.radio-btn::after {
    content: "";
    width: 0;
    height: 4px;
    right: -43px;
    top: 133px;
    background-image: var(--primary-gradiant);
    position: absolute;
    transition: 0.5s;
}

.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.radio-btn .hobbies-icon h3 {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.radio-btn:hover{
    transform: scale(1.1);
}


.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0) !important;
}

.freeconsal{
    background: blueviolet !important;
    border-radius: 0px !important;
    padding: 8px !important;
}

.footer-section{
    background-color: #000 !important;
}
.issuelabel{
    background-color: #fff ;
}

.twelve{
    color: #fff;
    z-index: 11111111;
    background-color: #10243e !important;
    border-radius: 0px 0px 60px 60px;
    padding-bottom: 20px;
}

/* .aboutuscontainer{
    background-image: linear-gradient();
} */


.scannerissuelisting li{
    list-style: none;
    background: #ffffff;
    color: #000000;
    border-radius: 1px;
}
.scannerissuelisting li p{
    margin: 0px;
    margin-bottom: 6px;
    padding: 10px !important;
}

.text-primary{
    color: rgb(45 104 181) !important;
}

.psheader{
    background-color: #ffffff;
    width: 100%;
    height: 83px;
    z-index: 9999999999;
    position: fixed;
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
    align-items: center;
    border-bottom: 1px solid lightgray;
}

.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: "Inter", sans-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);
    width: 100%;
    height: 56%;
    z-index: -1;
}


/* .quiz-main{
    padding-top: 7%;
} */

.quiz-question
{
    font-size: 50px;
    color: var(--heading-color);
    font-weight: bold;
    text-align: center;
    width: 75%;
    margin: 0px auto;
    margin-bottom: 30px;
}

.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: #10243e;
    color: hsl(0deg 0% 100%);
    font-size: 19px;
    font-weight: 600;
}

.inputfiledstyle{
    color: #10243e !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.issuelabel:hover{
    transform: scale(1.1);
}

.pslogo {
    position: absolute;
    width: 231px;
    margin-left: 20px;
    top: 8px;
}

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);
}



.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: 0px;
    align-items: center;
    flex-wrap: wrap;
}
.next-prev button {
    border: none;
    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: 22px;
    color: rgb(124, 120, 120);
    font-weight: bold;
    text-transform: uppercase;
}
  .next-prev button i
  {
    margin: 0 8px;
  }



    .next-prev a {
        border: none;
        border-radius: 6px;
        box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.03);
        font-size: 25px;
        color: rgb(124, 120, 120);
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px 10px;
        text-decoration: none;
    }
  .next-prev a i
  {
    margin: 0 8px;
  }


.next
{
    /* background-image: linear-gradient(90deg, rgb(71 22 147) 0%, rgb(0 215 249) 100%); */
    background-color: #ff1750 !important;   
    color: rgb(255, 255, 255) !important;

}



#error div
{
    position: fixed;
    top: 20px;
    left: 20px;
}


.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;
}

.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: "Inter", sans-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: "Inter", sans-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);
}
}







.twelve h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: orange;
  }
  .twelve ul{
    list-style: none !important;
    /* padding-top: 1rem !important; */
    padding: 0 !important;
  }
  /* .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) {

    .psheader{
        padding-right: 10px;
    }


    .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;
    }
    

    
    .step2_box {
        margin-top: 20px;
    }
    
    .step3_box {
        margin-top: 20px;
    }
    
    section.steps {
        margin-top: 60px;
    }
}


@media (max-width: 400px){
    .radio-btn{
        width: 160px;
        height: 160px;
        }
        
        .radio-btn .hobbies-icon {
        width: 100px;
        height: 100px;
        }
        
            section.steps {
            margin-top: 0px;
        }
  }