#page-container {
  background-color: #0d2538;
}

#page-container #main-header {
  display: none;
}
.full-width-section h3 {
    font-size: 32px;
    color: #ff8000;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 15px;
}
.full-width-section {
    max-width: 1680px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 22px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif
    padding: 50px;
    background: #fff;
}
.logo-container {
    position: relative;
    display: flex;
    /* max-width: 200px; */
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 1680px;
    justify-content: flex-start;
}
.logo-container img {
    margin: 30px 0 0 60px;
    max-width: 200px;
}
.aisearch-container {
  display: flex;
  align-items: center;
  padding: 0 60px 60px;
  max-width: 1680px;
  margin: 0 auto;
  gap: 30px;
  font-size: 16px !important;
  line-height: 22px;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
body .submit-form .et_pb_button:hover {
    border-color: #fcfcfc !important;
}
body .submit-form .et_pb_button{
	text-transform: uppercase!important;
	font-size: 20px ! IMPORTANT;
    font-weight: 500 !important;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent ! IMPORTANT;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid ! IMPORTANT;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
.left {
  flex: 1;
  align-items: center;
}

.left img {
    /* width: 150px; */
    height: auto;
    margin-top: 0;
    /* position: absolute; */
    /* top: 0; */
}

.page-heading {
  color: #ff8000;
  font-size: 48px;
  /* margin: 50px 0; */
}

.page-sub-heading {
  color: #FFFFFF;
  font-size: 24px;
  margin: 20px 0;
  line-height: 30px;
}

.page-description {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.page-description ul {
    list-style: disc;
    margin-left: 15px;
    padding-bottom: 1em;
}
.list-heading {
  color: #cbd5e1;
}

.right>div {
  background-color: #122d42;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  margin-top: 0.5rem;
}

.right .form-container.ebookform_container {
  color: #FFFFFF;
}

.right .form-container.ebookform_container input[type=email] {
  padding: 10px;
}

.right .form-container.ebookform_container input[type=text] {
    padding: 10px;
}

.right h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #e2e8f0;
}

input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
  background-color: #1e3a56;
  color: white;
}

input::placeholder {
  color: #94a3b8;
}

.btn {
  width: 100%;
  padding: 14px;
  background-color: #ff5c35;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

.btn:hover {
  background-color: #e54b27;
}
.field-item {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 20px;
  }

  .left,
  .right {
    max-width: 100%;
  }

  .left {
    text-align: center;
  }

  .left img {
    margin: auto;
    display: block;
  }

  .left h1 {
    font-size: 36px;
  }

  .left p {
    font-size: 14px;
  }

  .right {
    margin-top: 20px;
  }
}

#main-footer {
  display: none;
}


.error_message {
  display: none;
  color: red;
  font-size: 16px;
}

.field-item-captcha .form-group {
  margin-bottom: 0;
}
