@media screen and (min-device-width: 768px)
and (max-device-width: 991px) {

#step-1 {
  width: 385px !important;
  margin-left: 210px !important;
}

#step-2 {
  width: 750px !important;
}

  #step-3 {
    width: 550px !important;
  }

  #step-4 {
    width: 500px;
  }

  .attach {
    margin-left: 16px !important;
    max-width: 93% !important;
    flex: unset;
}
.attachBt{
  max-width: 35% !important;
}

.col-md-6 {
  max-width: 51% !important;
}
.stepOne {
  max-width: 60% !important;
  flex: unset;
}

.mediaAttach{
  margin-left: 16px;
}

}

@media screen and (min-device-width: 992px) {
  .main-div {
    /* width: 1000px !important; */
    background-color: #f8f8f8;
  }
  .attach {
    position: absolute;
    margin-left: 300px !important;
  }
}
 
body {
  font-family: "Myriad Pro";
  font-size: 0.93rem;
  line-height: 1.7;
  overflow-x: hidden;
  color: #000000;
  background-color: #fff;
}

.radiob {
  visibility: hidden;
}
.text-burgundy {
  color: #832625;
}
.bg-grey {
  background-color: #f8f8f8;
}
.blackText {
  color: #000;
}
.form-check {
  position: relative;
  /* display: block;*/
  /*padding-left: 1.25rem*/
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #000000;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-label.coloredText {
  color: #832625;
  font-weight: bold;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #4cd964;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ff3b30;
}
.form-check-inline input[type="radio"]:checked + .form-check-label {
  padding: 5px 11px;
  background: #fff;
  align-items: center;
  border-radius: 99999px;
}

.form-check-inline input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-check-inline input[type="radio"] + .form-check-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ffb241;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form-check-inline input[type="radio"]:checked + .form-check-label:before {
  background-color: #832625;
  box-shadow: inset 0 0 0 4px #fff;
}
.d-flex {
  display: flex !important;
}
.btn-primary {
  color: #fff !important;
  border-color: #832625;
  background-color: #832625;
  box-shadow: none;
}

.p-4 {
  padding: 1.5rem !important;
}
.no-border {
  border: 0;
  box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}
label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
html {
  height: 100%;
}
#complaintForm {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#complaintForm fieldset {
  background: #f8f8f8;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#complaintForm fieldset:not(:first-of-type) {
  display: none;
}
#complaintForm fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}
#complaintForm input,
#complaintForm textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  /* margin-bottom: 25px; */
  margin-top: 2px;
  /* width: 100%;  */
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 16px;
  letter-spacing: 1px;
}
#complaintForm input:focus,
#complaintForm textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}
/*Blue Buttons*/
#complaintForm .action-button {
  width: 100px;
  /* background: skyblue; */
  border-color: #832625;
  background-color: #832625;
  /* font-weight: bold; */
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
/* #complaintForm .action-button:hover, #complaintForm .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
    } */
