.heading {
    text-align: center;
    margin-top: 30px;
    /* background-color: red; */

}

/* .bg-ground {
    background-image: url(./images/realistic-white-monochrome-background/5575128.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.container-new {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.align-items-center .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.servey-btn {
    background-color: red;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 900;
    border-radius: 50px;
    padding: 13px 30px;
    text-align: center;
    margin-bottom: .5vmax;
    /* width: 200px; */

}

.job-single {

    border: solid 2px rgb(239, 232, 232);
    border-radius: 28px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s all ease;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 80%;
    padding: 2vmax 0;
    margin-top: 20px;
    border-radius: 10px;

}

.job-single img {
    height: 4vmax;
    width: 4vmax;
    object-fit: contain;
    margin-bottom: .5vmax;
    transition: .25s;
}

.job-single:hover {
    border: solid 2px #2E3192;
}

.job-single:hover img {
    transform: translatey(-20px);
}

.mrg-btn {
    margin-top: 30px;

}

.start-btn {

    padding: 15px;
    border: 1px solid white;
    background-color: red;
    color: white;
    border-radius: 25px;
    font-weight: 800;
}





.input-field {
    /* width: 100%; */
    padding-bottom: 40px;
}

.container-new .heading h3 {
    font-size: 35px;
    font-weight: 400;
    /* background-color: red; */
}

.container-new .heading h3 b {
    color: #2E3192;
}

.input-field label,
.check-field label {
    font-size: 18px;
    color: black;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.input-field label i,
.check-field label i {
    margin-right: 10px;
}

.input-field label span,
.check-field label span {
    color: rgb(255, 0, 0);
}

.input-field input {
    font-size: 17px;
    color: var(--field-place-color);
    background-color: transparent;
    border: 0;
    border-bottom: solid 3px rgb(159, 159, 159);
    ;
    width: 100%;
    position: relative;
    transition: .4s ease;
    padding-bottom: .5vmax;

}

.input-field input+span {
    display: block;
    position: relative;
}

.input-field input:focus {
    outline: none;
    transition: 0.4s ease;
}

.input-field input+span::after {
    content: "";
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    transition: 0.4s ease;
}

.input-field input:focus+span::after {
    width: 100%;
}

.input-field textarea {
    height: 40px;
}


.check-single {
    display: flex;
    flex-wrap: wrap;
}

.check-single label {
    font-size: 16px;
    color: black;
    margin-left: 15px;
}

.submit {
    width: 188px;
    height: 60px;
    margin-top: 15px;
    justify-content: center;
}

.submit a {
    text-decoration: none;
    color: white;
}

.submit button {
    background-color: red;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 900;
    border-radius: 50px;
    padding: 13px 35px;
    text-align: center;
    margin-bottom: .5vmax;
}

.submit button span {
    margin-left: 10px;
    display: inline-block;
    transform: translateX(-200%);
    opacity: 0;
    transition: 0.4s ease;
    position: absolute;
}

.submit button:hover span {
    opacity: 1;
    transform: translateX(0);
}

.form-mar {
    margin-top: 20px;
}

.form-heading {

    font-family: sans-serif jost;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
}

.headingp {
    border: 2px dashed green;
    padding: 1vmax;
    border-radius: 5px;
}

.size-img img {
    width: 500px;
}


@media (max-width: 320px) {

    .size-img img {
        width: 300px;
    }
}

@media (max-width: 768px) {

    .size-img img {
        width: 300px;
    }
}





/* new pages css */


/* variables */



main {
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
    min-height: 100vh;
    transition: 0.5s;
}




.main-heading {
    font-size: 45px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    color: red;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    border-bottom: 2px dashed blueviolet;
    padding-bottom: 1vmax;
}

.main-heading sup {
    font-size: 20px;
    font-weight: 500;
    -webkit-text-fill-color: initial;
    color: black;
    text-transform: initial;
}

.question {
    margin-top: 20px;
    margin-bottom: 20px;
}

.question h2 {
    font-size: 28px;
    color: black;
}

.question p {
    font-size: 20px;
    color: rgb(156, 156, 156);
    width: 55%;
    margin: 0 auto;
}


.radio-field {
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-left: auto;
    transition: 0.4s;
}

.radio-field::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    border-radius: 6px;
    display: grid;
    height: calc(100% - 4px);
    /* background-color: blue; */
    background-color: green;
    transition: 0.4s;
    z-index: -1;
}

.radio-field::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: blue;
    position: absolute;
    top: 39px;
    left: 2%;
    background-color: rgb(250, 250, 254);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    z-index: -1;
}

