body {
  background: #F5F5F5;
}

.btn {
  font-weight: 500;
}

/**************************
    Form Style Start
***************************/
* {
  outline: none !important;
}

select {
  background: url(https://productiondev.com/mrcnsdev/wp-content/uploads/2022/08/arrow-down-color.svg) no-repeat scroll 97% 50% #fff !important;
  line-height: 18px;
  border: 1px solid #e1e1e1;
  padding: 0 25px 0 10px;
  height: 36px;
  width: 100%;
  color: #5d646d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.select-selected {
  background-color: #ef6c00;
}

.full select {
  width: 100%;
}

.form-group {
  margin-bottom: 30px;
}

.main-form textarea {
  max-width: 100%;
}

input,
.main-form input,
.main-form textarea,
.main-form select {
  background: #ffffff;
  padding: 0 15px;
  font-size: 15px;
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
  min-height: 50px;
  line-height: 50px;
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input::placeholder,
.main-form input::placeholder,
.main-form textarea::placeholder,
.main-form select::placeholder {
  color: #5d646d !important;
}

.main-form textarea {
  padding-top: 5px;
}

.main-form input:focus,
.main-form textarea:focus,
.main-form select:focus {
  border: 1px solid #333399;
  text-shadow: none;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.check-box label {
  vertical-align: middle;
}

.check-box input,
.radio input.radio-button {
  display: none;
}

.checkout-section .check-box input[type="checkbox"] {
  margin: 5px 0 0;
  min-height: 1px;
  display: none;
}

.dropdown-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.drop-option {
  cursor: pointer;
  padding: 9px 10px;
}

.docImage {
  margin-bottom: 20px;
}

.drop-option .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #5d646d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown-active .dropdown-arrow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.drop-option .select-option {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  margin-top: 1px;
  background: #fff;
  padding: 10px 0px;
  min-width: 100px;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.drop-option .select-option a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: left;
  line-height: 20px;
  text-transform: capitalize;
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.drop-option .select-option a:hover {
  background: #fcede8;
  color: #ef6c00;
}

.drop-list span {
  text-transform: capitalize;
}

/* checkbox CSS Start */
label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 100%;
  color: #333333;
}

.isDisabled {

  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;

}

.new-dashboard .isDisabled {
  pointer-events: none;
}

#section-three .justify-content-between,
#section-five .justify-content-between {
  margin-top: 10px;
}

.checkbox+label,
.radio-button+label {
  cursor: pointer;
  line-height: 24px;
  padding-left: 40px;
  position: relative;
}

.checkbox+label::before,
.radio-button+label::before,
.checkbox+label::after,
.radio-button+label::after {
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox+label::before,
.radio-button+label::before {
  background: transparent;
  border: 1px solid #CCCCCC;
}

.checkbox:checked+label::before,
.radio-button:checked+label::before {
  background: #transparent;
  border-color: #3266F9;
}

/*  .radio-button + label::before {
    margin-top: 6px; 
  }*/
.checkbox:checked+label::after {
  background-image: url("https://productiondev.com/mrcnsdev/wp-content/uploads/2022/08/check.svg");
  background-repeat: no-repeat;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 13px;
}

input.radio-button:checked+label::after {
  background-image: url("https://productiondev.com/mrcnsdev/wp-content/uploads/2022/08/check.svg");
  background-repeat: no-repeat;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 13px;
}

/*  .radio-button + label::before {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
           -o-border-radius: 50%;
              border-radius: 50%;
  }*/
.main-form label,
.input-box label {
  margin-bottom: 5px;
}

.right-check-box .checkbox+label {
  padding-left: 0;
  padding-right: 60px;
  width: 100%;
}

.right-check-box .checkbox+label::before,
.right-check-box .checkbox+label::after {
  content: "";
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.right-check-box .checkbox:checked+label::after {
  background-image: url("https://productiondev.com/mrcnsdev/wp-content/uploads/2022/08/check.svg");
  background-repeat: no-repeat;
  right: 6px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 13px;
}

.input-box {
  position: relative;
}









.input-box .input-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-box .input-icon.icon-eye {
  right: 10px;
  left: auto;
  top: 50%;
  border-right: none;
  padding-right: 0;
  cursor: pointer;
}

.input-box p {
  font-size: 14px;
  margin-top: 5px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #339;
  border-color: #339;
}

.btn.disabled,
.btn:disabled {
  opacity: .15;
}

/**************************
    Form Style End
***************************/

.navigation-bar {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.heading-part p {
  max-width: 500px;
  margin: 15px auto 0;
}

.heading-part .dec p {
  font-size: 22px;
  max-width: 560px;
}

.form-section .heading-part p {
  max-width: 100%;
}

.before-register-box .inner-box {
  background: #fff;
  padding: 50px;
}

.before-register-box .inner-box ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.before-register-box .inner-box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.before-register-box .inner-box ul li:first-child {
  padding-top: 0;
}

.before-register-box .inner-box ul li img {
  margin-right: 10px;
}

.thank-you-inner .heading-part p,
.before-register .heading-part p {
  font-size: 21px;
}

.btn-white {
  background: #fff;
  color: #333399;
}

.before-register-box .inner-box ul li a {
  text-decoration: underline 1px;
}

.before-register-box .btn-white {
  text-decoration: underline 1px;
}

.form-section .step {
  padding-left: 100px;
  padding-bottom: 50px;
  position: relative;
  background: transparent;
  height: 100%;
}

.form-section .step:last-child {
  padding-bottom: 0px;
}

.form-section .step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 57px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid transparent;
}

.form-section .step.step-1:before {
  content: "1";
}

.form-section .step.step-2:before {
  content: "2";
}

.form-section .step.step-3:before {
  content: "3";
}

.form-section .step.active::before {
  border-color: #3266F9;
  color: #3266F9;
}

.form-section .step::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #CCC;
  z-index: -1;
}

.form-section .step.active::after {
  background: #3266F9;
}

.form-section .step:last-child:after {
  display: none;
}

.fileupload {
  background: #fff;
  color: #339;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: underline;
  line-height: 50px;
  cursor: pointer;
}

.fileupload:hover {
  text-decoration: none;
}

.fileupload input.upload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 50px;
  cursor: pointer !important;
}

.fileupload span {
  cursor: pointer;
}


.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

input[type="file"] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}

