
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}
.imageback{
	background: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, .8), rgba(255,255,255,1)), url(img/header.jpg);
	
}
#regForm {
  background-color:#DFEDFE;
  margin: 20px auto;
  font-family: Raleway;
  padding: 20px;
  max-width: 700px;
  min-width: 300px;
border-radius: 10px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
select option input.invalid {
  background-color: #ffdddd;
}
.invalid {
  background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color:#FFD662;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
 border-radius: 5px;
}

button:hover {
	background-color:#03559D;
	color:white;
	
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50px;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #03559D;
}
.mbl {
	display: none;
	}

.mblsn{
	display: none;
	}
.headh1{
	font-family: "Montserrat";
	font-size: 48px;
}
.headh11{
	font-family: "Montserrat";
	font-size: 42px;
	}
.prices{
	font-size: 14px;
}
.headh3{
	font-size: 42px;
}
.mobilegeo
{   font-family: "BPG Nino Elite Round Cond", sans-serif;
	font-size: 14px;
	margin: 10px;
}
.headh2{ font-family: "Montserrat";
	font-size: 20px;
	color:rgba(7,87,158,1.00);
}

.headhgeo2{ font-family: "Montserrat";
	font-size: 20px;
	color:rgba(7,87,158,1.00);
}
.headhgeo{font-size:26px;}
.headb{font-size: 48px;}
.headfrm{font-size: 36px;
color: #03559D;}
@media screen and (max-width: 1200px) {
	.headhgeo{font-size:22px;}
	.headh1{
	font-size: 42px;
}
.headh2{
	font-size: 18px;
}
.headhgeo2{
	font-size: 18px;
}	
	.headh11{
		font-size: 38px;
	}
}

@media screen and (max-width: 990px) {
	.headh1{
	font-size: 36px;
}
	.headhgeo{font-size:16px;}
	
.nombl{
	display:none;
}
.headh11{
		font-size: 34px;
	}
	
.mblsn{
		display:inherit;
	}
	.card-header .card-link .card{
		font-size: 6px;
	}
	.headb{font-size: 32px;}
}
.headfrm{font-size: 22px;}
@media screen and (max-width: 765px) {
	.prices{
	font-size: 12px;
}
	.headhgeo{font-size:16px;}
	.nomblimg{
	display:none;
}
	#regForm {
   margin: 10px auto;
   padding: 20px;
  }
	.headh1{
	font-size: 32px;
}
	.headh2{
	font-size: 14px;
}
		.headhgeo2{
	font-size: 12px;
}
.mobilegeo
{
	font-size: 10px;
	margin: 0;
	float: 10px;
}
	.headh3{
	font-size: 32px;
}
	.headh11{
		font-size: 32px;
	}
	.mbl{
	display: block;
	position: relative;
    margin-left: 15px;
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    background:rgba(247,210,100,1.00);
    transition: .3s;

	}
.mbl:hover {
    color: #000000;
    background: #03559D;
	
}}

@media screen and (max-width: 315px) {
	.mblsn{display: none;}
	
}