@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;display=swap');



/* variables */

:root

{

    --primary-color: linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);

    --field-text-color: rgb(30,30,30);

    --text-color: rgb(27, 27, 27);

    --field-color: linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);

}

body

{

    font-family: "Jost";

    width: 100%;

    position: relative;

    height: auto;

}

main

{

    width: 100%;

    background-color: rgb(241, 245, 252);

    display: grid;

    min-height: 100vh;



}







.bg-partical-2

{

    position: absolute;

    right: 0;

    bottom: 0;

    width: auto;

    z-index: 0;

    height: 100%;

}

.bg-partical-2 img

{

    height: 100%;

}

.side

{

    background-color: rgb(255,255,255);

    height: 100%;

}

.side-inner

{

    padding: 0 20px;

    display: grid;

    align-content: center;

    height: 100%;



}

.side-inner img{
    width: 50%;
    margin: 0 auto;
}

.wrapper{
    padding-bottom: 20px;
    position: relative;
    z-index: 100;
    height: 100%;
}
.contact{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top:10px;
/*    margin-left: auto;*/
}
.contact i{
    width: 50px;
    height: 51px;
    line-height: 47px;
    color: rgb(255,255,255);
    text-align: center;
    font-size: 27px;
    background-color: rgb(26, 25, 25);
    border-radius: 50%;
    margin-right: 22px;
}
.contact span a{
    color: #000;
}
article{
    font-size: 15px;
    line-height: 1;
}
article h5{
    font-weight: bold;
}
.steps{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.step-count{
    font-size: 15px;
    color: var(--text-color);
    font-weight: bold;
}
.main-heading
{
    font-size: 35px;
    color: rgb(27, 27, 27);
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0 10px;
    width: fit-content;
    border-bottom: 2px solid #5000b7;
}
.line-break{
    width: 100%;
    height: 1px;
    line-height: 0;
    background-color: rgb(214, 216, 219);
}

.form{
    position: relative;
    flex: 1;
}
.form-radio
{
    width: 100%;
    font-size: 18px;
    font-family: "Jost";
    color: rgb(47, 49, 70);
    margin: 7px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: 0.5s ease;
    cursor: pointer;
    opacity: 0;
}
.active-field label{
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-radio input{
    -webkit-appearance: none;
    border: solid 2px  rgb(47, 49, 70);
    border-radius: 50%;
    min-width: 15px;
    height: 15px;    
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s ease;
    position: relative;
    cursor: pointer;
}
.option-title .revealfield{
    font-size: 14px;
    font-weight: bold;
    color: rgb(110 110 110);
    white-space: nowrap;
}
.form-radio input:checked{
    background: linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(360deg,rgb(103,23,205) 0%, rgb(40,113,250) 100%) border-box !important;
    border: 2px solid transparent !important;
    position: relative;
    transition: 0.5s ease;
}
.form-radio input:checked::after{  
    content: "\f00c";
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    line-height: 9px;
    background-image: linear-gradient( 45deg, rgb(103,23,205) 0%, rgb(40,113,250) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s ease;
}

.sub-heading    {
    font-size: 16px;
    color: rgb(110 110 110);
/*    font-weight: bold;*/
}  
.active-field{
    background-image: linear-gradient( 45deg, rgb(103,23,205) 0%, rgb(40,113,250) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s ease;
}
.next-prev-button
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.next-prev-button button{
    width: 12%;
    border: 0;
    border-radius: 50px;
    height: 45px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: normal;
    position: relative;
    overflow: hidden;
}
.next-prev-button button::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}

.next-prev-button button:hover::before{
    left: 100%;
}
.next-prev-button .prev{
    color: rgb(60, 60, 60);
    background-color: rgb(197 197 197);
}

.next-prev-button .next, .apply{
/*    background-image: -moz-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);*/
/*    background-image: -webkit-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);*/
/*    background-image: -ms-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);*/
    color: rgb(255, 255, 255);
    background-color: #5000ab;      
}
.next-prev-button .next:hover{
    background-color: #ff5000;
}
.form-text{
    background-color: rgb(227 227 227 / 71%);
    height: 75px;
    width: 100%;
    border-radius: 50px;
    padding: 0 40px;
    margin-top: 10px;
}

.form-text .text-field-icon i{
    font-size: 18px;
    background-image: -webkit-linear-gradient( 14deg, rgb(80 0 171) 0%, rgb(80 0 171) 80%);
    background-image: -webkit-linear-gradient( 14deg, rgb(80 0 171) 0%, rgb(80 0 171) 80%);
    background-image: -webkit-linear-gradient( 14deg, rgb(80 0 171) 0%, rgb(80 0 171) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 75px;
    margin-right: 20px;
    transition: 0.5s linear;
}
.focused{
    position: relative;
}

.focused::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(40,113,250);
    left: -5px;
    line-height: 0;
    top: 42%;
}

.form-text .text-field-input{
    width: 100%;
}
.form-text .text-field-input input{
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: rgb(60, 60, 60); 
}

.form-text .text-field-input input:focus{
    outline: none;
}
.rating{
    margin-bottom: 50px;
}
.step-inner h3{
    font-size: 23px;
    color: rgb(27, 27, 27);
    font-weight: bold;
}
.rating p{
    font-size: 18px;
    color: rgb(134, 134, 134);
}

.star-rating{
    background-color: rgb(255, 255, 255);
    width: 194px;
    height: 68px;
    border-radius: 50px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.star-rating{
    cursor: pointer;
}
.star-rating .fa-star{
    font-size: 22px;
    margin: 0 3px;
}
.star-rating .fa-regular{
    color: rgb(208, 208, 208);
}
.star-rating .fa-solid{
    color: rgb(253, 174, 14);
}
.score{
    width: 90%;
}
.score-inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}

.score p{
    display: flex;
    justify-content: space-between;
}
.score p span{
    font-size: 15px;
    color: rgb(134, 134, 134);   
}

.score-point

{

    background-color: rgb(255, 255, 255);

    width: 45px;

    height: 45px;

    border-radius: 50%;    

    font-size: 15px;

    color: rgb(27, 27, 27);

    font-weight: bold; 

    text-align: center;

    line-height: 45px;

    cursor: pointer;

}

.score-point.active

{

    background-image: -moz-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);

    background-image: -webkit-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);

    background-image: -ms-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);

    color: rgb(255, 255, 255);



}

