.mc 
{
    color:#F1A446;
}

.mc_bg
{
    background-color: #F1A446;
} 

.mc_bg_o
{
    background-color: #c7a57c;
} 


.bg_gray
{
    background-color: #FBF9F7;
}



p, h1, h2, h3, h4, h5, h6, a, span, div, label, input, textarea, button {
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;
  }
  
  .bold
  {
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;
  }







.form
{
    background-color: white;
    -webkit-box-shadow: 9px 7px 19px 1px rgba(189,210,252,1);
    -moz-box-shadow: 9px 7px 19px 1px rgba(189,210,252,1);
    box-shadow: 9px 7px 19px 1px rgba(189,210,252,1);
    padding-left: 3rem;
    padding-right: 3rem;
}







.slider
{
    display: block;
    min-width: 100%;
    margin: 10px 0;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 20px; /* Specified height */
    border-radius: 10px;
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
  }
  
  /* Mouse-over effects */
  .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    border-radius: 50%;
    background: #F1A446; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
  
  .slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    border-radius: 50%;
    background: #F1A446; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }

  .label_range
  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }


  .email
    {
        display:none !important;
    }
 
  .range_bottom
  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    margin-top: 10px;
  }

 
 
  