@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.min.css);
/* Font Family */
@font-face {
  src: url(../../assets/fonts/OpenSans-Bold.ttf);
  font-family: OpenSans-Bold; }

@font-face {
  src: url(../../assets/fonts/OpenSans-BoldItalic.ttf);
  font-family: OpenSans-BoldItalic; }

@font-face {
  src: url(../../assets/fonts/OpenSans-ExtraBold.ttf);
  font-family: OpenSans-ExtraBold; }

@font-face {
  src: url(../../assets/fonts/OpenSans-ExtraBoldItalic.ttf);
  font-family: OpenSans-ExtraBoldItalic; }

@font-face {
  src: url(../../assets/fonts/OpenSans-Italic.ttf);
  font-family: OpenSans-Italic; }

@font-face {
  src: url(../../assets/fonts/OpenSans-Light.ttf);
  font-family: OpenSans-Light; }

@font-face {
  src: url(../../assets/fonts/OpenSans-LightItalic.ttf);
  font-family: OpenSans-LightItalic; }

@font-face {
  src: url(../../assets/fonts/OpenSans-Regular.ttf);
  font-family: OpenSans-Regular; }

@font-face {
  src: url(../../assets/fonts/OpenSans-Semibold.ttf);
  font-family: OpenSans-Semibold; }

@font-face {
  src: url(../../assets/fonts/OpenSans-SemiboldItalic.ttf);
  font-family: OpenSans-SemiboldItalic; }

@font-face {
  src: url(../../assets/fonts/Poppins-Bold.ttf);
  font-family: Poppins-Bold; }

@font-face {
  src: url(../../assets/fonts/Poppins-Light.ttf);
  font-family: Poppins-Light; }

@font-face {
  src: url(../../assets/fonts/Poppins-Medium.ttf);
  font-family: Poppins-Medium; }

@font-face {
  src: url(../../assets/fonts/Poppins-Regular.ttf);
  font-family: Poppins-Regular; }

@font-face {
  src: url(../../assets/fonts/Poppins-SemiBold.ttf);
  font-family: Poppins-SemiBold; }

@font-face {
  src: url(../../assets/fonts/Segoe-Light.ttf);
  font-family: Segoe-Light; }

@font-face {
  src: url(../../assets/fonts/Segoe-UI-Bold.ttf);
  font-family: Segoe-UI-Bold; }

@font-face {
  src: url(../../assets/fonts/Segoe-SemiBold.ttf);
  font-family: Segoe-SemiBold; }

@font-face {
  src: url(../../assets/fonts/Segoe-UI-Regular.ttf);
  font-family: Segoe-Regular; }

@font-face {
  src: url(../../assets/fonts/TT-Lakes-Medium.ttf);
  font-family: TT-Lakes-Medium; }

@font-face {
  src: url(../../assets/fonts/TT-Lakes-Bold.ttf);
  font-family: TT-Lakes-Bold; }

.container .form-group input {
  font-family: "OpenSans-Regular"; }

.errorarrow {
  color: red;
  font-size: 12px;
  font-family: "OpenSans-Regular"; }

.loginbackground {
  background-color: #0747a6; }

body.page-loader > div:not(.loader), body.page-loader > form {
  opacity: 0.1; }

/* Do not remove, this class dynamically add/remove via jquery */
.custom-readonly {
  opacity: 0.3 !important; }

.loader {
  position: Fixed;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  opacity: 1; }
  .loader p {
    font-family: "TT-Lakes-Bold";
    font-size: 25px;
    color: #00b495; }

/*home page css*/
.tfh-banner-fluid {
  background-image: url("../images/img-header-dsk.jpg");
  min-height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .tfh-banner-fluid .tfh-banner-container {
    padding: 0px; }
    .tfh-banner-fluid .tfh-banner-container h1 {
      color: #ffffff;
      font-family: "TT-Lakes-Bold";
      font-size: 58px;
      font-weight: 700;
      margin: 0px;
      padding-top: 130px; }

@media (min-width: 992px) {
  .custom-container {
    width: 796px; } }

/* Modal Pop-Up End */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c2c2c2;
  font-family: "Poppins-Light"; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c2;
  font-family: "Poppins-Light"; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c2c2c2;
  font-family: "Poppins-Light"; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c2c2c2;
  font-family: "Poppins-Light"; }

.tooltip {
  position: relative;
  display: table-cell;
  opacity: 1;
  z-index: auto; }
  .tooltip h3 {
    font-family: "OpenSans-Regular";
    font-size: 12px;
    margin: 0px;
    padding: 5px 0px 5px;
    line-height: 20px; }
  .tooltip p {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #000 !important;
    line-height: 20px;
    margin: 0px;
    padding-bottom: 5px; }

.tooltip .tooltiptext {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.01), 0 5px 13px 0px rgba(0, 0, 0, 0.22);
  visibility: hidden;
  width: 100%;
  background-color: #505050;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
  left: 0px;
  transition: opacity 0.3s;
  top: 38px;
  border-radius: 4px; }
  .tooltip .tooltiptext:after {
    display: none; }

.tooltip .tooltiptext.hover {
  visibility: visible;
  opacity: 1; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 215px auto; }
  #cover-extras-select {
    display: none; } }

