<style>
	.select{
				background:#ffcf01;
		   }
    
</style>
<style>
#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 33%;
  height: 35px;
  background-color: #ffcf01;
  text-align: center;
  line-height: 30px;
  color: white;
 
}
.footerTesting {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:10%;
   background-color: #ffcf01;
   color: white;
   text-align: center;
}
.footerTesting p {
   font-size:9px;
   color:black;
   margin-top:7px;
   
}
@media (max-width: 375px) {
  
  .footerTesting p{
   font-size:8px;
   color:black;
  }
}
.barBorder
{

  width: 100%
   border-style: solid;
  border-color:black;
  border-width: 5px
}
</style>
<style>
.parallax1 { 
    /* Set a specific height */
    height: 200px; 
		background:#ffcf01;

}
.parallax2 { 
    /* The image used */
	background:#ffcf01;
  
    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3 { 
    /* The image used */
  
    /* Set a specific height */
	height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax4 { 
    /* The image used */
  
    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax5 { 
    /* The image used */
  
    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.test{
padding-top:125px;
}
.test2{
padding-top:5px;
}
.fixed-banner{
max-width:500px;
margin:auto;
color:yellow;
text-align:center;	
padding-top:75px;

}
.parallax1 .fixed-banner, .parallax2 .fixed-banner, .parallax3 .fixed-banner{
	padding-top:150px;

}

section
{
  background:yellow;
}
.banner
{
  background:red;
  min-height:200px;
}
.banner .row
{
  text-align:center;
  margin-top:50px;
}
.banner h1
{
  color:white;
}


.termsAndc
{
  font-size: 13px
}  

.button-container{
  text-align: center;

}

label{

  font-size: 18px;
}


step{font-size:15px;}

/***********************************************************************
*  OPAQUE NAVBAR SECTION
***********************************************************************/
.opaque-navbar {
background-image: url("img/car-page-bg.jpg");
	background:#ffcf01;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    max-height: 100px;
    border-bottom: 0px;
    transition: max-height 0.15s ease-out;
}
#laglag{
	background:#ffcf01;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height:100%;
	color:#333 !Important
}
#end{
	background:#ffcf01;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height:100%;
	color:#333 !Important
}
#failed{
	background:#ffcf01;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height:100%;
	color:#333 !Important
}

.opaque-navbar.opaque {
	background-color:#ffcf01 !important;
	border-bottom:1px solid black;
    max-height: 150px;
    transition: max-height 0.15s ease-out;
}
.footer{
  position: absolute;
  
  width: 100%;
  height: 2.5rem; ;
           /* Footer height */
  background-color:#ffcf01; 
  
}

.navbar{
height:150px;
}
.logoss
{
  width: 30%;
  padding-left: 0;
}



}

@media (max-width: 1200px) {
  body
  { 
   

  }
  .opaque-navbar {
    height: 200px;
    transition: background-color .5s ease 0s;
    margin: :auto;
	}
  


}
.container1
  {
	  margin-left:15%;
	  
  } 
@media (max-width:1200px) {
 .container1
  {
	  margin:5%;
	
	 
  } 
}
:root{ color-scheme: only light}






@media (max-width: 700px) {
  
  .logoss{
     
     width: 100%;
     
     
     text-align: center;
    


}
.Zebra_DatePicker_Icon{	
	top:12px !important;
}
.Zebra_DatePicker_Icon_Wrapper{
	width:100% !important;
	
}

#nav-header{
color:white;
text-align:center;
font-size:12px;
display:inline-block;
width:100%;
}
.lower-border{
border-bottom: 1px solid #ccc;
margin-bottom:5px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #ffcf01;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffcf01;
    cursor: pointer;
}
#salary{
font-size:40px;
text-align:center;
margin-bottom:5px;
}
.slidecontainer{
margin-bottom:20px;
}
.errorspan{
color:red;
font-size:12px;
}
.successpage{
color:black;
font-size:20px;
text-align: center;

}



</style>

<style>
  .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
</style>
