body {
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000000;
}

.bg-set-blue {
  background-color: #003CBC;
}


h1 {
  font-size: 1.5rem !important;
  font-weight: 600;
}




.bg-gra {
  box-sizing: border-box;






  background: linear-gradient(180deg, #ECEDDA 0%, rgba(236, 237, 218, 0) 23.75%);
  border: 1px solid #E8E0E0;
  border-radius: 15px;



}

.blue {
  background-color: #003CBC !important;
}

.bg-gra-1 {
  box-sizing: border-box;




  background: linear-gradient(180deg, #EBDBF3 0%, rgba(235, 219, 243, 0) 25.83%);
  border: 1px solid #E8E0E0;
  border-radius: 15px;

}

.font-10 {
  font-size: 12px !important;
}


img,
svg {
  vertical-align: top !important;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 134%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.iframe-container>* {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.font-15
{
  font-size: 15px;
  
}
.font-30
{
  font-size: 15px;
}
 
.bg-light-gray
{
  background-color: #f1f1f1;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
}

  .set-button {
    background-color: #FBC946;
    border: none;
    color: white;
    padding: 15px 155px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
  }
  .b-1
  {
    border: 1px solid #000000;
  }
  .border {
    border: var(--bs-border-width) var(--bs-border-style) #424343!important;
}