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

body
{
    position: relative;
    height: 100%;
    font-family: "Jost";
}
section[class^="step-"]:not(.step-0):not(.step-1)
/*.step-1, .step-2, .step-3, .step-4*/
{
    background-color: rgb(255, 255, 255);
}
section[class^="step-"]
/*.step-1, .step-2, .step-3, .step-4*/
{
    position: relative;
    overflow-x: hidden;
}
.bg-partical-1
{
    position: absolute;
    left: 0;
    bottom: 150px;
    width: auto;
    z-index: 0;
    height: auto;
}
.bg-partical-2
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 0;
    height: 100%;
}
.bg-partical-2 img
{
    height: 100%;
}
.num-top {
    font-size: 25px;
}
.step-1
{
    background-color: rgb(241, 245, 252);
    min-height: 100vh;

}
.step-counter
{
    position: absolute;
    bottom: 90px;
    z-index: 1;
}
.step_counter_fixed
{
    display: block;
    position: fixed;
}
.step-counter span
{

    font-size: 18px; 
    color: rgb(37, 37, 37);
    line-height: 2.235;
    font-weight: 500;
}
.step-counter-inner
{

    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    width: 400px;
    height: 23px;
    overflow: hidden;
}
.step-move
{
    height: 100%;
    border-radius: inherit;
}
.side-img
{
    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 0% 0% 100% 100% / 0% 0% 100% 100% ;
    height: auto;
    z-index: 1;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 1px;
}

.side-img-inner
{
    position: relative;
    margin-top: 100px;
}
.side-img .partical-1
{
    background-color: rgb(251, 109, 117);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 12.9%;
    left: 15%;
    z-index: 1;
}
.side-img .partical-2
{
    position: absolute;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 5px rgb(55, 182, 250);
    right: 25.7%;
    top: 14.6%; 
    z-index: 1;
}
.side-img .partical-3
{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 5px rgb(251, 109, 117);
    top: 25.9%;
    left: 24.3%;
    z-index: 1;
}
.side-img .img-shape
{
    position: absolute;
    background-color: rgb(229, 244, 255);
    width: 740px;
    height: 380px;
    z-index: 0;
    clip-path: ellipse(38% 40% at 42% 50%);
    transform: rotate(10deg);
    top: 5%;
}
.side-img img
{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    /* clip-path: polygon(50% 0%, 80% 0, 100% 0, 100% 100%, 100% 95%, 50% 100%, 0 95%, 0 100%, 0% 35%, 0 0); */

}

.wrapper
{
    padding: 130px 0 70px 70px;
    height: 100vh;


}
.wrapper.form
{
    padding: 130px 0 70px 70px;
    height: auto !important;


}
.step-inner
{
    position: relative;
    z-index: 1;
    min-height: 100%;
}
.step-inner h2
{
    font-size: 45px;
    color: rgb(27, 27, 27);
    font-weight: 600;
    line-height: 1.4;
}
.line-break
{
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 0;
    background-color: rgb(214, 216, 219);
      
}
form
{
    position: relative;
}
.form-radio
{
    width: 100%;
    font-size: 18px;
    color: rgb(47, 49, 70);
    margin: 14px 0;
    display: flex;
    align-items: center;
    font-weight: 703;
    transition: 0.5s ease;
    cursor: pointer;
      
}
.form-radio input
{

    -webkit-appearance: none;
    border: solid 1px  rgb(47, 49, 70);
    border-radius: 50%;
    width: 30px;
    height: 30px;    
    margin-right: 15px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s ease;
    position: relative;
    cursor: pointer;
    
}
.form-radio.form-number{
        text-align: center;
}

    .form-radio.form-number input
{

    -webkit-appearance: none;
    border: solid 1px  rgb(47, 49, 70);
    border-radius: 50%;
    width: 30px;
    height: 30px;    
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s ease;
    position: relative;
    cursor: pointer;
    
}
.form-radio input:checked
{
    background: #45532A;
   /* 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: 1px 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: 30px;
    background-image: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s ease;

}
.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;
    background: #CCC;*/
    
}
  

