@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

html {
  height: 100%
}

p {
  color: grey
}
.text {
  text-align: center !important;
}

.container-fluid{
  background-color: #f7f1dc;
}

#heading {
  text-transform: uppercase;
  color: #673AB7;
  font-weight: normal
}
.logoimage {
    width: 340px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  /*font-family: montserrat;*/
  color: #2C3E50;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0
}

#msform .action-button {
cursor:pointer;
border-radius: 10px;
background: #A30101;
color: #fff;
font-style: normal;
font-size: 18px;
width:200px;
float:right:;
margin-top:50px;
}

.action-button:disabled,
.action-button[disabled]{

       background: #ececec!important;
    border: none!important;
         cursor: auto!important;
}

#msform .action-button:hover{
    background:#ba0000;
}

#msform .action-button-previous {
  color: #000;
  border: 0 none;
  cursor: pointer;

float: left;
font-style: normal;
font-weight: 500;
font-size: 18px;
background: #ececec;
border-radius: 10px;
float:left;
width:200px;
margin-top:50px;
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #800C0C;
    margin-bottom: 18px;

}

.purple-text {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  text-transform: normal;
  color: #800C0C;
}
.purple-textp{
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: normal;
  color: #433D3D;
  margin-top: 25px;
  margin-bottom: 131px;
  
}

.steps {
font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #4F4F4F;
    margin-bottom: 20px;
        display: inline-block;
    background: #ffdddd;
    padding: 5px 15px;
    border-radius: 50px;
}

.fieldlabels {
  color: gray;
  text-align: left
}



.progress {
    height: 5px !important;
  }

.progress-bar {
  background-color: #A30000;
}

.fit-image {
  width: 100%;
  object-fit: cover
}


.step1 img{
height: 48px;
width: 48px;
}
.steps2 img{
  height: 48px;
  width: 48px;
}

label{
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 30px;
text-transform: capitalize;
color: #800C0C;
margin-bottom: 10px;
}
.step1,.steps2{
  text-align: center !important;
}

.step1p {
  margin-right: 65px;
  cursor: pointer;
}

.step1p p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #433D3D;
  margin-top: 12px;
}

.step2 {
  margin-top: 10px;
  margin-bottom: 17px;
}
.step2check {
  margin-right: 15%;
}


.imogi2 {
  margin-top: 50px;
}

.text-center {
  text-align: center !important;
  width: 725px;
  
 
}
.card {
  box-shadow: 0px 10px 80px -1px rgba(159, 159, 159, 0.29);
  border-radius: 10px !important;
  padding: 0px 75px 25px 75px !important;
}

