:root {
    --bs-danger-rgb: 76, 36, 106;
}
/* GENERAL */
 
body {
    background: #f7f9ff;
    font-family: 'Josefin Sans', sans-serif;
    /*font-size: 16px;*/
    /*font-size: 1rem;*/
    font-weight: 600;
    line-height: 1.4;
    color: #555;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00011c;
}
 
p {
    margin-bottom: 24px;
    line-height: 1.9;
}
 
label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #00011c;
}
/* TITLE */
 
#title-container {
    min-height: 460px;
    height: 100%;
    color: #fff;
    background-color: #331c4d;
    text-align: center;
    padding: 105px 28px 28px 28px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
 
#title-container h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    padding: 0;
    margin-bottom: 0px;
}
 
#title-container h3 {
    font-size: 25px;
    font-weight: 600;
    color: #82000a;
    padding: 0;
}
 
#title-container p {
    font-size: 13px;
    padding: 0 25px;
    line-height: 20px;
}
 
.covid-image {
    width: 385px;
    margin-bottom: 15px;
}
/* FORMS */
 
#qbox-container {
    background: #fdfdfd;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    padding: 62px;
    min-height: 630px;
    /* box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75); */
    -webkit-box-shadow: 0px 5px 52px 0px rgb(239 239 239 / 75%);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
 
#steps-container {
    margin: auto;
    /*width: 500px;*/
    min-height: 420px;
    /* display: flex; */
    vertical-align: middle;
    align-items: center;
}
.step a.plusbutton {
  background: #ed267508;
    border: 2px dashed #e91e6366;
    outline: none;
    width: 100%;
    border-radius: 5px;
}
.step a.plusbutton i{
    color: #ed2675 !important;
}
 
.step {
    display: none;
}
 
.step h4 {
    margin: 0 0 26px 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
}
 
button#prev-btn,
button#next-btn {
     font-size: 30px;
    font-weight: bold;
    position: relative;
    width: max-content;
    height: max-content;
    background: #fff2ec;
    /* margin: 0 auto; */
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    color: #fff;
    border: 0;
    border-radius: 50%;
    padding: 12px 14px 7px 14px;
    /* -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; */
}
button#prev-btn i,
button#next-btn i {
    color: #f3714a;
}
.submit-btnnn-submit {
    width: max-content !important;
}

/*.submit-btnnn-submit.sub-btn a{*/
/*    color: #ed2675 !important;*/
/*}*/


 
button#submit-btnnn{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    /*width: 200px !important;*/
    height: 56px;
    background:linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 50px;
}

button.sub-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 10px;
     width: 30% ; 
    height: 56px;
    /* background: linear-gradient(45deg, #ec2274, #f26258, #f47f3d); */
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #ed2675 !important;
    border: 0;
    border-radius: 50px;
    background-color: #fde3d0 !important;
}
.finalbtnbutton{
    background:linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
}

button#submit-btnnn a{
    color: #fff;
    padding: 16px 26px;
}
 
button#prev-btn:after,
button#next-btn:after
/*button#submit-btnnn:after*/
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
    content: "";
    z-index: -2;
    transition: transform .3s;
}
 
button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btnnn:hover::after {
    transform: translateY(-100%);
    transition: transform .3s;
}
button#prev-btn:hover i,
button#next-btn:hover i {
    color: #fff;
}

.progress {
    border-radius: 0px !important;
}
 
.q__question {
    position: relative;
}
 
.q__question:not(:last-child) {
    margin-bottom: 10px;
}
 
.question__input {
    position: absolute;
    left: -9999px;
}
 
