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

body {
    background: #f4f4f4;
    font-family: "Exo",Sans-serif;
}



:root {
    --whitebg: #fff;
    --errorRed: #FF0000;
    --grayBorder: #ccc;
    /* --activeBoxBlue: #068FC3; */
    --mymovebuddyButtonHover: #2c3593;
    --mymovebuddyColor: #0D89A4;
    --mymovebuddyButtonColor: #0D89A4;
}

a, a:active, a:visited, a:hover {
    color: var(--mymovebuddyColor);
}

a.btn-danger, a.btn-info {
    color: #ffffff;
    padding: 3px 10px;
    font-weight: 500;
}

.fraud-image-lightbox {
  display: none;
  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%;
  display: none;
}

.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;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    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: var(--mymovebuddyColor);
    color: #eeeeee;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 25px;
}

.mymovebuddy #login-button {
    border-color: #fff;
}

.mymovebuddy #activate-button {
    border-color: #fff;
}

@media screen and (max-width: 576px){
    .mymovebuddy .btn {
        margin-top: 10px;
    }
}

.mymovebuddy #password-reset {
    border-color: #fff;
}

.small {
    font-size: 0.8em;
}

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

.fg-primary, .text-primary {
    color: var(--mymovebuddyColor);
}

.bg-primary, .btn-primary, .label-btn-primary {
    background-color: var(--mymovebuddyButtonColor);
    border: 1px solid var(--mymovebuddyButtonColor);
}

.btn-primary {
    color: #ffffff !important;
    border-radius: 8px;
}

.btn-bg-white {
    background: #ffffff;
    color: var(--mymovebuddyColor) !important;
}

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

.btn-group-toggle .btn-default.active {
    background-color: var(--mymovebuddyColor);
    border-color: var(--mymovebuddyColor);
    color: #ffffff;
}

.panel-primary {
    background-color: var(--mymovebuddyColor);
    border-color: var(--mymovebuddyColor);
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: var(--mymovebuddyColor);
    border-color: var(--mymovebuddyColor);
}

/* .btn-primary, .label-btn-primary {
    border: 1px solid var(--mymovebuddyColor);
} */
/* 
.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: var(--mymovebuddyColor);
}

#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: var(--mymovebuddyColor);
    font-size: 15pt;
    /* font-family: "HouschkaLight"; */
}

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

.back-to-top {
    background-color: var(--mymovebuddyButtonColor);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 100;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
    background-color: var(--mymovebuddyButtonColor);
}

.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: var(--mymovebuddyColor);
    color: #ffffff;
    padding: 3px;
}

.no-pad {
    padding: 0;
}

.error-msg {
    background: #ffcccc;
    padding: 5px 10px;
    color: #C12132;
    font-size: 14pt;
    margin: 10px 0;
    margin-top: -5px;
    float: left;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}

.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: var(--mymovebuddyColor);

    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: var(--mymovebuddyColor);
    border: 1px solid var(--mymovebuddyColor);
    margin: 5px;
    vertical-align: top;
    color: #ffffff;
    border-radius: 8px;
}

@media screen and (max-width: 576px){
    #orderCompleteLinks .fileItem {
        width: 100%;
    }
}

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

#orderCompleteLinks .fileItem:hover {
    background-color: var(--mymovebuddyButtonHover);
    border: 1px solid var(--mymovebuddyButtonHover);
    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: var(--mymovebuddyColor);
    border: 1px solid var(--mymovebuddyColor);
    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: 15px;
}

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: var(--mymovebuddyColor);
    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: var(--mymovebuddyColor);
    line-height: 15pt;
    color: #ffffff;
    background: var(--mymovebuddyColor);
}

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: var(--mymovebuddyColor);
    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;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--mymovebuddyColor);
    outline: 0;
}

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

.customer-navbar {
    background-color: var(--mymovebuddyColor);
    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: var(--mymovebuddyColor);
    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: var(--mymovebuddyColor);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/* FOOTER */

footer {
    padding: 50px;
    background-color: #1D1D1D;
    color: #bbbbbb;
    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;
}

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

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

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

.title-1 {
    /* font-family: "HouschkaLight"; */
    font-size: 28pt;
    color: var(--mymovebuddyColor);
    padding: 15px 0 20px;
    margin: 0;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
}

.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;
    font-weight: 600;
    color: var(--mymovebuddyColor);
    margin-bottom: 15px;
}

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

.mymovebuddy .form .form-control {
    margin-bottom: 15px;
}

