font-weight-1 {
  font-size: 100 !important;
}

font-weight-2 {
  font-size: 200 !important;
}

font-weight-3 {
  font-size: 300 !important;
}

font-weight-4 {
  font-size: 400 !important;
}

font-weight-5 {
  font-size: 500 !important;
}

font-weight-6 {
  font-size: 600 !important;
}

font-weight-7 {
  font-size: 700 !important;
}

font-weight-8 {
  font-size: 800 !important;
}

font-weight-9 {
  font-size: 900 !important;
}

body.profile-bg {
  background: #f9f8ff;
}

.contact-us .form-label {
  color: #515151;
  font-size: 16px;
  line-height: 26px;
}

.contact-us .form-label.profile-label {
  color: #717171;
  font-size: 15px;
  font-weight: 600;
}

.contact-us .form-control {
  height: 60px;
  color: #363750;
  border-radius: 8px;
  border: 1px solid #a2a9c3;
  padding: 0px 12px;
}
.contact-us .form-control.error {
  border: 1px solid #c91414;

}

.contact-us .form-control ::-moz-placeholder {
  color: #363750;
  opacity: 1;
}

.contact-us .form-control ::placeholder {
  color: #363750;
  opacity: 1;
}

.contact-us textarea.form-control {
  height: 120px;
  resize: none;
  padding: 12px;
}

.contact-us .third-column {
  border-radius: 20px;
}

.contact-us .third-column ul li {
  border-radius: 8px;
  border: 1px solid #ddddf3;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.contact-us .third-column ul li:last-child {
  margin-bottom: 0;
}

.contact-us .third-column ul li p {
  line-height: 22px;
  color: #525659;
}

.contact-us .third-column ul li p.mail-to {
  color: #204289;
}

.contact-us .third-column ul li .ico-contact {
  color: #515151;
}

.contact-us .third-column ul li .ico-contact .icon-box {
  width: 40px;
  height: 40px;
  background: #866dcf;
  border-radius: 10px;
}

.contact-us .third-column ul li .ico-contact .icon-box img {
  max-width: 17px;
}

.contact-us .form-select {
  height: 60px;
  color: #363750;
  border-radius: 8px;
  border: 1px solid #a2a9c3;
  padding: 0px 12px;
}

.contact-us .nav-tabs {
  border-bottom: 1px solid #a2a9c3;
}

.contact-us .nav-profile {
  padding: 0 0 10px 0;
  margin-right: 80px;
  color: #7a7a7a;
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 4px solid transparent;
  border-width: 0 0 4px 0;
}

.contact-us .nav-profile.active {
  border-width: 0 0 4px 0;
  background: transparent;
  font-size: 15px;
  color: #4a5e88;
  font-weight: 800;
  border-color: #4a5e88;
  border-bottom: 4px solid;
}

.contact-us .tab-content {
  margin-top: 33px;
}

@media only screen and (max-width: 768px) {
  .contact-us .tab-content>.tab-pane {
    display: flex !important;
    flex-direction: column;
  }
}

.contact-us .form-inp input.form-control {
  height: 54px;
}

.profile-header {
  background: url(../images/profile-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 186px;
  border-radius: 5px;
}

.profile-header .profile-section {
  padding-left: 80px;
}

.profile-header .profile-section.bottom-40 {
  bottom: -30px;
}

.profile-header .pr-detail {
  color: #fff;
  margin-bottom: 25px;
}

.profile-header .pr-detail h6 {
  font-size: 24px;
}

.profile-header .pr-detail p a {
  color: #fff;
  text-decoration: none;
}

.profile-header .profImg img {
  max-width: 155px;
  border-radius: 50%;
  border: 6px solid #fff;
}

.modal-content {
  /* border-radius: 8px;
  padding: 60px; */
}

.modal-content p {
  color: #98a7b5;
}

.loader-img {
  max-width: 66px;
}

.add-more {
  border-radius: 34px;
  background: #60349e;
  padding: 1px 20px;
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  border: 0;
  right: 0;
  top: -24px;
}

@media only screen and (max-width: 768px) {
  .fade:not(.show) {
    opacity: 1;
  }

  .profile-wrapper .col {
    flex: 1 0 100%;
    margin-bottom: 24px;
    position: relative;
  }

  .contact-us .form-control {
    border-radius: 12px;
    border: 1px solid #a2a9c3;
    height: 60px;
    padding: 20px;
  }

  .contact-us .form-label.profile-label {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #fff;
    color: #a2a9c3;
    font-size: 13px;
    line-height: 21px;
    padding: 1px 10px;
    border-radius: 2px;
    font-weight: 500;
  }

  .contact-us .form-select {
    border-radius: 12px;
    border: 1px solid #a2a9c3;
    height: 60px;
    padding: 20px;
  }

  .contact-us .add-more {
    position: relative !important;
    top: inherit;
  }

  .profile-header {
    background: #fff;
    height: 93px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  }

  .profile-header .profImg {
    display: none;
  }

  .profile-header .profile-section {
    position: relative;
    padding: 0 0 0 24px;
  }

  .profile-header .profile-section.profile-section.bottom-40 {
    bottom: inherit;
  }

  .profile-header .pr-detail {
    color: #363750;
  }

  .profile-header .pr-detail .manage {
    color: #757575;
    font-size: 14px;
  }

  .profile-header .pr-detail h6 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .profile-header .mob-profile-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.btn-submit-contact {
  border-radius: 8px;
  background: #204289;
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
  color: #fff;
  height: 54px;
}

@media only screen and (max-width: 768px) {
  .btn-submit-contact {
    height: 76px;
  }
}

.btn-submit-contact:hover {
  color: #fff;
  opacity: 0.95;
}

/*# sourceMappingURL=contact-us.css.map */