.contact-bg {
  height: 100%;
  padding-bottom: 4rem;
  width: 100%;
  background: url(../img/contactUsPage/contactBg.jpg) top center no-repeat;
  background-size: cover;
  margin-top: -8px;
}

/*--------------------------------------------------------------
# customer-support
--------------------------------------------------------------*/

#customer-support {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.customer-support .content {
  padding: 30px;
}

.customer-support h3 {
  font-size: 42px;
  font-weight: 700;
  color: #335288;
  margin-bottom: 2rem;
}

.customer-support h2 {
  font-size: 20px;
  font-weight: 500;
  color: #16425b;
  line-height: 30px;
}

.customer-support ul {
  padding-left: 1.4rem;
}

.customer-support ul li {
  padding-left: 10px;
  font-weight: 600;
}

#customer-support-img {
  border-radius: 10px;
  padding: 2rem;
}

/*====================================== end customer support ========================== */

.contact-content {
  background: #e2edff;
}

.contact-wrap {
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

#contact-us {
  font-weight: 600;
  margin-top: 84px;
  font-size: 2rem;
}

.contact-in {
  padding: 50px 60px 30px 60px;
  margin: 50px 0;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
}

.contact-in:nth-child(1) {
  flex: 5%;
  color: #fff;
}

.contact-in:nth-child(2) {
  position: center;
  flex: 25%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.contact-in:nth-child(3) {
  flex: 25%;
  padding: 0;
  border: 1px solid black;
}

.contact-in h1 {
  text-align: left;
  font-size: 28px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-in h3 {
  color: white;
  position: inherit;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}

.contact-in p {
  color: rgb(233, 235, 209);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 35px;
}

.contact-in ul {
  padding: 0;
  margin: 0;
}

.contact-in ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.contact-in ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}

.contact-in ul li a i {
  font-size: 18px;
  line-height: 40px;
  color: var(--secondary-color);
}

.contact-in ul li a:hover {
  background-color: var(--primary-color);
  color: white;
}

.contact-in ul li a i:hover {
  color: rgb(255, 255, 255);
}

.contact-in form {
  width: 100%;
  height: auto;
}

.contact-in-input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: none;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.contact-in-input::placeholder {
  color: #fff;
}

.contact-in-textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: none;
  padding-top: 5px;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.contact-in-textarea::placeholder {
  color: #fff;
}

/* .contact-in iframe {
    width: 100%;
    height: 100%;
    } */
.contact-btn {
  background: #ea5b21;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.contact-btn:hover {
  background: var(--secondary-color);
}

.contact-btn:focus {
  border: none;
  outline: none;
}

.get-in-touch h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #335288;
  padding-top: 3rem;
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
  #customer-support {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .customer-support h3 {
    font-size: 30px;
  }

  .customer-support h2 {
    font-size: 16px;
  }

  .customer-support p {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .get-in-touch h2 {
    font-size: 30px;
  }

  .contact-in h1 {
    font-size: 20px;
  }

  .contact-in:nth-child(1) {
    padding: 0px !important;
  }

  .contact-wrap {
    width: 90% !important;
  }
}

@media only screen and (max-width: 480px) {
  .contact-in:nth-child(1) {
    flex: 50%;
    margin: 20px 10px;
    padding: 30px;
  }

  .contact-in p {
    font-size: 15px;
  }

  .contact-in:nth-child(2) {
    flex: 50%;
    margin: 50px 10px;
    padding: 20px 30px;
    width: 50%;
  }

  .contact-in:nth-child(3) {
    flex: 100%;
  }

  .contact-btn {
    margin-bottom: 2rem;
  }

  .contact-in h1 {
    font-size: 26px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .contact-in:nth-child(1) {
    flex: 50%;
    padding: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .contact-in h3 {
    font-size: 20px;
  }

  .contact-in p {
    font-size: 14px;
  }

  .contact-btn {
    padding: 10px 20px;
  }

  .contact-in:nth-child(2) {
    flex: 50%;
  }

  .contact-in:nth-child(3) {
    flex: 100%;
  }

  .get-in-touch h2 {
    font-size: 30px;
  }

  .contact-in h1 {
    font-size: 23px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 1000px) {
  .contact-in:nth-child(1) {
    flex: 50%;
    margin: 20px 10px;
    margin: 2.5rem;
  }

  .contact-in:nth-child(2) {
    flex: 50%;
    margin: 0px 40px 100px 40px;
  }
}

.card-1,
.card-2 {
  background-color: #021142;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  text-align: center;
}

#contact-card-1 {
  margin-bottom: 50px;
}

.icons {
  font-size: 20px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 12px;
}

.existing-customer {
  line-height: 35px;
  display: flex;
  margin-bottom: -12px !important;
}

.contact-btn-div {
  margin-top: 20px !important;
}

.red-star {
  color: red;
  margin-right: 5px;
}

.form-check-inline {
  margin-left: 20px;
  margin-bottom: 7px;
  margin-right: -0.25rem;
}

.formError {
  font-size: 14px;
  position: relative;
  left: 0px;
  top: 2px;
  color: red;
}

.form-div {
  margin-top: 27px !important;
}

.contact-form input[type="text"],
textarea,
input[type="number"] {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-4 {
  margin-bottom: 15px !important;
}

.inlineFields {
  display: flex;
}

.firstNameInput {
  width: 49%;
  margin-right: 20px;
}

.lastNameInput {
  width: 49%;
  margin-top: 21px !important;
}

.phone-number-input {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
#email {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .inlineFields {
    flex-direction: column;
  }

  .firstNameInput {
    width: 100%;
  }

  .lastNameInput {
    width: 100%;
  }
  #email {
    margin-top: 0px !important;
  }
}

.ContactFormPrivacyText h6 {
  font-size: 13px;
  line-height: 22px;
  color: black;
  margin-bottom: 0px;
}
.ContactFormPrivacyText a {
  color: blue;
}
.ContactFormPrivacyText a:hover {
  color: #ea5b21;
}
@media screen and (max-width: 600px) {
  .contact-in p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
