@font-face {
    font-family: 'futura_ltlight';
    src: url('../font/ftralt_.woff2') format('woff2'),
         url('../font/ftralt_.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura_mdmedium';
    src: url('../font/ftramd_.woff2') format('woff2'),
         url('../font/ftramd_.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura_md_btbold';
    src: url('../font/futurab.woff2') format('woff2'),
         url('../font/futurab.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futurablack_btregular';
    src: url('../font/futurak.woff2') format('woff2'),
         url('../font/futurak.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Futura Hv BT';
	src: url('../font/FuturaBT-Heavy.eot');
	src: url('../font/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaBT-Heavy.woff2') format('woff2'),
		url('../font/FuturaBT-Heavy.woff') format('woff'),
		url('../font/FuturaBT-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Futura XBlk BT';
	src: url('../font/FuturaBT-ExtraBlack.eot');
	src: url('../font/FuturaBT-ExtraBlack.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaBT-ExtraBlack.woff2') format('woff2'),
		url('../font/FuturaBT-ExtraBlack.woff') format('woff'),
		url('../font/FuturaBT-ExtraBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaBlack BT';
	src: url('../font/FuturaBlackBT-Regular.eot');
	src: url('../font/FuturaBlackBT-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaBlackBT-Regular.woff2') format('woff2'),
		url('../font/FuturaBlackBT-Regular.woff') format('woff'),
		url('../font/FuturaBlackBT-Regular.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Futura XBlkCn BT';
	src: url('../font/FuturaBT-ExtraBlackCondensed.eot');
	src: url('../font/FuturaBT-ExtraBlackCondensed.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaBT-ExtraBlackCondensed.woff2') format('woff2'),
		url('../font/FuturaBT-ExtraBlackCondensed.woff') format('woff'),
		url('../font/FuturaBT-ExtraBlackCondensed.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Futura-Book';
	src: url('../font/Futura-Book.eot');
	src: url('../font/Futura-Book.eot?#iefix') format('embedded-opentype'),
		url('../font/Futura-Book.woff2') format('woff2'),
		url('../font/Futura-Book.woff') format('woff'),
		url('../font/Futura-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html,body
{
	height: 100%;
	margin: 0px; padding: 0px;
}
a 
{
  color: rgb(0, 97, 80) !important;
}
input 
{
	border:1px solid rgba(0, 97, 80, 0.15);
	border-radius: 4px !important;
	background: #ffffff;
	height: 38px;
	padding: 0 10px;
}
body 
{
	color: #000000;
  overflow-x: hidden;
}
strong 
{
	font-family: 'Futura Hv BT' ,Verdana,sans-serif !important;
}
h1,h2,h3,h4
{
	margin-bottom: 24px;
}
h1,h2,h3,h4,body,p,a,span 
{
	font-family: 'Futura-Book' ,Verdana,sans-serif !important;
}
.panel 
{
  background: none;
}
.inlinelist li
{
  display: inline-block;
  float: left;
  margin-right: 10px;
  list-style: none;
}
.om_icon 
{
    display: inline-block;
    height: 80px;
    width: 80px;
}
.om_icon img 
{
  width: 100%;
  height: auto;
}
.om_icon_label 
{
  font-size: 22px;
    font-weight: normal;
}
.banner-text-green h1 
{
	font-family: 'futura_ltlight' ,Verdana,sans-serif !important;
}
h1 span, h2 span, h3 span, h4 span 
{
	font-family: 'Futura Hv BT' ,Verdana,sans-serif !important;
}
p 
{
	font-size: 16px;
}
header 
{
	position: relative !important;
	background: #ffffff;
	z-index: 999;
	box-shadow:0 -3px 7px rgb(0, 0, 0);
  display: inline-block;
  width: 100%;
}
button 
{
	text-transform: uppercase;
}

select 
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
   background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: url("../images/arrow.svg") !important;
    background-image: url("../images/arrow.png") !important;
    background-origin: padding-box !important;
    background-position: right center !important;
    background-repeat: no-repeat !important; 
    background-size: 15px 10px !important;
    border:6px solid #ffffff !important;
    padding:0px 5px !important;
    box-shadow: none !important; 
    cursor: pointer;
    outline: none;
}
select::-ms-expand {
    display: none;
}
select.highlight 
{
	-moz-appearance:none;
    -webkit-appearance:none;
   -o-appearance:none;
   background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: url("../images/arrowup.svg") !important;
    background-image: url("../images/arrowup.png") !important;
    background-origin: padding-box !important;
    background-position: right center !important;
    background-repeat: no-repeat !important; 
    background-size: 15px 10px !important;
    border:6px solid #ffffff !important;
    padding:0px 5px !important;
    box-shadow: none !important; 
    cursor: pointer;
    outline: none;
}
select:focus,select:hover,.form-control:focus 
{
	box-shadow: none !important;
	border:6px solid #ffffff !important;
	outline: none;
}
hr 
{
  display: inline-block;
  width: 100%;
}
label {
    font-weight: normal !important;
}
⁠⁠⁠input  
{
  font-size: 16px;
}
.theform label 
{
  font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.btn:hover, .btn:focus 
{
  color:rgb(110, 171, 36);
}
.checkbox input {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    height: 17px;
}
.uppercase 
{
	text-transform: uppercase;
}
.table 
{
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.container 
{
	margin-bottom: 120px;

}
.spacing {
    display: inline-block;
    height: 160px;
}
.btn 
{
	font-family: "Futura-Book",Verdana,sans-serif;
  letter-spacing: 0.5px;

}
.form-control:focus 
{
	box-shadow: none;
	border: 1px solid #006150;
}
.network-section ul li.login .btn-login 
{
	margin-top: -18px;
}
 .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group 
 {
    margin-left: 0 !important;
 }

.btn-primary 
{
	background: rgb(110, 171, 36)!important;
	border: none !important;
	color: rgb(255, 255, 255) !important;
	padding: 15px 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: rgb(0, 97, 80)  !important;
    color: rgb(255, 255, 255) !important;
}
.btn-secondary 
{
	background-color: rgb(255, 255, 255) !important;
    border:1px solid rgb(110, 171, 36) !important;
   color: rgb(110, 171, 36) !important;
    padding: 15px 0;
}
.btn-secondary:hover,.btn-secondary:active 
{
	box-shadow:none !important;
	border: 2px solid rgb(110, 171, 36) !important;
  background-color: rgb(0, 97, 80) !important;
    border: 1px solid rgb(0, 97, 80) !important;
    color: #ffffff !important;
   
}
.row 
{
	margin-bottom: 30px;
}
.nopadding 
{
	padding: 0 !important;
}
.nomargin
{
	margin: 0 !important;
}
.norightmargin
{
  margin-right: 0 !important;
}
.noleftmargin
{
  margin-left: 0 !important;
}
.norightpadding
{
  padding-right: 0 !important;
}
.noleftpadding
{
  padding-left: 0 !important;
}
.bigpad
{
	padding: 0 60px;
}
.spacer 
{
	height: 115px;
	display: inline-block;
	width: 100%;
}
.spacer_small 
{
  height: 15px;
  display: inline-block;
  width: 100%;
}
.banner-bg .banner .item 
{
  margin-bottom: 0;
  height: 386px;
   background-position: center 23px;
}
.carousel-caption 
{
  bottom: -320px;
}
.vignette {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(105, 184, 13) 0%, rgb(1, 98, 79) 100%) repeat scroll 0 0;
    height: 10px;
}
.breadcrumbs {
    font-size: 12px;
}
.bread-crumb 
{
	line-height: 27px;
	color: #006150;
  width: 100%;
}
.bread-crumb .bread-crumb-arrow 
{
	margin-right: 20px;
}
.bread-crumb-control 
{
	margin-left: 0;
	margin-right: 0;
}
/* Savings */
.saving_option ul li
{
	display: block;
	text-decoration: none;
	height: 80px;

}

.saving_option_icon 
{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	display: inline-block;

}
.saving_option_icon img
{
	width: 100%;
	height: auto;
}
.saving_option ul li span {
     font-size: 22px;
    line-height: 22px;
}

.saving_option ul li span strong {
	font-family: "Futura Hv BT", Verdana,sans-serif !important;
}
.mediaplayer iframe 
{
	width: 100%;
	height: 250px;
}

.values ul li 
{
	text-decoration: none;
	display: block;
	width: 100%;
	text-transform: uppercase;

}
.values ul li.val1 
{
	color: rgb(0, 0, 0);
}
.values ul li.val2 
{
	color: rgb(33, 119, 96);
}
.values ul li.val3
{
	color:rgb(110, 171, 36) ;
}
.values ul li p 
{
	font-size: 25px;
	font-family:"Futura-Book", Verdana,sans-serif !important;
}

.omcalculator hr 
{
	border:1.5px solid  rgb(110, 171, 36);
  height: 0;
}
.omcalculator .form-group input 
{
	height: 48px;
	background:#ffffff;
	border-radius:2px;
}
.om_bg 
{
		background: #e8f2dd;
		padding: 25px;
		display: inline-block;
		width: 100%; 
}
.infostyle 
{
	margin-bottom: 20px;
}
.infostyle ul li 
{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.infostyle span 
{
	color: rgb(153, 153, 153);
	width: 100%;
}
.infostyle p 
{
	color: #000000;
}
.omcalculator .om_bg label 
{
	text-transform: uppercase;
}
 .customradio  
 {
  display: table;
 }
.customradio label.btn-primary  
{
	background-color: rgb(110, 171, 36);
  color: #ffffff !important;
  letter-spacing: 0 !important;

}

.customradio .btn-primary 
{
  color: rgb(110, 171, 36) !important;
  border-right: 1px solid #ffffff !important;
}

.invesdate input {
    height: 45px;
}

.invesdate .form-control:focus
{
	border:1px solid rgb(110, 171, 36) !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: rgb(110, 171, 36) !important;
    border-color: rgb(110, 171, 36) !important;
    color: rgb(255, 255, 255);
}
.datepicker-orient-top 
{
	display: none !important
}
.datepicker {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    
}

.customradio label.btn-primary:hover  
{
	background: rgb(33, 119, 96);
	box-shadow: none !important;
	
}
.customradio label.active  
{
	background-color: rgb(33, 119, 96) !important;
    
    color: #ffffff !important;
   
}
.customradio label.active:hover  
{
	
    color: #ffffff !important;
   
}
.customradio label:last-child 
{
	margin-right: 0;
}
.customradio .btn-primary 
{
	
	word-wrap: break-word;
	white-space: normal;
	text-transform: uppercase;
	font-size: 12px;
  line-height: 12px;
  padding: 10px;

}
.customradio .btn-primary:hover, .customradio .btn-primary:focus, .customradio .btn-primary:active, .customradio .btn-primary.active, .open .dropdown-toggle.btn-primary 
{
	background: #6eab24;
	
	
}

.trysubmit button
{
	 display: inline-block;
    margin-right: 20px;
    width: 238px;
}
.trysubmit button:nth-child(2) 
{
	margin-right: 0;
}
label.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin:0 auto;
  cursor: pointer;
  font-size: 18px;
  width: 220px;
}
label.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
label.control:hover input ~ .control__indicator,
label.control input:focus ~ .control__indicator {
  background: #ccc;
}
label.control input:checked ~ .control__indicator {
  background: rgb(33, 119, 96);
}
label.control:hover input:not([disabled]):checked ~ .control__indicator,
label.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
label.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
label.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* accordion */
#accordion > h2 {
    margin-top: 5px;
}
.panel-title 
{
	position: relative;
}
.panel-body li {

    margin-bottom: 16px;
    font-size: 16px;

    line-height: 2rem;
}


.accord .panel-title a 
{
	transition: all 0.3s ease 0s;
	padding-bottom: 5px;
}
.accord .panel-title a:hover
{
		border-bottom: none ;
}
.accord .panel-title a span.arrow 
{
	background: url('../images/arrow.png')no-repeat;
	background: url('../images/arrow.svg')no-repeat;
	background-position: top right;
	float: right;
    height: 14px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}
.accord .panel-title a[aria-expanded="false"] span.arrow 
{
	background: url('../images/arrow.png')no-repeat;
	background: url('../images/arrow.svg')no-repeat;
	background-position: top right;
	float: right;
    height: 14px;
    width: 20px;
}
.accord .panel-title a[aria-expanded="true"] span.arrow 
{
	background: url('../images/arrowup.png')no-repeat;
	background: url('../images/arrowup.svg')no-repeat;
	background-position: top right;
	float: right;
    height: 14px;
    width: 20px;
}

/*.arrowoverlay 
{
	background:#ffffff url('../images/arrow.png')no-repeat;
	background:#ffffff url('../images/arrow.svg')no-repeat;
	background-position: center center;
	float: right;
    height: 13px;
    width: 30px;
    position: absolute;
    right: 0;
    z-index: 99;
}*/
option {
    padding: 10px;
}
.theform select {
    height: 45px;
}
.fineprint {
    
    font-size: 10px;
    padding: 15px 0 0;
    text-align: center;
    width: 100%;
    color: rgb(110, 171, 36);
}
.accord #accordion
{
	border: 1px solid #6eab24;
    padding: 15px 25px 25px;
}
.theform #accordion
{
	border: none !important;
  padding: 0;
}
.theform div input {
    height: 45px;
    width: 100%;
}
.accord #accordion .panel-body > ul 
{
    padding-left: 10px;
}
.accord .panel-default 
{
	border: none;
	box-shadow: none;
}
.accord .panel-default > .panel-heading 
{
	background: none;
	border: none;
	box-shadow: none;
	padding-right: 0;
	padding-left: 0;
}
.accord .panel-title > a {
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    color:  rgb(110, 171, 36) !important;
    padding-bottom: 0;
}
.accord .panel-title > a:hover 
{
	text-decoration: none;
  color:  rgb(33, 119, 96);
	
}
.theform .panel-title > a 
{
  font-size: 24px;
}
.panel-group .panel + .panel {
    margin-top: 2px !important;
}
.infobuttons {
    float: none;
    margin: 0 auto 24px;
}
.panel:last-of-type {
    margin-bottom: 15px;
}
.infobuttons button,.infobuttons a
{
	width: 45%;
	display: inline-block;
	margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px !important;
  
}
.infobuttons a 
{
  
  font-size: 24px !important;
  
}
.infobuttons button:nth-child(2),.infobuttons a:nth-child(2)
{
	margin-right: 0;
}
/* Form */
 .customradio label  {
     display: table;
  }
  .customradio label span {
     
   
    display: table-cell;
    text-align: center;
    vertical-align: middle;

  }
.form-group > label {
    display: inline-block;
    width: 100%;
}
.theform .form-group 
{
	margin-bottom: 15px;
	display: inline-block;
  
}


.form-group .error {
    border: none !important;
}
div.error input {
    border: 1px solid #DF5900 !important;
}
.theform .panel-body
{
	padding: 10px 0;
}
.help-inline {
    color: rgb(223, 89, 0);
    display: inline-block;
    position: relative;
    left: 0;
    top: 5px;
    margin-bottom: 10px;
}
.theform .forms-group .help-inline{
    display: inline-block;
    position: relative;
    left: 0;
    top: 5px;
    margin-bottom: 10px;
}

.steps-header .steps {
    margin-top: 0;
    position: relative;
    text-align: justify;
    top: 0;
    width: 100%;
}
.steps-header .steps::after {
    background-color: rgba(110, 171, 36, 0.15);
    height: 5px;
    left: 5px;
    position: absolute;
    top: 16%;
    width: 98.5%;
    z-index: 1;
}
.steps-header .step {
    display: inline-block;
    font-family: futura_lt_btlight;
    text-align: center;
}
.steps-header .step > .step-text {
    color: rgb(51, 51, 51);
    font-size: 12px;
    text-align: center;
    
}
.steps-header .step .badge {
    background: rgb(196, 221, 166) none repeat scroll 0 0;
    border-radius: 50%;
    clear: both;
    display: table;
    margin: 5px auto;
   height: 20px;
   width: 20px;
}
.steps-header .step .badge a.step-text {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 26px;
}
.steps-header .step .shadow_border {
    background-color: rgb(233, 242, 222);
    border-radius: 50%;
    clear: both;
    display: table;
    margin: 0 auto 10px;
    padding: 0 5px;
}
.steps-header .step p {
    color: rgb(51, 51, 51);
    display: inline-block;
    vertical-align: top;
}
.arrow_box .arrow-down + *::before, .arrow_box h6::before, .steps-header .steps::after {
    content: "";
}

.faq a 
{

}


.logo, .steps, .styledCheckbox, .styledRadio {
    display: inline-block;
    vertical-align: middle;
}
.arrow_box.notice ol li, .arrow_box.notice ul li, .live-chat-tel, .live-chat-tel:hover, .steps-header .step.active > .step-text {
    color: rgb(51, 51, 51);
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single, .steps-header .step a.disabled, button[disabled], html input[disabled] {
    cursor: default;
}

.steps-header .step.active .badge, .steps-header .step.done .badge {
    background: rgb(135, 185, 73) none repeat scroll 0 0;
}

.badge {
    background-color: rgb(119, 119, 119);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.steps-header .step.active .badge a.disabled, .steps-header .step.done .badge a.disabled, .white-color {
    color: rgb(255, 255, 255);
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single, .steps-header .step a.disabled, button[disabled], html input[disabled] {
    cursor: default;
}
.steps-header .strecher {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.ompaybtn button 
{
	width: auto !important;
}

/* view animate */
/* left and right added to ensure full width */
#main-view            { width:auto; }

#main-view.ng-enter,
#main-view.ng-leave      { position:absolute; left:30px; right:30px;
    transition:0.5s all ease; -moz-transition:0.5s all ease; -webkit-transition:0.5s all ease; 
}
    
/* enter animation */
#main-view.ng-enter            { 
    -webkit-animation:slideInRight 0.5s both ease;
    -moz-animation:slideInRight 0.5s both ease;
    animation:slideInRight 0.5s both ease; 
}

/* leave animation */
#main-view.ng-leave            { 
    -webkit-animation:slideOutLeft 0.5s both ease;
    -moz-animation:slideOutLeft 0.5s both ease;
    animation:slideOutLeft 0.5s both ease;   
}

/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
    to      { transform: translateX(-200%); }
}
@-moz-keyframes slideOutLeft {  
    to      { -moz-transform: translateX(-200%); }
}
@-webkit-keyframes slideOutLeft {
    to      { -webkit-transform: translateX(-200%); }
}

/* slide in from the right */
@keyframes slideInRight {
    from    { transform:translateX(200%); }
    to      { transform: translateX(0); }
}
@-moz-keyframes slideInRight {
    from    { -moz-transform:translateX(200%); }
    to      { -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
    from    { -webkit-transform:translateX(200%); }
    to      { -webkit-transform: translateX(0); }
}


/* footer */

footer 
{
    -moz-box-shadow:0 -12px 11px -19px rgb(0, 0, 0);
    -webkit-box-shadow: 0 -12px 11px -16px rgb(0, 0, 0);
	  box-shadow: 0 -12px 10px -16px rgb(0, 0, 0);
    
    display: inline-block;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
  background: #ffffff;
    z-index: 999;
}



footer div p 
{
	color: rgb(0, 97, 80);
}
footer div button
{

    width: 140px !important;
}
.indicator-share {
    margin-bottom: 40px;
}
.indicator-share p {
    margin-bottom: 0;
    font-size: 14px;
}
.footer-nav {
    list-style: outside none none;
    padding-bottom: 25px;
    font-size: 14px;
}
.footer-nav a {
    padding-left: 5px;
    padding-right: 5px;
}
.disclaimer {
    color: rgb(51, 51, 51);
    font-size: 12px;
    margin-bottom: 45px;

}
.disclaimer a 
{
  color: rgb(2, 146, 121) !important;
}
.navbar-fixed-bottom 
{
  padding-bottom: 20px;
}
/* responsive */
@media only screen and (max-width : 1024px) 
{
	.banner-bg .banner .item 
	{
    	background-position: center bottom; 
	}
	.customradio {
    	width: 100%;
	}
	.invesamt  
	{
		width: auto;
	}
	.omcalculator .customradio label {
	   
	    
	    margin-right: 0 !important;
	    
	}
	.customradio .btn-primary 
	{
		font-size: 12px;
	}
	.trysubmit button 
	{
		width: 218px;
	}
	.mediaplayer iframe 
	{
		width: 100%;
	}
	.chattous > img 
	{
    	height: auto;
    	width: 100%;
	}
	.infobuttons button,.infobuttons a 
	{
    	width: 40%;
	}
	.trysubmit button 
	{
    	width: 260px;
	}
}
@media only screen and (max-width : 990px) 
{
	
	.trysubmit button 
	{
    	width: 253px;
    	margin-right: 20px;
	}
}
@media only screen and (max-width : 950px) 
{	
	.trysubmit button 
	{
    	width: 204px;
    	margin-right: 20px;
	}
	
}
@media only screen and (max-width : 901px) 
{

	
	.trysubmit button 
	{
	    margin-right: 20px;
	    width: 230px;
	}
}
@media only screen and (max-width : 801px){

.saving_option ul li span {
     font-size: 24px;
    line-height: 28px;
}
  .om_icon_label 
{
  font-size: 22px;
    font-weight: normal;
}
.trysubmit button {
    margin-right: 20px;
    width: 198px;
}
.saving_option_icon 
{
	width: 70px;
}
.saving_option ul li span {
    display: inline-block;
    font-size: 20px;
    line-height: 83px;
    vertical-align: middle;
   
}
}
@media only screen and (max-width : 769px) 
{

input  
{
  font-size: 16px;
}
  .infobuttons a 
{
  
  font-size: 16px !important;
  
}
  .banner-bg 
  {
      display: none;
  }
	
	.banner-bg {
    margin-top: 135px;
}
	
   .accord .panel-title > a 
   {
    width: 200px;
   } 
	
	.customradio .btn-primary 
	{
    	font-size: 10px;
	}
	.invespay .btn-primary 
	{
    	font-size: 12px;
	}
	.trysubmit button 
	{
    	width: 192px;
    	margin-right: 20px;
	}
	.trysubmit 
	{
    	text-align: center;
	}
	.hidemobile 
	{
		display: none;
	}
	footer 
	{
		margin: 20px auto;
	}
	.banner-bg .banner .item 
	{
	    background:none;
	    height: 532px;
	    
	}
	.chattous 
	{
    	margin-top: 30px;
	}
}
@media only screen and (max-width : 650px) 
{
  .theform .om_bg {
    padding: 10px !important;
  }
  .infobuttons a 
{
  
  font-size: 16px !important;
  
}
  .accord .panel-title > a 
  {
    width: auto;
  }
	.om_bg 
	{
		margin-bottom: 20px;
	}
	.banner-bg {
    margin-top: 15px;
}
	.bread-crumb {
    display: inline-block;
}
	.customradio {
    width: 100%;
}
	.omcalculator .customradio label {
	    
	    margin-right: 0 !important;
	   
	}
	
	.trysubmit button 
	{
	    margin-right: 20px;
	    width: 292px;
	}
	
	
}
@media only screen and (max-width : 601px) 
{ 

	.invesamt {
    margin-top: 20px;
    
}
.invesamt label.btn-primary 
{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 0 !important;
}
.invespay label.btn-primary 
{
		
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 0 !important;
}
.ompaybtn button
{
	width: 100% !important;
	margin-bottom: 10px;
}
	.trysubmit button 
	{
	    width: 240px;
	}
	
	.saving_option ul li span 
	{
		line-height: 53px;

	}
	.saving_option ul li span:nth-child(2) {
    float: none;
    width: 245px;
    
}
}
@media only screen and (max-width : 500px) 

{ 


  .nomobilepadding 
  {
    padding: 0 !important;
  }
  .inlinelist li 
  {
    width: 100%;
  }
  .om_icon_label {
    display: list-item;
    
    margin-top: 25px;
}
.om_icon {
    display: inline-block;
    float: left;
    
}
  #accordion > h2 {
    margin-top: 17px;
}
  .container 
  {
     display: inline-block;
     width: 100%;
  }
	.customradio {
    height: 65px;
}
.customradio label.btn-primary {
    background-color: rgb(110, 171, 36);
    color: rgb(255, 255, 255);
    display: table;
    height: 60px;
    letter-spacing: 0;
    line-height: 14px;
   
}

.invespay label.btn-primary:nth-child(2) {
    line-height: 14px;
}
.invesrisk label.btn-primary:nth-child(2) {
    line-height: 14px;
}

	.infobuttons button ,.infobuttons a
	{
		width: 45%;
	}
  .activebtn button {
    width: 100%;
}
	.infobuttons button:nth-child(2) ,.infobuttons a:nth-child(2)
	{
		margin-right: 0;
	}
	
	
	.bread-crumb 
	{
		display: inline-block !important;
		border: none;
		height: auto;
	}
	.bread-crumb  .bread-crumb-arrow 
	{
		display: none;
	}
	
	.banner-bg .banner .item 
	{
    	background-position: 0 0;
    	height: 85px;
    	margin-bottom: 0;
	}
	.saving_option_icon 
	{
	    height: 58px;
	    width: 63px;
	    float: left;
	}
	.saving_option ul li span 
	{
    	font-size: 20px;
    	float: left;
      line-height: 30px;
    	
	}
	.saving_option ul li span:nth-child(2) {
    float: none;
    width: 200px;
}
	.saving_option ul li 
	{
   		height: auto;
   		float: left;
   		margin-bottom: 10px;
    	
    }
	.mediaplayer iframe 
	{
		width: 100%;
	}
	.trysubmit button 
	{
	    margin-right: 5px;
	    width: 160px;
	}
	.chattous 
	{
    	margin-top: 20px;
	}
	.chattous > img 
	{
    	height: auto;
    	width: 100%;
	}
	
	.accord #accordion 
	{
    	border: 1px solid rgb(110, 171, 36);
    	padding: 0 16px;
	}
	.accord .panel-title a span.arrow 
	{
    	bottom: 0;
    	left: 0;
    	position: relative;
    }
  .theform .panel-title a span.arrow {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: relative;
    top: 12px;
}
	.accord .panel-title > a 
	{
    	font-size: 22px;
    	width: 100%;
	}
  .theform .form-group {
    
    margin-bottom: 15px;
    
}
    .values ul li p 
    {
    	font-size: 20px;
    }
    
	footer div p 
	{
    	color: rgb(0, 97, 80);
    	margin: 0 auto 10px;
    	width: 200px;
	}
}
@media only screen and (max-width : 370px) 
{
  .customradio label.btn-primary { height: 76px; }
	.omcalculator {
    margin-bottom: 20px;
}
	.saving_option ul li span 
	{
		line-height: inherit;

	}
	.saving_option ul li span:nth-child(2) {
    float: none;
    width: 195px;

 }

}
@media only screen and (max-width : 340px) 

{
	.trysubmit button 
	{
	    width: 140px;
	}
	
}