* {
margin : 0;
padding : 0;
}
@import url(https://fonts.googleapis.com/css?family=Lato);

body {
    font-family:'Lato','Helvetica Neue',Helvetica,Tahoma,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.navbar-brand > img {
display : block;
max-width : 100%;
margin-top : 25px;
}
.no-margin {
margin : 0;
padding : 0;
}
.header-section {
width : 100%;
background : #fff;
}
#logo{
	float:left;
	width:auto;
}
#logo ul li{
	list-style:none;
	margin:0px 0px;
	padding:25px 0px;
	text-decoration:none;
	width:100%;
	float:left;
}



/* slider section */

.slider-section{
	width:100%;
	height:auto;
	padding:0px 0px 0px 0px;
	background:url(../images/back-bg-2.jpg) top left no-repeat;
	background-size:cover;
	min-height:500px;
/*     background: #3db2e1;
    background: -webkit-linear-gradient(#3db2e1, #ece8d9); 
    background: -o-linear-gradient(#3db2e1, #ece8d9);
    background: -moz-linear-gradient(#3db2e1, #ece8d9); 
    background: linear-gradient(#3db2e1, #ece8d9);  */
}
.slider-section img{
	width:100%;
}
.slider-section .gift {
	width:12%;
	float:left;
}
.slider-section .gift-content {
	width:88%;
	float:left;
}
.slider-section .gift img{
	width:40px !important;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.sl-box {
    width: 100%;
    padding: 15px;
	position:relative;
}
.sl-box h3{
	font-size:18px;
	margin:0px;
	padding:10px 0px;
	color: rgb(181, 183, 185);
	font-weight:600;
}
.sl-box p{
	font-size:14px;
	margin:0px;
	padding:0px 40px;
	color: #b5b7b9;
}

.sl-box img{
	width:100%;
}

.premium, .term{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}

.premium .triangle-right {
   position: absolute;
    bottom: -100px;
    border-top: 40px solid #ECF7FC;
    border-right: 75px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 75px solid transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 42%;
    height: 0;
}
.term .triangle-right {
   position: absolute;
    bottom: -100px;
    border-top: 40px solid #fff;
    border-right: 75px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 75px solid transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 42%;
    height: 0;
}

.sl-box .triangle-right {
   position: absolute;
    bottom: -100px;
    border-top: 40px solid #222A34;
    border-right: 75px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 75px solid transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 42%;
    height: 0;
}



.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100px;
}

#policy{
	width:100%;
	height:auto;
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
	position:relative;
	background:rgba(34,42,52,1);
}

/* end slider section */


#services{
	width:100%;
	height:auto;
	padding:20px 0px 20px 0px;
	background: rgba(236,247,252,1);
}

#services h3 {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 30px;
    text-align: inherit;
	font-family: 'Lato', sans-serif;
	opacity: .8;
	color:#134E8F;
}
#services p {
    opacity: .8;
    font-size: 16px;
    line-height: 24px;
}



#about{
	width:100%;
	height:auto;
	padding:20px 0px 20px 0px;
	background: #eef0f2;
}
.section-title {
    display: inline-block;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 0 5px;
}

.client {
    /* border: 1px solid #ddd; */
    padding: 10px 10px;
    width: 100%;
	float:left;
    min-height: auto;
    margin-bottom: 5px;
}
.client img {
    vertical-align: middle;
    padding: 3px 5px;
	/* 	opacity: 0.4; */
}
/* .client img:hover{
	    opacity: inherit;
} */

.img-margin{
	margin-top:80px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 10px;
}
.form-group {
    margin-bottom: 8px;
}
.sbmt-btn{
    width: 150px;
    padding: 12px 15px;
    background: #617798;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
	border:0px;
}
textarea.form-control {
    height: 120px;
}

hr{
	margin:0px;
    border-top: 1px solid #E1E1E1;
}


#indent{
	width:100%;
	height:auto;
	padding: 20px 0px 20px 0px;
	/* background: #ece8d9; */
	background: #fff;
}

