/*  7.5 Contact css
/*----------------------------------------*/
.tp-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-p {
    padding-bottom: 80px;
  }
}
.tp-contact-shape {
  position: absolute;
  bottom: 180px;
  left: 0;
}
.tp-contact-shape span svg {
  width: 100%;
}
.tp-contact-shape span svg path {
  stroke: #F4E7FF;
  stroke-dasharray: 3500;
  stroke-dashoffset: 4500;
  animation: dash 4s linear forwards;
}
.tp-contact-shape-2 {
  position: absolute;
  top: 44%;
  right: 410px;
}
.tp-contact-heading {
  margin-bottom: 55px;
}
.tp-contact-heading p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.44px;
  color: var(--tp-text-body);
}
.tp-contact-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1.4px;
  color: var(--tp-heading-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-title {
    font-size: 62px;
  }
}
.tp-contact-from-box {
  border-radius: 20px;
  padding: 70px 80px 65px;
  backdrop-filter: blur(15px);
  fill: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 40px 80px rgba(51, 65, 140, 0.06));
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-from-box {
    padding: 60px 50px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-contact-from-box {
    padding: 30px;
  }
}
.tp-contact-from-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-heading-2);
}
.tp-contact-input-form label {
  color: #303651;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.tp-contact-input-form input, .tp-contact-input-form textarea {
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  transition: all 0.3s 0s ease-out;
}
.tp-contact-input-form input:focus, .tp-contact-input-form textarea:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}
.tp-contact-input-form textarea {
  resize: none;
  height: 160px;
}
.tp-contact-input-form .tp-contact-input {
  margin-bottom: 15px;
}
.tp-contact-input-form .tp-contact-input.schedule {
  margin-bottom: 20px;
}
.tp-contact-input-form .tp-contact-input.schedule label {
  font-size: 16px;
  margin-bottom: 7px;
  color: var(--tp-heading-primary);
}
.tp-contact-input-form .tp-contact-input.schedule label span {
  font-size: 15px;
  font-weight: 500;
  padding: 9px 25px;
  border-radius: 4px;
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-contact-input-form .tp-contact-input.schedule label span:hover {
  background-color: var(--tp-theme-primary);
}
.tp-contact-input-form .tp-contact-input.schedule label.hide {
  position: absolute;
  top: 52%;
  margin: 0;
  right: 10px;
}
.tp-contact-input-form .tp-contact-input.schedule input:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}
.tp-contact-input-form .tp-contact-input.schedule textarea {
  height: 140px;
}
.tp-contact-input-form .tp-contact-input.schedule textarea:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}
.tp-contact-input-form .tp-contact-input .icon {
  position: absolute;
  top: 50%;
  right: 18px;
}
.tp-contact-input-form.application {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-contact-input-form.application {
    margin-bottom: 20px;
  }
}
.tp-contact-input-remeber {
  margin-bottom: 25px;
}
.tp-contact-input-remeber input {
  display: none;
}
.tp-contact-input-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-contact-input-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-contact-input-remeber label {
  font-size: 15px;
  font-weight: 300;
  color: #57595F;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-contact-input-remeber label::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-contact-input-remeber label::before {
  position: absolute;
  content: url("../img/live/check.svg");
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-contact-input-remeber label a:hover {
  color: var(--tp-theme-7);
}
.tp-contact-input-remeber label:hover {
  cursor: pointer;
}
.tp-contact-input-remeber.login label::after {
  top: 5px;
}
.tp-contact-input-remeber.login label::before {
  top: 5px;
}
.tp-contact-input-remeber.schedule label {
  font-size: 15px;
  font-weight: 400;
  color: #5B5D5F;
}
.tp-contact-input-remeber.schedule label::after {
  top: 3px;
}
.tp-contact-input-remeber.schedule label::before {
  top: 3px;
}
.tp-contact-input-remeber.request {
  margin-top: 5px;
}
.tp-contact-btn .tp-btn-inner {
  padding: 16px 66px;
  box-shadow: 0px 0px 1px 0px #092097, 0px 1px 2px 0px rgba(9, 32, 151, 0.25);
}
.tp-contact-main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 45px;
  letter-spacing: -0.52px;
  color: var(--tp-heading-2);
}
.tp-contact-info-item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-info-item {
    padding: 18px;
  }
}
.tp-contact-info-item p {
  color: #727378;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.tp-contact-info-item a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-heading-2);
}
.tp-contact-info-item a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #E6E8F0;
}
.tp-contact-info-item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-heading-2);
  z-index: 1;
}
.tp-contact-info-item a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-contact-info-icon {
  margin-bottom: 30px;
}
.tp-contact-info-icon span {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  height: 46px;
  width: 46px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-contact-info-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--tp-heading-2);
}
.tp-contact-map-content {
  width: 100%;
  height: 500px;
}
.tp-contact-map-content iframe {
  height: 100%;
  width: 100%;
}

