

p, h1, h2, h3, a, span, li, label, select, button
{
  font-family: 'Inter', sans-serif;
}



.content
{
  background: #035C67;
}

.form_container
{
    margin: 0 auto;
    max-width: 800px;
    padding: 3rem;
  
}

.df
{
  display: flex;  
}

.jb
{
  justify-content: space-between;  
}

.ac
{
  align-items: center;
}

.fg2
{
  flex-grow: 2;
  margin: 0 !important;
}






.header_2
{
  color: white;
  z-index: 3;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;  
}


.header_3
{
  color: white;
  z-index: 3;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header_3 span
{
  min-width: 15px;
  min-height: 15px;

  background-color: #F7B20E;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: -2px;
}

.header_3 p
{
  font-size: 1rem;
  text-transform: uppercase;
}

.yellow_header
{
  z-index: 3;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem  3rem;
  text-align: center;
  background-color:#F5F500;
  font-size: 2rem;
  font-weight:700;
  line-height: 2.3rem;
}

.header_2 h1
{
  font-weight:700;
  line-height: 4rem;
}

.bg_s
{
  background: #056B78;
}

@media (max-width: 576px)
{
    .form_container
    {
        margin: 0;
        padding: 1rem;
    }

    .header_2 h1
    {
      font-weight:700;
      line-height: 2.5rem;
      font-size: 1.6rem;
    }

    .header_3 p
    {
      font-size: 0.9rem;
    }

}



.form_number
{
  color: white;
  background-color: #365DFF;
  padding: 2rem;
}

.bg_white
{
  background-color: white;

}

.text-start-conf
{
	 text-align: center;
	 font-size: 0.8rem;
}

.text-start-conf   a
{
	color:   #095eac;
	text-decoration: none;
}




@media (max-width: 576px)
{
  
  .text-start-conf
{
	 text-align: left;
	 font-size: 0.8rem;
}
  
  .bg_white
  {
    background-color: inherit;
  }

  .ac_m
  {
    align-items: flex-start;
  }

}

.r1
{
  padding: 2.2rem  1rem;
  background-color: white;
  min-height: 100%;
}

.r3
{
  padding: 1.6rem  1rem;
  background-color: white;
  min-height: 100%;
}

.r2
{

  padding: 0 2rem;
  background-color: white;
  min-height: 100%;
  border-radius: 20px;
}

.form_number
{
  font-size: 3rem;
  font-weight: 700;
}

.myRange
{
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  background-color: #095eac;
  max-width: 100px;
}

.mySelect
{
  display: block;
  min-width: 100%;
  padding: 10px 20px;
  background-color: #095eac;
  color: white;
}

.form-control_1
{
	 max-width: 20%;
}

.btn-orange
{
  background-color: #095eac;
  color: white;
  padding: 10px 30px;
}






.mySelect option
{
  padding: 10px 20px;
  line-height: 2.8rem;
}

.radio_input
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #056B78;
  padding: 10px;
  padding-right: 0;
  margin-top: -15px;
  margin-bottom: 1rem;
}

.radio_input label
{
  margin-bottom: 20px;


}



.slider
{
  min-width: 100%;
}

