html, body, #basecontainer {
    height: 100%;
}

body {
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:active, a:visited, a:hover {
    color: #92278F;
}

a.btn-danger, a.btn-info {
    color: #ffffff;
}

.purple-box{
    background-color: #701d6d;
    padding:20px;
    color: white;
    height:150px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.purple-inverted{
    background-color: white!important;
    color: #701d6d!important;
}

.purple-box > .control-label{
    margin-bottom: 20px;
}

.purple-box .pboxitem{
    height:60px!important;
}

.fraud-image-lightbox {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}

.fraud-image-lightbox .fraud-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fraud-image-container .fraud-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  max-height: 60%;
  width: auto;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #555;
}

.normal {
    font-weight: normal;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.login-helper {
    background-color: #92278F;
    color: #eeeeee;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 25px;
}

.small {
    font-size: 0.8em;
}

.login-helper a {
    color: #ffffff;
    font-weight: bold;
}

.fg-primary, .text-primary {
    color: #92278F;
}

.bg-primary, .btn-primary, .label-btn-primary {
    background-color: #92278F;
}

.btn-primary {
    color: #ffffff !important;
}

.btn-bg-white {
    background: #ffffff;
    color: #92278F !important;
}

.btn-xl {
    font-size: 18pt;
}

.btn-group-toggle .btn-default.active {
    background-color: #92278F;
    border-color: #92278F;
    color: #ffffff;
}

.panel-primary {
    background-color: #701d6d;
    border-color: #92278F;
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #92278F;
    border-color: #92278F;
}

.btn-primary, .label-btn-primary {
    border: 1px solid #92278F;
}

.btn, .form-control {
    border-radius: 0 ;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.field-error {
    margin-top: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


.page-content {
    padding: 0 100px 50px 100px;
}

@media (max-width: 767px) {
    .page-content {
        padding: 0 20px 50px 20px;
    }
}

.page-content-bg-white {
    background: #ffffff;
}

.page-content .title {
    font-family: "HouschkaLight";
    font-size: 18pt;
    color: #92278F;
}

#cookieWarning {
    display: none;
    background: #ffffff;
    border-top: 1px solid #A0A1A4;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    height: 120px;
    width: 100%;
    padding: 20px 0;
    color: #333333;
}

#cookieWarning .title {
    color: #92278F;
    font-size: 15pt;
    font-family: "HouschkaLight";
}

#cookieWarning .detail {
    font-size: 12pt;
}

.back-to-top {
    background-color: #92278F !important;
    border: 1px solid #ffffff !important;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 100;
}

.devMode {
    font-family: monospace;
    font-size: 18pt;
    text-align: center;
    background-color: #F21F2B;
    color: #ffffff;
    padding: 3px;
}

.testMode {
    font-family: monospace;
    font-size: 18pt;
    text-align: center;
    background-color: #FF6600;
    color: #ffffff;
    padding: 3px;
}

.no-pad {
    padding: 0;
}

.error-msg {
    background: #ffcccc;
    padding: 5px 10px;
    color: #C12132;
    font-size: 14pt;
    margin: 5px 0;
}

.success-msg {
    background: #ccffcc;
    padding: 5px 10px;
    color: #004400;
    font-size: 14pt;
    margin: 5px 0;
}

.overlay {
    background-color: rgba(0,0,0,0.75);
    z-index: 1000;

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay > div {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
    background: #92278F;

    padding: 50px;
    text-align: center;

    width: 50%;
    min-width: 400px;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay > div > div {
    margin-top: 20px;
}

.overlay-text .heading {
    font-size: 34pt;
    color: #eeeeee;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.85);
    font-family: "HouschkaMedium";
    margin-bottom: 30px;
}

.overlay-text .heading-sm {
    font-size: 24pt;
}

#orderComplete p {
    font-size: 12pt;
    margin-bottom: 15px;
}

#orderCompleteLinks {
    text-align: center;
}

#orderCompleteLinks .policies {
    margin-bottom: 15px;
}

#orderCompleteLinks .fileItem {
    display: inline-block;
    background: #92278F;
    border: 1px solid #92278F;
    margin: 5px;
    vertical-align: top;
    color: #ffffff;
}

#orderCompleteLinks .fileItem a {
    font-size: 14pt;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    min-width: 250px;
    color: #ffffff;
}

#orderCompleteLinks .fileItem:hover {
    background-color: #701d6d;
    border: 1px solid #701d6d;
    cursor: pointer;
}

#orderCompleteLinks .fileItem:hover a {
    text-decoration: none;
}

