* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  overflow-x: hidden;
  padding: 0;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0px;
}

/* Header and Navbar */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
  z-index: 1024;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Banner */
.banner-section {
  width: 100%;
  height: 480px;
  background: url(../../assets/ContactUsBG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

.banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 218px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 93.12%);
}

.banner-section h1 {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
}

.banner-section h1 span {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  display: block;
}

.contact-us-toptext {
  text-align: center;
  margin-bottom: 80px;
}
.contact-us-toptext h2 {
  color: #004b51;
}
.font-42 {
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
}
.contact-us-toptext p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  max-width: 520px;
  display: table;
  margin: auto;
}

label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #04717a;
}

.red {
  color: #b80d0d;
  margin-top: 5px;
}
.email-error {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  display: none;
}

.message-error {
  margin-top: 5px !important;
  margin-bottom: -20px !important;
  display: none;
}

#contactus input {
  height: 60px !important;
}
.select-box-drop select {
  height: 60px !important;
}

.select-box-drop .custom-select {
  background: white;
  cursor: pointer;
  margin-bottom: 20px;
}

.custom {
  margin-top: 192px;
}

.blue-btn {
  padding: 13px 25px;
  background: #d1f1f3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #0063be;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s ease all;
  white-space: nowrap;
  display: inline-block;
  border: none;
  margin-top: 35px;
}

.blue-btn:hover {
  background-color: #0063be;
  color: #fff;
}

textarea {
  height: 210px !important;
  resize: none !important;
}

textarea.form-control {
  height: auto;
}
.custom-select::after {
  display: none !important;
}
option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
.container {
  margin-bottom: 60px;
}
#connected3sawy3ukczn4 {
  display: none;
}
#ip25f {
  fill: #3a559f;
}
#email_error {
  display: none;
}

.pt-60 {
  padding-top: 60px;
}
.mx-w-100 {
  max-width: 100%;
}

.container {
  margin-bottom: 60px;
}

#contactus label.error,
p.server_error {
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-top: -9px;
  text-transform: inherit !important;
  color: #b80d0d;
  letter-spacing: 0 !important;
}

#contactus label {
  margin-bottom: 5px !important;
}

#contactus .email-error {
  margin-bottom: 15px !important;
}
#contactus .message-error {
  margin-bottom: -10px !important;
}

@media (max-width: 768px) {
  #contactus .email-error {
    margin-bottom: 0px !important;
  }
  .select-box-drop {
    margin-top: 20px;
  }
}