@media screen and (min-width: 1199px){
    .mymovebuddy .form .form-group a,
    .mymovebuddy .form .form-group button {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px){
    .mymovebuddy .form .form-group a {
        margin-bottom: 15px;
    }
    
    .mymovebuddy .form .form-group button {
        margin-bottom: 15px;
    }
}

.mymovebuddy .form .control-label span {
    font-size: 14pt;
    font-weight: 400;
}

.form .form-control {
    background: var(--whitebg);
    border: 1px solid var(--grayBorder);
    border-radius: 8px;
    float: left;
    font-size: 16px;
    height: 45px;
    outline: none;
    position: relative;
    width: 100%;
    font-weight: 500;
}
.errorBorder {
    border: 2px solid var(--errorRed) !important;
    background: url(https://breakdown.covermy.co.uk/client/breakdown/images//error-icon.svg) no-repeat;
    background-size: 30px 30px;
    background-position: calc(100% - 15px) center;
}

.form .form-control:focus {
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(242 101 34 / 60%); */
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 5px auto var(--mymovebuddyColor) !important;
    border-color: var(--mymovebuddyColor);
    border: none;
}

/* .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: var(--mymovebuddyColor);
    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;
    outline: none !important;
    outline-offset: 0px;
}

.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;
    font-weight: 500;
}


.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: var(--mymovebuddyColor);
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: var(--mymovebuddyColor);
}

.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: 30px;
}

.gapVehicleDetails .field-help {
    margin-top: 27px;
}

.field-help {
    font-size: 12pt;
    padding: 15px;
    border: 1px solid var(--mymovebuddyColor);
    background: var(--mymovebuddyColor);
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
}

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

    #optionsContainer .field-help {
        margin: 0;
    }

    #optionsContainer.form-container {
        padding: 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;
    font-weight: 500;
}

.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 15px;
    padding-top: 30px;
}

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

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

.order-stage-indicator:link, .order-stage-indicator:visited, .order-stage-indicator:hover, .order-stage-indicator:focus, .order-stage-indicator:active{
    color: #ffffff;
    text-decoration: none;
}

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

.order-stage-indicator.completed {
    background-color: var(--mymovebuddyColor);
}

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

    .order-stage-indicator {
        font-size: 14pt;
        margin-bottom: 10px
    }
}

@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;
    }
}

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

    .order-stage-indicator {
        font-size: 14pt;
        margin-bottom: 10px
    }
}

.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;
}

#paymentDetailsForm .table {
    font-weight: 500;
}

#paymentDetailsForm .table-responsive {
    border: none;
}

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

table.products {
    margin-bottom: 0;
}

table.products .fa-check {
    color: var(--mymovebuddyColor);
}

table.products .fa-times {
    color: var(--mymovebuddyColor);
}

table.products th, table.products td {
    text-align: center;
    border-left: 1px solid var(--mymovebuddyColor) !important;
    border-bottom: 1px solid var(--mymovebuddyColor) !important;
}

table.products td.alternate {
    background-color: #dddddd;
}

table.products > tbody > tr:first-of-type, table.products > tbody > tr:last-of-type {
    background: var(--mymovebuddyColor);
}

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: var(--mymovebuddyColor);
}

table.products td {
    vertical-align: middle !important;
    color: var(--mymovebuddyColor);
}

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: var(--mymovebuddyColor);
    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: 16pt;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 500px){
    .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: var(--mymovebuddyColor);
}

.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;
    font-weight: 600;
    color: var(--mymovebuddyColor);
}

.stageSubTitle {
    /* font-family: "HouschkaLight"; */
    font-size: 18pt;
    margin-bottom: 10px;
    color: var(--mymovebuddyColor);
    font-weight: 600;
}

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

    .stageSubTitle {
        font-size: 14pt;
    }
}

.payToday {
    /* font-family: 'HouschkaLight'; */
    font-size: 22pt;
    font-weight: bold;
    color: var(--mymovebuddyColor);
    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: var(--mymovebuddyColor);
}

.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: var(--mymovebuddyColor);
    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: var(--mymovebuddyColor);
    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;
    font-size: 16px;
}


.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: var(--mymovebuddyColor);
    margin: 25px 0 20px;
}

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


.headerThreeLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.headerThreeLogoRight {
    text-align: right;
}

.headerThreeLogo .headerThreeLogoRight img{
    height: 34px;
    width: 34px;
}

.headerThreeLogoRight .telephone{
    color: var(--mymovebuddyColor);
}

.headerThreeLogoLeft img {
    height: auto;
    width: auto;
    max-height: 100px;
    display: inline-block;
}

.headerThreeLogo img {
    height: auto;
    width: auto;
    max-height: 100px;
}

.headerThreeLogoLeft .underwrittenBy{
    display: inline-block;
}

.headerThreeLogoLeft .underwrittenBy span{
    color: var(--mymovebuddyColor);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 10pt;
}

.headerThreeLogoLeft .underwrittenBy img{
    max-height: 80px;
}

.imgMargin {
    margin-right: 30px;
}


/* Payment */

.paymentContainer .payment-title {
    width: 100%;
    text-align: center;
}