#orderCompleteLinks .fileItem .icon {
    margin-top: 5px;
}


#orderCompleteLinksList .title {
    font-family: "HouschkaLight";
    font-size: 15pt;

}

#orderCompleteLinksList li {
    margin-left: 15px;
}

#orderCompleteLinksList li i {
    color: #C12132;
}





/* HEADER */
header {
    color: #ffffff;
    z-index: 10;
    position: relative;
}

header .btn-default {
    font-family: "HouschkaLight";
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

header .btn-default:hover {
    background-color: #92278F;
    border: 1px solid #92278F;
    color: #ffffff;
}

header .top-nav-logo {
    border-top: 1px solid #cccccc;
    margin-left: -15px;
    margin-right: -15px;
}

header .top-nav-logo img {
    max-height: 58px;
    padding: 5px;
}

header .top-nav {
    font-family: "HouschkaLight";
    background: #ffffff;
    font-size: 14pt;
}

header .top-nav .container {

}

header .top-nav ul {
    margin: 0;
    float: right;
}

header .top-nav ul.affiliate {
    float: left;
    padding-left: 0;
}

header .top-nav ul li {
    list-style: none;
    display: block;
    vertical-align: middle;
    position: relative;
    float: left;;
    color: #333333;
}

header .top-nav ul li a {
    border-left: 1px solid #cccccc;
}


header .top-nav ul li a, header .top-nav ul li span, header .top-nav .contact {
    display: table-cell;
    height: 58px;
    min-height: 58px;
    overflow:auto;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

header .top-nav ul li a, header .top-nav ul li a:visited, header .top-nav ul li a:active {
    color: #333333;
}

header .top-nav ul li.active {
    background: #92278F;
    color: #ffffff;
}

header .top-nav ul li.active a {
    color: #ffffff;
}

header .top-nav ul li a:hover {
    background: #414042;
    color: #ffffff;
    text-decoration: none;
}

header .top-nav .contact_cs {
    font-family: "HouschkaMedium";
    font-size: 10pt;
    background: #92278F;
    line-height: 15pt;
    color: #ffffff;
    background: #92278F;
}

header .top-nav .large {
    font-size: 20pt;
    margin-left: 20px;
}

header .top-nav ul.affiliate li span {
    font-size: 9pt;
}

header .top-nav .mobile-view {
    padding: 15px 0;
}

header .top-nav .mobile-view .contact_cs {
    padding: 5px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #701d6d;
    text-align: right;
}

/* NAV */
.navbar {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #E6E7E8;
}

@media (max-width: 992px) {
    .navbar {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-collapse, .navbar .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.navbar .navbar-nav {
    float: none;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        display: block;
    }
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar .navbar-toggle {
    border: 1px solid #701d6d;
    color: #701d6d;
    background: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #701d6d;
}

.navbar .navbar-nav a {
    font-family: "HouschkaMedium";
    background-color: #ffffff;
    padding: 8px 15px;
    color: #92278F;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar .navbar-nav a:active, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover {
    color: #ffffff;
    background-color: #414042;
}

.navbar .nav > li.dropdown {
    position: static;
}

.navbar .nav > li.dropdown.open .dropdown-menu {
    display: block;
    width: 100%;
    text-align: left;
    left:0;
    right:0;
    top: 55px;
}

.navbar .dropdown-menu {
    background: #414042;
    color: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar .dropdown-menu {
        padding-left: 25% !important;
        padding-right: 25% !important;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding: 5px;
    }
}

.navbar .dropdown-menu a {
    background: #414042;
    color: #ffffff;
    font-size: 14pt;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.navbar .dropdown-menu a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar .dropdown-menu a {
        margin-bottom: 0;
        border-bottom: 1px solid #666666;
    }
}

.navbar .dropdown-menu > li {
    display: block;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777 !important;
}

/*.navbar .dropdown-menu > li:before {
    content: "\f111";
    font-family: "FontAwesome";
    margin:0 5px 0 -15px;
}*/

.customer-navbar {
    background-color: #92278F;
    color: #333333;
    padding: 1px 0;
}

.customer-navbar .navbar {
    background-color: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-height: initial;
}

.navbar .customer-nav {
    text-align: right;
}
.navbar .customer-nav li {
    display: inline-block;
}

.navbar .customer-nav a {
    font-family: "HouschkaMedium";
    background-color: #ffffff;
    padding: 8px 15px;
    color: #92278F;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #92278F;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/* FOOTER */

footer {
    padding: 50px;
    background-color: #923587;
    color: white;
    font-size: 10pt;
}

footer.container {
    padding-left: 50px;
    padding-right: 50px;
}

footer .img-fos-logo {
    background: #ffffff;
    padding: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

footer a, footer a:hover, footer a:visited, footer a:active {
    color: #ffffff;
}

/* CONTENT */
.container-content {
    background-color: #E6E7E8;
    padding-left: 0;
    padding-right: 0;
    padding-top:25px;
}

.content-forms {
    padding: 25px 50px;
}

@media (max-width: 767px) {
    .content-forms {
        padding: 25px 20px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }
}

.title-1 {
    font-family: "HouschkaLight";
    font-size: 28pt;
    color: #92278F;
    padding: 15px 0 20px;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.title-2 {
    font-family: "HouschkaLight";
    font-size: 22pt;
    text-align: center;
    color: #000000;
    padding: 5px 0 20px;
    margin: 0;
    line-height: 1.2;
    text-align: justify;
}

.page-banner > div {
    padding: 0 100px 0;
}

@media (max-width: 767px) {
    .page-banner > div {
        padding: 0 20px 0;
    }
}

/* FORMS */

.form .title {
    font-family: "HouschkaLight";
    font-size: 18pt;
    color: #92278F;
}

.form .title-input {
    max-width: 200px;
}

.form .form-control, .bootstrap-select .btn {
    font-size: 14pt;
    color: #555555;
}

.form input.form-control, .bootstrap-select .btn {
    padding: 3px 11px;
}

.checkbox-check input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 19px;
}

.checkbox-group {
    height: auto !important;
    padding: 0;
}

.checkbox-group .checkbox:hover {
    background: #f3f3f3;
}

.checkbox-group .checkbox {
    border-bottom: 1px solid #cccccc;
    margin: 0;
}

.checkbox-group .checkbox:last-of-type {
    border-bottom: 0;
}

.checkbox-group .checkbox label {
    width: 100%;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.checkbox-group .checkbox label .label {
    font-size: 10pt;
    float: right;
    margin-top: 4px;
}

.checkbox-group .checkbox label::before {
    margin-top: 5px;
    margin-left: -10px;
}

.checkbox-group .checkbox label::after {
    top: 10px;
    left: 10px;
}

.checkbox-fake {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding-left: 20px;
}

.checkbox-fake.checked label::before {
    color: #92278F;
    font-family: "FontAwesome";
    content: "\f00c";

}

.checkbox-fake label {
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-weight: normal;
    margin: 0;
}

.checkbox-fake label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 62px;
    margin-top: 0;
    margin-left: -12px;
}

.checkbox-x2 input[type="checkbox"],
.checkbox-x2 label::before {
    height: 28px;
    width: 28px;
    margin-left: -20px;
}

.checkbox-x2 label::after {
    width: 20px;
    height: 20px;
    margin-left: -18px;
}

.checkbox-x2 input[type="checkbox"]:checked + label::after {
    font-size: 18px;
}

.checkbox-x2 label {
    padding-left: 15px;
}


.radio-group {
    height: auto !important;
    padding: 0;
}

.radio-group .radio:hover {
    background: #f3f3f3;
}

.radio-group .radio {
    border-bottom: 1px solid #cccccc;
    margin: 0;
}

.radio-group .radio:last-of-type {
    border-bottom: 0;
}

.radio-group .radio label {
    width: 100%;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.radio-group .radio label::before {
    margin-top: 5px;
    margin-left: -10px;
}

.radio-group .radio label::after {
    top: 13px;
    left: 13px;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #92278F;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #92278F;
}

.radio-x2 input[type="radio"], .radio-x2 label::before {
    height: 34px;
    width: 34px;
}

.radio-x2 {
    margin: 5px 0 20px;
}

.radio-x2 input[type="radio"] {
    cursor: pointer;
    /*    margin-left: 10px !important;
        margin-top: 6px !important;*/
}

.radio-x2 input[type="radio"],
.radio-x2 label::before {
    height: 34px;
    width: 34px;
}
.radio-x2 label::before {
    margin-left:-24px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ fixes crappy radio button margin issue */
    .radio input[type='radio'] {
        margin-left: 10px !important;
        margin-top: 6px !important;
    }
}

.radio-x2 label::after {
    width: 28px;
    height: 28px;
    margin-left:-24px;
}

.radio-check input[type="radio"]:checked + label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 19px;
}

.payment-group .card-icons {
    margin-right: 10px;
}

.payment-group img {
    max-height: 24px;
}

.field-help {
    font-size: 12pt;
    padding: 5px 10px;
    border: 1px solid #bce8f1;
    background: #d9edf7;
    color: #333333;
}

@media (max-width: 767px) {
    .field-help {
        margin: 0 15px 15px;
    }
}

.form-container {
    color: #000000;
    background-color: #ffffff;
    padding: 25px;
    font-size: 12pt;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: justify;
    margin-bottom: 25px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

@media (max-width: 767px) {
    .bootstrap-select {
        margin-bottom: -1px !important;
    }
}

/* ORDER STAGE */
.orderstage {
    padding: 0 50px;
}

@media (max-width: 767px) {
    .orderstage {
        padding: 0 20px;
    }
}

.order-stage-indicator {
    width: 100%;
    color: #ffffff;
    background-color: #414042;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 1px;
    padding: 5px;
}

.order-stage-indicator:last-of-type {
    margin-right: 0;
}

.order-stage-indicator.completed {
    background-color: #92278F;
}

@media (max-width: 767px) {
    .order-stage-container {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1px;
        -moz-column-gap: 1px;
        -webkit-column-gap: 1px;
    }

    .order-stage-indicator {
        font-size: 12pt;
    }
}

@media (min-width: 768px) {
    .order-stage-container {
        display: flex;
    }

    .order-stage-indicator {
        width: 25%;
        padding: 10px 15px;
        margin-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .order-stage-indicator {
        font-size: 12pt;
        margin-right: 15px;
    }
}

.features-table {
    background: #ffffff;
    margin-bottom: 20px;
    color: #f26522;
}

.features-table .products .product-rate {
    font-size: 1.8em;
}

.features-table .products .product-rate, .features-table .products .product-name {
    border-left: 2px groove #b530b1 !important;
}

.table-responsive > .table.products > tbody > tr > th {
    white-space: normal;
    vertical-align: middle;
}

table.products {
    margin-bottom: 0;
}

table.products .fa-check {
    color: #92278F;
}

.newtable table.products .fa-check {
    color: black;
}

table.products .fa-times {
    color: #dddddd;
}

table.products th, table.products td {
    text-align: center;
    border-left: 1px solid #92278F !important;
    border-bottom: 1px solid #92278F !important;
}


table.products > tbody > tr:first-of-type, table.products > tbody > tr:last-of-type {
    background: #92278F;
}

table.products > tbody > tr:first-of-type th, table.products > tbody > tr:last-of-type th, table.products > tbody > tr:last-of-type td {
    color: #ffffff;
}

table.products th:first-of-type {
    border-left: 0 !important;
}

table.products th {
    font-family: "HouschkaLight";
    color: #92278F;
}

table.products td {
    vertical-align: middle !important;
    color: #92278F;
}

.newtable table.products td {
    vertical-align: middle !important;
    color: black;
}

table.products tr:first-of-type th {
    border-top: 0;
}

table.products .product-name, table.products .product-rate {
    font-size: 12pt;
    font-family: "HouschkaMedium";
    color: #92278F;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width:767px) {
    table.products .product-name, table.products .product-rate {
        font-size: 12pt;
    }
}


.info-cell {
    border: 1px solid #cccccc;
    padding: 25px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.info-cell .title {
    margin: 10px 0;
    line-height: 18pt;
}

.info-cell .detail {
    color: #444444;
    font-size: 10pt;
}



.page-my-account {
    font-size: 14pt;
}

.page-my-account .panel {

}

.page-my-account .panel .panel-body {
    padding: 25px;
}

.policy-listing {

    margin: 10px 0;
    font-size: 11pt;
}

.policy-listing .policy {
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 20px;
}

.about-content {
    background-color: #ffffff;
}

.about-content.pad {
    padding: 50px 100px;
}

@media (max-width:991px) {
    .about-content.pad {
        padding: 20px 20px;
    }
}

.about-content .title {
    font-family: "HouschkaLight";
    font-size: 28pt;
    text-align: center;
    margin-bottom: 10px;
    color: #92278F;
}

.about-content .panel-default {
    color: #000000;
    background-color: #D1D3D4;
    padding: 25px;
    font-size: 12pt;
    border-radius: 19px;
    text-align: justify;
}

.page-life-insurance .page-banner {
    background-color: #701d6d;
    background-image: url('../images/other-products/life-insurance/header-bg.jpg');
    background-repeat: repeat-x;
    background-position: right;
    color: #ffffff;
    min-height: 500px;
    padding-top: 100px;
}

.page-life-insurance .page-banner .title-1 {
    color: #ffffff;
}

.page-life-insurance .page-content {
    margin-top: 50px;
    font-size: 14pt;
}

.page-life-insurance .boxouts img {
    height: 89px;
}

.page-life-insurance .fscs-content .title {
    margin-bottom: 20px;
}

.summary-data {
    font-size: 10pt;
    border:1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

.summary-data .title {
    text-align: center;
}

.summary-data .row>div:first-of-type {
    text-align: right;
    font-weight: bold;
}

.stageTitle {
    font-family: "HouschkaLight";
    font-size: 24pt;
    margin-bottom: 10px;
    color: #92278F;
}

.stageSubTitle {
    font-family: "HouschkaLight";
    font-size: 18pt;
    margin-bottom: 10px;
    color: #92278F;
    text-align: left;
}

@media (max-width: 767px) {
    .stageTitle {
        font-size: 20pt;
    }

    .stageSubTitle {
        font-size: 14pt;
        text-align: left;
    }
}

.payToday {
    font-family: 'HouschkaLight';
    font-size: 22pt;
    font-weight: bold;
    color: #92278F;
    text-align: center;
    padding: 20px;
}

.radio-group .radio label .label, .checkbox-group .checkbox label .label {
    font-size: 10pt;
    float: right;
    margin-top: 4px;
    margin-left: 4px;
}

.header-prices-from {
    margin-top: 50px;
    text-align: center;
}

.header-price-from-container {
    background: rgba(255,255,255,0.85);
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: 2px;
    font-size: 10pt;
    width: 147px;
}

.header-price-from-container .title {
    font-size: 18pt;
    font-family: "HouschkaMedium";
    color: #92278F;
}

.header-price-from-container .price {
    font-size: 26pt;
    font-family: "HouschkaMedium";
    color: #C12132;
}

.about-page-content {
    font-size: 13.5pt;
    background: #ffffff;
}

.about-page-content.pad {
    padding: 25px 100px;
}

@media (max-width: 767px) {
    .about-page-content.pad {
        padding: 25px 10px;
    }
}

.about-page-content .title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 28pt;
}

.about-page-content .customer-stats-panel .title {
    margin-top: 0;
    font-family: "HouschkaLight";
    font-size: 28pt;
}

.about-page-content .panel-default {
    color: #000000;
    background-color: #D1D3D4;
    padding: 25px;
    font-size: 12pt;
    border-radius: 19px;
    text-align: justify;
}

.about-page-content .fscs-content {
    padding-top: 1px;
}

.page-home-buy {
    background-color: #92278F;
    color: #ffffff;
    text-align: center;
    padding: 20px 50px;
}

@media (max-width: 768px) {
    .page-home-buy {
        padding: 5px 5px;
    }
}

.page-home-buy .title {
    color: #ffffff;
    font-family: "HouschkaLight";
    font-size: 28pt;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-home-buy .buy-link-cards {

}

.page-home-buy .buy-link-cards .panel {
    border: 0;
    font-family: "HouschkaLight";
    color: #92278F;
    display: inline-block;
    width: 150px;
    max-width: 150px;
    overflow: hidden;
    margin: 4px;
}

.page-home-buy .buy-link-cards .panel-body {
    display: flex;
    align-items: center;
}

.page-home-buy .buy-link-cards .panel-body>div {
    align-self: flex-end;
    margin: 0 auto;
}

.honestyStatement {
    font-weight: bold;
    padding: 25px;
    background: #ffffff;
    margin-bottom: 25px;
}


.page-home-insurance .page-banner {
    background-color: #701d6d;
    background-image: url('../images/other-products/home-insurance/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    color: #ffffff;
    min-height: 500px;
    padding-top: 100px;
}

.page-home-insurance .page-banner .title-1 {
    color: #ffffff;
}

.page-home-insurance .page-content {
    margin-top: 50px;
    font-size: 14pt;
}

.page-home-insurance .boxouts img {
    height: 89px;
}

.page-home-insurance .fscs-content .title {
    margin-bottom: 20px;
}

.page-home-insurance .insurer-logos {
    padding: 25px;
    background: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.page-home-insurance .insurer-logos .bimg {
    margin: 0 10px;
}

.page-home-insurance .home-types-container .title {
    font-family: "HouschkaLight";
    font-size: 24pt;
    color: #92278F;
    margin: 25px 0 20px;
}

.page-home-insurance .home-types-container .detail {
    text-align: center;
    margin-top: 5px;
}

/*
  Loader
*/

.full-overlay {
  background-color: rgb(146, 39, 143, 0.6);
  z-index: 10;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}

.full-overlay-text {
    width: 100%;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255, 1);
    z-index: 10;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
