.contact-logo:hover svg path {
  fill: #435EBE !important;
}

.contact-box a,
.contact-box span {
  background: #E8F2F7;
  border: 1px solid rgba(58, 158, 165, 0.2);
  border-radius: 4px;
  padding: 12px 16px;
  color: #3A9EA5 !important;
  text-decoration: none;
  height: 100%;
}
@media (max-width: 768px) {
  .contact-box a,
  .contact-box span {
    padding: 12px 8px;
  }
}
.contact-box a:hover,
.contact-box span:hover {
  opacity: 0.8;
}
.contact-box img {
  padding-right: 9.5px;
}

.area-of-focus {
  gap: 12px;
}
.area-of-focus .item-chip {
  background: rgba(67, 94, 190, 0.08);
  border: 1px solid rgba(67, 94, 190, 0.2);
  border-radius: 40px;
  padding: 12px 24px;
  color: #435EBE;
  gap: 12px;
}
@media (max-width: 768px) {
  .area-of-focus .item-chip {
    border-radius: 11px;
    padding: 2px 13px;
    font-size: 12px;
  }
}

.guides-header {
  gap: 24px;
}
.guides-header img {
  height: 120px;
  width: 120px;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.guides-designation {
  height: 40px;
  background: #E8F2F7;
  border: 1px solid rgba(58, 158, 165, 0.2);
  border-radius: 154px;
  padding: 12px 25px;
}
@media (max-width: 768px) {
  .guides-designation {
    border-radius: 40px;
    padding: 2px 13px;
    font-size: 12px;
    height: auto;
  }
}

.guide-modal-body {
  max-height: 450px !important;
  overflow-y: auto;
}

.has-search .form-control {
  padding-left: 1.75rem;
}
.has-search .form-control:focus {
  box-shadow: none;
  outline: none;
}
.has-search .form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444C63;
  opacity: 1; /* Firefox */
}
.has-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444C63;
  opacity: 1; /* Firefox */
}
.has-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444C63;
}
.has-search .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #444C63;
}
.has-search .form-control-feedback {
  z-index: 2;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 29%;
}

.guides-cards-item:hover .guides-page-box {
  transform: scale(1.025);
  border-radius: 0.375rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.guides-cards-item .guides-page-box {
  border: 1px solid #dee2e6 !important;
}
.guides-cards-item .guides-page-box p {
  color: #444C63;
  align-self: stretch;
}
.guides-cards-item .guides-img-wraper img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 273px;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1440px) {
  .guides-cards-item .guides-img-wraper img {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .guides-cards-item .guides-img-wraper img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .guides-cards-item .guides-img-wraper img {
    height: 250px;
  }
}
.empty-state {
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 1px 2px 10px #e1e3ec;
  border-radius: 4px;
}
.empty-state__content {
  padding: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.empty-state__content .empty-state__icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-state__content .empty-state__icon img {
  width: 100%;
  height: 100%;
}
.empty-state__content .empty-state__message {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0.85rem;
}
.empty-state__content .empty-state__help {
  color: #a2a5b9;
  font-size: 0.875rem;
}

.guide-select:focus {
  box-shadow: none;
  outline: none;
}
.guide-select option[value=""][disabled] {
  display: none;
}
.guide-select option {
  color: #444C63;
  font-size: 15px !important;
}

div.contact-list {
  gap: 18px;
}

.expertise-chip {
  gap: 8px;
}
@media (max-width: 768px) {
  .expertise-chip {
    gap: 4px;
  }
}

.guides-header-wraper {
  gap: 2px;
}
.guides-header-wraper .guides-header {
  flex-shrink: 0;
}
.guides-header-wraper .guides-header .guide-title-image {
  gap: 15px;
  flex-wrap: wrap;
}/*# sourceMappingURL=guides.css.map */