@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('./style.css');

:root {
  --primary-color: #005085;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
a:hover {
  cursor: pointer;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #315a72;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #333333;
}

h3 {
  font-size: 24px;
  line-height: 39px;
}
.facing-c a {
  font-size: 0.8rem;
  font-weight: 600;
}
.facing-c span {
  text-align: left;
  display: block;
}
.main-head h2 {
  padding: 40px 0px;
}
.logo h3 {
  color: var(--primary-color);
}
.main-up h3 {
  color: #fff;
  padding-top: 20px;
  position: relative;
}
.header {
  border-bottom: 1px solid #f1f1f1;
}
.form-card {
  background-color: #f8f8f8;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
}
.banner-section {
  background: url('../images/email_service.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
  width: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.facing-c span {
  font-size: 0.7rem;
  text-align: left;
}
.goal-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 5px;
  height: 250px;
}
.header {
  padding: 10px 10px;
}
.goal-box h4 {
  font-size: 1.5rem;
  text-align: center;
}
.email-content h2 {
  font-size: 2rem;
  color: #005085;
  margin-bottom: 20px;
}
.blue-arrow {
  position: absolute;
  top: 21%;
  left: -15%;
}
.blue-arrow img {
  height: 130px;
  width: auto;
}
.form-card {
  position: relative;
}
.form-fields input {
  padding: 10px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.form-btn .btn {
  background-color: var(--primary-color);
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-btn {
  margin-top: 15px;
}
.form-img img {
  width: 100%;
  margin-left: 20px;
}
.extra-content p {
  font-size: 10px;
  line-height: 12px;
}
.footer {
  background-color: var(--primary-color);
  padding: 10px;

  text-align: center;
}
.footer h6 {
  color: #ffffff;
}
.foot-fi {
  background: #f8f8f8;
  padding: 50px 50px;
}
.footer-first {
  text-align: center;
}

.btn-primary {
  background: #005085;
  border: 1px solid #005085;
  width: 250px;
  max-width: 100%;
  padding: 12px 40px;
}
.btn-primary a {
  color: #fff;
}
.btn-primary i {
  margin-right: 10px;
}
.btn-primary:hover {
  background: #0a6bac;
  border: 1px solid #0a6bac;
}
.footer-flex {
  display: flex;
  gap: 35px;
  justify-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding: 20px 0px;
}
.footer-flex a {
  color: #fff;
  font-size: 1.2rem;
}
.footer-flex i {
  margin-right: 10px;
}
