section h2 {
  font-size: 3rem !important;
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #1d3c6a !important;
}

.first-section {
  background: #eaf7ff;
}
.first-section p {
  font-size: 1.2rem;
}
.first-section ul, .first-section li {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.2rem;
}
.first-section ul {
  margin-bottom: 0px;
}
.first-section img {
  width: 95%;
}
.first-section .info-card {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.first-section .info-card i {
  color: #fff;
  background: #1d3c6a;
  border: 1px solid #1d3c6a;
  padding: 8px;
  font-size: 30px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.first-section .info-card .title {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #1d3c6a;
}
.first-section .final-text {
  font-size: 1.25rem;
  margin-top: 45px;
  font-weight: bold;
}

.third-section {
  padding-top: 50px;
}

.third-section-child {
  background: transparent;
  margin-bottom: 30px;
}
.third-section-child .info-card {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 20px;
  text-align: center;
  position: relative;
}
.third-section-child .info-card .hrline {
  position: absolute;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.fourth-section {
  background: #eef4ff;
  padding: 50px 0px;
}
.fourth-section .info-card {
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.0666666667);
  border-radius: 15px;
  overflow: hidden;
}
.fourth-section .info-card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.fourth-section .info-card p {
  font-size: 1.2rem;
  background: #1d3c6a !important;
  color: #fff !important;
  padding: 12px 0px;
  font-weight: bold;
}
.fourth-section .globalbtn {
  background: #428cc9 !important;
}

.last-section {
  padding: 60px;
  background: #fff;
  padding-bottom: 80px;
}
.last-section h2 {
  color: #000 !important;
}
.last-section .info-card {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.last-section .info-card img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.last-section .info-card .title {
  font-size: 1.2rem !important;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.all-subpage-hero-banner h2 {
  font-size: 2.5rem !important;
}
.all-subpage-hero-banner p {
  font-family: "Poppins", sans-serif !important;
}
.all-subpage-hero-banner img {
  border-radius: 15px;
  box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.1333333333);
  outline: 2px solid rgba(0, 0, 0, 0.1333333333);
  outline-offset: 3px;
}

.first-section-part-2 {
  background: #fee !important;
}

#deliveryPartner {
  background: #000 !important;
}
#deliveryPartner h2 {
  font-family: "Poppins", sans-serif !important;
  color: #fff !important;
  font-size: 2.5rem !important;
}
#deliveryPartner form {
  padding: 50px;
  background: #ff7f00;
}
#deliveryPartner form label {
  color: #fff !important;
}
#deliveryPartner form hr {
  border: 0px !important;
  border-bottom: 5px solid #fff !important;
  width: 140px;
  opacity: 1;
  margin-bottom: 20px;
}
#deliveryPartner form h2 {
  font-family: "Poppins", sans-serif !important;
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
#deliveryPartner form input, #deliveryPartner form select, #deliveryPartner form textarea {
  background: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px !important;
  padding: 12px 10px !important;
  color: #fff !important;
  margin-bottom: 20px !important;
}
#deliveryPartner form input::-moz-placeholder, #deliveryPartner form select::-moz-placeholder, #deliveryPartner form textarea::-moz-placeholder {
  color: #fff !important;
}
#deliveryPartner form input:-ms-input-placeholder, #deliveryPartner form select:-ms-input-placeholder, #deliveryPartner form textarea:-ms-input-placeholder {
  color: #fff !important;
}
#deliveryPartner form input::placeholder, #deliveryPartner form select::placeholder, #deliveryPartner form textarea::placeholder {
  color: #fff !important;
}
#deliveryPartner form .form-control:focus, #deliveryPartner form .form-control:focus-visible {
  color: #ffffff !important;
  box-shadow: none !important;
}
#deliveryPartner form .dscheckbox {
  -moz-appearance: checkbox !important;
       appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
}
#deliveryPartner form input[type=checkbox].dscheckbox {
  display: inline-block !important;
}
#deliveryPartner form option {
  background: #ff7f00 !important;
}
#deliveryPartner form p, #deliveryPartner form a {
  font-size: 0.875rem !important;
  font-family: "Poppins", sans-serif !important;
  margin-top: 20px;
  color: #fff !important;
}
#deliveryPartner form a {
  text-decoration: underline !important;
}
#deliveryPartner form a:hover {
  text-decoration: none !important;
}
#deliveryPartner form button {
  background: #007bff !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: bold;
}
#deliveryPartner form input:-webkit-autofill,
#deliveryPartner form input:-webkit-autofill:hover,
#deliveryPartner form input:-webkit-autofill:focus,
#deliveryPartner form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: transparent !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

#first-section-part-1 h2, #first-section-part-2 h2, #first-section-part-3 h2 {
  font-size: 2rem !important;
}

.upload-text {
  text-align: center !important;
}

@media only screen and (max-width: 1300px) {
  .all-subpage-hero-banner h2 {
    font-size: 2.2rem !important;
  }
  .all-subpage-hero-banner p {
    font-size: 1rem !important;
    font-family: "Poppins", sans-serif !important;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-road-line {
    display: block;
    margin-top: -14px !important;
    margin-bottom: 1px !important;
  }
  #deliveryPartner form {
    padding: 20px;
  }
  .top-road-line {
    margin-top: -20px !important;
  }
  .all-subpage-hero-banner {
    padding: 10px !important;
  }
  .all-subpage-hero-banner h2 {
    font-size: 30px !important;
  }
  .first-section img {
    width: 100%;
    margin-bottom: 30px;
  }
  section h2 {
    font-size: 1.75rem !important;
  }
  .first-section .info-card {
    margin-top: 30px;
  }
  .first-section .info-card i {
    padding: 8px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .third-section {
    padding-bottom: 0px;
  }
  .third-section h2 {
    font-size: 30px !important;
    margin-top: -50px;
    margin-bottom: 0px !important;
  }
  .third-section-child {
    margin-top: 0px;
  }
  .fourth-section .info-card {
    margin: 10px;
  }
  .fourth-section .globalbtn {
    margin-top: 25px;
  }
  .last-section {
    padding: 50px 0px;
    padding-bottom: 30px;
  }
  .last-section .info-card {
    padding: 20px 8px;
    text-align: center;
    margin-bottom: 3px;
  }
  .last-section .info-card .desc {
    font-size: 0.8rem;
  }
  .last-section .info-card .title {
    font-size: 1rem !important;
  }
  .last-section .col-6 {
    padding: 3px;
  }
  .last-section .row {
    padding: 10px;
  }
}/*# sourceMappingURL=suppliers.css.map */