input[type="file"].fileUpload {
  position: initial;
  border-bottom: none !important;
}

.section-form .checkbox+label,
.section-form .radio-button+label {
  line-height: 24px;
}

.section-form .checkbox+label::before,
.section-form .radio-button+label::before {
  background-color: #fff;
}

.section-form .disabledRadio.radio-button+label::before {
  background-color: #ccc !important;
}

ul.form-group {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}

.line-form input {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  height: auto;
  min-height: auto;
  line-height: normal;
  padding: 0 5px;
  width: 100px;
}

.form-group.input-text {
  position: relative;
  width: 70%;
}

.form-group.input-text input {
  width: 100%;
}

.form-group.input-text span {
  position: absolute;
}

.form-group.input-text span+span {
  left: 20%;
}

.content h1 {
  font-size: 30px;
  line-height: 40px;
}

.content-inner p {
  line-height: 28px;
}

.content-inner p.italic {
  font-style: italic;
}

.content-inner .title {
  font-size: 18px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 7px 0;
  font-weight: 600;
}

.content-inner .sub-title {
  font-size: 16px;
  margin: 25px 0;
}

.content-inner ul li {
  position: relative;
  padding-left: 15px;
  line-height: 28px;
}

.content-inner ol li {
  line-height: 28px;
}

.content-inner ul.address li {
  padding: 0;
  line-height: normal;
}

.content-inner ul.address li:after {
  display: none;
}

.content-inner ul li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