.tp-schedule-from-box {
  border-radius: 6px;
  padding: 100px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(22, 22, 19, 0.14), 0px 1px 2px 1px rgba(22, 22, 19, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-schedule-from-box {
    padding: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-schedule-from-box {
    padding: 30px;
  }
}
.tp-schedule-btn .tp-btn {
  border-radius: 6px;
  padding: 12px 24px;
}
.tp-schedule-btn .tp-btn span {
  margin-left: 80px;
}

.tp-application-heading {
  margin-bottom: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-application-heading {
    margin-bottom: 30px;
  }
}
.tp-application-heading.request {
  margin-bottom: 50px;
}
.tp-application-title {
  margin: 0;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: -1.4px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-application-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-application-title {
    font-size: 50px;
  }
}
.tp-application-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: -0.2px;
  color: rgba(22, 22, 19, 0.8);
}
.tp-application-from-box {
  padding: 100px;
  border-radius: 6px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(22, 22, 19, 0.14), 0px 1px 2px 1px rgba(22, 22, 19, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-application-from-box {
    padding: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-application-from-box {
    padding: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-application-from-box {
    padding: 30px;
  }
}
.tp-application-from-title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.52px;
}
.tp-application-select .nice-select {
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-application-select .nice-select:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}
.tp-application-select .nice-select::after {
  color: #686A6D;
  right: 25px;
}
.tp-application-select .nice-select .list {
  box-shadow: none;
  stroke-width: 1px;
  stroke: #E6E8F0;
  padding: 10px 16px 10px;
  fill: var(--tp-common-white);
  filter: drop-shadow(0px 4px 14px rgba(8, 19, 34, 0.12));
}
.tp-application-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 2px;
}
.tp-application-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}

/*----------------------------------------*/
/*  7.6 Contact css
/*----------------------------------------*/
.tp-error-content p {
  color: #57575A;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.tp-error-content .tp-btn-inner {
  padding: 8px 28px;
}
.tp-error-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 44px;
  letter-spacing: -1.28px;
  color: var(--tp-common-black-1);
}
.tp-error-title-sm {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  color: var(--tp-common-black-1);
}
.tp-error-thumb img {
  width: 100%;
}

.tp-privacy-heading {
  margin-bottom: 35px;
}
.tp-privacy-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
  .tp-privacy-title {
    font-size: 42px;
  }
}
.tp-privacy-box {
  padding: 36px 40px 40px 40px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(18, 20, 32, 0.2);
}
.tp-privacy-content {
  margin-bottom: 40px;
}
.tp-privacy-content-title {
  font-size: 26px;
  margin-bottom: 15px;
  color: var(--tp-heading-primary);
}
.tp-privacy-content p {
  color: #57575A;
  margin-bottom: 15px;
}
.tp-privacy-content ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  color: #57575A;
  padding-left: 16px;
}
.tp-privacy-content ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
.tp-privacy-content ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #57575A;
}
.tp-privacy-content-bottom p {
  font-style: italic;
  font-size: 14px;
}

/*----------------------------------------*/
