.form-error {
  border: 1px solid red !important;
}

.form-error::-moz-placeholder {
  color: red;
}

.form-error::placeholder {
  color: red;
}

/* .iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png?1) !important;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
} */
.form-control {
  padding: 10px 20px !important;
}

.blog-content ul,
.blog-content ol {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog-content a {
  text-decoration: underline;
  font-weight: 600;
}

p {
  color: black;
}

.nav-bar li,
.nav-bar li a {
  color: white;
}
.nav-bar li:hover,
.nav-bar li a:hover {
  color: rgb(255, 141, 87) !important;
}

.nav-bar li.drop-down a {
  color: black;
}

.header-btn button:hover {
  background: white !important;
}

footer a:hover {
  color: rgb(255, 141, 87) !important;
}
footer p {
  color: white;
}

.banner-form {
  background-color: rgb(255, 141, 87);
  border: 1px solid #111;
  border-radius: 20px;
}
.banner-form .banner-top {
  padding: 20px 0 15px;
  text-align: center;
}
.banner-form .banner-top h4 {
  font-size: 34px;
  color: #111;
  margin: 0;
  text-transform: uppercase;
  animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
  font-weight: 700;
}
.banner-form .banner-top h5 {
  margin: 0;
  font-size: 20px;
  color: #111;
}
.banner-form .banner-middle {
  background: rgb(36, 35, 35);
  text-align: center;
  padding: 7px 0;
}
.banner-form .banner-middle p {
  color: #fff;
  margin: 0;
}
.banner-form .banner-middle p span {
  color: #fff000;
  font-weight: 600;
}
.banner-form .banner-last {
  padding: 30px 22px;
}
.banner-form .custom-input-style {
  width: 100%;
  font-size: 15px;
  color: #666;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px 25px !important;
}
.banner-form .custom-submit-style {
  width: 100%;
  background: #030303;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 11px 0;
}
@keyframes blink1 {
  0%, 100% {
    color: #001d30;
  }
  50% {
    color: red;
  }
}
.banner-form .banner-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.banner-form .partner-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.banner-form .btn-yellow {
  background-color: rgb(0, 0, 0);
  color: #fff !important;
}
.banner-form .vs-style-3 .vscomp-toggle-button {
  min-height: 53px !important;
}

.banner-grid-buttons {
  display: flex;
  align-items: center;
  gap: clamp(5px, 2vw, 15px);
}
.banner-grid-buttons a:hover {
  color: white !important;
}/*# sourceMappingURL=custom.css.map */