.select

{

    background-color: rgb(255, 255, 255);

    width: 300px;

    height: 70px;

    position: relative;

    display: inline-block;

    border-radius: 50px;

    margin-top: 25px;

}

.select .select-inner

{

    width: 100%;

    line-height: 70px;

    border: 0;

    padding: 0 20px;

    list-style: none;

    border-radius: 50px;

    cursor: pointer;

    padding: 0;



}

.select .select-inner:focus

{

    outline: none;

}

.select ul

{

    overflow: hidden;

    position: absolute;

    left: 0;

    list-style: none;

    cursor: pointer;

    display: none;

    overflow-y: auto;

    width: 100%;

    margin-top: 10px;

    line-height: 50px;

    min-height: 50px;

    background-color: inherit;

    border: 0;

}

.select:focus-visible

{

    outline: none;

}

.select .select-inner .select-icon

{

    position: absolute;

    left: calc(100% - 32px);

    line-height: 70px;



}

.select .select-inner i, .select .select-menu i

{

    background-image: -moz-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 60%);

    background-image: -webkit-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 60%);

    background-image: -ms-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 60%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-size: 15px;

    margin-right: 15px;

}

.select .select-inner span, .select .select-menu

{

    font-size: 18px;

    color: rgb(27, 27, 27);

    padding: 0 20px;

}