.paymentContainer .form-container .field-container:first-of-type {
    grid-area: name;
}

.paymentContainer .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.paymentContainer .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.paymentContainer .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.paymentContainer .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.paymentContainer .field-container {
    position: relative;
}

.paymentContainer .form-container {
    /* display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    color: #707070; */
    padding: 0;
}

.paymentContainer label {
    /* padding-bottom: 5px; */
    /* font-size: 13px; */
}

/* .paymentContainer input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
} */

.paymentContainer .ccicon {
    height: 30px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.paymentContainer .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.paymentContainer .container {
    width: 100%;
}

.paymentContainer #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

.paymentContainer #ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.paymentContainer .creditcard svg#cardfront,
.paymentContainer .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

.paymentContainer #generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.paymentContainer .creditcard .lightcolor,
.paymentContainer .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.paymentContainer .creditcard .lightblue {
    fill: #03A9F4;
}

.paymentContainer .creditcard .lightbluedark {
    fill: #0288D1;
}

.paymentContainer .creditcard .red {
    fill: #ef5350;
}

.paymentContainer .creditcard .reddark {
    fill: #d32f2f;
}

.paymentContainer .creditcard .purple {
    fill: #ab47bc;
}

.paymentContainer .creditcard .purpledark {
    fill: #7b1fa2;
}

.paymentContainer .creditcard .cyan {
    fill: #26c6da;
}

.paymentContainer .creditcard .cyandark {
    fill: #0097a7;
}

.paymentContainer .creditcard .green {
    fill: #66bb6a;
}

.paymentContainer .creditcard .greendark {
    fill: #388e3c;
}

.paymentContainer .creditcard .lime {
    fill: #d4e157;
}

.paymentContainer .creditcard .limedark {
    fill: #afb42b;
}

.paymentContainer .creditcard .yellow {
    fill: #ffeb3b;
}

.paymentContainer .creditcard .yellowdark {
    fill: #f9a825;
}

.paymentContainer .creditcard .orange {
    fill: #ff9800;
}

.paymentContainer .creditcard .orangedark {
    fill: #ef6c00;
}

.paymentContainer .creditcard .grey {
    fill: #bdbdbd;
}

.paymentContainer .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
.paymentContainer #svgname {
    text-transform: uppercase;
}

.paymentContainer #cardfront .st2 {
    fill: #FFFFFF;
}

.paymentContainer #cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

.paymentContainer #cardfront .st4 {
    font-size: 54.7817px;
}

.paymentContainer #cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.paymentContainer #cardfront .st6 {
    font-size: 33.1112px;
}

.paymentContainer #cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

.paymentContainer #cardfront .st8 {
    font-size: 24px;
}

.paymentContainer #cardfront .st9 {
    font-size: 36.5498px;
}

.paymentContainer #cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

.paymentContainer #cardfront .st11 {
    font-size: 16.1716px;
}

.paymentContainer #cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
.paymentContainer #cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

.paymentContainer #cardback .st2 {
    fill: #111111;
}

.paymentContainer #cardback .st3 {
    fill: #F2F2F2;
}

.paymentContainer #cardback .st4 {
    fill: #D8D2DB;
}

.paymentContainer #cardback .st5 {
    fill: #C4C4C4;
}

.paymentContainer #cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.paymentContainer #cardback .st7 {
    font-size: 27px;
}

.paymentContainer #cardback .st8 {
    opacity: 0.6;
}

.paymentContainer #cardback .st9 {
    fill: #FFFFFF;
}

.paymentContainer #cardback .st10 {
    font-size: 24px;
}

.paymentContainer #cardback .st11 {
    fill: #EAEAEA;
}

.paymentContainer #cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

.paymentContainer #cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */

.paymentContainer .creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .paymentContainer .creditcard {
        padding-bottom: 20px;
    }

    .paymentContainer .form-container {
        margin: 0 auto;
    }
}

.paymentContainer .creditcard .front,
.paymentContainer .creditcard .back {
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.paymentContainer .creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.paymentContainer .creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.trustpilot-widget {
    max-height: 110px;
}

.header-logo {
    max-height: 100px;
}

button.lookup-address{
    margin-top: 25px;
    padding: 0 15px;
    line-height: 45px;
}

#stage2form #addVehicleModal .address{
    color: var(--mymovebuddyColor);
}

#stage1form .select {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 500px){
    .term-agreement-list {
        padding-left: 0px;
        padding-top: 5px;
    }
}

#paymentOptionsContainer .document-link, a.btn.doclink{
    margin-bottom: 5px;
}

/* Helpers */

.display-flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.text-align-left {
    text-align: left;
}

.divider {
    height: 1px;
    border-top: 1px solid var(--grayBorder);
    margin-top: 12px;
    margin-bottom: 12px;
}

.no-margin {
    margin: 0;
}