/*----------------------------------------*/
/*  7.7 conatct css start
/*----------------------------------------*/
.tp-contact-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .tp-contact-title {
    font-size: 34px;
  }
}
.tp-contact-title span {
  color: var(--tp-theme-1);
}
.tp-contact-title-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #7F7F8C;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tp-contact-title-wrapper p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-contact-content {
    margin-bottom: 40px;
  }
}
.tp-contact-content-mail {
  margin-bottom: 10px;
}
.tp-contact-content-mail-icon {
  margin-right: 55px;
}
@media (max-width: 767px) {
  .tp-contact-content-mail-icon {
    margin-right: 25px;
  }
}
.tp-contact-content-mail-icon span {
  color: var(--tp-theme-1);
}
.tp-contact-content-phone {
  margin-bottom: 50px;
}
.tp-contact-content-phone-icon {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .tp-contact-content-phone-icon {
    margin-right: 35px;
  }
}
.tp-contact-content-phone-icon span {
  color: var(--tp-theme-1);
}
.tp-contact-content-phone-icon span svg {
  transform: translateX(12px);
}
.tp-contact-location-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}
.tp-contact-location-title i {
  color: var(--tp-common-black);
  font-size: 16px;
}
.tp-contact-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.8;
  color: var(--tp-common-black);
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .tp-contact-item-title {
    line-height: 1.8;
    font-size: 19px;
  }
}
.tp-contact-item-title:hover {
  color: var(--tp-theme-1);
}
.tp-contact-location a {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #6F7183;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-location a br {
    display: none;
  }
}
.tp-contact-location a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-form {
  background: #F8F8F9;
  border-radius: 9px;
  padding: 60px 50px 40px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-form {
    padding: 60px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-form {
    padding: 60px 25px 40px 25px;
  }
}
.tp-contact-form-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-contact-form-title {
    font-size: 30px;
  }
}
.tp-contact-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 30px;
}
@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), (max-width: 767px) {
  .tp-contact-form p br {
    display: none;
  }
}
.tp-contact-input {
  margin-bottom: 26px;
}
.tp-contact-input input {
  width: 100%;
  height: 60px;
  border: 1px solid #D4DCE0;
  background-color: #f8f8f9;
  outline: 0;
  color: var(--tp-common-black);
  padding: 0 25px;
  border-radius: 2px;
}
.tp-contact-input select {
  width: 100%;
  height: 60px;
  border: 1px solid #D4DCE0;
  background-color: #f8f8f9;
  outline: 0;
  color: var(--tp-common-black);
  padding: 0 25px;
  border-radius: 2px;
}
.tp-contact-input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgba(20, 33, 43, 0.8);
}
.tp-contact-input input:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-contact-input input:focus::placeholder {
  font-size: 0;
}
.tp-contact-input textarea {
  height: 271px;
  background-color: #f8f8f9;
  resize: none;
  line-height: 3.5;
  border-radius: 2px;
  border: 1px solid #D4DCE0;
}
.tp-contact-input textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 33, 43, 0.8);
}
.tp-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-contact-input textarea:focus::placeholder {
  font-size: 0;
}
.tp-contact-cta-area {
  margin-top: -165px;
}
.tp-contact-map {
  height: 580px;
  width: 100%;
}
.tp-contact-map iframe {
  height: 100%;
  width: 100%;
  filter: saturate(0);
}

.tp-contact-location-wrapper {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-location-wrapper {
    margin-right: 0;
  }
}

.tp-contact-mt {
  margin-top: 90px;
}

.tp-cta-3__customize {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}