.field-content a {
    display: block;
	padding:10px;
    min-height: 100px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#ece8d9;
	border-right: 2px solid #80C6DE;
    overflow: hidden;
    position: relative;
}
.indent {
    padding:10px 0px 10px;
    display: inline-block;
    width: 100%;
}
figure {
    margin-bottom: 7px;
}
.indent h5 {
    color: #333;
    margin: 0;
	text-align:center;
	font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

#term{
	width:100%;
	height:auto;
	padding:20px 0px 20px 0px;
	background: #fff;
}
#term h3 {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 30px;
    text-align: inherit;
	font-family: 'Lato', sans-serif;
	opacity: .8;
	color:#134E8F;
}
#term p {
    opacity: .8;
    font-size: 16px;
    line-height: 24px;
}

.buy_link {
    display: inline-block;
    background: rgb(253, 119, 47);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-right: 0px;
    margin-top: 25px;
    position: relative;
    width: 100%;
    padding: 20px 22px 20px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
.buy_link_button {
    display: inline-block;
    background: rgb(253, 119, 47);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-right: 0px;
    /* margin-top: 55px; */
    position: relative;
    width:220px;
    padding: 20px 22px 20px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
/* .buy_link:before {
    position: absolute;
    content: ' ';
    right: 0;
    top: 0;
    height: 100%;
    width: 77px;
    background: #e5e2d4 url(../images/buy_link.gif) 50% 50% no-repeat;
} */

.buy_link:hover {
    color: #a29d88;
    background: #e5e2d4 !important;
}


.mod-menu {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 20px;
    min-height:180px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.lft-menu {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 20px;
    min-height:180px;
	border-bottom: 1px solid #ddd;
}

#term .mod-menu h3, #term .lft-menu h3{
	font-size: 18px;
    margin: 10px 0px;
	font-family: Source Sans Pro;
    line-height: 22px;
	color: #1c3f94;
}

.nopadding{
	margin:0px;
	padding:0px;
}
.mod-menu h3 i, .lft-menu h3 i{
	font-size:56px;
	color:green;
}

/* circle */
.heading{
	 font-size:26px;
    color: #134E8F;
    padding-bottom: 8px;
    font-family: "Open Sans",sans-serif;
    display: block;
    padding-top: 0px;
    font-weight: 900;
}
.care p{
	color: #9498ab;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.form {
    position: relative;
}

.call-to-action-thanks {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba( 253, 253, 253, 0.85 );
    top: 0;
    left: 0;
    font-size: 16px;
    color: #2C3459;
    font-weight: 300;
    z-index: 300;
    display: none;
}

.call-to-action-thanks .call-to-action-thanks-content {
    margin: 12px 0 0 0;
    line-height: 1.6em;
    text-align: center;
    width: 437px;
}

.call-to-action-thanks .call-to-action-thanks-content .call-to-action-thanks-close {
    text-decoration: underline; 
    cursor: pointer;
}

.call-to-action-thanks-close:hover {
    text-decoration: none; 
}

.form input[type="text"], .form textarea {
    border: 0;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 16px;
    font-size: 14px;
    height: 47px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 200px;
    margin-right: 10px;
    outline: none;
	margin-bottom:6px;
}

.button.button-navy-blue:hover, .button.button-white:hover {
    background: #2C3459;
    color: #fff !important;
    border: 1px solid #2C3459;
}
.button.button-navy-blue {
    border: 1px solid #2C3459;
    color: #2C3459;
    background: #fdfdfd;
    border: 1px solid #2C3459;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 25px;
    height: 49px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none;
    text-decoration: none;
    vertical-align: top;
}




/* TermInsurance */

#sbmt-form{
	width:100%;
	height:auto;
	position:relative;
    background:#fff;
	padding: 5px 0px 20px 0px;
	background-size:cover;
	    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.step {
    margin: 0 0 0;
    position: relative;
    width: 100%;
	padding:10px 0px;
}

.details {
    margin: 0 0 0;
    position: relative;
    width: 100%;
	padding: 0px 20px;
	margin:10px 0px;
	/* border-bottom:1px solid #5173AB; */
}

.step h3{
    font-family: "SUN7", Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #878787;
    cursor: pointer;
	font-weight:bold;
	margin:0px;
}
.step h3 span{
    font-size: 26px;
}

.help-inline{
    color: #878787;
    margin-bottom: 10px;
    font-size:15px;
	font-weight:bold;
}

.selectmenu {
    background: #fff;
    border: 3px solid #5173AB;
    border-radius: 0 0 0 0;
    padding: 8px 10px;
    width: 305px;
    margin: 0px 0px;
	font-size: 16px;
    color: #134E8F;
    border-radius: 5px;
}


.textinput{
    border:3px solid #5173AB;
    padding: 8px 10px;
    width: 100%;
    font-size: 16px;
    color: #134E8F;
	border-radius: 5px;
	float:left;
}

.input-group .form-control{
    /* border: 2px solid #5173AB; */ 
    border: 2px solid #ccc; 
    padding: 4px 10px 0px 15px;
    width:100%;
    font-size:16px;
    color: #134E8F;
	border-radius: 5px;
	background:#fff;
}

.custom-radio {
    position: relative;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
   /*  border: 1px solid #ccc; */
	border: 2px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-addon {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
}
.cover .table>tbody>tr>td{
	padding: 5px;
    line-height: 1.42857143;
    float: left;
    vertical-align: middle;
    border: 0px;;
}
.cover td:nth-child(1){
	width:40%;
}
/* .cover td:nth-child(2){
	width:25%;
} */


.custom-checkbox label.checked {
    background-position: 45px -89px;
}

.custom-checkbox label {
    background-position: 45px 0;
    margin: 0;
    max-height: 35px;
    padding-left: 5px;
}
.custom-checkbox label.checked {
    background-position: 0px -82px;
}
.customCheckbox label {
    padding-left: 35px;
    margin: 0;
    min-height: 15px;
}
.custom-checkbox label, div.disabled-custom-checkbox label.hover, div.disabled-custom-checkbox label.focus {
    background-position: 0 0;
}
.custom-checkbox label, .custom-radio label, div.disabled-custom-radio label {
    background-position: -10px -14px;
}
.custom-checkbox label {
    background: url(../images/checkbox.png) no-repeat;
	background-position: 0px 7px;
}
.custom-checkbox label, .custom-radio label {
   display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 1em;
    line-height: 1;
    padding: 15px 0 .7em 33px;
    margin: 0 0 .3em;
    cursor: pointer;
    margin-right: 10px;
    max-height: 40px;
	margin-left: -22px;
}
.emailcheck {
    width: 68px;
    margin: 3px 9px;
}


.custom-checkbox.invalidInput {
    position: relative;
    width: 75px;
    float: left;
	margin-left:0px;
}
.custom-checkbox.validInput {
    position: relative;
    width: 95px;
    float: left;
	margin-left: 8px;
	border: 1px solid lightgrey;
}

.btn-primary {
    border-radius:3px;
}
.btn-default {
   border-radius:3px;
}
.btn {
    margin-right: 20px;
}

.background {
    background-color: #eee;
	margin-top: 20px;
    padding: 30px;
	float:left;
}

.divborder {
    border: 1px solid #eee;
    float: left;
    width: 100%;
}

li.form-li {
    height: 70px;
    padding: 30px 0 0 10px;
    font-size: 16px;
}




.annual-value h3>span.min-val {
    font-size: 12px;
    color: #000;
    font-weight: 700;
}
.annual-value h3>span.typ-val {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}





.nav-tabs {
    border-bottom: 2px solid #BFC3C7;
}

.wizard {
    margin: 20px auto;
	/* background: dimgrey; */
   /* background: #E5E5E5; */
}

.quote {
    margin: 0px auto;
	float:left;
	padding-bottom: 0px;
	/* background: rgba(229, 229, 229, 0.7); */
   /* background: #E5E5E5; */
    border: 1px solid #E5E5E5;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #fff;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #fff;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    /* width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px; */
	    width: 250px;
    height: 60px;
    line-height: 54px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    /* border: 2px solid #e0e0e0; */
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    /* background: #fff;
    border: 2px solid #5bc0de; */
	background: #134E8F;
   /*  border: 2px solid #5bc0de; */
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    /* border: 2px solid #333; */
}

.wizard .nav-tabs > li {
    /* width: 33%; */
	    width: 21%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: lightgrey;
}

.wizard .nav-tabs > li a {
   /*  width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0; */
	    width: 250px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto!important;
		float:left;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
	#sbmt-form {
    height: 650px !important;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* end TermInsurance */



/* submitform */

h1.results-tab-header {
    font-size: 16px;
    letter-spacing: 3px;
    color: #33444f;
	margin:0px;
	padding:10px;
}
h1.results-tab-header span {
    font-weight: 700;
}

.edit {
    color: #fff;
    background: #FF7B5E;
	font-weight:bold;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    letter-spacing: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 9px 7px;
	display: inline-block;
	margin-bottom:5px;
}

.upsellBoxOuter h3 {
    padding-top: 15px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.upsellBoxOuter h3 strong {
    color: #333;
    font-size: 16px;
    font-family: "SUN3",Arial,Helvetica,sans-serif;
}

.goto {
    background-color:#FF7B5E;
    border-radius: 3px;
    box-shadow: none;
    color: white;
    font-weight: bold;
    margin: 22px 0px 0px 0px;
    padding: 10px;
    width: 150px;
	text-align:center;
}
.goto a {
    color: #fff;
}

.logoarea{
	width:100%;
	background:#fff;
	position:relative;
	margin-top: 20px;
	margin-bottom: 0px;
}

.logoarea tr th{
	background: #95A5A6;
	color:#fff;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 7px 5px;
}




.more {
    color: #FF7B5E;
    padding: 5px 10px 5px 10px;
    height: 25px;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
	font-weight: bold;
}


.logoarea tr th i{
	font-size:18px;
	color: #444;
}
.logoarea tr td .ch{
	font-size:28px;
	color:#134E8F !important;
}

.logoarea tr:nth-child(2) td{
	font-size:12px;
}

.logoarea tr td:nth-child(1), .logoarea tr td:nth-child(2){
	width:10%;
} 
.logoarea tr td:nth-child(3), .logoarea tr td:nth-child(4), .logoarea tr td:nth-child(5), .logoarea tr td:nth-child(6){
	width:15%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    vertical-align: middle;
}

.sortvalue{
	font-size:22px;
	color:#FF7B5E !important;
	font-weight:bold;
	margin: 5px 0px;
}

.hovershow{
	display:none;
}

.show-on-hover:hover > .hovershow {
    display: block;
	position:absolute;
	background:#DAE6EE;
	color:#333; 
    padding:10px 10px;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
	width:250px;
	border-radius:5px;
	    z-index: 11;
}
.show-on-hover:hover > .hovershow span{
    font-weight:100;
}

.selectitem {
    background: #fff;
    border: 1px solid #5173AB;
    border-radius: 0 0 0 0;
    padding: 8px 10px;
    width: 175px;
    margin: 0px 0px;
    font-size: 14px;
    color: #134E8F;
    border-radius: 5px;
}




.pc-summary ul li {
    font-weight: 700;
    text-transform: uppercase;
    color: #475e6e;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    min-width: 170px;
    padding-left: 15px;
}
.pc-summary ul li span {
    font-weight: 400;
    text-transform: none;
}


/* tab */

.menu .accordion-heading {  position: relative; }
.menu .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px; 
}
.menu .area { border-left: 4px solid #f38787; }
.menu .equipamento { border-left: 4px solid #65c465; }
.menu .ponto { border-left: 4px solid #98b3fa; }
.menu .collapse.in { overflow: visible; }

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #fff !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 5px 0; }
.tab-content{padding:0px;    border-bottom: 1px solid lightgrey;}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 0px; }


/* end tab */
/* end submitform */

.footerlink {
    float: none;
    padding-bottom: 0px;
    padding-top: 0px;
}
.footerlink > ul {
    width: 100%;
    padding-left: 0;
}
.footerlink li {
    color: #AAAAAA;
    float: left;
	list-style:none
}
.footerlink ul li a {
    color: dimgray;
    float: left;
    margin-right: 14px;
    font-size: 12px;
    font-family: 'lato', sans-serif;
}



#toTop {
position : fixed;
bottom : 25px;
right : 10px;
cursor : pointer;
display : none;
}
.top-botton {
background : red;
padding : 5px 10px;
color : #fff;
}
#footer {
width : 100%;
background :#fff;
color : #929292;
margin : 0 auto;
padding : 20px 0;
float:left;

}
/* checkbox css */


.checkbox {
    padding-left: 35px; }
	
	
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
/* .checkbox input[type="checkbox"] {
    opacity: 0; } */
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }


/* checkbox css */




@media (max-width:480px){
	.quote-box {
    width: 100% !important;
	}
	.product-dtl2 {
    width: 100% !important;
	}
	.product-dtl {
    width: 100% !important;
	}
	.selectitem {
    width: 100% !important;
	}
	.pull-right.mrg-right {
    width: 100%;
    text-align: -webkit-left;
    }
	.short {
    padding:0 0px !important;
	}
	.chart {
    display: none;
    }
	.nav-tabs>li {
    width: 100%;
    }
	
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
	.quote-box {
    width: 100% !important;
	}
	.product-dtl2 {
    width: 142px !important;
	}
	.product-dtl {
    width: 156px !important;
	}
	.selectitem {
    width: 100% !important;
	}
	.pull-right.mrg-right {
    width: 100%;
    text-align: -webkit-left;
    }
	.short {
    padding:0 0px !important;
	}
	
	
}

.process .triangle-right {
    position: absolute;
    top: 0px;
    right: -25px;
    border-top: 33px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 30px solid #134E8F;
    display: block;
    width: 0;
    height: 0;
	    z-index: 999;
}
.process .triangle-left {
     position: absolute;
    top: 0px;
    right: -25px;
    border-top: 33px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 30px solid lightgrey;
    display: block;
    width: 0;
    height: 0;
	z-index:999;
}
label {
    display: -webkit-inline-box;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #A2A2A2;
}
.table-responsive {
    min-height: 0%;
    overflow-x: initial;
}
.form input[type="number"]{
    border: 1px solid #ccc;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 16px;
    font-size: 14px;
    height: 47px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 200px;
    margin-right: 10px;
    outline: none;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
    right: 45px;
}
.has-feedback .form-control {
    padding-right: 0px; 
}
.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.stepwizard-step p {
    margin-top: 5px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
	    margin-bottom: 30px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
input.form-input {
    width: 200px;
    padding: 8px;
    background-color: #fff;
    border: 0;
}

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
 /*    border-radius: 3px;
    border: 1px solid #D1D3D4; */
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 4.25em;
    /* margin-top: 2em; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color:#fff;
    background-color:rgb(253, 119, 47);
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

select.health-gender {
    border: 1px solid lightgrey;
    font-size: 14px;
    padding: 8px;
    width: auto;
    position: absolute;
    height: 35px;
    outline: none;
    top: 0px;
    right: 0px;
   /*  background: #D1D3D4; */
}

.features_table h1{
    font-size:25px !important;
	
}
li{
    list-style:none;
    }    
.features-table li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #d3d3d3;
    color: #757575;
    font-size: 14px;
    padding: 12px 24px;
	    border-left: 2px solid #d3d3d3;
}
/* .features-table li:hover{
	background:  #e5a253;
	cursor:pointer;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} */
.features-table-free li, .features-table-paid li {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 2px solid #d4d4d4;
	text-align:center;
    padding: 11px 21px;
	cursor:pointer;
}
.features-table-free h1, .features-table-paid h1 {
    text-align: center;
}
/* .features-table-free li:hover, .features-table-paid li:hover {
    background: #dedede none repeat scroll 0 0;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} */
.features_table h1 {
    font-size: 23px !important;
}
.features-table h1, .features-table-free h1, .features-table-paid h1 {
    background: #d3d3d3 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 19px 21px;
    text-transform: uppercase;
}
.features-table h1 {
    border-top-left-radius: 20px;
	text-align:center;
}
.features-table-paid h1 {
    border-top-right-radius: 20px;
}
.features-table-free li {
    border-right: 2px solid #d4d4d4;
}
.features-table-paid li {
    border-right: 2px solid #d4d4d4;
}

.fa.fa-check {
    color: #2cc14f;
}
.fa.fa-times {
    color: #BA5340;
}
.fa{
	font-size:30px;
}
.no-padding{
	padding:0;
}
ul{
	padding:0;
}

body {
  counter-reset: section;                   /* Set the section counter to 0 */
}
.features-table li::before {
  counter-increment: section;               /* Increment the section counter*/
  content: "" counter(section) ": "; /* Display the counter */
}
.child-header {
    background: rgba(255, 116, 44, 0.41);
    padding: 10px;
    margin-bottom: 10px;
}
.header {
    background: #134E8F;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.lable {
    font-weight: bold;
}