.textarea{
    width: 86%;
    height: 100px;
    border: none;
    -webkit-appearance: none;
    padding: 20px;
    resize: none;
    border: 1px solid #8b8b8b;
    border-radius: 7px;
    background: #f1f5fc96;
    margin-left: 59px;
}
.textarea:focus{
    outline: none;
}
.textarea1{
    width: 68%;
    height: 100px;
    border: none;
    -webkit-appearance: none;
    padding: 20px;
    resize: none;
    border: 1px solid #8b8b8b;
    border-radius: 7px;
    background: #f1f5fc96;
    margin-left: 86px;
}

.next-prev-button .submit{
    background-image: -moz-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 100%);
    color: rgb(255, 255, 255);    
}
.submit i{
    font-size: 24px;
}
.next-prev-button .submit::before {
    position: relative;
}
.thankyou-page{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background-color: rgb(241, 245, 252);
    z-index: 2;
    overflow: hidden;
    display: none;
}
  .thankyouinner

  {

    position: relative;

    min-height: 100vh;

    z-index: 10;

  }

  .thankyou-part

  {

    position: absolute;

    top: 0;

    width: auto;

    height: auto;

    left: 17%;

    z-index: 0;

  }

  .thankyou-part.type-2

  {

    top: 20%;

    left: 65%;

  }

  .thankyouinner

  {

    text-align: center;

    padding-top: 150px;

  }

  .thumb-image

  {

    width: 100%;

    height: 100%;

  }

  .thankyou-caption

  {

    margin: 35px 0;

  }

  .thankyou-caption h2

  {

    font-size: 40px;

    color: rgb(27, 27, 27);

    font-weight: bold;

    line-height: 1;

  }

  .thankyou-caption span

  {

        font-size: 20px;

        color: rgb(122, 122, 122);

        line-height: 2;

  }

.thankyou-button

{

    position: relative;

    display: block;

}

.thankyou-button button

{

    width: 230px;

    color: rgb(255, 255, 255);

    height: 70px;

    background-image: -moz-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 80%);

    background-image: -webkit-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 80%);

    background-image: -ms-linear-gradient( 14deg, rgb(103,23,205) 0%, rgb(40,113,250) 80%);



}

.invalid

{

  border: solid 2px #ff4444 !important;

  position: relative;

}

#error

{

    position: fixed;

    top: 10px;

    right: 10px;

    z-index: 20;

}

#sub img

{

    width: 60px;

}

.div-number-main{display: flex;}

.div-number-main label{

    width: max-content;

    padding-right: 15px;

}

.logo-image{
    width: 200px;
    padding-top: 10px;
}

textarea{width: 100%;}
/*nitish css*/
/*.divider-1{*/
/*    height: 10px;*/
/*    width: 17%;*/
/*    background: red;*/
/*}*/
/*.divider-2{*/
/*    height: 10px;*/
/*    width: 34%;*/
/*    background: red;*/
/*}*/
/*.divider-3{*/
/*    height: 10px;*/
/*    width: 51%;*/
/*    background: red;*/
/*}*/
/*.divider-4{*/
/*    height: 10px;*/
/*    width: 64%;*/
/*    background: red;*/
/*}*/
/*.divider-5{*/
/*    height: 10px;*/
/*    width: 85%;*/
/*    background: red;*/
/*}*/
/*.divider-6{*/
/*    height: 10px;*/
/*    width: 100%;*/
/*    background: red;*/
/*}*/

/*.main-bg{*/
/*    background: url(assets/images/Logo-bg-min.png);*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*nitish 07-02-2023*/
.option {
    display: flex;
    flex-direction: row;
}
.ques{
    margin-bottom: 10px;
}
.disabled-button:hover{
    cursor:not-allowed;
}
/*nitish 08-02-2023*/
.check-option input[type='radio']{
    border: 1px solid #000;
    height: 17px;
    width: 17px;
}