.active::after {
    z-index: 6;
}

.radio-field input {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(108, 141, 249);
    border-radius: 6px;
    cursor: pointer;
    transition: 0.4s;
    right: 0;
    margin-left: auto;
    z-index: 7;
    /* background-color: green; */
}

.radio-field label,
.radio-field i {
    position: relative;
    z-index: 10;
    pointer-events: none;
    transition: 0.4s;
}

.radio-field input:hover {
    border-color: green;
}


.radio-field input:checked {
    width: 92%;
    border-color: green;
    /* background-color: green; */
}

.active::before {
    width: 100%;
    z-index: 1;
}

.active {
    padding-left: calc(8% + 20px);
}

.radio-field i {
    border-radius: 50%;
    background-color: rgb(224, 217, 217);
    min-width: 54px;
    display: grid;
    align-content: center;
    justify-content: center;
    height: 54px;
    font-size: 22px;
    color: blue;
}

.radio-field i:checked {
    width: 90%;
}

.radio-field label {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-left: 20px;
    text-align: left;
}

@media (max-width: 320px) {

    .radio-field label {
        font-size: 15px;

    }
}


.radio-field input:checked~label {
    color: blue
}

.next-prev {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: auto;
    position: relative;
    flex-wrap: wrap;
}
.next-prev a{
    text-decoration: none;
    color: white;
}

.next-prev button i {
    margin-right: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: 0.4s;
}


.next-prev .prev i {
    transform: translateX(-100px);
}

.next-prev .prev:hover i {
    transform: translateX(0px);
}

.next-prev .next i {
    transform: translateX(-100px);
}

.next-prev .next:hover i {
    transform: translateX(0px);
}



.next-prev button {
    border-radius: 6px;
    background-color: #FF0000;
    padding: 0 50px;
    height: 60px;
    font-size: 20px;
    border: solid 2px transparent;
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.next-prev .prev {
    color: var(--text-color);
    border-color: blueviolet;
    background-color: transparent;
}

.step-bar {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.step-bar .bar {
    background-color: rgb(224, 236, 254);
    width: 95px;
    height: 6px;
    border-radius: 50px;
    margin-right: 10px;
}

.bar .fill {
    height: 100%;
    width: 0;
    background-color: var(--primary-color);
    border-radius: inherit;
    transition: 0.4s;
}

.cancel {
    border-radius: 50%;
    background-color: rgb(233, 238, 255);
    height: 69px;
    width: 69px;
    display: grid;
    place-content: center;
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
}

.cancel i {
    font-size: 18px;
    color: black;
}


#sub img {
    width: 60px;
}

.highlight {
    border-top: solid 3px red !important;
    border-bottom: solid 3px red !important;

}


.dagnostic-ul {
    /* list-style-type: none; */
    font-weight: 700;
    margin-top: 1vmax;
    /* background-color: red; */
    width: 85%;
    margin-bottom: 1.5vmax;
}

@media only screen and (max-width: 600px) {
    .job-single {

        border: solid 2px rgb(239, 232, 232);
        border-radius: 28px;
        background-color: rgb(255, 255, 255);
        transition: 0.5s all ease;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2vmax 0;
        margin-top: 20px;
        border-radius: 10px;

    }

    .job-single img {
        height: 8vmax;
        width: 8vmax;
    }

    .dagnostic-ul {
        margin-top: 2vmax;
        margin-bottom: 2.5vmax;

        font-weight: 600;
        width: 100%;
        font-size: 14px;
    }

    .form-heading {
        font-size: 20px;
    }

    .container-new .heading h3 {
        font-size: 25px;
        font-weight: 400;
        /* background-color: red; */
    }

    .justify-content-center h5 {
        font-size: 18px;
    }

    .question h2 {
        font-size: 18px;
        color: black;
    }

    .radio-field label,
    .radio-field i {
        position: relative;
        z-index: 10;
        pointer-events: none;
        transition: 0.4s;
        font-size: 14px;
    }
}


.main-body {
    text-align: center;
    padding: 40px 0;
    background: transparent;
    height: 100vh;
}

.card-new img {
    height: 15vmax;
    border-radius: 50%;
    width: 15vmax;
    object-fit: cover;
}

.card-new h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
    /* margin-top: 3vmax; */
}

.card-new p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.card-new i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}



/* *** */
.phome-vpi {
    display: flex;
    gap: 1vmax;
}

.coupon {
    width: 300px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.384));
    display: flex;
    align-items: stretch;
    position: relative;
    text-transform: uppercase;
}


.coupon::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    z-index: -1;
}

.coupon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
}