.content-inner ul.listStyle li:after {
  content: none;
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

.content-inner ul.style-2 li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}

.content-inner ul.check-icon li {
  padding-left: 25px;
}

.content-inner ul.check-icon li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 17px;
  background: url(https://productiondev.com/mrcnsdev/wp-content/uploads/2022/10/check-icon.png);
  border-radius: 0;
}

.step {
  position: relative;
  width: 100%;
  height: 5px;
  background: #e0e0ff;
}

.form-section .step span {
  position: relative !important;
  background: transparent !important;
  height: 100% !important;
  padding-left: 0px !important;
}

.step span {
  position: absolute;
  background: #333399;
  height: 5px;
}

.profile-btn .btn-white {
  text-decoration: underline;
}

.profile-btn .btn-white:hover {
  text-decoration: none;
}

.dashboard .card {
  border: none;
  background: transparent;
  margin-bottom: 15px;
}

.dashboard button {
  background: #fff;
}

.dashboard .card-header {
  padding: 0;
  border: none;
}

.dashboard button {
  color: #3266F9;
}

.dashboard button.collapsed {
  color: #333399;
}

.dashboard button.btn-link.collapsed,
.dashboard button.btn-link.collapsed:focus,
.dashboard a.btn-link {
  text-decoration: underline;
}

.dashboard button.btn-link:hover,
.dashboard button.btn-link:focus,
.dashboard a.btn-link:hover {
  text-decoration: none;
}

.accordion .card-header button {
  position: relative;
}

.accordion .card-header button:after {
  content: "";
  opacity: 0.75;
  font-size: 14px;
  background: transparent;
  position: absolute;
  border: solid #3266F9;
  border-width: 0 2px 2px 0;
  /*display: inline-block;
  padding: 3px;*/
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(-135deg);
  transition: all 0.4s ease-in-out;
}

.accordion .card-header button.collapsed:after {
  border: solid #333399;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

.card-body {
  max-width: 800px;
}

.application-box {
  padding: 30px;
  background: #fff;
  height: 100%;
}

.application-box p {
  max-height: 93px;
  overflow: hidden;
  margin-top: 20px;
}

.heading-part p.dec {
  font-size: 22px;
  max-width: 560px;
}

.start-application-part {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
}

.start-application-part ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.start-application-part ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.start-application-part ul li:last-child {
  border-bottom: none;
}

.start-application-part ul li::before,.registered-midwife-part ul li::before {
  content: '';
  left: 0px;
  top: 3px;
  width: 20px;
  height: 18px;
  position: absolute;
  background: url('../images/check-blue.svg') no-repeat;
  background-position: center;
}

.registered-midwife-part {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
}

.registered-midwife-part ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.registered-midwife-part ul li {
  position: relative;
  /*padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;*/
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.registered-midwife-part ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.upload-btn {
  position: relative;
  padding-left: 155px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.upload-main {
  display: flex;
  align-items: center;
}

.upload-btn .fileUpload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 99999;
  position: absolute !important;
}
.upload-btn .file-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.renew_section {
  background: #fff;
  padding: 30px;
}
.form-title {
  font-weight: 600;
  color: #7B7878;
}
.select-btn input {
  text-align: right;
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
}
#renew_section-two {
  font-weight: 600;
}
#renew_section-two.btn-gray {
  background: #d9d9d9;
  color: #7a7879;
}
@media (mim-width: 1200px) {
  .new-dashboard .row .row {
    margin: 0 20px;
  }

  .new-dashboard .row .row [class*="col-"] {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .before-register-box .inner-box {
    background: #fff;
    padding: 30px;
  }

  .thank-you-inner .heading-part p,
  .before-register .heading-part p {
    font-size: 16px;
  }

  .heading-part h1 {
    font-size: 30px;
  }

  .heading-part p.dec {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .heading-part .title {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-part h1 {
    font-size: 26px;
  }

  .heading-part p.dec {
    font-size: 16px;
  }
}