.question__label {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 20px 5px 50px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
 
.question__label:hover {
    border-color: #331c4d;
}
 
.question__label:before,
.question__label:after {
    position: absolute;
    content: "";
}
 
.question__label:before {
    top: 12px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
 
.question_input:checked+.question_label:before {
    background-color: #331c4d;
    box-shadow: 0 0 0 0;
}
 
.question_input:checked+.question_label:after {
    top: 22px;
    left: 18px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
 
.form-check-input:checked,
.form-check-input:focus {
    background-color: #331c4d !important;
    outline: none !important;
    border: none !important;
}
 
input:focus {
    outline: none;
}
 
#input-container {
    display: inline-block;
    box-shadow: none !important;
    margin-top: 36px !important;
}
 
label.form-check-label.radio-lb {
    margin-right: 15px;
}
 
#q-box__buttons {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
input[type="text"],
input[type="email"] {
    padding: 8px 14px;
}
 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus{
    border: 2px solid #ed2675;
    border-radius: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
 
.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
    border: none !important;
    -webkit-outline: 0px !important;
    box-shadow: none !important;
}
 
.form-check-input:focus,
input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}
 
#success {
    display: none;
}
 
#success h4 {
    color: #331c4d;
}
 
.back-link {
    font-weight: 700;
    color: #331c4d;
    text-decoration: none;
    font-size: 18px;
}
 
.back-link:hover {
    color: #82000a;
}
/* PRELOADER */
 
#preloader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
 
#preloader {
    background-image: url('../img/preloader.png');
    width: 120px;
    height: 119px;
    border-top-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
#preloader-wrapper .preloader-section {
    width: 51%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #F7F9FF;
    z-index: 1000;
}
 
#preloader-wrapper .preloader-section.section-left {
    left: 0
}
 
#preloader-wrapper .preloader-section.section-right {
    right: 0;
}
 
.loaded #preloader-wrapper .preloader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #preloader-wrapper .preloader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
 
.loaded #preloader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
/* MEDIA QUERIES */

@media (max-width: 520px) {
    button.sub-btn {
        width: 100% !important;
        height: 56px;
    }
    #add-language-btn03, #add-skill-app-btn04 {
    padding: 17px 15px;
    font-size: 12px;
        
    }
    .toggle-icon-d {
    font-size: 13px;
    }

}
@media (max-width: 767px) {
    #qbox-container {
        padding: 30px;
    }
    #steps-container {
        width: 100%;
        min-height: 400px;
    }
    #title-container {
        padding-top: 50px;
    }
}
 
@media (max-width: 560px) {
    #qbox-container {
        padding: 40px;
    }
    #title-container {
        padding-top: 45px;
    }
}
 
@media (min-width: 990px) and (max-width: 1199px) {
    #title-container {
        padding: 80px 28px 28px 28px;
    }
    #steps-container {
        width: 85%;
    }
}
 
@media (max-width: 991px) {
    #title-container {
        padding: 30px;
        min-height: inherit;
    }
    

     button.sub-btn {
        width: 50% ;
        height: 56px;
    }
}
 

