.contact {
  padding-top: 170px;
  padding-bottom: 130px;
  background: #edf2f6;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact .bgcl {
  width: -moz-fit-content;
  width: fit-content;
  color: #f1b603;
  background: #0e364c;
  border-radius: 22px;
  display: block;
  margin: 0 auto 30px;
  padding: 8px 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.contact .bgcl .kmbi-border-5 {
  position: absolute;
  top: -2.55rem;
  right: 49%;
  z-index: -1;
  pointer-events: none;
}
.contact h2 {
  font-size: 54px;
  color: #002c44;
  text-align: center;
  margin-bottom: 30px;
}
.contact p {
  text-align: center;
}
.contact .btn {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}
.contact .btn .kmbi-border-6 {
  position: absolute;
  bottom: -2.65rem;
  left: 49%;
  pointer-events: none;
}
.contact .select2-container {
  margin-bottom: 30px;
}
.contact .select2-container.select2-container--above .select2-selection {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.contact .select2-container.select2-container--below .select2-selection {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.contact .select2-container:not(.select2-container--open) .select2-selection {
  border-radius: 25px !important;
}
.contact .select2-selection {
  background-color: #edf2f6 !important;
  min-height: 51px;
  border: 1px solid #002c44 !important;
  border-radius: 25px !important;
  color: #002c44;
  padding: 10px 20px !important;
  position: relative !important;
}
.contact .select2-selection:not(.select2-selection--clearable)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002c44' class='bi bi-hospital-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6 0a1 1 0 0 0-1 1v1a1 1 0 0 0-1 1v4H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h6v-2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V16h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-3V3a1 1 0 0 0-1-1V1a1 1 0 0 0-1-1H6Zm2.5 5.034v1.1l.953-.55.5.867L9 7l.953.55-.5.866-.953-.55v1.1h-1v-1.1l-.953.55-.5-.866L7 7l-.953-.55.5-.866.953.55v-1.1h1ZM2.25 9h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 9.75v-.5A.25.25 0 0 1 2.25 9Zm0 2h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25ZM2 13.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5ZM13.25 9h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25ZM13 11.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5Zm.25 1.75h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.contact .select2-search {
  display: flex;
  align-items: center;
}
.contact .select2-selection__choice {
  background-color: #edf2f6 !important;
  color: #002c44 !important;
  border: 1px solid #002c44 !important;
}
.contact .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #002c44 !important;
  height: 100%;
}
.contact .select2-search__field {
  color: #002c44 !important;
  margin-left: 30px !important;
}
.contact .select2-search__field::-moz-placeholder {
  color: #002c44 !important;
  font-size: 14px !important;
}
.contact .select2-search__field::placeholder {
  color: #002c44 !important;
  font-size: 14px !important;
}
.contact .select2-selection__choice__display {
  font-size: 16px !important;
}

@keyframes gradient {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
.case {
  background: #EDF2F6;
  padding-top: 170px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .case {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.case h1 {
  color: #002C44;
  font-size: calc(1.63125rem + 4.575vw);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .case h1 {
    font-size: 5.0625rem;
  }
}
.case p {
  color: #002C44;
  margin-bottom: 30px;
  padding-right: 30%;
}
.case .col-md-6 {
  position: relative;
}
.case .col-md-6 .kmbi-border-12 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .case .col-md-6 .kmbi-border-12 {
    display: none;
  }
}
.case .col-md-6 .kmbi-border-7 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .case .col-md-6 .kmbi-border-7 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .case img {
    margin-top: 30px;
  }
}

.gallery {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #002C44;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.gallery .col-md-5:nth-child(2) {
  margin-top: -30px;
}
@media (max-width: 767.98px) {
  .gallery .col-md-5:nth-child(2) {
    margin-top: 0;
  }
}
.gallery .col-md-5 a {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.gallery .col-md-5 a:hover .text {
  visibility: visible;
  opacity: 1;
}
.gallery .col-md-5 a .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0.1rem;
  background-color: rgba(22, 45, 58, 0.8);
  justify-content: space-between;
  transition: all 0.4s;
  visibility: hidden;
  cursor: pointer;
  padding: 0 56px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 0.1rem);
  opacity: 0;
  align-items: flex-start;
}
.gallery .col-md-5 a .text h2 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #F1B603;
  text-align: left;
  padding-top: 2rem;
}
.gallery .col-md-5 a .text .icon {
  position: absolute;
  bottom: 3.5rem;
  right: 3.5rem;
  border: solid 1px #F1B603;
  padding: 0.5rem;
  border-radius: 4rem;
}
.gallery .col-md-5 a .text .icon svg {
  fill: #F1B603;
  font-size: 26px;
}

.development {
  padding-top: 135px;
  padding-bottom: 120px;
  background: #FFFFFF;
}
@media (max-width: 991.98px) {
  .development {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.development .row {
  position: relative;
  align-items: flex-start;
}
.development .row .first-col {
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
  left: 0;
}
@media (max-width: 767.98px) {
  .development .row .first-col {
    position: initial;
  }
}
.development .row .first-col h2 {
  font-size: calc(1.4625rem + 2.55vw);
  position: relative;
}
@media (min-width: 1200px) {
  .development .row .first-col h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .development .row .first-col h2 {
    margin-bottom: 30px;
  }
}
.development .row .first-col h2::after {
  content: "";
  width: 10px;
  height: 300%;
  position: absolute;
  top: -200%;
  left: -2rem;
  background: linear-gradient(0deg, rgb(241, 182, 3) 0%, rgb(239, 109, 95) 33%, rgb(14, 54, 76) 66%, rgb(182, 200, 214) 100%);
  background-size: 100% 400%;
  animation: gradient 4s ease infinite;
}
.development .row .second-col .box {
  padding: 30px 30px 30px 40px;
  background: #002C44;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  color: #EDF2F6;
  overflow: hidden;
}
.development .row .second-col .box::after {
  content: "";
  background: linear-gradient(0deg, rgb(241, 182, 3) 0%, rgb(239, 109, 95) 33%, rgb(14, 54, 76) 66%, rgb(182, 200, 214) 100%);
  background-size: 400% 100%;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: gradient 4s ease infinite;
}
.development .row .second-col .box h3 {
  font-size: calc(1.35rem + 1.2vw);
  color: #EDF2F6;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .development .row .second-col .box h3 {
    font-size: 2.25rem;
  }
}
.development .row .second-col .box p {
  color: #EDF2F6;
  font-size: 18px;
}
