@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

.contact-head-bg {
  background-color: #f5f5f5;
}

.contact {
  width: 100%;
  height: auto;
  background-image: url(../images/key-features-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-page-div {
  width: 100%;
  height: auto;
  background-color: var(--white);
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px 15px 30px 15px;
  margin-bottom: 15px;
}

.contact-h2 {
  font-size: 42px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-h4 {
  font-size: 28px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-h5 {
  margin-bottom: 20px;
}

.contact-h5 img {
  margin-right: 15px;
  width: 36px;
}

.contact-h5 a {
  font-size: 24px;
  color: var(--black);
  transition: all 0.3s;
  font-family: var(--fonts);
  font-weight: 400;
}

.contact-h5 a:hover {
  color: var(--primary);
  transition: all 0.3s;
}

.contact-page-div h1 {
  font-size: 28px;
  color: var(--black);
  font-family: var(--font-title) !important;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-page-div h6 {
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  font-family: var(--fonts) !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-page-div h6 a {
  color: var(--primary);
  transition: all 0.3s;
}

.contact-page-div h6 a:hover {
  color: var(--secondary);
  transition: all 0.3s;
}

.contact-page-div .info {
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}

.contact-page-div h5 {
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
  font-family: var(--fonts) !important;
  color: var(--black);
  font-weight: 600;
}

.contact-page-div h5 a {
  color: var(--primary);
}

.contact-page-div h5 a:hover {
  color: var(--secondary);
}

.contact-page-div .form-control {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  color: var(--black);
  border-radius: 10px;
  font-size: 16px;
  line-height: 58px;
}

.contact-page-div label {
  color: var(--black);
  font-size: 16px;
}

.contact-page-div label span {
  color: #ff0000;
}

.or {
  margin: 30px 0;
  position: relative;
}

.or-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.or p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px 20px;
  color: var(--black);
  font-weight: 600;
}

.btn-primary-border i {
  color: #fff;
  background-color: #007ab9;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.otp-input.form-control {
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  color: var(--black);
}

/* responsive */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
  .contact-page-div h1 {
    font-size: 26px;
  }

  .contact-page-div p,
  .contact-page-div h6 {
    font-size: 14px;
  }

  .contact-h2 {
    font-size: 30px;
  }

  .contact-h4 {
    font-size: 24px;
  }

  .contact-h5 img {
    width: 24px;
    margin-right: 7px !important;
  }

  .contact-h5 a {
    font-size: 18px;
  }

  .contact-page-div .form-control,
  .contact-page-div label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