/* sambhav  */
.form-group select {
    background: transparent;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection_rendered .select2-search_field {
    background: transparent;
}

/*standiv js repeating container */
.time-add3 .standDiv {
    /*border: 2px dashed #e4dbea;*/
    margin: 0px -17px;
    padding: 0px 17px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.time-add4 .standDiv {
    /*border: 2px dashed #e4dbea;*/
    margin: 0px -17px;
    padding: 0px 17px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

/*radio button for student or proffessional */
.wrapper10{
  display: inline-flex;
  /*background: #fff;*/
  height: 100px;
  width: 400px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
  /*box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}
.wrapper10 .option {
    background: #F8F8EE;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 15px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.wrapper10 .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper10 .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #f47448;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#w_student01:checked:checked ~ .option-1,
#w_professional01:checked:checked ~ .option-2 {
    /* border-color: #0069d9; */
    /*background: linear-gradient(45deg, #ec2274, #f26258, #f47f3d);*/
    background: #dfd3e9;
}
#w_student01:checked:checked ~ .option-1 .dot,
#w_professional01:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#w_student01:checked:checked ~ .option-1 .dot::before,
#w_professional01:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper10 .option span {
    width: max-content;
    margin-left: 5px;
    font-size: 16px;
    color: #6F6B80;
}
#w_student01:checked:checked ~ .option-1 span, #w_professional01:checked:checked ~ .option-2 span {
    color: #6F6B80;
    width: max-content;
    margin-left: 5px;
}
label.option.option-1::before,
label.option.option-1::after {
    display: none !important;
}
label.option.option-2::before,
label.option.option-2::after {
    display: none !important;
}


    <!-- input chips css  -->

div.chips_input {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  --primary: #fff;
  --secondary: #111;
  --invalid: #f00;
  color: var(--secondary);
}
div.chips_input > label {
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
}
div.chips_input > p {
  font-size: 0.8rem;
  opacity: 0.75;
  margin: 0 0.25rem;
  color: inherit;
}
div.chips_input > div.inner {
    /* width: 100%; */
    min-height: 2rem;
    background-color: transparent;
    border: 2px solid #f7dbca;
    border-radius: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.8rem;
    box-sizing: border-box;
    /* max-width: 20rem; */
    position: relative;
}
div.chips_input > div.inner > input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: var(--secondary);
  width: auto;
}
span.chip {
    padding: 0.25rem 0.5rem;
    box-sizing: border-box;
    background: #ffd5bb;
    border-radius: 30rem;
    color: #636578;
    font-size: 16px;
    padding-right: 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
}

span.chip > button {
  border: none;
  background: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
}
span.chip > button > i {
  cursor: pointer;
  color: #636578;  
}
span.limit {
  float: right;
}
    <!-- input chips end  -->


/* demo dropdown   */


.form2 .dropdown {
  position: relative;
}
.form2 .dropdown-select {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: black;
  background-clip: padding-box;
  background-color: white;;
  /* box-shadow: var(--shadow-medium); */
  transition: all 0.3s ease-in-out;
}
.form2 .dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 0.25rem;
  background-color: white;
  /* box-shadow: var(--shadow-large); */
  transition: all 0.3s ease-in-out;
}
.form2 .dropdown-menu-inner {
  max-height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.form2 .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
.form2 .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: gray;
  /* box-shadow: var(--shadow-small); */
}
.form2 .dropdown-menu-item {
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  padding: 0.65rem 1.25rem;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.form2 .dropdown-menu-item:hover {
  color: black;
  background-color: gray;
}
.form2 .dropdown-menu-item.is-select,
 .form2 .dropdown-menu-item.is-select:hover {
  color: #fff;
  background-color: blue;
}
.form2 .dropdown-menu-search {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  color: var(--color-black);
  background-clip: padding-box;
  background-color: var(--color-light);
}

.wrapper-column {
  max-width: 40rem;
  height: auto;
  margin: 0 auto;
  padding: 5rem 3rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  box-shadow: var(--shadow-medium);
}

.dropdown-select {
    border: 2px solid #f7dbca;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 9px;
    height:50px;
    border-radius: 0.5rem;
    color: #6F6B80;
    cursor: pointer;
}
.dropdown-menu2 {
    position: absolute;
    z-index: 11;
    display: none;
    /* min-width: 10rem; */
    padding: 10px 10px;
    margin: 0;
    font-size: 16px;
    color: #6F6B80;
    font-weight: 400;
    text-align: left;
    list-style: none;
    background: #e3e3e3;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    width: 100%;
}
.dropdown-menu-item {
    padding: 7px 5px;
    cursor: pointer;
}
.dropdown-menu-item:hover {
    background: #ed2675;
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem;
}
label.enrolllabel10 {
    width: auto;
    height: auto;
    padding: 0 2px;
    background: #fdfdfd;
    font-size: 1.5rem;
    margin-left: 0.9813rem;
    transform: scale(0.8) translateY(-1.1rem) translateX(-2px);
    opacity: 1;
    position: absolute;
    top: 0px;
    color: #636578;
    font-weight: 400;
    left: -7px;
}
/* end demop dropdown  */
.refresh-id{
    display:none;
}

/*mobile number fields */
