/*----------- Reset css start here ------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  list-style: none; }

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: 'VAGRoundedStdLight'; }

body {
  height: 100%;
  font-size: inherit;
  line-height: normal;
  font-family: 'VAGRoundedStdLight'; }

/*a { text-decoration: none;  outline:none;transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out }
*/
a, a:hover, a:focus {
  text-decoration: none;
  outline: none; }

a.selected {
  cursor: default; }

a:hover.selected {
  text-decoration: none; }

img {
  border: none; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

table, table tr td, table tr th {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after, .clearfix:before {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.clear {
  font-size: 1%;
  height: 0;
  width: 0;
  float: none;
  clear: both; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, section, summary, mark {
  float: left;
  width: 100%;
  clear: both; }

input {
  outline: none; }

::-webkit-input-placeholder {
  color: #333333; }

::-moz-placeholder {
  color: #333333; }

:-ms-input-placeholder {
  color: #333333; }

:-moz-placeholder {
  color: #333333; }

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer; }

input::-ms-clear {
  display: none; }

input[type="number"], input[type="tel"], input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0; }

h3 {
  font-family: 'VAGRoundedStdLight';
  font-weight: 300; }

/*----------- Reset css end here ------------------*/
.mt-30 {
  margin-top: 30px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.padl-0 {
  padding-left: 0; }

.padr-0 {
  padding-right: 0; }

.mob, .prev-btn {
  display: none; }

.logo-container {
  background-color: #faa61a;
  height: 70px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ed2324; }
  .logo-container .logo {
    padding: 15px 0;
    float: left; }
  .logo-container .prev-btn {
    position: absolute;
    left: 10px;
    top: 18px; }

.page-title {
  margin-top: 70px;
  padding: 0; }
  .page-title p {
    font-size: 20px;
    color: #606060;
    margin-bottom: 15px; }

.content-border {
  box-shadow: 0px 0px 1px 2px #ededed; }

section .container .content-container {
  display: flex;
  align-items: flex-start;
  padding: 50px 30px 50px 0; }

.spotlight-container img {
  margin: 0 auto; }

.number {
  width: 20px;
  float: left;
  font-size: 20px;
  line-height: 28px;
  color: #faa61b;
  margin-left: -40px; }

.sr-no {
  margin-top: 50px;
  position: relative; }
  .sr-no:first-child {
    margin-top: 0; }
  .sr-no:before {
    content: "";
    background-color: #898989;
    border: solid 1px #b1b4b6;
    width: 4px;
    height: 35px;
    position: absolute;
    top: -5px;
    left: -12px; }

.form-col {
  position: relative;
  width: 100%;
  font-family: 'VAGRoundedStdLight';
  font-weight: 300; }
  .form-col label {
    color: #004ca8;
    font-size: 20px;
    display: block;
    font-family: 'VAGRoundedStdLight';
    font-weight: 300; }
  .form-col span {
    color: #004ca8;
    font-size: 18px;
    margin: 0 5px 0 0; }
  .form-col span.detail {
    color: #606060;
    margin: 0; }

input[type="number"], input[type="tel"], input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0; }

input[type="time"] {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'VAGRoundedStdLight';
  font-weight: 300; }

input[type="text"] {
  font-size: 18px;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-family: 'VAGRoundedStdLight';
  font-weight: 300; }

input[type="number"], input[type="tel"], input[type="email"] {
  font-size: 18px;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-family: 'VAGRoundedStdLight';
  font-weight: 300; }

input::placeholder {
  color: #b1b4b6; }

input[type="tel"] {
  padding-left: 35px; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b1b4b6; }

.form-col select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background: #fff url(../images/drop-down.png) no-repeat scroll 96% center;
  border-bottom: solid 1px #cccccc;
  padding: 5px 5px 5px 0;
  width: 100%;
  max-width: 340px;
  height: 40px;
  font-family: 'VAGRoundedStdLight';
  font-size: 18px;
  font-weight: 300;
  color: #b1b4b6; }

.form-col > select:focus {
  outline: none; }

.form-col select::-ms-expand {
  display: none; }

/* for IE */
.select_opts {
  background-color: #FFF;
  border: 1px solid #ccc; }

.option_title, .option {
  padding: 12px 20px;
  border-bottom: 1px solid #ccc;
  font-family: 'VAGRoundedStdLight';
  font-size: 14px;
  font-weight: 300; }

.option_title {
  padding-right: 30px;
  background-color: #FFF;
  padding-left: 0px; }

.option {
  border-bottom: 1px solid #ccc; }

.option.current, .option:hover {
  color: #FFF;
  background-color: #faa61a; }

.option_title::selection {
  background-color: transparent; }

.option_title::-moz-selection {
  background-color: transparent; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  font-weight: bold; }

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px; }

.styledSelect:active, .styledSelect.active {
  background-color: #eee; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px; }

.options li:hover {
  background-color: #39f;
  color: white; }

ul.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc; }

.select-options li {
  color: #b1b4b6;
  font-size: 18px;
  margin: 0;
  padding: 12px 20px !important;
  border-top: 1px solid #ccc;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100% !important;
  list-style: none !important;
  margin: 0 !important; }

.select-options li:hover {
  color: #fff;
  background: #faa61a; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: 'VAGRoundedStdLight'; }

.select-styled {
  color: #b1b4b6;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 0px;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.select-styled:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/drop-down.png") no-repeat scroll 96% center; }

.effect-1 {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc; }

.effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #034ea2;
  transition: 0.4s; }

.effect-1:focus ~ abbr {
  color: #333; }

.effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s; }

.form-col.checkbox-error .effect-1 {
  border-bottom: 1px solid red; }

.form-col.checkbox-error .effect-1:focus ~ .focus-border {
  background-color: red; }

.copy-words {
  font-size: 13px;
  margin-top: 5px;
  color: #bababa; }

.error {
  display: none;
  color: #faa61a;
  font-size: 13px;
  margin-top: 5px; }

.radiobtn-clr > input:checked + label:after {
  background-color: #faa61a; }

.radiobtn-clr > input:checked + label > span {
  color: #004ca8;
  margin-left: 0; }

.radiobtn-clr.newradio > input:checked + label > span {
  color: #004ca8 !important;
  margin-left: 0; }

.check-box {
  display: inline-block; }
  .check-box input {
    visibility: hidden;
    position: absolute; }
  .check-box label {
    position: relative;
    cursor: pointer;
    padding-right: 55px;
    margin-bottom: 0px; }
    .check-box label:before {
      content: "";
      background-color: #FFF;
      width: 22px;
      height: 22px;
      position: absolute;
      top: 2px;
      left: 35px;
      z-index: 1;
      border: 1px solid #b4b7b9; }
    .check-box label:after {
      content: "";
      width: 20px;
      height: 22px;
      position: absolute;
      background-image: url(../images/check-box-img.png);
      background-position: center;
      background-repeat: no-repeat;
      top: 2px;
      left: 36px;
      z-index: 1;
      opacity: 0; }
    .check-box label span {
      color: #0049ab;
      font-size: 20px;
      font-family: 'VAGRoundedStdLight';
      font-weight: 300; }

.check-box > label:before, .check-box > label:after {
  top: 0; }

.check-box > input:checked + label:after {
  opacity: 1; }

.compare-copy p {
  font-size: 20px;
  color: #606060; }
.compare-copy span {
  font-size: 25px;
  color: #faa619; }

.plan-1 {
  background-color: #ecf0f1;
  padding: 30px 60px; }
  .plan-1 p {
    font-size: 26px;
    color: #0049ab;
    padding-bottom: 10px;
    border-bottom: 1px solid #b2b3b7; }
  .plan-1 span {
    font-size: 22px;
    color: #606060; }

.btn {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  cursor: default;
  text-align: center; }
  .btn:active {
    box-shadow: none; }
  .btn button {
    font-family: 'Geometos';
    font-size: 20px;
    color: #ffffff;
    padding: 12px 50px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 45px;
    position: relative;
    background-color: #ee2419;
    border-radius: 5px; }
    .btn button:hover {
      background-color: #faa61a; }

.btn.range-btn {
  display: inline-block;
  justify-content: space-around;
  text-align: left;
  margin-left: 0; }

.blue button {
  background-color: #004ca8; }
  .blue button:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    border: 2px solid #ffffff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 35px; }
  .blue button:hover {
    background-color: #faa61a; }

.note {
  font-size: 12px;
  color: #606060;
  margin: 10px 0;
  text-align: left; }

.final-cal {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px; }

.total-amt-cal {
  font-size: 20px;
  color: #606060;
  width: 90%;
  float: right; }
  .total-amt-cal p {
    text-align: left;
    margin-bottom: 40px; }
  .total-amt-cal table {
    width: 100%; }
    .total-amt-cal table tr:first-child {
      margin-top: 30px; }
    .total-amt-cal table tr td:first-child {
      width: 60%;
      text-align: left; }
    .total-amt-cal table tr td:nth-child(2) {
      width: 40%;
      text-align: right; }

#childDetailTwo, #childSavingTwo, #childDetailThree, #childSavingThree, #childDetailFour, #childSavingFour {
  display: none; }

#myform {
  text-align: center;
  padding: 5px;
  display: inline-block; }
  #myform span {
    font-family: 'Geometos';
    color: #0a4fa5;
    font-size: 12px;
    text-transform: uppercase; }

.qty {
  width: 40px;
  height: 25px;
  text-align: center; }

input.qtyplus {
  font-family: 'VAGRoundedStdLight';
  width: 25px;
  height: 25px;
  color: #FFF;
  background-color: #1898d3;
  font-size: 18px; }

input.qtyminus {
  font-family: 'VAGRoundedStdLight';
  width: 25px;
  height: 25px;
  color: #FFF;
  background-color: #1898d3;
  font-size: 18px; }

input.qty[type="text"] {
  font-family: 'VAGRoundedStdLight';
  width: 18px;
  color: #333333; }

.form-col.child-detail label {
  display: inline-block !important;
  margin-right: 80px; }

.tabs {
  width: 100%;
  display: inline-block; }

.tab-links li {
  margin: 0px 5px;
  float: left;
  list-style: none;
  font-family: 'VAGRoundedStdLight';
  padding: 5px 50px 0 50px; }
  .tab-links li a {
    font-family: 'VAGRoundedStdLight';
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    font-size: 20px;
    color: #b2b3b7;
    transition: all linear 0.15s; }

li.active a, li.active a:hover {
  background: #fff;
  color: #0d50a0;
  border-bottom: 2px solid #0d50a0; }

/*----- Content of Tabs -----*/
.tab-content {
  padding: 0 15px;
  border-radius: 3px;
  background: #fff; }

.tab {
  display: none; }

.tab.active {
  display: block; }

#last-button {
  display: none; }

#childInsurance {
  display: none; }

@media all and (max-width: 992px) {
  .form-col.child-detail label {
    margin-right: 20px; }

  .form-col select > option {
    width: 340px; } }
.desk-botom {
  margin-bottom: 30px;
  margin-top: 20px; }
  .desk-botom .desktop-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

/*02-07-2018 kk*/
#child-2 {
  display: none; }

#child-3 {
  display: none; }

#child-4 {
  display: none; }

/*02-07-2018 kk*/
@media all and (max-width: 767px) {
  #last-button {
    display: block; }

  .mr-20 {
    margin-right: 20px; }

  .mb-20 {
    margin-bottom: 20px; }

  .padl-0 {
    padding-left: 15px; }

  .padr-0 {
    padding-right: 15px; }

  #childDetailOneBtn, #childSavingOneBack, #childSavingOnetBtn, #title, #childInsurance {
    display: none; }

  .content-border {
    box-shadow: none; }

  .mob {
    display: block; }

  .mob-none {
    display: none !important; }

  .text-left {
    text-align: left !important; }

  section .container .content-container {
    display: block;
    padding: 0; }

  .spotlight-container {
    background: url(../images/bg-spotlight.png) no-repeat center center;
    background-size: 100% 100%;
    height: 320px;
    text-align: center;
    position: relative; }
    .spotlight-container img {
      margin: 30px auto 0 auto; }

  .page-title {
    margin-top: 30px; }
    .page-title p {
      padding: 0 15px;
      margin: 10px;
      font-size: 18px; }

  /*.logo-container{
      .logo { float: none;}
  } */
  .final-cal {
    display: block;
    padding-bottom: 30px; }

  .padlr-0 {
    padding-left: 15px;
    padding-right: 15px; }

  .total-amt-cal {
    width: 100%;
    margin-top: 30px;
    font-size: 18px; }
    .total-amt-cal p {
      margin-bottom: 20px; }
    .total-amt-cal table {
      width: 100%;
      margin: 0 auto; }

  .form-col.child-detail {
    padding-left: 30px;
    margin-top: 40px; }
    .form-col.child-detail label {
      margin-right: 10px; }

  .sr-no {
    padding-left: 30px;
    margin-top: 35px; }
    .sr-no:first-child {
      margin-top: 50px; }
    .sr-no:before {
      left: 17px;
      width: 3px;
      height: 30px;
      top: -2px; }

  .form-col label {
    font-size: 18px; }

  input[type="text"] {
    font-size: 16px; }

  .check-box label span {
    font-size: 16px; }

  .btn.range-btn {
    text-align: center; }

  .btn button {
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 40px;
    max-width: 120px;
    width: 100%; }

  .blue button:before {
    display: none; }

  .compare-copy p {
    font-size: 18px; }
  .compare-copy span {
    font-size: 20px; }

  .plan-1 {
    padding: 20px; }
    .plan-1 p {
      font-size: 20px; }
    .plan-1 span {
      font-size: 16px; }

  .note {
    text-align: center;
    margin: 30px 15px 10px 15px; }

  #myform span {
    font-size: 10px; }

  input.qtyplus {
    font-size: 16px; }

  input.qtyminus {
    font-size: 16px; }

  .tab-links li {
    padding: 5px 10px 0 0; }
    .tab-links li a {
      font-size: 18px; }

  #last-button {
    padding-bottom: 20px; }

  .select-options li, .select-styled {
    font-size: 16px; } }
