::placeholder {
  color: #ffffff !important;
}
::-webkit-input-placeholder {
  color: #ffffff !important;
}
:-moz-placeholder {
  color: #ffffff !important;
}
:-ms-input-placeholder {
  color: #ffffff !important;
}
::file-selector-button {
  color: #ffffff !important;
}
::-webkit-file-upload-button {
  color: #ffffff !important;
}
.content-left .win-head {
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: "Segoe UI Bold";
  background: linear-gradient(to right, #019047, #019047, #366abd, #366abd);
  background-clip: text;
  color: transparent;
}
@media (min-width: 576px) {
  .gap {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }
  .gap > div {
    padding-inline: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .gap-block-4 {
    row-gap: 30px;
  }
  .content-left .win-head {
    font-size: 2.8rem;
  }
  .cta_btn_blue {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 575px) {
  .gap-block {
    row-gap: 20px;
  }
  .img-block {
    /* min-height: 150px; */
  }
  .content-left .win-head {
    font-size: 2.5rem;
  }
}
.win-prizes .row.gap-block .col-lg-6 > .price-card {
  background: #29A065;
  background: linear-gradient(180deg, rgba(41, 160, 101, 1) 0%, rgba(16, 117, 159, 1) 100%);
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 7px;
  height: 100%;
  width: 95%;
  margin: 0 auto;
}
.prizes-block {
  background: #ffffff url("../images/gradient-bg-1.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 40px 20px;
  border-radius: 23px;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.win-prizes .row.gap-block .col-lg-6:nth-child(2) .price-card .prizes-block {
  background: #ffffff url("../images/gradient-bg-2.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.prizes-block h5 {
  font-family: 'Segoe UI Bold';
}
.nominate-form {
  background: linear-gradient(40deg, #107c11 10%, #0078c9 80%);
}
.text-green {
  color: #019047 !important;
}
.text-black {
  color: #000000 !important;
}
.prize-description h3 {
  font-family: 'Segoe UI Bold';
}
.prize-description p {
  font-size: 20px;
  line-height: 1.2;
}
.text-bold {
  font-family: 'Segoe UI Bold';
}
.text-semibold {
  font-family: 'Segoe UI Semibold';
}
.img-block {
  /* min-height: 200px; */
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-grey {
  background: #eeeeee;
}
.bg-sky {
  background: #cbe4ef;
}
.bg-green {
  background: #9fd6b3;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-control, .form-control:focus {
  background: transparent !important;
 /* color: #ffffff;*/
  border-radius: 4px;
}
select.form-control:focus {
  /*color: #ffffff !important;*/
  background: transparent !important;
}
select.form-control option {
  color: #444444 !important;
  background-color: transparent !important;
}
/*input[type="date"i]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
}*/
.custom-file *, .custom-file input {
  background: transparent !important;
  text-align: left !important;
  height: 45px;
}
.custom-file .custom-file-label::after {
  height: 100%;
  display: flex;
  align-items: center;
}
.form-group .custom-file label {
  padding-block: 8px 8px;
}
.form-testimonial .form-check .form-check-input {
  width: 25px;
  height: 25px;
  margin-top: 0;
}
input[type="radio"] {
  accent-color: #007f5e;
}
input[type="checkbox"] {
  accent-color: #bed2eb;
}
.form-testimonial .form-check label.form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-testimonial .form-check label p {
  margin-left: 15px;
}
.right-box-inner {
  display: none;
}
.right-box-inner.active {
  display: block;
}
.noramal_p li {
  padding-bottom: 10px;
}
.noramal_p li:last-child {
  padding-bottom: 0;
}
.tab-content label, .form-group label {
  overflow: hidden;
}
.tc a {
  text-decoration: underline;
  color: #0178cc;
}
.tab-leaders *, .tab-testimonial * {
  color: #ffffff;
}
.why-and-how {
  margin-top: 20px;
}
.why-and-how .row.bg-grey {
  background-color: #f4f4f6;
  background: #f4f4f6;
  padding: 0;
  margin: 0;
  border-radius: 20px;
}
.why-and-how .inner {
  padding: 50px;
  height: 100%;
  position: relative;
}
.why-and-how .inner.border-center::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  border-left: 1px solid rgb(217, 217, 215);
  height: 70%;
  margin: 0 auto;
}
.why-and-how .inner h4 {
  font-family: "Segoe UI Bold";
  font-weight: 600;
  margin-bottom: 15px;
}
.why-and-how .inner ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.why-and-how .inner ul > *, .why-and-how .inner .d-flex > * {
  font-size: 20px;
  line-height: 1.2;
}
.why-and-how .inner ul > li {
  margin-bottom: 15px;
}
.why-and-how .inner ul > li:last-child {
  margin-bottom: 0;
}
.why-and-how .inner .d-flex {
  margin-bottom: 15px;
}
.why-and-how .inner .d-flex:last-child {
  margin-bottom: 0;
}
.why-and-how .inner .d-flex > span {
  font-family: "Segoe UI";
  padding-right: 15px;
  color: #0077d0;
}
@media (max-width:1199px) {
  .hero_banner_text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero_banner_text h3 {
    font-size: 20px;
  }
}
@media (max-width:991px) {
  .why-and-how .inner.border-center {
    padding-bottom: 0;
  }
  .why-and-how .inner.border-center::after {
    width: 100%;
    height: 1px;
  }
}
.bar {
  width: 360px;
  max-width: 80%;
  margin: 0 auto;
  border: 1px solid rgb(217, 217, 215);
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .container-fluid {
    padding: 0 3rem;
  }
  .content-left .win-head {
    font-size: 3rem;
  }
}
.img-mobile {
  display: none;
}
@media (min-width: 992px) {
  .content-left .win-head {
    font-size: 2.9rem;
  }
  .hero_banner_text > .mt-5 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .hero_banner_text {
    right: 6%;
  }
  .hero_banner_text > .mt-5 {
    margin-top: 1rem !important;
  }
  .img-pc {
    display: none;
  }
  .img-mobile {
    display: block;
    height: 500px;
    object-position: bottom right;
    object-fit: cover;
  }
}