.coupon::before {
    left: 0;
    background-image: radial-gradient(circle at 0 50%,
            transparent 25px,
            #BF1E2D 26px);
}

.coupon::after {
    right: 0;
    background-color: white;
}

.coupon>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left {
    width: 25%;
    border-right: 2px dashed rgba(0, 0, 0, 0.13);
    color: white;
}

.left div {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: bold;
}

.center {
    flex-grow: 1;
    text-align: center;
}



.right div {
    font-family: "Libre Barcode 128 Text", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    transform: rotate(-90deg);
}


.center h3 {
    font-size: .8rem;
    font-weight: 500;
    /* padding: 0 1.5vmax; */
    padding-right: 1vmax;
    padding-left: .5vmax;
    /* text-align: justify; */
    color: black;
}

.center small {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 2px;
}

@media screen and (max-width:500px) {

    .left div {
        transform: rotate(-90deg);
    }

    .right div {
        transform: rotate(0deg);

    }

    .phome-vpi {
        overflow-x: auto;
        display: flex;
        gap: 32vmax;
        width: 100%;
        padding: 1vmax;
    }

    .phome-vpi::-webkit-scrollbar {
        display: none;
    }

    .center h3 {
        padding-right: 2.5vmax;
        padding-left: .5vmax;
        color: black;
    }

}



@media screen and (max-width: 600px) {
    .main-body {
        overflow-x: hidden;
        padding: 0;
        padding-top: 2vmax;
    }

    .card-new img {
        height: 40vmax;
        width: 40vmax;
    }

    .card-new h1 {
        color: #88B04B;
        font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
        font-weight: 900;
        font-size: 50px;
        margin-bottom: 10px;
    }

    .card-new p {
        color: #404F5E;
        font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
        font-size: 20px;
        margin: 0;
    }

    .card-new i {
        color: #9ABC66;
        font-size: 100px;
        line-height: 200px;
        margin-left: -15px;
    }

    .card {
        background: white;
        padding: 0 1vmax;
        border-radius: 4px;
        box-shadow: 0 2px 3px #C8D0D8;
        display: inline-block;
        margin: 0 auto;
    }

    .col-md-12-okay h5 {
        margin-top: 1vmax;
        font-size: 25px;
    }

    .col-md-12-okay .submit {
        width: 150px;
        height: 70px;
        margin-top: 15px;
        justify-content: center;
    }

    .col-md-12-okay .submit a {
        text-decoration: none;
        color: white;
    }

    .col-md-12-okay .submit button {
        border-radius: 10px;
        background-color: rgb(9, 51, 237);
        width: 100%;
        height: 100%;
        border: solid 2px transparent;
        transition: 0.4s ease;
        font-size: 15px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        position: relative;
        font-size: 20px;
    }

    form {
        /* overflow: hidden; */
        padding: 0 1vmax;
    }
}

.bar-pro {
    background-color: rgba(0, 0, 0, 0.121);
    width: 100%;
    height: 1vmax;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.bar-pro-clone {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #C32A39;
}


/* **** */
.wrapper-1{
    width:100%;
    height:100vh;
    display: flex;
  flex-direction: column;
  }
  .wrapper-2{
    padding : 20px 30px;
    text-align:center;
  }
 .wrapper-2  h1{
      /* font-family: 'Kaushan Script', cursive; */
    font-size:4em;
    letter-spacing:3px;
    color:#5892FF ;
    margin:0;
    margin-bottom:20px;
  }
  .wrapper-2 p{
    margin:0;
    font-size:1.3em;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:1px;
  }
  .go-home{
    color:#fff;
    background:#FF0000;
    border:none;
    padding:10px 50px;
    margin:30px 0;
    border-radius:30px;
    font-weight: 500;
    text-transform:capitalize;
    /* box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1); */
  }
  .footer-like{
    margin-top: auto; 
    background:#D7E6FE;
    padding:6px;
    text-align:center;
  }
  .footer-like p{
    margin:0;
    padding:4px;
    color:#5892FF;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:1px;
  }
  .footer-like p a{
    text-decoration:none;
    color:#5892FF;
    font-weight:600;
  }

  .go-home a{
    text-decoration: none;
    color: white;
  }
  
  @media (min-width:360px){
    h1{
      font-size:4.5em;
    }
    .go-home{
      margin-bottom:20px;
    }
  }
  
  @media (min-width:600px){
    .content{
    max-width:1000px;
    margin:0 auto;
  }
    .wrapper-1{
    height: initial;
    max-width:620px;
    margin:0 auto;
    margin-top:50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }

    
  }