table {
margin-top: -25px;
}


body {
  background-repeat: no-repeat;
  background-attachment: fixed;
background-position: center top;
/* background-color:#E1E2DD !important; */
font-family: 'Poppins', sans-serif, 'FontAwesome' !important;
}


.hero_mobile {
/* display:none; */
}


a:link {
color: #ff007c; !important;
text-decoration: underline;

}




a:visited {
color: #ff007c; !important;
text-decoration: underline;
}



table {

    width: 100%;
}



.logo_row {
    text-align: center;
 background-color:#122239;

}

.logo {
height: 75px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}


.incentive_row
{
 background-color:#122239; 
}

.incentive_txt {
font-size:3.5rem;
font-weight:normal;
color:#ffffff;
   /*  margin-top: -20px !important;
text-transform: uppercase; */
 margin-bottom: -20px !important; 
margin-top: 10px !important;
}


.incentive_txt_small {
font-size:1.8rem;
font-weight:lighter;
color:#ffffff;
margin-bottom: 6px !important; 
margin-top: -10px !important; 
}


.incentive_txt_top {
font-size:2.5rem;
font-weight:lighter;
color:#ffffff;

}


.hero_row {
text-align: center;
 background-color:#122239; 

}



.hero_img{

}

.hero_side {
margin-top: auto;
margin-bottom: auto;
}


.twocolumn_row  {
 background-color:#F5F5F7; 
    color: #000000 !important;
padding-top:10px;
padding-bottom: 10px;
/* background: linear-gradient(180deg, #F5F5F7,#E1E2DD, #F5F5F7); */
}


.onecolumn_row  {
/* background-color:#f5f5f5; */
}

h3{
text-transform:uppercase;
text-align: center;
font-weight: 700 !important;
font-size:1.8rem !important;
}

.footer_row {
    text-align: center;
    background-color: #F5F5F7;
    color: #000000;
    margin-top: 0px !important;
}

.superhidden{

color:#EFF9FF;

}

.input_content{
    background: rgba(255, 255, 255, 1.0) !important;
    border-radius: 20px;
    border-style: hidden;
    border: 0px solid #cccccc !important;
    border-width: thin;
 /*   margin-top:10px;
	margin-bottom: 20px; */
box-shadow: -3px 10px 11px -5px #888888;
    padding: 1%!important;
}

#inputArea {

}

.adress {

}


.adress li {
    list-style-type: none;

}

.adress ul{
padding-left: 0;
}



input {
 border-radius: 2px;
width: 100%;
height: 45px;
margin-left: -35px;
padding-left: 2%;
border: 1px solid #cccccc !important;
}



input[type="checkbox"] {
    height: 20px;
    width:20px;
}




input[type="radio"] {
    height: 20px;
width:20px;
}


#q6611_select {
    border-radius: 2px;
width:100%;
height:45px;
border: 1px solid #cccccc !important;
background-color:#ffffff !important;
}


.button {
	width: 100%;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #ff007c;
	color: #ffffff;
	transition: all 0.3s linear;
    background-color: #ff007c;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 0.7);
}
.button:hover {
	background-color: #E0006C;
	
	cursor: pointer;
}


/* Small Tablets */
@media (min-width: 0px)and (max-width: 767px) {


.input_content{
/* background: rgba(255, 255, 255, 1.0) !important; */
    padding: 3%!important;
padding-top:25px !important;
}
.incentive_txt {
font-size:1.4rem;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

.incentive_txt_small {
font-size:0.6rem;
font-weight:normal;
}

h3{
font-size:1.4rem !important;
}

input {

height: 35px;

}

#q6611_select {
height:35px;

}


.button {

 font-size: 11px; 
}



.adress li {
margin-top:-10px
}

.txt_align {
font-size:12px;

}

.hero_mobile {
display:block;
}

body {

background-image: none !important;

}

.logo {
    height: 40px !important;

}


.hero_side {

    margin-top: 25px;
}

.incentive_txt_top {
font-size:0.8rem;
font-weight:normal;


}
 }