body {
  background-color: #fff;
}
*::-webkit-scrollbar-track {
  background-color: #f7f7f7
}
*::-webkit-scrollbar-thumb{
  background-color: #145b60;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #f7f7f7;
  height: 7px
}
.ajs-error {
  /*background-color: #518689 !important;*/
  background-color: #508487 !important;
}
 .pac-container, .pac-item{
    z-index: 2147483647 !important;
 }

.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.nav-pills .nav-link {
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #ededed;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

  .nav-pills .nav-link i {
      font-size: 17px;
  }

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  top: 0;
  border-bottom-color: transparent;
  padding: 0 40px;
  justify-content: space-between;
}
.wizard .nav-tabs.nav-internal {
  justify-content: start;
    gap: 10px;
    padding: 0;
    padding-top: 30px;
    margin-bottom: 40px;
}
.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 70px;
  margin-top: 10px;
  text-align: center;
}

  .wizard > div.wizard-inner::before {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      height: 70px;
      z-index: 9;
  }

.connecting-line {
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  width: calc(100% - 80px);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 16px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
li a span.round-tab {
  width: 34px;
  height: 34px;
  line-height: 33px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  background-image: none;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid transparent;
  box-shadow: 0px 3px 30px #00000015;
  background-image: linear-gradient(to bottom, #609396, #124B4E);
  color: #fff;
}
.wizard .nav-tabs > li.active ~ li a span.round-tab,
.wizard .nav-tabs > li.active a span.round-tab {
  width: 34px;
  height: 34px;
  line-height: 33px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  background-image: none;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid transparent;
  box-shadow: 0px 3px 30px #00000015;
}
.wizard li.active span.round-tab ,
.wizard .nav-tabs > li.active a span.round-tab{
  border-color: #1A5E62;
}

  .wizard li.active span.round-tab i {
    color: #1A5E62;
  }
  span.round-tab i {
      color: #fff;
  }



.wizard .nav-tabs > li.active > a i {
  color: #1A5E62;
}

.wizard li.has-error span.round-tab {
  background-color: red;
  border-color: red;
}

.wizard .nav-tabs > li.has-error > a i {
  color: red;
}

.wizard .nav-tabs > li {
  /* width: 25%; */
}
.wizard .nav-tabs.nav-internal > li.nav-item button {
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 14px;
  border: 1px solid #dee2e6;
  color: #333;
  min-width: 122px;
  text-align: start;
}
.wizard .nav-tabs.nav-internal > li.nav-item button.active {
  background-color: #1d5558;
    color: #fff;
}
.wizard .nav-tabs.nav-internal > li.nav-item button img {
  margin: 1px;
  background-color: #ececec;
  padding: 5px;
  width: 22px;
  border-radius: 50%;
}
.wizard .nav-tabs.nav-internal > li.nav-item button span{
  font-size: 14px;
  margin: 0 6px;
}
.wizard .nav-tabs.nav-internal > li.nav-item button.active img {
  background-color: #fff;
}
.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

  .wizard .nav-tabs > li a i {
    position: absolute;
    bottom: -63px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: calc(50% - -15px);
    transform: translate(-50%, 0);
    font-size: 10px;
    font-weight: 700;
    color: #0D152E;
    font-family: 'Changa-Regular' !important;
  }

  .wizard .nav-tabs > li a:hover {
      background: transparent;
  }

.wizard-box .list-inline {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.sectionSelect {
  margin-bottom: 15px;
  }
.sectionSelect label {
  width: 100%;
  text-align: start;
  padding: 0;
  position: relative;
  background: #FFFFFF;
box-shadow: 0px 4px 30px #0000001A;
border-radius: 8px;
overflow: hidden;
}
.sectionSelect.sectionSelect-addData {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px #0000001a;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.sectionSelect.sectionSelect-addData .main-img{
  width: 70px;
  height: 100%;
  position: absolute;
}
.sectionSelect.sectionSelect-addData label {
    box-shadow: none;
    width: 100%;
}
.sectionSelect.sectionSelect-addData label article {
  min-width:140px;
}
.sectionSelect.sectionSelect-addData label article span {
  font-size: 13px;
}
.sectionSelect.sectionSelect-addData label .action-label{
  display: inline-flex;
  align-items: center;
  width: calc(100% - 122px);
  padding-bottom: 5px;
}
.days {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 30px #0000001a;
  margin: 17px;
  padding: 8px;
  align-items: center;
  justify-content: space-around;
}
.days .form-control{
  background-color: #F5F5F5;
  border: none;
  width: 175px;
}
.days .form-control input{
  background-color: transparent;
  border: none;
}
.days .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  padding: 0;
  min-width: 100px;
}
.days .form-check-input:checked {
  background-color: #346a6d;
  border-color: #346a6d;
}
.Step3_2 {
  padding-top: 20px;
}
.addValue {
  width: calc(100% - 30px);
  margin: 10px auto;
  display: none;
}
.addValue input {
  font-size: 14px;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.addValue span{
  width: 100px;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(to bottom, #609396, #124B4E);
  color: #fff;
  cursor: pointer;
}
.action-label-container {
  display: inline-flex;
  padding-top: 10px;
}
.sectionSelect.sectionSelect-addData label .action-label .single-service {
  margin-bottom: 0;
}
.sectionSelect.sectionSelect-addData label .action-label .single-service a {
  font-size: 12px;
  color: #1A5E62;
}
.sectionSelect.sectionSelect-addData label .action-label .single-service a img{
  width: 15px;
  max-height: 15px;
}
.sectionSelect.sectionSelect-addData label .action-label .single-service input{
  width:90px;
  border: none;
  max-width: max-content;
  padding-right: 20px;
  outline: none;
  background-color: #fff;
  color: #1A5E62;
      height: 14px;
    font-size: 12px;
    font-weight: 600;
}
.sectionSelect label img{
  width: 80px;
  height: 52px;
}
.sectionSelect .btn-check:checked + label:after {
  content: '';
  background-image: url(../../assets/images/check.svg);
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 16px;
  top: 13px;
}
.avatar-upload {
  position: relative;
  margin: 0;
  display: inline-block;
  width:90px;
  border-radius: 50%;
  height: 90px;
  border: 1px solid #ededed;
}

  .avatar-upload .avatar-edit,
  .avatar-upload .avatar-delete {
    position: absolute;
    right: 5px;
    width: 28px;
    top: unset;
    bottom: 7px;
    z-index: 9;
    zoom: 0.6;
    cursor: pointer;
  }

.large-uploadImg.avatar-upload {
  width: 110px;
  height: 110px;
  border: 3px dashed #ccc;
  overflow: hidden;
}

.large-uploadImg.avatar-upload .avatar-edit {
  width: 100%;
  text-align: center;
  left: 0;
  right: unset;
  top: 0;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.large-uploadImg.avatar-upload input:hover ~ .avatar-edit {
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 1;
}

  .large-uploadImg.avatar-upload input:hover ~ .avatar-edit i {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #ededed;
      line-height: 48px;
      font-size: 22px;
      margin-bottom: 0;
      color: #1DB9C3;
  }

  .large-uploadImg.avatar-upload input:hover ~ .avatar-edit p {
      display: none;
  }

.large-uploadImg.avatar-upload .avatar-edit i {
  font-size: 30px;
  margin-bottom: 15px;
}

.large-uploadImg.avatar-upload .avatar-edit p {
  font-size: 18px;
}

  .large-uploadImg.avatar-upload .avatar-edit p span {
      color: #1DB9C3;
  }
.avatar-upload-form .avatar-upload .avatar-edit, .avatar-upload-form .avatar-upload .avatar-delete {
  right: -2px;
  padding: 6px;
}

.avatar-upload .avatar-delete {
  right: unset;
  left: 10px;
  z-index: 9999;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit label.LabelUploadImg,
.avatar-upload .avatar-delete label {
  display: inline-block;
  width: 34px;
  min-width: 34px !important;
  text-align: center;
  line-height: 32px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #145b60;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  padding: 0;
}

.avatar-upload .avatar-delete label {
  background: #af0000;
}

  .avatar-upload .avatar-edit label.LabelUploadImg i,
  .avatar-upload .avatar-delete label i {
      line-height: 31px;
  }

.avatar-upload .avatar-edit label.LabelUploadImg:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
  color: #145b60;
}

.imageUpload {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 8;
  cursor: pointer;
}

.avatar-upload .avatar-preview {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 50%;
}

  .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      border-radius: 0;
      overflow: hidden;
      align-items: center;
      display: flex;
      text-align: center;
  }

.imagePreview {
  width: 50px;
  margin: auto;
}
.imagePreview.fullImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.content-steps {
  height: 100vh;
  overflow: auto;
}
.bg-img {
  background-image: url(../../assets/images/bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.bg-img .dropdown {
  position: absolute;
  top: 30px;
  left: 30px;
}
.bg-img .dropdown .dropdown-item,
.header-top .dropdown .dropdown-item{
  text-align: start;
}
.header-top .dropdown {
  background-color: #4b7f82;
  border-radius: 5px;
  display: none;
}
.bg-img .dropdown button img,
.header-top .dropdown button img{
  width: 29px;
  margin: 0 3px;
}
.bg-img .dropdown button,
.header-top .dropdown button{
  font-size: 14px;
  color: #fff;
}
.content-steps .content-steps-Container {
  padding: 0px 40px;
}
.logo-img {
  display: block;
  padding: 17px 20px;
}
.content-steps .logo-img img{
  width: 80px;
  margin-bottom: 0px;
}
.title-step {
  color: #0D152E;
  text-align: center;
      font-weight: 600;
    font-size: 13px;
    padding-top: 50px;
}
.btn-group-radioBtn img{
  width: 80px;
}
.btn-group-radioBtn{
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}
.btn-group-radioBtn label {
  width: 200px;
  flex: unset !important;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
      box-shadow: 0px 3px 30px #00000012;
    border-color: transparent;
    border-radius: 16px !important;
    background-color: #fff !important;
    border-color: transparent !important;
    color: #000 !important;
}
.btn-group-radioBtn label:hover {
  opacity: 0.9;;
}
.btn-group-radioBtn label span {
  font-size: 14px;
}
.form-control-pdf {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
.et_pb_contact_form_label {
  cursor: pointer;
}
.et_pb_contact_form_label img {
  margin-bottom: 10px;
}
.file-upload.pdf {
  display: none;
}
.form-group {
  margin-bottom: 17px;
}
.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}
.btn.btn-icon-split {
  min-width: 150px;
    height: 40px;
    border: 1px solid #EAEAEA;
    font-size: 13px;
    color: #1A5E62;
}
.btn.btn-theme {
  background-image: linear-gradient(to bottom, #609396, #124B4E);
  color: #fff;
}
.form-group .form-control{
  font-size: 14px;
  padding: 8px;
}
.phoneNumber {
  position: relative;
}
.phoneNumber .form-control {
  padding: 8px 45px;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 39px;
}
.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 39px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  height: 37px;
  border-radius: 4px;
}
.phoneNumber img{
  width: 32px;
  position: absolute;
  margin: 6px 6px;
  padding: 5px;
  /*border-left: 1px solid #ccc;*/
}
.select2.select2-container .select2-selection .select2-selection__arrow ,
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single{
  background: #fff;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #145b60;
}
.input-icon {
  position: relative;
}
.input-icon .show-password{
  text-decoration: none;
  color: #333;
  position: absolute;
  top: 0;
  margin: 8px 10px;
}
.confirmation-signUp {
  background-image: url(../../assets/images/bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-direction: column;
  gap: 15px;
}
.confirmation-signUp img{
  width: 300px;
}
.confirmation-signUp h5{
  color: #fff;
}
.confirmation-signUp button {
  width: 300px;
  color: #1A5E62;
  font-size: 14px;
  font-weight: 600;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .header-top .dropdown {
    display: block;
  }
  .content-steps .content-steps-Container {
    padding: 0px 5px
  }
  .btn-group-radioBtn {
    gap: 10px;
    padding: 14px;
}
.bg-img {
  display: none;
}
.sectionSelect.sectionSelect-addData label article {
  min-width: 106px;
}
.sectionSelect.sectionSelect-addData label .action-label {
  width: calc(100% - 111px);
  flex-direction: column;
}
.days {
  flex-direction: column;
  gap: 7px;
}
}