.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  border-radius: 10px;
  background: #095eac; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 1; /* 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: 0.8; /* 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 */
  background: white;/* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 2px #095eac solid;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: white; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 2px #095eac solid;
}

.bg_green
{
  background: #DFE4D9;
}

.r4
{
  padding: 1rem;
  min-height: 100%;
}

.r5
{

  padding: 0 2rem 2rem 0;
  min-height: 100%;
  border-radius: 20px;
}

@media (max-width: 576px)
{
  .bg_green
{
  background: inherit;
}

.r4
{
  padding: 1.4rem 1rem;
  min-height: 100%;
  background-color: white;
}

.r5
{

  padding: 2rem 1rem 1rem 1rem;
  border-radius: 20px;
  background-color: #F1F1F1;
}

.mw-30
{
  min-width: 100% !important;
  margin-bottom: 1rem;
}

}

input[type='radio'],
label {
  cursor: pointer;
}



.btn-secondary
{
  background-color: #365DFF;
  padding: 1rem 3rem;

}

.form1 input, .form1 button
{
  padding: 10px 20px;
}

.rouded
{
  border-radius: 10px !important;
}




.confirm_button
{
  background-color: #FFD51A;
  border: none;
  color: black;
}


.form_container_succes
{
  min-height: 100vh;
}

.form_container_succes1
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.form2
{
  background-color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  
}

.form2 h1{
  font-weight: 700;
}

.or_button
{
  background-color: #095eac;
  color: white;
  min-width: 100%;
}

.suc_form
{
  background: #095eac;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  
}

.suc_form h1
{
  line-height: 3rem;
}

.suc_form img
{
  max-width: 50px;
  margin-bottom: 2.8rem;
}

.full-height-div 
{
        min-height: 100vh; 
        background-color: #FBFBFB; 
		display: flex;
		justify-content: center;
		align-items: center;
}

.rounded-container
{
	 border-radius: 20px;
	 background-color:  #F3F4F9;
	 -webkit-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 -moz-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
}

.bg_image
{
	background-image: url('img/C0BPM1VzD4nK838uI33aMwvglBZI09sk1qj5BjEF.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0 20px 20px 0;
}

.fs_small
{
	 font-size: 0.8rem;
	 margin-bottom: 0;
}

.gift
{
	 display: flex;
	 flex-direction: row;
	 border: 1px grey solid;
	 padding: 0.7rem;
	 border-radius: 10px;
	 width: 60%;
	 justify-content: space-around;
	 align-items: center;
}

.gift_link
{
	 border-radius: 10px;
	 min-width: 300px;
	 justify-content: center;
	 align-items: center;
	 color: white;
	 background-color:#095eac; 
	 -webkit-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 -moz-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 text-decoration: none;
}

.gift_div
{
	 display: flex;
	 justify-content: flex-start;
}

.slide_progresbar {
    display: block;
    width: 100%;
    height: 10px;
    padding: 3px;
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
	background: #cbcbcb;
}

.progresbar_line {
    display: block;
    width: 0%;
    height: 100%;
    background: #095eac;
    border-radius: 10px;
}

.slide_header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button_div
{
	 display: flex;
	 justify-content: flex-end;  
}

.back_a
{
	 border: 1px #095eac solid;
	 border-radius: 10px;
}

.step_2_div
{
	 display: flex;
	 justify-content: center;
}

.text-start label
{
	 margin-top: 1rem;
	 border: 1px  #095eac solid;
	 padding: 1rem 3rem;
	 min-width: 30%;
	 text-align: center;
	 margin-left: 1rem;
	 margin-right: 1rem;
}

.text-start label:hover
{
	background-color: #095eac;
	color: white;
	-webkit-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 -moz-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
}

input[type="radio"]:checked + label {
    background-color: #095eac;
	color: white;
	-webkit-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 -moz-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
	 box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
   padding: 1rem 3rem;

}

input[type="radio"] + label {

color: rgb(29, 28, 28);
border: 1px  #095eac solid;
-webkit-box-shadow: 10px 10px 16px 0px rgb(102, 99, 102);
 -moz-box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
 box-shadow: 10px 10px 16px 0px rgba(201,199,201,1);
 padding: 1rem 3rem;
 color: rgb(27, 26, 26);
}



.gift_link:hover
 {
	  color: white;
 }
 
 input[type="radio"] {
  display: none;
} 




@media(max-width: 576px)
{
	.mb-5-c
	{
	 margin-bottom: 39%;
	}	
	
	.bg_image
	{
		border-radius: 20px 20px 0 0 ;
		min-height: 30vh;
	}	
	
	.row_reverse
	{
		 flex-direction: column-reverse;
	}
	
	.gift
	{
		 width: 100%;
	}
	
	.h1_small
	{
		 font-size: 1.2rem;
		 font-weight: 700;
	}
	
	.gift_link
	{
	 width: 100%;
	}
	
	.gift_div
	{
		 justify-content: center;
	}
	
	.text-start label
	{

		 min-width: 100%;
		 margin-left: 0;
		 margin-right: 0;

	}
	
}