.images {
  margin-top: -76px;
  margin-bottom: 21px;
  margin-left: -29px;
}

 /* Customize the label (the container) */
 .container {
  display: block;
position: relative;
padding-left: 35px;
padding-top: 0px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 400;
color: #4f4f4f;
margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
width: 25px;
height: 25px;
left: 0px;
top: 3px;
background: #FFFFFF;
border: 1px solid #939393;
border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #800c0c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 0px;
  width: 10px;
  height: 19px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.image2 {
  position: relative;
  top: -125px;
}


.multistep-one{
  background-color: #d9d9d9;
  margin: 80px 50px 80px 20px;
  width: 350px;
  height: 869px;
  overflow: hidden; 
}

.multistep-three{
  background-color: #d9d9d9;
  margin: 80px 20px 80px 50px;
  width: 350px;
  height: 869px;
  overflow: hidden;
}
.multistep-two {
  margin-top: 60px;
}


.form-group {
  padding-right: 28px;
}



.form-group.textareas {
  margin-top: 25px;
  margin-bottom: -32px;
}

.imojis {
  filter: grayscale(100%);
}
.imojiss {
  filter: grayscale(100%);
}


.remove{
  filter: grayscale(0) !important;
}

.adsection{
  position: relative;
  left: 83px;
  font-size: 36px;
  top: 401%;
  color: #808080;
}

select {
  appearance: none; /* Removes default dropdown styling */
  -webkit-appearance: none; /* Removes default dropdown styling for Safari */
  -moz-appearance: none; /* Removes default dropdown styling for Firefox */
  background: url('https://nayavision.com/demo/rohittex/public/servey/img/caret-down.png') no-repeat right 10px center;
  background-size: 12px; /* Adjust the size of the image as needed */
  padding-right: 30px; /* Adds space for the dropdown icon */
  border: 1px solid #ccc; /* Optional: Add border styling */
  border-radius: 4px; /* Optional: Rounded corners */
  font-size: 16px; /* Optional: Adjust font size */
  height: 40px; /* Optional: Adjust height */
  width: 100%; /* Optional: Adjust width */
}

.containerx.text-center {
  width: auto;
}

@media all and (max-width: 1200px) {
  .text-center {
    width: 100%;
  }
  .multistep-two .col-lg-6 {
    width: 100% !important;
  }
  .multistep-one, 
  .multistep-three {
    width: 25%;
  }
  .multistep-two {
    width: 50%;
  }
  .card {
    padding: 0px 25px 25px 25px !important;
  }
  .step1p {
    margin-right: 40px;
  }
  body {
    overflow-x: auto;
    overflow-y: auto;
  }
  /* .multistep-one, .multistep-three {
    overflow: visible !important;
  } */
}

@media all and (max-width: 1023px) {
  .multistep-one, .multistep-three {
    display: none;
  }
  .multistep-two {
    width: 100% !important;
}
.step1p {
  margin-right: 80px;
}

}


@media all and (max-width: 815px) {
  .multistep-one {
    width: 100%;
    height: 185px;
    margin: 0px 0px 100px 0px;
  }

  .multistep-three {
    width: 100%;
    height: 185px;
    margin: 25px 0px 0px 0px;
}
.text-center {
  width: 100%;
}
.container-fluid {
  padding: 15px;
}
.adsection {
  left: 261px;
  top: 119%;
}
}

@media all and (max-width: 767px) {
  .multistep-two {
    margin-top: 0;
}
#language-select label {
  font-size: 15px;
}
.form-control {
  min-height: 40px;
  padding-left: 10px !important;
}
.form-row.d-flex {
  display: block !important;
}
.form-group.col-md-6 {
  width: 100% !important;
}
}

@media all and (max-width: 500px) {
  .step1 img {
    height: auto;
    width: 39px;
  }
  .steps2 img{
    height: auto;
    width: 39px;
  }
  .card {
    padding: 0px 30px 15px 30px !important;
  }
  .step1p {
    margin-right: 30px;
  }
  .step1p p {
    font-size: 18px;
  }
  #msform .action-button {
    height: 50px;
    width: 145px;
    float: inherit;
    font-weight: 500;
    font-size: 20px;

  }
  .images img {
    width: 100%;
  }
  .images {
    margin-top: -41px;
    position: relative;
    left: 22px;
  }
  .adsection {
    left: 98px;
  }
  .multistep-one {
    margin: 0px 0px 63px 0px;
  }
  .step2check {
    margin-right: 0%;
  }
  .container {
    font-size: 15px;
  }

  #msform .action-button-previous {
    height: 50px;
    width: 145px;
    float: inherit;
    font-weight: 500;
    font-size: 20px;
  }
  .form-group {
    padding-right: 10px;
  }
  label {
    font-size: 18px;
  }
  #msform input, #msform textarea {
    padding: 0px 0px 0px 1px;
  }
  .purple-text {
    font-size: 28px;
    margin-top: 7px;
  }
  .purple-textp {
    font-size: 18px;
    margin-bottom: 52px;
  }
}

@media all and (max-width: 395px) {
  .d-flex {
    display: initial !important;
  }
  .step2 {
    margin-bottom: 0px;
  }
  .container {
    font-size: 18px;
  }
  .container {
    margin-bottom: 46px;
  }
  .fs-title {
    text-align: center;
  }
}

html {
    
  max-width: 100%;
  overflow-x: hidden;
}
body {
max-width:100% !important;
overflow-x: hidden;
      overflow-y:hidden;
      background: #f7f1dc;
}


.language-heading {
    margin-right: 15px; /* Adjust the space between options */
}

 .cenglish {
  display: none;
}

.chindi {
  display: block;
}

label.container.chindi {
    width: 100% !important;
    text-align: left;
}

label.container.cenglish {
    width: 100% !important;
    text-align: left;
}

