.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.login-wapper {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e4ebf9;
}

.login-wapper._80h {
  min-height: 100vh;
  padding-top: 15vw;
}

.logoin-containner {
  max-width: 600px;
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.08);
}

.logoin-containner.maxwidth {
  max-width: 1200px;
  min-height: 450px;
}

.field-label {
  width: 80px;
  margin-bottom: 8px;
  color: #170f5f;
  font-size: 18px;
  font-weight: 400;
}

.text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  margin-bottom: 25px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #f9f9fb;
}

.text-field:hover {
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
}

.text-field:active {
  border-color: #1010eb;
}

.text-field:focus {
  border-width: 2px;
  border-color: #1010eb;
}

.text-field.padding-left {
  padding-left: 10px;
}

.icoimg {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 18px;
  height: 22px;
}

.field-wrap {
  position: relative;
}

.submit-button {
  min-width: 150px;
  padding: 20px 40px;
  border-radius: 8px;
  background-color: #170f5f;
  font-size: 16px;
}

.submit-button:hover {
  background-color: #1010eb;
  box-shadow: 0 0 15px 0 rgba(16, 16, 235, 0.8);
}

.button-wrap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-wrap-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-img {
  max-height: 75px;
}

.body {
  min-height: auto;
}

.inquire_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 8vh;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #170f5f;
  font-size: 24px;
  font-weight: 400;
}

.inquire_contain {
  max-width: 1200px;
}

.field-wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 0%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  min-height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #f9f9fb;
}

.text-field-2:hover {
  border-width: 2px;
  border-color: rgba(16, 16, 235, 0.3);
}

.text-field-2:focus {
  border-width: 2px;
  border-color: #1010eb;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}

.submit-button-2 {
  min-height: 50px;
  min-width: 150px;
  padding: 10px 40px;
  border-radius: 8px;
  background-color: #170f5f;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
  background-color: #1010eb;
}

.table-heading.white {
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
}

.table-heading.light-blue {
  border-radius: 0px;
  background-color: rgba(97, 97, 97, 0.1);
}

.table-heading.grey {
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6eb;
}

.colume01 {
  width: 25%;
}

.name-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.name-text.black {
  color: #333;
}

.name-text.black.bottom {
  margin-bottom: 10px;
}

.colume02 {
  width: 20%;
}

.colume03 {
  width: 23%;
}

.colume04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.colume00 {
  width: 5%;
  padding-left: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-block:hover {
  color: #1010eb;
}

.link-block:active {
  color: #1010eb;
}

.link-block-2 {
  text-decoration: none;
}

.ico-exit {
  height: 22px;
  margin-right: 5px;
}

.exit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exit-wrap.width {
  width: 3%;
}

.exit-wrap.left {
  margin-right: 20px;
}

.table-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
}

.left-img {
  margin-right: 20px;
}

.img-peple {
  height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #e4ebf9;
}

.right-text {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-read {
  color: rgba(16, 16, 235, 0.8);
}

.text-read.blue {
  color: rgba(23, 15, 95, 0.8);
}

.text-read.red {
  color: rgba(244, 67, 54, 0.8);
}

.brand {
  position: static;
  margin-right: 1rem;
}

.image {
  height: 45px;
}

.nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 8vh;
  margin-bottom: 0px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #170f5f;
  box-shadow: 0 1px 12px 0 rgba(23, 15, 95, 0.6);
}

.upload {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #1010eb;
}

.delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(97, 97, 97, 0.2);
  border-radius: 5px;
  background-color: #fff;
  color: #1010eb;
  text-decoration: none;
  cursor: pointer;
}

.delete.blue {
  margin-right: 20px;
  background-color: #1010eb;
}

.delete.btn {
  display: none;
}

.text-block {
  color: #1010eb;
}

.text-block.white {
  color: #fff;
}

.upload_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  margin-right: 20px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #1010eb;
  color: #fff;
  text-decoration: none;
}

.html-embed {
  position: absolute;
  overflow: hidden;
  width: auto;
  height: 100%;
  opacity: 1;
}

.table-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.delete_position {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: auto;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.delete_position.upload {
  z-index: 999999;
  display: none;
}

.delete_position.delete {
  display: none;
}

.delete_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete_centent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  min-width: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.delete_centent.width {
  width: 420px;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.checkbox-label {
  display: none;
}

.checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0px;
  border-width: 1px;
  border-color: rgba(99, 99, 99, 0.56);
  border-radius: 5px;
  background-color: #fff;
}

.checkbox:hover {
  border-color: #1010eb;
  background-color: #1010eb;
  color: #333;
}

.checkbox.w--redirected-checked {
  width: 1.2rem;
  height: 1.2rem;
  border-color: #1010eb;
  background-color: #1010eb;
  font-size: 12px;
}

.checkbox.w--redirected-focus {
  border-color: #1010eb;
  background-color: #1010eb;
}

.checkbox.w--redirected-focus-visible {
  background-color: #1010eb;
}

.checkbox.all:hover {
  border-color: #170f5f;
  background-color: #170f5f;
}

.checkbox.all.w--redirected-checked {
  border-color: #170f5f;
  background-color: #170f5f;
}

.checkbox-field {
  margin-bottom: 0px;
}

.form-block-2 {
  margin-bottom: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-2 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #e6e6eb;
}

.heading-h1.gray {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.ico22 {
  height: 45px;
}

.ico22.big {
  height: 55px;
}

.icobg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #e4ebf9;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 5vw;
  margin-left: 5vw;
  padding: 2vw 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.border {
  display: inline-block;
  width: auto;
  margin-right: 5%;
  margin-left: 5%;
  padding: 40px 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.three-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow:row wrap;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-img {
  max-height: 130px;
}

.minwidth {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 60px;
  padding-top: 20px;
  background-color: #170f5f;
}

.footer.fixed {
  position: absolute;
}

.text-white {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .logoin-containner.maxwidth {
    max-width: 600px;
    min-height: 400px;
  }

  .image {
    height: 36px;
  }

  .link-block-3 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 28px;
  }
}