body {

  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000000;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.bg-blue {
  background-color: #dedede;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-36 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1d1d1d;
}


.font-34 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1d1d1d;
}

.bg-blue-1 {
  background-color:#dedede;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 51px;
  border-radius: 30px;

}

.bg-blue-3 {
  background-color: #dedede;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.underline {

  text-decoration: underline;
  color: #f8ba00;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;

}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited {
  background-color: #767a85f !important;
}

.col {
  display: block;
  height: auto;
  border: 0;

  margin: .8em 0;
  padding: 0;

  text-align: center;

}

@media (min-width: 250px) and (max-width: 961px) {

  .col {
    flex-basis: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

.c1 {
  color: #dedede;
}

.bg-item {

  position: relative;
  left: -30px;
  top: -120px;
  bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.font-15 {
  font-size: 15px;
}



.bg-blue-5 {
  background-color: #dedede;


  font-style: normal;
  ;



}

.form-control {

  width: 100%;
  height: 50px !important;
  background-color: #f3f3f3 !important;

}

.form-control-item {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f3f3f3 !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.font-30 {
  font-size: 30px;
}

@media (min-width: 250px) {
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
}
.col-1-2
{
  color: #000000;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
    background-color: #95e3e5 !important;
}
.w-75
{
  width: 90% !important;
}