/*Previous Buttons*/
#complaintForm .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#complaintForm .action-button-previous:hover,
#complaintForm .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
/*Dropdown List Exp Date*/
select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}
select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}
/*The background card*/
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}
/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}
.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}
.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  object-fit: cover;
}
.breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  list-style: none;
  border-radius: 0.25rem;
  background-color: transparent;
  flex-wrap: wrap;
  padding-left: 4px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
  color: #000000;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000000;
}
.breadcrumb li {
  color: #000;
  font-size: 0.75rem;
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb li.active {
  color: #832625;
  font-weight: bold;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-weight: 400;
}
@media (max-width: 992px) {
  .breadcrumb,
  .breadcrumb_wrap {
    display: none;
  }
}
.breadcrumb_wrap .bg-white {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 10;
}
.indusIndImage {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 121px;
}
/* FOOTER START */
/* footer{color:#fff;}   */
footer {
  /* padding-top: 50px;
    padding-bottom: 70px;
    display: inline-block;*/
  margin-top: 60px;
}
footer .heading {
  color: #fff;
  font-size: 0.875rem;
}
footer .heading a {
  color: #fff;
  display: inline-block;
}
/* footer .copyright{font-size:15px; text-transform:uppercase; text-align:center;font-weight:500; margin:30px 0 0; letter-spacing:2px;} */
footer p {
  color: #fff;
  font-size: 14px;
}
footer .bottom-links-footer {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.3px;
}
footer .bottom-links-footer .list-unstyled li span {
  margin: 0 15px;
  color: #fff;
}
footer .bottom-links-footer .list-unstyled li a {
  color: #fff;
}
footer .bottom-links-footer .list-unstyled li a:hover {
  color: #fff;
}
footer .bottom-links-footer .restxt {
  font-size: 0.875rem;
}
/*footer .device-drop-footer{display:none}*/
.bg-primary {
  background-color: #832625 !important;
}
.text-lg-left {
  text-align: left !important;
}
.text-lg-right {
  text-align: right !important;
}
.text-lg-center {
  text-align: center !important;
}
.gridCheck {
  padding: 0px 10px;
}
/* form radio */
.grievance-comp .form-check-label {
  padding: 6px 10px;
  background-color: transparent;
  border-radius: 30px;
}
.grievance-comp input[type="radio"]:checked + .form-check-label {
  background-color: #fff;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-file {
  border: 1px solid #8e1b20;
  background: #fff;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 22px;
  color: #8e1b20;
  margin-top: 8px;
  margin-right: 25px;
  float: left;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn {
  padding: 0.27rem 1rem !important;
  padding-top: 0.5rem !important;
  line-height: 1.5 !important;
}
.btn-file img {
  padding-left: 16px;
}
/* Verify OTP */
#verifyOTpStep {
  width: 500px;
  height: 350px;
}
.h1 {
  font-size: 15px;
  margin-top: 2px;
  padding-top: 40px;
  text-align: center;
  padding-right: 50px;
  font-weight: bold;
  margin-left: 60px;
}
.one-time {
  font-size: 12px;
  padding-top: 40px;
}
.otp {
  font-size: 12px;
  padding-top: 40px;
  text-align: left;
}
#muted2 {
  font-size: 10px;
  margin-left: 14px;
}
#muted1 {
  font-size: 10px;
}
.img {
  margin-left: 20px;
  margin-top: 45px;
}
.btn-grp1 {
  background-color: #832625;
  color: white;
  margin-left: 1px;
  margin-right: 20px;
  margin-top: 15px;
  padding: 3px 45px 3px 45px;
  font-size: 12px;
  border-color: #832625;
}
.text-muted1 {
  margin-left: 1px;
}
/*if otp successfully submitted */
#OTpVerifiedStep {
  width: 350px;
  height: 400px;
}
.img2 {
  width: 220px;
  height: 220px;
  margin-left: 160px;
  margin-bottom: 1px;
  padding-top: 40px;
}
.h2 {
  margin-top: 1px;
  padding-top: 1px;
  font-size: 25px;
}
.notify {
  margin-left: 95px;
  font-size: 11px;
}
.id {
  margin-left: 150px;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 13px;
}
.btn-grp2 {
  background-color: #832625;
  color: white;
  margin-left: 150px;
  padding: 2px 30px 2px 30px;
  font-size: 13px;
  border-color: #832625;
}
.text-white {
  color: white;
}
/* incorrectOTpStep popup */
#incorrectOTpStep {
  width: 380px;
  height: 350px;
}
.img3 {
  margin-left: 70px;
}
.h3 {
  font-size: 18px;
  margin-left: 100px;
  margin-top: 25px;
  padding-top: 10px;
}
.retry {
  font-size: 13px;
  margin-left: 125px;
}
.btn-grp3 {
  background-color: #832625;
  color: white;
  margin-left: 145px;
  padding: 3px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  border-color: #832625;
}

.fieldAlign {
  margin-top: 50px;
}

#complaintForm .fieldAlign {
  margin-top: 50px;
  margin-right: 890px;
}

.level1 {
  font-weight: bold;
  color: black;
}

.optionsStyle {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #000;
  border-radius: 0;
  background-color: #f8f9fa;
}

#complaintForm input {
  box-shadow: none;
}

.modal {
  top: -650px !important;
}


.btn-primary:hover {
  color: #832625 !important;
  border: 2px solid #832625 !important;
  background-color: #fff !important;
}

.btnSub {
  width: 167px !important;
  height: 40px;
}

@media screen and (max-width: 336px) {
  #caseIdSubmit {
      top: 58px;
  }
}


@media screen and (max-width : 480px){
  .btnSub{
      margin-bottom: 16px;
  }
}


.dropDownSelect.bootstrap-select.form-control {
  border-bottom-width: 1px;
}

.dropDownSelect:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
  pointer-events: none;
}
.form-group .bootstrap-select .dropdown-toggle .filter-option {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2b2926;
}
.form-group .bootstrap-select.form-control {
  border-color: #e5e5e5;
}
.bootstrap-select.dropDownSelect {
  position: relative;
}
.bootstrap-select.dropDownSelect .dropdown-menu.show {
  max-height: 230px !important;
  transform: translate(0px, 0px) !important;
  top: 50px !important;
}

.errorMsg {
  display: none;
  color: #f00;
}

.errMsg {
  display: none;
  color: #f00;
}

.modal-content {
  margin-top: 750px;
}

.fileList li {
  display: flex;
  justify-content: space-between;
  background-color: #f0f0f0;
  margin-bottom: 3px;
  color: #050505;
  font-size: 14px;
  padding: 6px 0;
}

.fileList {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

#caseIdSubmit {
  position: absolute;
  top: 32px;
  right: 0;
}

.fileFormat {
  font-style: italic;
  margin-top: 7px;
  font-size: 12px;
  color: #030303;
}

.textChar{
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: black;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.d-flex {
  display: flex !important
  }

  .terms {
    text-decoration-line: underline ;
  }

.innerpage {
    background-color: #fff;
}