@media (min-width: 320px) and (max-width: 400px) {
  .ad-continue-main .loginmain {
    padding-left: 0px;
    padding-right: 0px; }
  .ad-continue-main .loginboxbg {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px; }
  .ad-login-main .loginmain {
    padding-left: 0px;
    padding-right: 0px; }
  .ad-login-main .loginboxbg {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px; }
  .ad-signup-main .loginmain {
    padding-left: 0px;
    padding-right: 0px; }
  .ad-signup-main .loginboxbg {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px; }
  .ad-canlogin-main .loginmain {
    padding-left: 0px;
    padding-right: 0px; }
  .ad-canlogin-main .loginboxbg {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px; } }

.adrodium-result-fluid {
  background-color: #f3f3f3;
  padding: 0px; }

.adrodium-result-container {
  padding: 0px; }
  .adrodium-result-container .adrodium-result-main {
    padding: 20px 0px; }
    .adrodium-result-container .adrodium-result-main .adrodium-result-contant img {
      float: left; }
    .adrodium-result-container .adrodium-result-main .adrodium-result-contant h4 {
      color: #000;
      font-family: OpenSans-Bold;
      font-size: 19px;
      margin: 0;
      padding: 8px;
      font-weight: 700;
      padding-left: 48px; }
    .adrodium-result-container .adrodium-result-main .adrodium-dropdown {
      padding: 0px; }
      .adrodium-result-container .adrodium-result-main .adrodium-dropdown button {
        background: transparent;
        font-family: 'OpenSans-Semibold';
        padding: 4px 12px;
        box-shadow: none;
        outline: none; }
        .adrodium-result-container .adrodium-result-main .adrodium-dropdown button span {
          font-size: 18px;
          color: #000; }
      .adrodium-result-container .adrodium-result-main .adrodium-dropdown .col-md-3 {
        padding: 0px;
        text-align: right; }
        .adrodium-result-container .adrodium-result-main .adrodium-dropdown .col-md-3 .dropdown-menu > li > a {
          font-family: 'OpenSans-Regular'; }
      .adrodium-result-container .adrodium-result-main .adrodium-dropdown .col-md-3:last-child {
        padding-right: 20px; }
      .adrodium-result-container .adrodium-result-main .adrodium-dropdown .dropdown.open .dropdown-menu {
        min-width: 100%;
        position: absolute;
        z-index: 9999999; }
      .adrodium-result-container .adrodium-result-main .adrodium-dropdown button.btn-new {
        padding: 2.5px 20px;
        width: 72px;
        height: 27px;
        border-radius: 2px;
        border: 1px solid #c2c2c2;
        background-color: #eaeaea;
        background-image: linear-gradient(to bottom, #ffffff 0%, #dddfde 100%); }

/*compare page css*/
.tfh-result-fluid {
  margin-bottom: 70px; }
  .tfh-result-fluid .tfh-result-container {
    padding: 0px; }
    .tfh-result-fluid .tfh-result-container .quote-row {
      padding: 20px 0px;
      text-align: right; }
      .tfh-result-fluid .tfh-result-container .quote-row .faq {
        background-color: transparent;
        border: none;
        color: #969696;
        font-family: "TT-Lakes-Bold";
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase; }
        .tfh-result-fluid .tfh-result-container .quote-row .faq:focus {
          outline: none; }
        .tfh-result-fluid .tfh-result-container .quote-row .faq img {
          width: 14px;
          height: 14px; }
      .tfh-result-fluid .tfh-result-container .quote-row .quote-email {
        background-color: transparent;
        border: none;
        color: #969696;
        font-family: "TT-Lakes-Bold";
        font-size: 14px;
        font-weight: 700;
        line-height: 20px; }
        .tfh-result-fluid .tfh-result-container .quote-row .quote-email:focus {
          outline: none; }
        .tfh-result-fluid .tfh-result-container .quote-row .quote-email img {
          width: 22px;
          height: 16px; }
    .tfh-result-fluid .tfh-result-container .rebate-quote {
      padding: 0px; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-table {
        border: 1px solid #dcdcdc;
        background-color: #ffffff;
        margin-bottom: -1px; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .quote-title {
        color: #505050;
        font-family: "TT-Lakes-Bold";
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        vertical-align: middle;
        width: 300px;
        text-align: center; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-type {
        color: #969696;
        font-family: "OpenSans-Regular";
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
        border: none;
        padding-top: 20px;
        padding-left: 20px; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-value {
        color: #000000;
        font-family: "TT-Lakes-Bold";
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        border: none;
        padding-bottom: 20px;
        padding-left: 20px; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .change-quote {
        padding: 10px;
        text-align: center; }
        .tfh-result-fluid .tfh-result-container .rebate-quote .change-quote button {
          color: #23a864;
          font-family: "TT-Lakes-Bold";
          font-size: 18px;
          font-weight: 700;
          line-height: 22px;
          text-transform: uppercase;
          background-color: transparent;
          border: none;
          box-shadow: none;
          padding: 10px; }
          .tfh-result-fluid .tfh-result-container .rebate-quote .change-quote button:focus {
            outline: none; }
          .tfh-result-fluid .tfh-result-container .rebate-quote .change-quote button img {
            width: 17px;
            height: 17px;
            margin-left: 5px;
            margin-top: -5px; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-income, .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-payment {
        color: #969696;
        font-family: "OpenSans-Regular";
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
        border: none;
        padding: 10px;
        margin: 0px; }
      .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-dropdown button {
        color: #000000;
        font-family: "TT-Lakes-Bold";
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        border: none;
        background-color: transparent;
        box-shadow: none;
        padding: 5px; }
        .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-dropdown button:focus {
          outline: none; }
        .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-dropdown button .down-arrow {
          color: #000000;
          font-size: 21px;
          font-weight: 700;
          padding: 5px; }

.tfh-fund-fluid {
  padding: 0px;
  background-color: #f2faf6;
  min-height: 143px; }

.tfh-table-fluid {
  padding: 0px;
  margin-top: -165px; }
  .tfh-table-fluid .tfh-table-container {
    padding: 0px 0px; }
    .tfh-table-fluid .tfh-table-container .tfh-fund-details {
      padding: 0px; }
    .tfh-table-fluid .tfh-table-container .tfh-fund-table .empty-fund {
      border: none;
      min-width: 246px;
      max-width: 246px; }
    .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result {
      border: none;
      padding: 0px; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result .transport {
        min-width: 274px;
        max-width: 274px;
        padding: 16px;
        border: 1px solid #009b4c !important; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result .transport.railway {
        color: #ffffff;
        font-family: "TT-Lakes-Bold";
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        background-color: #061d45;
        padding: 16px 0px;
        text-align: center; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result .transport.health {
        color: #ffffff;
        font-family: "TT-Lakes-Bold";
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        background-color: #009b4c;
        text-align: center; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result .policy-url.transport p span {
        border-top: 1px solid #061d45;
        display: block;
        width: 20px;
        margin: 5px auto; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result p {
        color: #061d45;
        font-family: "OpenSans-Regular";
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        margin: 0px; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result h3 {
        color: #061d45;
        font-family: "TT-Lakes-Bold";
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        margin: 0px; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result h5 {
        color: #009b4c;
        font-family: "OpenSans-Bold";
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
        text-align: center;
        margin: auto;
        display: block; }
    .tfh-table-fluid .tfh-table-container .hos-services-table {
      padding: 0px; }
      .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-services {
        margin-bottom: 35px;
        margin-top: 0px;
        width: 246px;
        float: left; }
        .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-services h3 {
          color: #000000;
          font-family: "TT-Lakes-Bold";
          font-size: 20px;
          font-weight: 700;
          line-height: 30px;
          text-transform: uppercase; }
      .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu {
        width: 550px;
        float: left;
        margin-bottom: 35px; }
        .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul {
          border-bottom: 1px solid #dcdcdc; }
          .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li {
            padding: 15px 10px 5px; }
            .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li span {
              color: #505050;
              background-color: transparent;
              font-family: "OpenSans-Bold";
              font-size: 14px;
              font-weight: 700;
              line-height: 17px;
              text-transform: uppercase;
              cursor: pointer;
              text-decoration: none; }
            .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li.active {
              border-bottom: 4px solid #009b4c; }
              .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li.active span {
                color: #009b4c; }
      .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td.hos-excess {
        min-width: 246px;
        max-width: 246px;
        color: #505050;
        font-family: "TT-Lakes-Bold";
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        vertical-align: top; }
        .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td.hos-excess img {
          width: 14px;
          display: inline;
          margin-top: -8px;
          margin-left: 3px; }
      .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td {
        min-width: 275px;
        max-width: 275px;
        padding: 15px;
        color: #505050;
        font-family: "OpenSans-Regular";
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        margin: 0px;
        vertical-align: middle; }
        .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td h4 {
          color: #505050;
          font-family: "OpenSans-Bold";
          font-size: 13px;
          font-weight: 700;
          line-height: 17px;
          text-align: center;
          margin: 0px; }
        .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td p {
          color: #505050;
          font-family: "OpenSans-Regular";
          font-size: 12px;
          line-height: 17px;
          text-align: center;
          margin: 0px; }

.adrodium-covered-fluid {
  /*margin-bottom: 50px;*/ }
  .adrodium-covered-fluid .container {
    padding: 0; }
  .adrodium-covered-fluid .other-information {
    padding: 0px; }
    .adrodium-covered-fluid .other-information h3 {
      color: #000000;
      font-family: "TT-Lakes-Bold";
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      margin: 0px;
      padding: 20px 0px; }
    .adrodium-covered-fluid .other-information p {
      color: #969696;
      font-family: "OpenSans-Regular";
      font-size: 12px;
      line-height: 17px; }
      .adrodium-covered-fluid .other-information p a {
        color: #009b4c;
        text-decoration: none; }
      .adrodium-covered-fluid .other-information p img {
        width: 14px;
        height: 14px; }
      .adrodium-covered-fluid .other-information p img.icon-not-applicable {
        width: 20px; }
      .adrodium-covered-fluid .other-information p span span {
        color: #969696;
        font-family: "OpenSans-Regular";
        font-size: 14px;
        line-height: 28px;
        cursor: initial;
        padding: 0px 13px; }
  .adrodium-covered-fluid .tfh-ready-switch {
    background-color: #009b4c;
    text-align: center;
    padding: 30px 0px; }
    .adrodium-covered-fluid .tfh-ready-switch h3 {
      color: #ffffff;
      font-family: "TT-Lakes-Bold";
      font-size: 36px;
      font-weight: 700;
      line-height: 48px;
      margin: 0px;
      padding-bottom: 25px; }
    .adrodium-covered-fluid .tfh-ready-switch .btn-join {
      color: #ffffff;
      font-family: "TT-Lakes-Medium";
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      border-radius: 5px;
      border: 2px solid #ffffff;
      padding: 20px 14px;
      background-color: #009b4c;
      margin: 0px 15px;
      text-decoration: none;
      display: inline-block; }
      .adrodium-covered-fluid .tfh-ready-switch .btn-join:focus {
        outline: none; }
      .adrodium-covered-fluid .tfh-ready-switch .btn-join.active {
        background-color: #fff;
        color: #009b4c; }
      .adrodium-covered-fluid .tfh-ready-switch .btn-join .icon-join {
        width: 16px;
        height: 16px; }
      .adrodium-covered-fluid .tfh-ready-switch .btn-join .icon-call-back {
        width: 20px;
        height: 16px; }
      .adrodium-covered-fluid .tfh-ready-switch .btn-join .icon-our-products {
        width: 8px;
        height: 15px; }

/*send-email-popup css*/
.send-email-popup .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0px; }

.send-email-popup .modal-content .modal-body {
  padding: 15px 50px; }
  .send-email-popup .modal-content .modal-body .form-group {
    margin-bottom: 25px;
    margin-top: 20px; }
  .send-email-popup .modal-content .modal-body p {
    font-size: 16px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    color: #333;
    line-height: 28px; }
  .send-email-popup .modal-content .modal-body label {
    color: #000;
    font-size: 14px;
    margin: 0px;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
    line-height: 28px; }
  .send-email-popup .modal-content .modal-body label.error {
    color: red;
    font-size: 12px;
    text-transform: initial; }
  .send-email-popup .modal-content .modal-body .email {
    height: 50px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    color: #333; }
  .send-email-popup .modal-content .modal-body .btn-submit {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border-radius: 6px;
    font-size: 16px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    color: #fff;
    background-color: #23a864;
    box-shadow: none; }
    .send-email-popup .modal-content .modal-body .btn-submit:focus {
      outline: none; }

.thanks-popup .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0px; }

.thanks-popup .modal-content .modal-body {
  padding: 15px 50px 45px; }
  .thanks-popup .modal-content .modal-body p {
    font-size: 16px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    color: #333;
    line-height: 28px; }

.adrodium-dropdown-fluid {
  padding: 0px;
  position: relative; }
  .adrodium-dropdown-fluid .adrodium-dropdown-australian {
    top: 63px;
    background-color: #f9f9fa;
    padding: 30px;
    position: absolute;
    z-index: 999999;
    background: #F9F9FA;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.01), 0px 2px 15px 2px rgba(0, 0, 0, 0.22); }
    .adrodium-dropdown-fluid .adrodium-dropdown-australian .adrodium-rebate-contant {
      padding: 0px 30px 25px 0px; }
      .adrodium-dropdown-fluid .adrodium-dropdown-australian .adrodium-rebate-contant h3 {
        color: #000;
        font-family: 'OpenSans-Bold';
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 20px; }
      .adrodium-dropdown-fluid .adrodium-dropdown-australian .adrodium-rebate-contant p {
        font-size: 13px;
        font-family: "OpenSans-Regular";
        color: #060606 !important;
        padding: 5px 0px 15px !important; }
        .adrodium-dropdown-fluid .adrodium-dropdown-australian .adrodium-rebate-contant p span {
          font-family: "OpenSans-Bold"; }
      .adrodium-dropdown-fluid .adrodium-dropdown-australian .adrodium-rebate-contant ul li {
        font-size: 13px;
        font-family: "OpenSans-Regular";
        color: #060606 !important; }

@media (min-width: 0px) and (max-width: 767px) {
  .adrodium-result-container .adrodium-result-main .adrodium-dropdown {
    text-align: center; }
    .adrodium-result-container .adrodium-result-main .adrodium-dropdown .dropdown {
      padding: 0px 0px; }
    .adrodium-result-container .adrodium-result-main .adrodium-dropdown .col-md-3 {
      text-align: center; }
    .adrodium-result-container .adrodium-result-main .adrodium-dropdown .col-md-3:last-child {
      padding-right: 0px; }
  .tfh-table-fluid .tfh-table-container {
    padding: 0px 15px; }
    .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result {
      padding: 0px; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result .transport {
        min-width: 50%;
        max-width: 50%;
        width: 50%; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-services {
      width: 100%;
      margin-bottom: 0px; }
      .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-services h3 {
        margin: 0px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu {
      width: 100%; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td.hos-excess {
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      text-align: center;
      font-size: 16px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td {
      min-width: 50%;
      max-width: 50%;
      width: 50%; }
  .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-type {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 12px; }
  .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-value {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px; }
  .tfh-result-fluid .tfh-result-container .rebate-quote .change-quote button, .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-save-changes, .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-cancel, .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-dropdown button {
    font-size: 14px; }
  .tfh-result-fluid .tfh-result-container .rebate-quote .rebate-dropdown button .down-arrow {
    font-size: 16px; }
  .tfh-result-fluid .tfh-result-container .rebate-quote .quote-title {
    font-size: 25px; }
  .tfh-result-fluid {
    margin-bottom: 30px; }
    .tfh-result-fluid .tfh-result-container {
      padding: 0px; }
  .adrodium-covered-fluid {
    padding: 0px; }
    .adrodium-covered-fluid .tfh-ready-switch h3 {
      font-size: 26px;
      padding-bottom: 0px; }
    .adrodium-covered-fluid .tfh-ready-switch .btn-join {
      padding: 14px 6px;
      margin: 10px 6px;
      font-size: 14px; }
  .send-email-popup .modal-content .modal-body {
    padding: 15px 30px; }
    .send-email-popup .modal-content .modal-body .form-group {
      margin-top: 15px; }
    .send-email-popup .modal-content .modal-body p {
      margin-bottom: 10px; }
  .thanks-popup .modal-content .modal-body {
    padding: 15px 30px 35px; }
  .tfh-qute-container .tfh-covered-tab .cover-scope .cover-type, .tfh-qute-container .tfh-covered-tab .cover-scope .disabled {
    width: 140px !important;
    height: 140px !important; }
  .adrodium-covered-fluid .container {
    padding: 0px 15px; }
  .adrodium-covered-fluid .other-information .legend-mobile p {
    width: 100%;
    display: flex; }
    .adrodium-covered-fluid .other-information .legend-mobile p span {
      width: 90%; }
    .adrodium-covered-fluid .other-information .legend-mobile p b {
      width: 10%; }
  .adrodium-covered-fluid .tfh-ready-switch .btn-join .icon-our-products {
    width: 6px;
    margin-top: -2px; }
  .adrodium-covered-fluid .tfh-ready-switch .btn-join .icon-call-back {
    width: 15px; }
  .adrodium-covered-fluid .tfh-ready-switch .btn-join .icon-join {
    width: 12px;
    margin-top: -5px; } }

.health-header-fluid {
  padding: 0px;
  background-color: #fff; }
  .health-header-fluid .health-header-container {
    padding: 20px 0px 18px; }
    .health-header-fluid .health-header-container .teacherslogo {
      padding: 0px; }
      .health-header-fluid .health-header-container .teacherslogo .health-logo {
        padding-top: 11px; }
      .health-header-fluid .health-header-container .teacherslogo .health_line {
        float: right;
        margin-right: 33px; }
    .health-header-fluid .health-header-container .health-compare-title {
      padding: 0px; }
      .health-header-fluid .health-header-container .health-compare-title h3 {
        color: #051d44;
        font-family: "TT-Lakes-Bold";
        font-size: 40px;
        font-weight: 700;
        margin: 0px;
        padding: 20px 0px;
        padding-left: 50px; }

@media (min-width: 768px) and (max-width: 991px) {
  .health-header-fluid .health-header-container {
    padding-left: 15px;
    padding-right: 15px; }
    .health-header-fluid .health-header-container .health-compare-title h3 {
      font-size: 30px;
      padding-left: 10px; }
    .health-header-fluid .health-header-container .teacherslogo {
      padding-left: 0px; }
  .health-fund-fluid .health-fund-container .health-about .health-dropdown .dropdown-title button .filters {
    margin-right: 0px; }
  .tfh-result-fluid {
    padding: 0px; }
  .tfh-table-fluid .tfh-table-container {
    padding: 0px 15px; }
    .tfh-table-fluid .tfh-table-container .tfh-fund-table .empty-fund {
      min-width: 200px;
      max-width: 200px; }
    .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result {
      padding: 0px; }
      .tfh-table-fluid .tfh-table-container .tfh-fund-table .fund-result .transport {
        min-width: 250px;
        max-width: 250px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-services {
      width: 200px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu {
      width: 500px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td.hos-excess {
      min-width: 200px;
      max-width: 200px;
      font-size: 16px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hos-tab-content .hos-tab-table td {
      min-width: 250px;
      max-width: 250px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .health-header-fluid .health-header-container {
    padding-left: 15px;
    padding-right: 15px; }
    .health-header-fluid .health-header-container .health-compare-title h3 {
      padding-left: 0px; } }

@media (min-width: 400px) and (max-width: 767px) {
  .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li {
    padding: 15px 0px 5px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li span {
      font-size: 12px;
      padding: 10px 5px; } }

@media (min-width: 0px) and (max-width: 399px) {
  .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li {
    padding: 15px 0px 5px; }
    .tfh-table-fluid .tfh-table-container .hos-services-table .hospital-tab-menu ul li span {
      font-size: 11px;
      padding: 10px 3px; } }

.tfh-qute-fluid {
  padding: 0px; }

@media (min-width: 992px) {
  .tfh-qute-container {
    width: 796px; } }

.tfh-qute-container {
  padding: 0px 0px 50px;
  font-family: "TT-Lakes-Medium"; }
  .tfh-qute-container .current-cover {
    padding: 50px 0px 25px; }
  .tfh-qute-container .contact-details {
    padding: 60px 0px 25px; }
  .tfh-qute-container .current-cover p {
    padding: 20px 0px 0px;
    font-size: 16px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    color: #000; }
  .tfh-qute-container .tfh-health-funds {
    padding: 50px 38px 50px 38px;
    border-radius: 2px;
    border: 2px solid #dcdcdc;
    background-color: #ffffff; }
  .tfh-qute-container .tfh-health-funds label {
    font-size: 19px;
    color: #061D45;
    margin-bottom: 0px;
    clear: both;
    display: block;
    font-family: "TT-Lakes-Bold"; }
  .tfh-qute-container .tfh-health-funds label.covered {
    padding-bottom: 15px; }
  .tfh-qute-container .tfh-contact-group {
    margin-bottom: 35px; }
  .tfh-qute-container .tfh-covered-tab {
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -45px;
    margin-left: -45px; }
    .tfh-qute-container .tfh-covered-tab .cover-scope {
      margin-bottom: 15px; }
      .tfh-qute-container .tfh-covered-tab .cover-scope .cover-type {
        position: relative;
        height: 180px;
        display: block;
        width: 180px;
        margin: auto;
        text-align: center;
        background-color: #f7f7f7;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.35s ease;
        color: transparent; }
        .tfh-qute-container .tfh-covered-tab .cover-scope .cover-type p {
          color: #061d45;
          font-size: 16px;
          margin-top: 10px;
          margin-bottom: 0px;
          font-family: "OpenSans-Bold"; }
        .tfh-qute-container .tfh-covered-tab .cover-scope .cover-type.active p {
          color: #fff; }
      .tfh-qute-container .tfh-covered-tab .cover-scope .disabled {
        position: relative;
        height: 180px;
        display: block;
        width: 180px;
        margin: auto;
        text-align: center;
        background-color: #f7f7f7;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.35s ease;
        color: transparent; }
        .tfh-qute-container .tfh-covered-tab .cover-scope .disabled p {
          color: #bfbfbf;
          font-size: 16px;
          margin-top: 10px;
          margin-bottom: 0px;
          font-family: "OpenSans-Bold"; }
      .tfh-qute-container .tfh-covered-tab .cover-scope .inner {
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .tfh-qute-container .selectors {
    position: relative;
    padding: 0px;
    margin-bottom: 35px; }
    .tfh-qute-container .selectors .extras-type-block {
      width: 50%;
      float: left; }
      .tfh-qute-container .selectors .extras-type-block.hospital .inner-wrap {
        padding: 30px 40px 20px 20px;
        border-width: 0px 1px 0px 1px;
        border-style: solid;
        border-color: #dcdcdc;
        border-width: 1px;
        height: 168px; }
      .tfh-qute-container .selectors .extras-type-block.extras .inner-wrap {
        padding: 30px 20px 20px 40px;
        border-width: 0px 1px 0px 1px;
        border-style: solid;
        border-color: #dcdcdc;
        border-width: 1px;
        height: 168px; }
    .tfh-qute-container .selectors label.field-label {
      font-size: 12px;
      display: inline-block;
      position: relative;
      padding-bottom: 10px;
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 0px;
      color: #000;
      width: 100%;
      font-family: "OpenSans-Bold"; }
      .tfh-qute-container .selectors label.field-label .contourIndicator {
        font-size: 12px;
        color: #f25a4f; }
      .tfh-qute-container .selectors label.field-label .question img {
        display: inline-block;
        margin-top: -6px;
        width: 11px; }
    .tfh-qute-container .selectors .fth-and-symbol {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -35px;
      margin-left: -30px;
      background-color: #f7f7f7;
      padding: 20px;
      z-index: 1; }
      .tfh-qute-container .selectors .fth-and-symbol img {
        width: 22px; }
  .tfh-qute-container .selectors .extras-type-block {
    position: relative;
    background-color: #f7f7f7; }
  .tfh-qute-container .selectors .extras-type-block.hospital {
    border-top: 5px solid #061D45; }
  .tfh-qute-container .selectors .extras-type-block.extras {
    border-top: 5px solid #ADCC40; }
  .tfh-qute-container .bootstrap-select {
    width: 100%; }
    .tfh-qute-container .bootstrap-select .dropdown-toggle {
      background-color: white;
      padding: 0px 20px 0px 20px;
      margin-bottom: 0;
      border: 1px solid #dcdcdc;
      height: 50px;
      border-radius: 0;
      width: 100%;
      padding-right: 25px;
      z-index: 1;
      font-family: "OpenSans-Regular"; }
      .tfh-qute-container .bootstrap-select .dropdown-toggle:focus {
        outline: none;
        box-shadow: none; }
      .tfh-qute-container .bootstrap-select .dropdown-toggle:active {
        outline: none;
        box-shadow: none; }
      .tfh-qute-container .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 14px;
        color: #505050;
        width: auto;
        line-height: 1.5;
        width: 95%;
        text-align: left;
        overflow: hidden; }
      .tfh-qute-container .bootstrap-select .dropdown-toggle .down-arrow, .tfh-qute-container .bootstrap-select .dropdown-toggle .up-arrow {
        font-size: 22px;
        font-weight: bold;
        float: right;
        position: absolute;
        right: 18px; }
      .tfh-qute-container .bootstrap-select .dropdown-toggle .up-arrow {
        display: none; }
    .tfh-qute-container .bootstrap-select .dropdown-menu {
      position: absolute;
      left: 0;
      top: 95%;
      z-index: 50;
      width: 100%;
      padding: 10px 20px 20px 20px;
      background-color: #f7f7f7;
      border-style: solid;
      border-color: #969696;
      border-width: 0 1px 1px 1px;
      border-radius: 0px; }
    .tfh-qute-container .bootstrap-select.open li {
      font-size: 14px;
      font-family: "OpenSans-Regular"; }
      .tfh-qute-container .bootstrap-select.open li a {
        padding: 10px 0px;
        color: #505050; }
      .tfh-qute-container .bootstrap-select.open li:hover a {
        color: #061d45;
        font-weight: bold; }
    .tfh-qute-container .bootstrap-select.open .dropdown-toggle {
      border-color: #969696;
      background-color: #f7f7f7;
      box-shadow: none;
      border-width: 1px 1px 0px 1px;
      box-shadow: none; }
      .tfh-qute-container .bootstrap-select.open .dropdown-toggle .up-arrow {
        display: block; }
      .tfh-qute-container .bootstrap-select.open .dropdown-toggle .down-arrow {
        display: none; }
  .tfh-qute-container .tfh-payment {
    padding: 0px;
    margin-bottom: 35px; }
  .tfh-qute-container .tfh-rebate {
    padding: 0px; }
    .tfh-qute-container .tfh-rebate .rebate-checkbox {
      margin-top: 0px;
      padding: 0px; }
      .tfh-qute-container .tfh-rebate .rebate-checkbox label {
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 0px;
        font-family: "OpenSans-Regular"; }
  .tfh-qute-container .text-box {
    outline: none;
    border-radius: 0px;
    box-shadow: none; }
    .tfh-qute-container .text-box:focus {
      outline: none; }
  .tfh-qute-container .tfh-submit-btn {
    text-align: center; }
    .tfh-qute-container .tfh-submit-btn .btn-submit {
      color: #fff;
      border-radius: 5px;
      padding: 20px 25px;
      font-size: 20px;
      font-family: "TT-Lakes-Bold";
      outline: none;
      box-shadow: none; }
      .tfh-qute-container .tfh-submit-btn .btn-submit i {
        font-size: 26px;
        padding-left: 13px; }
      .tfh-qute-container .tfh-submit-btn .btn-submit:focus {
        outline: none;
        box-shadow: none; }
  .tfh-qute-container select.select-box {
    box-shadow: none;
    outline: none;
    height: 50px;
    border-radius: 0px; }
    .tfh-qute-container select.select-box:focus {
      outline: none;
      box-shadow: none;
      border-color: #ccc; }
  .tfh-qute-container input.text-box {
    box-shadow: none;
    outline: none;
    height: 50px;
    border-radius: 0px; }
    .tfh-qute-container input.text-box:focus {
      outline: none;
      box-shadow: none;
      border-color: #ccc; }
  .tfh-qute-container .tfh-captcha {
    padding: 30px 0px; }
    .tfh-qute-container .tfh-captcha div {
      display: block;
      margin: auto;
      text-align: center; }

.question.tooltip {
/*  position: relative;
  display: inline-block;*/
  padding-left: 5px; }

@media (max-width: 767px) {
  .tfh-qute-container {
    padding: 35px 15px; }
    .tfh-qute-container .selectors .extras-type-block {
      width: 100%; }
  .tfh-banner-fluid {
    min-height: 220px; }
    .tfh-banner-fluid .tfh-banner-container h1 {
      text-align: center;
      font-size: 32px;
      padding-top: 65px; }
  .tfh-health-funds {
    background: #EAEAEA;
    padding: 30px 15px 30px 15px !important; }
  .tfh-qute-container .tfh-covered-tab .cover-scope .cover-type p, .tfh-qute-container .tfh-covered-tab .cover-scope .disabled p {
    font-size: 12px;
    padding: 0px 5px; }
  .tfh-qute-container .selectors .extras-type-block.extras .inner-wrap {
    padding: 30px 20px 20px 20px; }
  .tfh-qute-container .tfh-rebate .rebate-checkbox {
    padding: 0px; }
  .tfh-qute-container .selectors .extras-type-block.hospital .inner-wrap {
    padding: 30px 20px 9px 20px; }
  .tfh-qute-container .tfh-health-funds label,
  .tfh-qute-container .fth-contact-form .tfh-contact-group label {
    margin-bottom: 10px; }
  .tfh-qute-container .current-cover h3 {
    font-size: 20px; }
  .tfh-qute-container .current-cover p {
    font-size: 13px; }
  .tfh-qute-container .tfh-health-funds label, .tfh-qute-container .fth-contact-form .tfh-contact-group label {
    font-size: 16px; }
  .tfh-qute-container .tfh-rebate .rebate-checkbox label {
    font-size: 13px; }
  .tfh-qute-container .current-cover {
    padding: 15px 0px 25px; }
  .tfh-qute-container .contact-details {
    padding: 30px 0px 25px; }
  .tfh-qute-container .tfh-covered-tab {
    margin-right: -15px;
    margin-left: -15px; }
  .adrodium-dropdown-fluid .adrodium-dropdown-australian .adrodium-rebate-contant {
    padding: 0px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tfh-qute-container .tfh-health-funds {
    padding: 30px 80px 30px 50px; }
  .tfh-qute-container .tfh-covered-tab .cover-scope .cover-type p,
  .tfh-qute-container .tfh-covered-tab .cover-scope .disabled p {
    font-size: 13px; }
  .tfh-qute-container .tfh-covered-tab {
    margin-right: -15px;
    margin-left: -15px; } }

.rebate_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "OpenSans-Regular"; }

.rebate_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 2px solid #061D45;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.rebate_container:hover input ~ .checkmark {
  background-color: transparent; }

/* When the radio button is checked, add a blue background */
.rebate_container input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #061D45; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.rebate_container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.rebate_container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1f1d1d; }

.contourIndicator {
  color: #f25a4f;
  font-size: 12px;
  font-family: "OpenSans-Regular";
  position: relative;
  top: -5px; }

.tooltipster-default {
  max-width: 210px;
  transition-duration: 350ms;
  animation-duration: 350ms;
  border-radius: 5px;
  border: none;
  background: #505050;
  color: white;
  display: none; }

.tooltipster-hospital {
  top: -214px;
  left: 9px; }

.tooltipster-extras {
  top: -175px;
  left: -5px; }

.tooltipster-default .tooltipster-content {
  font-size: 12px;
  color: white;
  line-height: 19px;
  padding: 15px;
  text-transform: capitalize;
  overflow: hidden;
  font-family: "Open Sans",sans-serif;
  font-weight: 400; }

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  width: auto;
  overflow: visible;
  top: 20px;
  left: 0px; }

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow-top span {
  /*border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;*/
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-hospital .tooltipster-arrow-top span {
  left: 120px; }

.tooltipster-extras .tooltipster-arrow-top span {
  left: 106px; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  color: #505050;
  border-top: 0 solid;
  border-right-color: #505050;
  border-bottom: 8px solid;
  border-left-color: #505050;
  top: -7px;
  left: 39%; }

.tfh-health-funds .tooltipster-covertype .tooltipster-arrow span {
  left: 209px; }

.tfh-qute-container .tfh-health-funds label {
  position: relative; }

.tfh-qute-container .tfh-health-funds label span.question {
  padding-left: 6px;
  margin-top: -6px; }

.tooltipster-default {
  max-width: 100%; }

.tooltipster-covertype table.covered-tbl {
  border: 1px solid #fff; }

.tooltipster-covertype table.covered-tbl tbody tr td {
  padding: 5px; }

.tooltiptext {
  font-family: "OpenSans-Regular"; }
.rebate-error-block {
  display: none;
  font-size: 16px;
  color: #f00;
}
.error .rebate-error-block {
  display: block;
}