.next-prev-button
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.next-prev-button button
{
    width: 47%;
    border: 0;
    border-radius: 50px;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    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(255,255,255);
}
.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);
      
}
.step-2 .side-img .partical-3
{
    top: 9%;
    right: 19%;
    left: auto;
}
.step-2 .side-img .partical-2
{
    top: 22%;
    left: 17.5%;
    right: auto;
}
.step-2 .side-img .partical-1
{
    
    background: rgb(55, 182, 250);
    right: 28.5%;
    left: auto;
    top: 3.5%;
}
.step-2 .side-img .partical-1.type-2
{
    bottom: 10%;
    right: 25%;
    top: auto;
}
.step-2 .side-img .img-shape
{
    clip-path: ellipse(38% 40% at 45% 50%);
    top: 13%;
    height: 430px;
}
.side-img .partical-4
{
    position: absolute;
    color: rgb(251, 109, 117);
    bottom: 18%;
    font-size: 36px;
    left: 26%;
}
.side-img .partical-4.type-2
{
    color: rgb(55, 182, 250);
    bottom: 1.5%;
    font-size: 28px;
    left: auto;
    right: 16%;
}
.form-text
{

    background-color: rgb(255, 255, 255);
    height: 75px;
    width: 100%;
    border-radius: 50px;
    padding: 0 40px;
    margin-top: 10px;
}
.form-text .text-field-icon i
{
    font-size: 18px;
    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%);
    -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;
}
.step-3 .side-img .partical-1
{
    top: 40%;
    left: 13%;
    width: 7px;
    height: 7px;
}
.step-3 .side-img .partical-1.type-2
{
    left: auto;
    right: 32%;
    background-color: rgb(55, 182, 250);
}
.step-3 .side-img .partical-2
{
    top: 22%;
    right: 18.5%;
    width: 21px;
    height: 21px;
}
.step-3 .side-img .partical-3
{
    top: 43%;
    left: 18.7%;
    width: 30px;
    height: 30px;
}
.step-3 .side-img .partical-4
{
    top: 29.5%;
    right: 32.5%;
    left: auto;
    font-size: 34px;
    z-index: 10;
    bottom: auto;
}
.step-3 .side-img .partical-4.type-2
{
    right: 15%;
    top: 45%;
    font-size: 20px;
}
.side-img .partical-4.type-2-1
{
    top: 4%;
    right: auto;
    left: 25.3%;
    font-size: 25px;
    color: rgb(55, 182, 250);
}
.side-img .partical-4.type-2-2
{
    top: auto;
    bottom: 5%;
    right: 5.3%;
    font-size: 28px;
}
.side-img .partical-2.type-2
{
    left: 12%;
    right: auto;
    top: 81%;
    width: 17px;
    height: 17px;
}
.step-3 .side-img .img-shape
{
    width: 560px;
    height: 340px;
    clip-path: ellipse(38% 40% at 55% 50%);
    transform: rotate(330deg);
}
.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);

}



.step-4 .side-img .partical-1
{
    top: auto;
    bottom: 12.5%;
    left: 15.5%;
}
.step-4 .side-img .partical-2
{
    top: auto;
    bottom: 7%;
    right: auto;
    left: 23%;
}
.step-4 .side-img .partical-3
{
    top: 26%;
    width: 37px;
    height: 37px;
}
.side-img .partical-4.type-2
{
    bottom: 11%;
    right: 20.5%;
}
.step-4 .side-img .img-shape
{
    clip-path: ellipse(38% 40% at 48% 58%);
    transform: rotate(333deg);
    top: 20%;
}
.step-4 .side-img .partical-4.type-2-1
{
    top: 33.5%;
    left: 18.5%;
}
.step-4 .side-img .partical-4.type-2-2
{
    color: rgb(55, 182, 250);
    top: auto;
    bottom: 10%;
    right: 20%;
}
.step-4 .side-img .partical-4
{
    left: auto;
    bottom: auto;
    top: 11%;
    right: 16%;
}
.step-4 .side-img .partical-1.type-2
{
    top: 17%;
    bottom: auto;
    left: auto;
    right: 23%;
    background-color: rgb(55, 182, 250);
}
.step-4 .side-img .partical-1.type-2-2
{
    bottom: auto;
    top: 6.5%;
    left: 14.5%;
    background-color: rgb(55, 182, 250);
}
.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
{
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 140px;
    margin-top: 25px;
    border: none;
    -webkit-appearance: none;
    padding: 20px;
    resize: none;
  }
  .textarea:focus
  {
    outline: none;
  }
  .step-4 .wrapper
  {
    padding-top: 130px;
  }
  .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;
    left: 10px;
    z-index: 20;
}

.prv1 {
    position: relative; width: 20px; height:20px; top: -30px;
}
.prv2 {
    position: relative; width: 20px; height:20px; top: -13px;
}
.prv3 {
    position: relative; width: 20px; height:20px; top: -23px;
}
.thankyou-caption img {
    max-width: 400px;
}

#sub img
{
    width: 60px;
}