.breadcrumb ul {
  width: calc(100% - 29px);
  max-width: 225px;
}

.breadcrumb ul li:first-child {
  max-width: calc((100vw - 15px) / 2);
}

.breadcrumb ul li {
  max-width: calc((100vw - 15px) / 2 + 15px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

textarea {
  resize: none;
  border-color: #e3e3e3;
}

.field {
  height: 56px;
}

@media (max-width: 991px) {
  .field {
    height: 42px;
  }
}

.field label {
  min-width: 114px;
}

@media (max-width: 991px) {
  .field label {
    min-width: 95px;
  }
}

@media (max-width: 575px) {
  .field label {
    min-width: 75px;
  }
}

.field .label-name {
  border: 1px solid #b7b7b7;
  border-right: 0px solid #b7b7b7;
  padding-top: 5px;
  padding-bottom: 2px;
  width: 113px;
}

.field input {
  letter-spacing: 0px;
}

.field input::-webkit-input-placeholder {
  color: #a8bbb8;
}

.field input:-ms-input-placeholder {
  color: #a8bbb8;
}

.field input::-ms-input-placeholder {
  color: #a8bbb8;
}

.field input::placeholder {
  color: #a8bbb8;
}

.field .input-required {
  width: 100%;
  border: 1px solid #8ccbc8;
}

.field .input-not-required {
  width: 100%;
  color: #a8bbb8;
  background-color: #efefef;
  border: 1px solid #a5a5a5;
  padding-left: 18px;
}

.section-inner-div input {
  display: none;
}

.select-required-blade {
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-required-blade label {
  min-width: 114px;
  border-right: 0px solid #b7b7b7;
  width: 113px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #ffffff;
  border: 1px solid #707070;
  background-color: #707070;
  border-radius: 3px 0 0 3px;
}

@media (max-width: 991px) {
  .select-required-blade label {
    min-width: 95px;
    font-size: 1.25rem;
    height: 42px;
  }
}

@media (max-width: 575px) {
  .select-required-blade label {
    min-width: 75px;
    font-size: 0.875rem;
    height: 30px;
  }
}

.select-required-blade .pretty-select {
  height: 55px;
  padding-left: 13px;
  padding-bottom: 1px;
  border: 1px solid #a3afad;
  background-position: calc(100% - 7.5px);
}

@media (max-width: 991px) {
  .select-required-blade .pretty-select {
    font-size: 1.25rem;
    height: 42px;
  }
}

@media (max-width: 575px) {
  .select-required-blade .pretty-select {
    font-size: 0.875rem;
    height: 30px;
  }
}

.input-search-box .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 0px;
}

@media (max-width: 767px) {
  .input-search-box .buttons {
    padding: 17px 0;
  }
}

.input-search-box .buttons .btn {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  padding: 9px 16px;
  border: 1px solid #257774;
}

@media (max-width: 991px) {
  .input-search-box .buttons .btn {
    font-size: 1.25rem;
    line-height: 40px;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .input-search-box .buttons .btn {
    font-size: 1rem;
    line-height: 30px;
  }
}

.input-search-box .buttons .btn:nth-child(n+2) {
  margin-left: 15px;
}

.input-search-box .buttons .inquire {
  background-color: #257774;
  width: 145px;
}

@media (max-width: 991px) {
  .input-search-box .buttons .inquire {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .input-search-box .buttons .inquire {
    width: 100px;
    height: 30px;
  }
}

.input-search-box .buttons .confirm {
  background-color: #43a8a5;
  width: 225px;
}

@media (max-width: 991px) {
  .input-search-box .buttons .confirm {
    width: 145px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .input-search-box .buttons .confirm {
    width: 100px;
    height: 30px;
  }
}

form {
  margin: 0 auto;
  padding: 0px 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form > div {
  border: 2px solid #D7EFEB;
  -webkit-box-shadow: 0 2px 6px rgba(1, 1, 1, 0.16);
          box-shadow: 0 2px 6px rgba(1, 1, 1, 0.16);
}

form .subject-title {
  width: 413px;
  padding: 13px 17px 20px 15px;
}

@media (max-width: 991px) {
  form .subject-title {
    width: 100%;
    padding: 15px 17px;
  }
}

form .subject-title .field {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  form .subject-title .field {
    margin-bottom: 0;
  }
}

form .subject-title .contact {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 16px;
}

form .subject-title .contact .field:nth-last-child(1) {
  margin-bottom: 15px;
}

form .subject-title .problem .select-required-blade {
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  form .subject-title .problem .select-required-blade {
    margin-bottom: 10px;
    font-size: 1.25rem;
    height: 42px;
  }
}

@media (max-width: 575px) {
  form .subject-title .problem .select-required-blade {
    font-size: 0.875rem;
    height: 30px;
  }
}

form .subject-title .problem .select-required-blade:nth-last-child(1) {
  margin-bottom: 0px;
}

form .subject-main {
  width: calc(100% - 413px);
  padding: 14px 14px 15px 16px;
}

@media (max-width: 991px) {
  form .subject-main {
    width: 100%;
  }
}

form .subject-main .field {
  height: 53px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  form .subject-main .field {
    margin-bottom: 0;
  }
}

form .subject-main > label {
  font-size: 1.125rem;
  line-height: 34px;
  letter-spacing: 0px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  form .subject-main > label {
    font-size: 0.875rem;
    line-height: 18px;
    margin: 10px 0;
  }
}

form .subject-main .content {
  margin-bottom: 10px;
}

form .subject-main .content textarea {
  width: 100%;
  height: 143px;
}

form .subject-btn {
  width: 100%;
  background-color: #d7efeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #a6cfce;
}

#reply-search .model-size {
  max-width: 600px;
  -webkit-transform: translate(10px, 12px);
          transform: translate(10px, 12px);
}

#reply-search .model-size .modal-content {
  border-radius: 10px;
  border: 1px solid #257774;
}

#reply-search .model-size .modal-content .modal-header {
  background-color: #257774;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.438rem;
  font-weight: 500;
  padding: 11px 15px 11px;
  letter-spacing: 1px;
  font-weight: bold;
}

#reply-search .model-size .modal-content .modal-body {
  padding: 16px 24px 6px;
}

#reply-search .model-size .modal-content .modal-body .search-form {
  width: 100%;
}

#reply-search .model-size .modal-content .modal-body .search-form .field .label-name {
  width: 115px;
}

@media (max-width: 575px) {
  #reply-search .model-size .modal-content .modal-body .search-form .field .label-name {
    padding-top: 0;
  }
}

#reply-search .model-size .modal-content .modal-body .search-form .field .input-not-required {
  width: calc(100% - 115px);
}

@media (max-width: 575px) {
  #reply-search .model-size .modal-content .modal-body .button-block {
    padding: 10px 0;
  }
}

#reply-search .model-size .modal-content .modal-body .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reply-search .model-size .modal-content .modal-body .buttons .clear-btn {
  width: 223px;
  font-weight: bold;
  margin-right: 16px;
}

#reply-search .model-size .modal-content .modal-body .buttons .store {
  margin: 0;
}
/*# sourceMappingURL=f049.css.map */