@font-face {
    font-family: 'AkkoBold';
    src: url(../fonts/akko/AkkoRoundedPro-Bold_1.woff2) format('woff2'), url(../fonts/akko/AkkoRoundedPro-Bold_1.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'AkkoMedium';
    src: url(../fonts/akko/AkkoRoundedPro-Medium_1.woff2) format('woff2'), url(../fonts/akko/AkkoRoundedPro-Medium_1.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'AkkoRegular';
    src: url(../fonts/akko/AkkoRoundedPro-Regular_1.woff2) format('woff2'), url(../fonts/akko/AkkoRoundedPro-Regular_1.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Futura';
    src: url(../fonts/futura/FuturaCom-Book.woff2) format('woff2'), url(../fonts/futura/FuturaCom-Book.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('../fonts/futura/FuturaBT-Book.eot');
    src: url('../fonts/futura/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/futura/FuturaBT-Book.svg#FuturaBT-Book') format('svg'), url('../fonts/futura/FuturaBT-Book.ttf') format('truetype'), url('../fonts/futura/FuturaBT-Book.woff') format('woff'), url('../fonts/futura/FuturaBT-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=72bf7b62-6f35-4178-8ff7-8de4044f56a8&fontids=5574941,5575027");
@font-face {
    font-family: "FuturaBT W05 Bold";
    src: url("../fonts/5574941/321f0848-25a6-4084-a356-7de984367d6b.eot?#iefix");
    src: url("../fonts/5574941/321f0848-25a6-4084-a356-7de984367d6b.eot?#iefix") format("eot"), url("../fonts/5574941/480df9d4-0a52-44dc-a6ea-32b77ac0dfa5.woff2") format("woff2"), url("../fonts/5574941/2fcfc1da-a7af-42d2-87f4-6613b3e5c900.woff") format("woff"), url("../fonts/5574941/0898acae-f0bf-49e3-a741-9cb9df8de4f7.ttf") format("truetype");
}

@font-face {
    font-family: "FuturaBT W05 Medium";
    src: url("../fonts/5575027/bd41bc16-3dde-422d-8e84-55a26fdee243.eot?#iefix");
    src: url("../fonts/5575027/bd41bc16-3dde-422d-8e84-55a26fdee243.eot?#iefix") format("eot"), url("../fonts/5575027/61d9e32c-2fc7-4804-967b-0bc17f76f10d.woff2") format("woff2"), url("../fonts/5575027/12a2ea1a-ff0f-48ec-b350-21d2115f2b88.woff") format("woff"), url("../fonts/5575027/34a7e407-2a13-4eb0-80a0-fc51e17b25fa.ttf") format("truetype");
}

a {
    text-decoration: none;
    color: #009fe0;
}


/* a:hover {
    color: #FF671F;
} */

body {
    font-family: 'FuturaBT-Book', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #969696;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
}

blockquote {
    font-family: 'AkkoMedium', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #009fe0;
    padding: 0 0 25px 0;
    margin: 0;
}

blockquote p {
    background-image: url(../img/blockquote.png);
    background-size: 24px;
    background-position: 210px top;
    background-repeat: no-repeat;
    margin: 0;
    font-size: 24px;
    line-height: 34px !important;
}

h2 {
    font-family: 'AkkoBold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    color: #009fe0;
    margin: 0;
}

h3 {
    font-family: 'AkkoMedium', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #002855;
    margin: 0;
}

h4 {
    font-family: 'AkkoMedium', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    color: #002855;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

#back,
#email {
    padding: 0 40px;
    border-left: 1px solid #ededed;
    font-family: 'AkkoRegular', sans-serif;
}

#back img {
    width: 12px;
    height: 6px;
    margin-right: 5px;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -60px;
    right: 0;
    margin: auto;
}

#back:hover img {
    width: 15px;
    height: 6px;
}

#backtotop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 0px;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
}

#backtotop:hover {
    color: #fff;
}

#content .container {
    max-width: 1600px;
    width: 100%;
    padding: 50px 0;
}


/* #content p,
#content ul,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  padding: 0 275px;
}

#content ul,
#content ol {
  padding: 0 350px;
} */

#content li {
    padding-top: 20px;
}

#content li:last-child {
    padding-bottom: 20px;
}

#content p {
    line-height: 25px;
}

#content img {
    width: 100% !important;
    height: auto !important;
}

#content .wp-caption {
    margin: 50px auto;
    max-width: 90% !important;
    border-left: 275px solid transparent;
    border-right: 276px solid transparent;
}

#content .wp-caption:last-child {
    margin-bottom: 0;
}

#content .wp-caption.embed {
    position: relative;
}

#content .wp-caption.embed::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
}

#content .wp-caption.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#content .wp-caption-text {
    padding: 0;
    margin-top: 0;
}

#copyright {
    padding: 12px 0;
    font-family: 'AkkoRegular', sans-serif;
    float: left;
    text-align: center;
    width: 100%;
}

#copyright a {
    color: #fff;
    text-decoration: underline;
}

#copyright a:hover {
    font-weight: bolder;
}

#checking .container,
#lumpsum .container,
#lodging .container,
#roadmap .container {
    width: 100%;
    max-width: 1650px;
}

#checking .row p,
#lumpsum .row p,
#lodging .row p {
    color: #969696;
    line-height: 22px;
}

#checking .row .bg-white:before,
#lumpsum .row .bg-white:before,
#lodging .row .bg-white:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    left: 0;
    right: 0;
    bottom: 52px;
}

#checking .row .bg-white:after,
#lumpsum .row .bg-white:after,
#lodging .row .bg-white:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 62px;
    z-index: 0;
}

#close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

#close:hover {
    color: #009fe0;
}

#content h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 18px;
}

#cta {
    padding: 0 !important;
}

#cta h3 {
    margin-bottom: 25px;
}

#email img {
    height: 15px !important;
}

#email .link img {
    position: relative;
    top: 2px;
    left: -5px;
}

#faq h3 {
    margin-bottom: 40px !important;
}

#footer {
    padding: 55px 0px;
    width: 100%;
}

#footer .callnow {
    padding: 0 !important;
}

#nav {
    position: fixed;
    width: 100%;
    z-index: 3;
    box-sizing: border-box;
}

#nav div {
    height: 110px;
    line-height: 110px;
}

#nav li {
    display: inline-block;
    margin-left: 50px;
    font-family: 'AkkoRegular', sans-serif;
}

#nav ul a::after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #ff671f;
    display: block;
    position: relative;
    bottom: 3px;
    transition: width 0.3s;
}

#nav ul a:hover::after {
    width: 100%;
}

#nav .logo,
#nav .callnow,
#cta .callnow,
#footer .logo,
#footer .callnow,
#footer .partners {
    height: 55px;
    width: auto;
    vertical-align: middle;
    padding: 0 60px;
}

#nav.bg-white {
    border-bottom: 1px solid #ededed;
    border-bottom: none;
}

#next_steps,
#faq {
    padding: 40px 0;
}

#next_steps h3,
#faq h3 {
    font-size: 24px;
}

#next_steps li {
    font-family: 'AkkoRegular', sans-serif;
    font-size: 18px;
    margin-top: 40px !important;
    list-style-image: url(../img/ok.png);
}

#next_steps .container,
#faq .container {
    max-width: 1010px;
}

#overflow {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

#overview {
    opacity: 0;
    height: 0;
}

#panel {
    width: 100%;
    max-width: 500px;
    height: 100vh;
    padding: 80px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: -900px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    perspective: 0;
    -webkit-perspective: 0;
}

#panel h2 {
    color: #002e5a;
    margin-bottom: 25px;
    font-size: 45px;
}

#panel .panel-title a {
    color: inherit;
}

#panel .panel-title a:hover,
#panel .panel-title a:focus {
    color: #ff671f;
    outline: 0;
}

#panel span.show-mobile {
    display: none;
}

#panel p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 38px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #002855;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 250px;
}

#request {
    cursor: pointer;
    padding: 0px 40px;
    font-family: 'AkkoRegular', sans-serif;
}

.cross img,
.hamburger img {
    height: 20px;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cross img,
.hamburger img {
    height: 15px;
    width: auto;
}

#resources h3 {
    font-size: 24px;
}

#resources h3,
#resources li {
    padding: 25px 30px;
    list-style: none;
    border-bottom: 1px solid #e9ebec;
}

#resources .container {
    max-width: 1810px;
}

#resources span,
#content a {
    text-decoration: underline;
}

#slider {
    background-color: #2b4b70;
    box-sizing: border-box;
    padding-bottom: 70px;
    min-height: 810px;
    overflow: hidden;
    position: relative;
}

#slider h1 {
    max-width: 900px;
    margin: 0 auto;
    padding: 250px 0 85px;
    z-index: 2;
    position: relative;
}

#slider img {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 822px;
}

#share_menu {
    position: absolute;
    width: 100%;
    display: none;
}

#share_menu div {
    height: auto !important;
    line-height: 0 !important;
    padding: 20px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

#share_menu span {
    position: relative;
    top: -5px;
    left: 20px;
}

#share_menu img {
    height: 20px;
    width: auto;
}

#title {
    padding: 275px 0 140px;
}

#title .container {
    max-width: 1290px;
}

#title .display {
    margin-top: 0;
    margin-bottom: 30px;
}

#what_are {
    display: block;
    padding: 1px 20px !important;
}

#what_are div {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1350px;
    padding: 75px 235px 55px;
    margin: 0 auto;
    z-index: 0;
    box-sizing: border-box;
    margin-top: -110px;
}

.accordion {
    cursor: pointer;
    padding: 40px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background: transparent;
}

.accordion.active {
    border-bottom: 0;
}

.accordion h4::after {
    content: '';
    float: right;
    background-image: url(../img/plus.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.active h4:after {
    background-image: url(../img/minus.png);
}

.accordion_panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.accordion_panel ul {
    margin: 0 0 25px;
}

.accordion_panel li {
    list-style-image: url(../img/ok2.png);
    margin: 5px 0 5px 28px;
}

.accordion_panel p {
    margin: 0 0 25px;
}

.background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blue {
    background-color: #009fe0;
}

.bg-grey {
    background-color: #f8f8f8;
}

.bg-navy {
    background-color: #002855;
}

.bg-orange {
    background-color: #ff671f;
}

.bg-white {
    background-color: #fff;
}

.color-blue {
    color: #009fe0;
}

.color-grey {
    color: #f8f8f8;
}

.color-navy {
    color: #002855;
}

.color-orange {
    color: #ff671f;
}

.color-white {
    color: #fff;
}

.col0of3,
.col1of3 {
    width: 100%;
    max-width: 33%;
    /* 545px */
    border: 1px solid #ededed;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 553px;
}

.col0of3 .background,
.col1of3 .background {
    padding-top: 47.25%;
}

.col0of3 .background,
.col1of3 .background,
.col2of3 .background {
    -webkit-transform: translate(0px, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transform: translate(0px, 0);
    -moz-transition: -moz-transform 0.8s ease;
    transform: translate(0px, 0);
    transition: -webkit-transform 0.8s ease;
}

.col0of3:hover a,
.col1of3:hover a {
    color: #ff671f;
}

.col0of3,
.col1of3 {
    margin-right: 2%;
}

.col2of3 {
    width: 100%;
    max-width: 30%;
    /* 490px */
}

.col2of3 .over {
    width: 30%;
    /* 145px; */
}

.col2of3 .item {
    border-bottom: 2px solid #e9ebec;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.col2of3 .item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.col2of3 .item h4 {
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    font-family: 'AkkoRegular', sans-serif;
}

.col2of3 .text {
    width: 65%;
    /* 145px; */
    padding: 0 !important;
    margin-left: 5%;
}

.col4 {
    width: 30.65%;
    /* 555px */
}

.col4.middle {
    margin-left: 3%;
    margin-right: 3%;
}

.col4 img {
    width: 15px;
    height: auto;
}

.container {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.cross {
    background: #385078 !important;
}

.cross,
.menu {
    display: none;
}

.cross,
.hamburger {
    background: none;
    float: left;
    width: 75px;
    height: 75px;
    padding: 0;
    border: 0;
    border-right: 1px solid #365679;
    cursor: pointer;
    outline: none;
    z-index: 9999;
}

.display {
    font-size: 52px;
    line-height: 62px;
    font-family: 'AkkoBold', sans-serif;
    font-weight: normal;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hamburger {
    display: none;
}

.img-responsive {
    width: 100%;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.large {
    font-family: 'Futura', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.menu {
    z-index: 99;
    width: 100%;
    position: absolute;
    top: 75px;
    height: initial !important;
    box-sizing: border-box;
    padding: 40px;
}

.menu a {
    display: block;
    width: 100%;
    font-size: 25px;
    line-height: 60px;
}

.over {
    overflow: hidden;
}

.posts {
    padding: 80px 0;
}

.posts:focus {
    outline: 0;
}

.posts .container>.row {
    display: flex;
    align-items: stretch;
}

.posts .container>.row p {
    height: 0;
}

.posts .text {
    padding: 32px;
}

.posts .text.bg-white {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}

.posts .container>.row>.col0of3>a,
.posts .container>.row>.col1of3>a {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-content: stretch;
    height: 100%;
}

.posts .container>.row>.col0of3>a:hover,
.posts .container>.row>.col0of3>a:focus,
.posts .container>.row>.col1of3>a:hover,
.posts .container>.row>.col1of3>a:focus {
    outline: 0;
}

.posts .container>.row>.col0of3>a:hover .background,
.posts .container>.row>.col0of3>a:focus .background,
.posts .container>.row>.col1of3>a:hover .background,
.posts .container>.row>.col1of3>a:focus .background,
.posts .container .col2of3 a:hover .background,
.posts .container .col2of3 a:focus .background {
    transform: scale(1.2) !important;
    -o-transform: scale(1.2);
    -webkit-transform: translate(0px, 0);
}

.posts .container>.row>.col2of3.inline {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid transparent;
}

.posts .text.bg-white .read_more {
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.read_more {
    font-family: 'AkkoRegular', sans-serif;
    font-size: 16px;
}

.col2of3 .read_more {
    display: block;
    margin-top: 8px;
}

.relative {
    position: relative;
}

.share {
    display: none;
}

.subtitle {
    width: 100%;
    max-width: 965px;
    margin: 30px auto 80px;
}

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

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

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

#panel .wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form {
    margin-top: 10px;
}

.wpcf7-form-control-wrap {
    z-index: 3;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form label {
    position: relative;
    display: block;
}

.wpcf7-form input,
.wpcf7-form select {
    border: 0;
    border-radius: 0;
    width: 100%;
    background: transparent;
    font-family: 'Futura', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.wpcf7-form select {
    background: transparent url(../img/triangle.png) no-repeat;
    background-size: 6px;
    background-position: calc(100% - 8px);
}

.floating_input {
    padding-top: 16px;
    border-bottom: 1px solid #002855;
}

.floating_input.textarea {
    border-bottom: none;
}

.floating_input select {
    color: white;
    opacity: 0;
}

.floating_input.float select {
    opacity: 1;
}

.floating_input input,
.floating_input select {
    padding-left: 0;
    padding-right: 0;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
}

.wpcf7-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    height: 80px;
    font-family: 'Futura', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    -webkit-font-smoothing: antialiased !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    -webkit-font-smoothing: antialiased !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    -webkit-font-smoothing: antialiased !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    -webkit-font-smoothing: antialiased !important;
}

.floating_input .selector {
    font-family: 'Futura', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    position: absolute;
    top: 15px;
    transition: all 200ms;
    width: 100%;
    text-transform: capitalize;
    z-index: 2;
}

.floating_input.float select {
    color: inherit;
}

.floating_input.float .selector {
    transform: translate3d(0, -100%, 0);
    text-transform: uppercase;
    color: #002855;
    font-size: 10px;
    line-height: 20px;
    opacity: 0.5;
}

.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #ff671f;
    width: auto;
    padding: 12px 46px;
    border-radius: 5px;
    border: 0px;
    font-family: 'AkkoRegular';
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #e40015;
    font-size: 10px;
    line-height: 16px;
}

.wpcf7-form .wpcf7-response-output {
    border: none;
    color: #e40015;
    font-size: 18px;
    padding: 0;
    font-family: 'AkkoRegular';
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #002855;
}

#roadmap .container {
    padding-top: 155px;
    padding-left: 30px;
    padding-right: 30px;
}

#roadmap .image-roadmap {
    border: 1px solid #000100;
    margin-bottom: 50px;
    overflow-x: auto;
}

#roadmap .image-roadmap img {
    max-width: 100%;
    display: block;
    min-width: 1120px;
}

#roadmap .download-link {
    float: right;
}

#roadmap .link-section {
    margin-bottom: 40px;
}

#roadmap .link-section:after {
    content: '';
    display: block;
    clear: both;
}

.btn-primary {
    background-color: #fc671f;
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 15px;
    font-size: 19px;
    line-height: 19px;
    font-family: 'AkkoMedium', sans-serif;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #fc671f;
    color: #ffffff;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

#what_are .link-wrapper {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

#resources .link-wrapper {
    display: block;
    margin-top: 40px;
}

#header-call .show-mobile {
    display: none;
    height: 20px;
    width: auto;
    position: relative;
    top: 5px;
}

#request .show-mobile {
    display: none;
}

.accordion_panel {
    font-size: 15px;
    line-height: 24px;
}

.accordion_panel ul {
    padding: 20px 0;
    margin: 0;
}

.accordion_panel li {
    margin-bottom: 15px;
}

@media screen and (min-width: 1931px) {
    #slider img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1800px) {
    /* -70% */
    blockquote {
        padding: 0 0 5px 0;
    }
    blockquote p {
        background-position: 200px top;
        line-height: 24px !important;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    /* #next_steps ul {
        max-width: 700px;
    } */
    #checking .container,
    #lumpsum .container,
    #lodging .container {
        max-width: 1155px;
        padding: 0 20px;
    }
    #content .container {
        max-width: 1120px;
        padding: 50px 0;
        width: 100%;
    }
    /* #content p,
    #content ul,
    #content h1,
    #content h2,
    #content h3,
    #content h4,
    #content h5,
    #next_steps ul,
    #faq h3,
    #faq .acc {
        padding: 0 230px;
        margin: 0;
    }
    #content ul,
    #content ol {
        padding: 0 290px;
    } */
    #content .wp-caption {
        border-left-width: 230px;
        border-right-width: 230px;
    }
    #nav li {
        margin-left: 25px;
    }
    #nav div {
        height: 76px;
        line-height: 75px;
    }
    #nav .logo,
    #nav .callnow,
    #footer .logo,
    #footer .callnow,
    #footer .partners {
        height: 38.5px;
        padding: 0 25px;
    }
    #next_steps,
    #faq {
        padding: 45px 0;
    }
    #next_steps .container,
    #faq .container {
        max-width: 1120px;
        padding: 40px 0;
        width: 100%;
    }
    #resources h3,
    #resources li {
        padding: 17px 21px;
        list-style: none;
        border-bottom: 1px solid #e9ebec;
    }
    #resources .container {
        max-width: 1265px;
    }
    #slider {
        font-size: 46px;
        line-height: 56px;
    }
    #slider h1 {
        max-width: 780px;
        padding: 160px 0 60px;
    }
    #what_are p {
        line-height: 22px;
    }
    #what_are div {
        max-width: 945px;
        padding: 50px 165px 40px;
    }
    #title {
        padding: 160px 0 80px;
    }
    #title .container {
        max-width: 900px;
    }
    #title .display {
        font-size: 40px;
        line-height: 50px;
    }
    #title .display {
        font-size: 40px;
        line-height: 50px;
    }
    #title h2 {
        font-family: 'AkkoRegular', sans-serif;
        font-size: 30px;
        line-height: 40px;
    }
    .accordion {
        padding: 20px 0;
    }
    .display {
        font-size: 45px;
        line-height: 55px;
    }
    .large {
        font-size: 20px;
    }
    .subtitle {
        max-width: 740px;
    }
    #roadmap .container {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1280px) {
    #nav .callnow {
        padding: 0 10px;
    }
    #nav li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1385px) {
    .hamburger,
    #request img {
        display: inline-block;
    }
    #close,
    #nav ul,
    /*#nav .callnow,*/
    #email img,
    #email .link,
    #back span {
        display: none;
    }
     #nav li,
    .share {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
/*@media screen and (max-width: 1385px) {*/
    #back,
    #email {
        padding: 0px;
        width: 75px;
        text-align: center;
    }
    #back img {
        left: 0;
    }
    #close,
    #nav ul,
    #nav .callnow,
    #email img,
    #email .link,
    #back span {
        display: none;
    }
    #nav li,
    .share {
        display: block;
    }
    #panel {
        top: 75px;
        height: calc(100vh - 75px);
    }
    #request {
        width: 135px;
        padding: 0;
    }
    .hamburger,
    #request img {
        display: inline-block;
    }
    #slider {
        min-height: 635px;
    }
    #slider img {
        max-height: 625px;
        left: -130px;
        bottom: 20px;
    }
    #header-call .show-mobile {
        display: inline-block;
    }
    #header-call .show-desktop {
        display: none;
    }
    #panel span.show-mobile {
        display: inline-block;
    }
    #panel span.show-desktop {
        display: none;
    }
    #panel a.color-blue {
        color: #002855 !important;
    }
    #request .show-mobile {
        display: inline-block;
    }
    #request .show-desktop {
        display: none;
    }
    #header-call {
        float: right;
    }
    #header-call a {
        display: block;
        text-align: center;
    }
    #header-call a:hover {
        background-color: #e74a02;
    }
}

@media screen and (max-width: 1024px) {
    /* 50% */
    #checking .container,
    #lumpsum .container,
    #lodging .container,
    #roadmap .container {
        max-width: 930px;
    }
    #footer {
        padding: 25px 0px !important;
    }
    #nav .logo,
    #nav .callnow,
    #footer .logo,
    #footer .callnow,
    #footer .partners,
    #cta .callnow {
        height: 28px;
        padding: 0 15px;
    }
    #content p,
    #content ul,
    #content h1,
    #content h2,
    #content h3,
    #content h4,
    #content h5,
    #next_steps ul,
    #faq h3,
    #faq .acc {
        padding: 0 100px;
        margin: 0;
    }
    #content ul,
    #content ol {
        padding: 0 140px;
    }
    #content .wp-caption {
        border-left-width: 100px;
        border-right-width: 100px;
    }
    #nav li {
        margin-left: 10px;
    }
    #request {
        padding: 0;
    }
    .col0of3,
    .col1of3 {
        margin-right: 1%;
    }
    .posts {
        padding: 75px 0;
    }
    #slider {
        min-height: 640px;
    }
    #slider img {
        max-height: 578px;
        left: -210px;
        top: 20px;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 33px;
    }
    #nav .logo {
        padding: 0 0 0 10px;
        height: 22px;
    }
    #what_are div {
        padding: 20px;
        margin-top: -20px;
    }
    .display {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 321px) {
    #nav.bg-white .logo {
        padding: 0 0 0 10px;
        height: 12px;
    }
}

@media screen and (min-width: 1200px) {
    #request:hover {
        -webkit-transition: background-color 250ms linear;
        -ms-transition: background-color 250ms linear;
        transition: background-color 250ms linear;
    }
}

.card-center {
    position: relative;
    margin-top: 3%;
    margin-bottom: 20px;
    display: inline-block;
}

.card-circle {
    min-width: 240px;
    min-height: 64px;
}

.card-circle img {
    max-width: 60px;
    margin-left: 15%;
}


/* Create two equal columns that floats next to each other */

.card-column {
    float: left;
}

.card-column h5 {
    max-width: 200px;
    text-align: left;
    position: relative;
    display: inline-block;
    left: 16px;
    top: -17px;
}

h4.card-column {
    padding-top: 18px;
    padding-left: 8px;
}

div.card-column {
    margin-left: 33px;
    height: 100px;
    margin-bottom: 15px;
}


/* Clear floats after the columns */

.card-row:after {
    content: '';
    display: table;
    clear: both;
}

.accordion-button-more {
    cursor: pointer;
    padding: 40px 0;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background: transparent;
    width: auto;
}

.accordion-button-more h4 {
    color: #ff671f;
}

.accordion-button-more h4::after {
    content: '';
    float: right;
    background-image: url(../img/down.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 10px;
    margin-top: 4px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.accordion-button-more.active h4:after {
    background-image: url(../img/up.png);
}

.accordion-button-more ::after {
    border: none !important;
}

.openRequest {
    cursor: pointer;
    padding: 14px 70px;
    margin-top: 30px;
}

.help-content {
    padding-top: 35px;
    padding-bottom: 0px;
}

.close-button {
    display: none;
    color: white;
    font-size: 25px;
    font-family: sans-serif;
    position: relative;
    top: 10px;
}

.call-back-button {
    color: white;
    top: 15%;
    position: relative;
}

.nav-button-item {
    line-height: 0 !important;
    height: auto !important;
    top: 47%;
    position: relative;
}

#calculator-button-desktop {
    position: fixed;
    display: flex;
    vertical-align: middle;
    right: 0;
    top: 50%;
    z-index: 5;
    color: white;
    font-family: 'AkkoRegular', sans-serif;
    font-size: 19px;
    width: 334px;
    padding: 11px;
    margin-right: -157px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#calculator-button-mobile {
    position: fixed;
    bottom: 13px;
    z-index: 5;
    left: 39%;
    color: white;
    font-family: 'AkkoRegular', sans-serif;
    width: 200px;
    padding-top: 11px;
    padding-bottom: 3px;
    padding-right: 9px;
    padding-left: 9px;
    margin-right: -104px;
    border-radius: 7px;
}

.close-calculator {
    cursor: pointer;
    font-size: 25px;
    padding-left: 4px;
    font-family: sans-serif;
    position: relative;
    bottom: 3px;
}

#calculator-button-mobile img,
#calculator-button-desktop img {
    max-height: 25px;
    padding-right: 8px;
}

.nav-button-item img {
    display: block;
    width: 70px;
    padding-left: 25px;
    padding-top: 8px;
}

.article-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 250px;
}

.roadmap-mobile {
    display: none;
}

.roadmap-desktop {
    display: inline-block;
}

.right-footer-item {
    float: right;
}
/* 02-04/2019 */

.hero__banner__container {
    max-width: 1262px;
    margin: 0 auto;
    padding: 180px 15px 85px;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__banner__container p {
    margin: 0 0 30px;
    font-family: FuturaBT-Book;
}

.hero__banner__left .overview-decription-wrp {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}

#slider.text-left .hero__banner__container {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #slider.text-left .hero__banner__container {
        padding-bottom: 50px;
    }
}

.hero__banner__right {
    width: 43%;
}

#slider {
    /* margin-bottom: 140px; */
    overflow: visible;
    min-height: 720px;
}

#slider:before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    background: url('../img/bg-curve-right.png') no-repeat;
    width: 476px;
    height: 417px;
    top: 110px;
}

#slider img {
    bottom: -170px;
    height: auto;
}

#slider .hero__banner__container h1 {
    max-width: 100%;
    padding: 0;
    margin: 0 0 55px;
    font-size: 62px;
}

.hero__banner__left {
    text-align: left;
    color: #fff;
    width: 57%;
}

#lodging {
    padding-top: 160px;
}

.overview-box-button-wrp {
    padding-left: 44px;
    padding-top: 64px;
    margin-bottom: -62px;
    padding-right: 26px;
}

.overview-box-button-wrp .btn__holder {
    font-family: 'AkkoRegular', sans-serif;
    border: 1px solid #fff;
    min-height: 116px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 30px 15px 134px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
    text-align: left;
}

.overview-box-button-wrp .btn__holder:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 69px;
    background: url('../img/icon-not-logged.svg') no-repeat;
    top: 50%;
    margin-top: -35px;
    margin-left: 45px;
}

.overview-box-button-wrp .btn__holder:nth-child(2):before {
    background: url('../img/icon-logged.svg') no-repeat;
}

.overview-box-button-wrp .btn__holder a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
}

.overview-box-button-wrp .btn__holder a:hover {
    color: #ff671f;
    border-bottom: 1px solid #ff671f;
}


/* article page */

.custom__body__wrapper {
    position: relative;
    overflow: hidden;
}

.section__lodged {
    background: #fff;
    position: relative;
    height: 764px;
    overflow: hidden;
}

.custom__container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1290px;
    margin: 0 auto;
}

.section__lodged .custom__container {
    padding-top: 190px;
}

.section__lodged .custom__container .col_6 {
    width: 43%;
}

.section__lodged .image__holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53%;
    min-height: 840px;
    padding-top: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.section__lodged .image__holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    /* height: 100% !important; */
    width: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section__lodged .image__holder img {
    width: 100%;
    height: auto;
}

.section.section__why__you {
    background: #2c4a76;
    padding: 70px 0;
    color: #fff;
}

.section.section__why__you .custom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whyyou__left {
    width: 25.811688311688314%;
    box-sizing: border-box;
}

.whyyou__left h3 {
    color: #fff;
    font-weight: 700;
}

.whyyou__right {
    width: 74.1883116883%;
    padding-left: 33px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whyyou__right .info {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px;
}

.whyyou__right .whyyou__right__l {
    width: 60%;
    font-size: 24px;
    line-height: 28px;
    padding-right: 7%;
    box-sizing: border-box;
}

.btn__main__blue {
    background: #fff;
    color: #009fe0;
    padding: 14px 40px;
    border-radius: 15px;
    font-size: 21px;
    line-height: 19px;
    font-family: 'AkkoMedium', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    height: 58px;
    line-height: 58px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 230px;
}

.btn__main__blue:hover {
    background-color: #009fe0;
    color: #fff;
}

.btn__main__orange {
    background: #fff;
    color: #ff661f;
    padding: 14px 40px;
    border-radius: 15px;
    font-size: 21px;
    line-height: 19px;
    font-family: 'AkkoMedium', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    height: 58px;
    line-height: 58px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 230px;
}

.btn__main__orange:hover {
    background-color: #ff661f;
    color: #fff;
}

.whyyou__right .whyyou__right__l p {
    margin: 0;
}

.whyyou__right .whyyou__right__r {
    width: 40%;
}

.whyyou__right p {
    margin: 0 0 30px;
}

.custom__row .col_6 {
    width: 50%;
}

.section__insurer {
    padding: 75px 0;
    color: #002855;
}

.section__insurer .next__holder {
    padding-right: 70px;
    font-size: 18px;
    line-height: 26px;
}

.section__insurer .next__holder p {
    margin: 0 0 18px;
}

.section__insurer .next__holder p:last-child {
    font-size: 14px;
    line-height: 18px;
    margin-top: 50px;
}

.section__insurer h3 {
    font-weight: 700;
    margin: 0 0 30px;
}

.section__insurer .text__holder {
    color: #002855;
    font-size: 18px;
    line-height: 27px;
}

.section__insurer .text__holder p {
    margin: 0 0 20px;
}

.section__insurer .insurer__info {
    color: #002855;
}

.section__insurer .custom__row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.section__insurer .custom__row .col_6 {
    padding: 0 30px;
}

.section__insurer .custom__row>*,
.insurer__box .insurer__row>* {
    box-sizing: border-box;
}

.insurer__box .insurer__row {
    display: flex;
    margin-bottom: 2px;
    font-size: 15px;
    color: #002855;
}

.insurer__box {
    margin-left: -54px;
    margin-right: 54px;
}

.insurer__box .insurer__row:first-child {
    font-size: 18px;
    font-weight: 600;
}

.insurer__box .insurer__left {
    width: calc(50% - 1px);
    padding: 25px 22px;
    background: #ccd4dd;
    margin-right: 1px;
    padding-left: 40px;
    position: relative;
}

.insurer__box .insurer__left:before {
    content: attr(data-number);
    left: 0;
    top: 0;
    position: absolute;
    margin: 24px 0 0 23px;
}

.insurer__box .insurer__right {
    width: calc(50% - 1px);
    padding: 25px 22px;
    background: #e5e9ee;
    margin-left: 1px;
}

.insurer__right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.insurer__right ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

.insurer__right ul li img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px 0 0;
}

.title__withicon {
    position: relative;
}

.title__withicon h2 {
    font-size: 62px;
    padding: 0 0 0 105px;
    line-height: 62px;
    margin: 0 0 52px;
}

.title__withicon img {
    position: absolute;
    left: 0;
    top: 0;
    margin: -3px 0 0;
}

.section__lodged .clain__info {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 40px;
    color: #009fe0;
}

.section__lodged .clain__info b {
    font-weight: normal;
    /* font-family: 'AkkoBold', sans-serif; */
    font-family: 'AkkoMedium', sans-serif;
}

.section__lodged .clain__info p {
    margin: 0;
}

.section__lodged .text__holder {
    color: #434345;
    font-size: 20px;
    line-height: 26px;
}

.section__lodged .text__holder p {
    margin: 0 0 27px;
}

.section__insurer__decision {
    background: #f6f6f6;
    padding: 75px 0 35px;
}

.section__insurer__decision .custom__row .col_6:nth-child(2) .text__holder {
    margin-left: -44px;
    padding-right: 48px;
    padding-top: 99px;
}

.section__insurer__decision .custom__row .col_6:nth-child(2) .text__holder p {
    margin: 0 0 30px;
}

.section__insurer__decision .custom__row .col_6:nth-child(2) .text__holder p:first-child {
    margin: 0 0 7px;
    font-size: 20px;
}

.section__insurer__decision .custom__row .col_6:nth-child(2) .text__holder p:nth-child(2) {
    margin: 0;
}

.section__insurer__decision h3 {
    font-weight: 700;
}

.section__insurer__decision .custom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right:
}

.section__insurer__decision .custom__row>* {
    box-sizing: border-box;
}

.section__insurer__decision .custom__row .col_6 {
    padding-left: 30px;
    padding-right: 30px;
}

.section__insurer__decision .text__holder {
    font-size: 18px;
    line-height: 26px;
    color: #002855;
}

.section__insurer__next {
    padding: 75px 0;
}

.section__insurer__decision h3 {
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 34px;
}

.section__insurer__next .custom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.section__insurer__next .custom__row>* {
    box-sizing: border-box;
}

.section__insurer__next .custom__row .col_6 {
    padding-left: 30px;
    padding-right: 30px;
}

.section__insurer__next .next__holder {
    background: #009fdf;
    color: #fff;
    margin-left: -30px;
    padding: 56px 30px 30px 36px;
    font-size: 18px;
    line-height: 26px;
    margin-right: 64px;
}

.section__insurer__next .next__holder h3 {
    font-weight: 700;
    color: #fff;
    font-size: 34px;
    margin: 0 0 20px;
    max-width: 420px;
}

.section__insurer__next .next__holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 18px;
}

.section__insurer__next .next__holder ul li {
    position: relative;
    padding-left: 35px;
    margin: 0 0 16px;
}

.section__insurer__next .next__holder ul li p {
    margin: 0;
}

.section__insurer__next .next__holder ul li img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 0 0;
}

.section__insurer__next .next__holder p {
    margin: 0 0 30px;
}

.section__insurer__next .text__holder {
    font-size: 18px;
    line-height: 26px;
    color: #009fdf;
}

.section__insurer__next .col_6:nth-child(2) .text__holder {
    margin-left: -56px;
}

.section__insurer__next .text__holder p {
    margin: 0 0 30px;
}

.section__insurer__next .text__holder .info__top {
    font-size: 36px;
    line-height: 47px;
    padding-right: 160px;
    padding-top: 40px;
    margin: 0 0 30px;
}

.section__claim__check {
    padding: 45px 0;
    background: #2c4a76;
    color: #fff;
    text-align: center;
}

.section__claim__check .custom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__claim__check .claim__text {
    font-size: 24px;
    line-height: 28px;
    margin-right: 80px;
}

.section__claim__check .btn__holder {
    min-width: 300px;
}

.insurer__box .insurer__right img {
    display: none;
}

.insurer__right ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url('../img/icon-check-blue.svg');
    top: 3px;
}

.hero__banner__left .overview-decription-wrp a.phone__number {
    color: #fff;
}

#copyright .color-white {
    color: #fff;
    max-width: 1398px;
    max-width: 100%;
    text-align: right !important;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 60px;
}

.section__insurer .show-in-mobile {
    display: none;
    padding: 0 30px;
}

.col2of3 .over {
    float: left;
}

.overview-box-button-wrp .btn__holder:nth-child(2) a:hover {
    color: #009fdf;
    border-bottom: 1px solid #009fdf;
}

section#content {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 40px 0;
}

#content p {
    font-size: 18px;
    line-height: 26px;
}

#content h3 {
    margin-top: 50px !important;
    margin-top: 50px !important;
    font-size: 30px;
    line-height: 34px;
}

#cta h4.color-navy {
    font-family: 'Futura', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #002855;
    max-width: 900px;
    margin: 0 auto;
}

#next_steps ul {
    max-width: 900px;
    margin: 0 auto;
}

#next_steps li {
    line-height: 26px;
}

#next_steps h3,
#faq h3 {
    font-size: 30px;
    font-family: 'AkkoMedium', sans-serif;
    font-weight: 700;
}

#content li {
    padding-top: 12px;
}

body {
    color: #002855;
}

blockquote p {
    background-position: 0 top;
    padding-left: 20px;
    padding-top: 20px;
    max-width: 900px;
}

.single-lodging .section__insurer {
    padding-bottom: 0;
}

.single-lodging .section__insurer~#content.section__custom__add h3 {
    margin-top: 0 !important;
}

@media screen and (max-width: 1800px) {
    #nav .float-left a.color-orange.back-wrapper {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1200px) {
    .nav-button-item {
        line-height: 17px !important;
        top: 30% !important;
    }
    .nav-button-item img {
        padding-left: 12px !important;
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 768px) {
    #calculator-button-desktop {
        display: block;
    }
    #calculator-button-mobile {
        display: none;
    }
    span.call-back-button.part1,
    span.call-back-button.part2 {
        display: none;
    }
    span.call-back-button.desktop {
        display: block;
        font-size: 17px !important;
    }
}

@media screen and (max-width: 768px) {
    #calculator-button-mobile {
        display: block;
    }
    #calculator-button-desktop {
        display: none;
    }
    span.call-back-button.part1,
    span.call-back-button.part2 {
        display: block;
    }
    span.call-back-button.desktop,
    .nav-button-item img {
        display: none !important;
    }
    /* #back {
        display: none !important;
    } */
    #header-call {
        display: none !important;
    }
    #backtotop {
        display: none !important;
    }
    .roadmap-mobile {
        display: inline-block;
    }
    .roadmap-desktop {
        display: none;
    }
    .card-column h5 {
        left: 86px;
        top: -38px;
    }
    .card-center {
        margin-bottom: 6px !important;
    }
    .nav-button-item {
        line-height: 1.2 !important;
        height: 100% !important;
        padding-bottom: 0px;
        padding-top: 0;
        position: initial;
        bottom: 0;
        margin-top: 0px;
    }
    .right-footer-item {
        float: left !important;
        width: 100%;
        text-align: center;
        padding: 30px 0;
        border-bottom: 1px solid #365679;
    }
}

@media all and (min-width: 425px) and (max-width: 768px) {
    #calculator-button-mobile {
        left: 37% !important;
    }
}

@media all and (min-width: 375px) and (max-width: 425px) {
    #calculator-button-mobile {
        left: 23% !important;
    }
}

@media all and (min-width: 325px) and (max-width: 375px) {
    #calculator-button-mobile {
        left: 20% !important;
    }
}

@media all and (min-width: 0px) and (max-width: 325px) {
    #calculator-button-mobile {
        left: 16% !important;
    }
}



/* .section__custom__add {
    padding-top: 0 !important;
}
#content.section__custom__add h3 {
    margin-top: 0 !important;
}
#title ~ .section__custom__add {
    padding-top: 75px;
}
#title ~ #content.section__custom__add h3 {
    margin-top: 50px !important;
} */

@media only screen and (max-width: 1800px) {
    #slider:before {
        top: 75px;
    }
    #slider img {
        left: -90px;
    }
    .hero__banner__container {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 1599px) {
    .section__lodged .image__holder img {
        height: 100% !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 1500px) {
    #slider:before {
        top: 73px;
        right: -40px;
    }
    #slider img {
        left: -140px;
    }
}

@media only screen and (max-width: 1400px) {
    .hero__banner__container {
        padding-top: 140px;
        padding-left: 40px;
        padding-right: 40px;
    }
    #slider:before {
        top: 73px;
        right: -170px;
    }
    #slider img {
        left: -180px;
    }
}

@media only screen and (max-width: 1200px) {
    #slider img {
        left: -190px;
    }
    #slider:before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .section__lodged {
        height: 680px;
    }
    .title__withicon h2 {
        font-size: 32px;
        padding: 0 0 0 90px;
        line-height: 32px;
    }
    .title__withicon img {
        margin: -10px 0 0;
        width: 42px;
        height: auto;
    }
    .section__lodged .clain__info {
        font-size: 22px;
        line-height: 30px;
    }
    #slider img {
        max-height: 578px;
        left: -100px;
        top: auto;
        bottom: -126px;
    }
    .insurer__box {
        margin-left: 0;
        margin-right: 0;
    }
    .section__insurer__decision .custom__row .col_6:nth-child(2) .text__holder {
        margin-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .section__insurer__next .col_6:nth-child(2) .text__holder {
        margin-left: 0;
    }
    .section__insurer__next .text__holder {
        padding-top: 20px;
    }
    .hero__banner__container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 120px;
    }
    .overview-box-button-wrp {
        padding-right: 0;
    }
    .overview-box-button-wrp .btn__holder {
        padding: 15px 30px 15px 90px;
    }
    .overview-box-button-wrp .btn__holder:before {
        margin-left: 24px;
    }
    #slider img {
        max-height: 400px;
        left: -130px;
        top: auto;
        bottom: -126px;
    }
    #slider .hero__banner__container h1 {
        font-size: 52px;
    }
    .section__insurer .next__holder {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px;
    }
    .hero__banner__left {
        width: 54%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .hero__banner__right {
        width: 46%;
    }
    .section__insurer__next .text__holder .info__top {
        padding-right: 0px;
    }
    .section__insurer__next .next__holder {
        margin-right: 0;
    }
    .section__lodged .custom__container {
        padding-top: 120px;
    }
    .section__insurer__next {
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section__lodged .custom__container {
        padding-top: 100px;
    }
    .section__lodged .custom__container .col_6 {
        width: 100%;
    }
    .section__lodged .image__holder {
        padding-top: 20px;
        position: static;
        width: 100%;
        min-height: auto;
    }
    .whyyou__left {
        width: 100%;
        margin: 0 0 30px;
    }
    .whyyou__right {
        width: 100%;
        padding-left: 0;
    }
    .custom__row .col_6 {
        width: 100%;
    }
    .insurer__box {
        padding-top: 30px;
    }
    .section__insurer__next .text__holder {
        padding-top: 10px;
    }
    .section__insurer__next .text__holder .info__top {
        font-size: 30px;
        line-height: 38px;
    }
    .section__claim__check {
        padding: 40px 0;
    }
    .section__insurer__next .next__holder {
        margin-right: -30px;
        padding: 40px 30px 30px;
    }
    .section__lodged {
        height: auto;
    }
    /* #slider {
        margin: 0 0 80px;
    } */
    .hero__banner__container {
        padding: 110px 40px 130px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .overview-box-button-wrp {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
    }
    .overview-box-button-wrp .btn__holder {
        min-height: 80px;
        font-size: 15px;
        line-height: 23px;
        padding: 15px 20px 15px 72px;
    }
    .overview-box-button-wrp .btn__holder:before {
        margin-left: 15px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    #slider img {
        height: auto;
        top: auto;
        bottom: -120px;
        left: -90px;
    }
    #lodging {
        padding-top: 120px !important;
    }
    .section__lodged .image__holder img {
        position: static;
        height: auto !important;
        width: 100% !important;
        transform: translate(0, 0);
        display: inline-block;
        vertical-align: top;
    }
    .hero__banner__left .overview-decription-wrp a.phone__number {
        margin-top: 0;
        display: block;
        position: relative;
    }
    .hero__banner__left .overview-decription-wrp a.phone__number:before {
        content: '';
        position: absolute;
        left: -5px;
        right: 0;
        bottom: 0;
        width: 128px;
        border: 1px solid #fff;
    }
    .section__insurer .show-in-mobile {
        display: block;
        width: 100%;
    }
    .section__insurer .hide-in-mobile {
        display: none;
    }
    .section__insurer .show-in-mobile p:first-child {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__banner__container {
        padding: 30px 40px 180px;
    }
}

@media only screen and (max-width: 767px) {
    .hero__banner__left .overview-decription-wrp {
        text-align: center;
    }
    .home .hero__banner__left .overview-decription-wrp p {
        text-align: center !important;
    }
    .hero__banner__left {
        padding-right: 0;
    }
    .hero__banner__container {
        display: block;
    }
    .hero__banner__left .overview-decription-wrp p>strong {
        display: block;
        margin: 0 0 20px;
    }
    .hero__banner__left {
        width: 100%;
    }
    .hero__banner__right {
        width: 100%;
    }
    .hero__banner__container {
        padding: 10px 40px 180px;
    }
    #slider .hero__banner__container h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .section__lodged .clain__info {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .title__withicon h2 {
        margin: 0 0 25px;
    }
    .section__lodged .text__holder {
        font-size: 12.87px;
        line-height: 20px;
    }
    .whyyou__right .info {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .section__lodged .text__holder p {
        margin-bottom: 20px;
    }
    .section.section__why__you {
        padding: 40px 0;
    }
    .whyyou__right p {
        margin: 0 0 20px;
    }
    .custom__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .whyyou__right .whyyou__right__l {
        font-size: 14px;
        line-height: 20px;
    }
    .section__insurer .next__holder {
        font-size: 14px;
        line-height: 20px;
    }
    .section__insurer {
        padding: 40px 0;
        color: #002855;
    }
    .single-lodging .section__insurer {
        padding-bottom: 0;
    }
    .btn__main__blue {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .section__insurer .text__holder {
        font-size: 14px;
        line-height: 22px;
    }
    .insurer__box .insurer__row {
        font-size: 14px;
    }
    .insurer__box .insurer__row:first-child {
        font-size: 14px;
    }
    .section__insurer__decision {
        background: #f6f6f6;
        padding: 40px 0;
    }
    .section__insurer__decision .text__holder {
        font-size: 14px;
        line-height: 22px;
    }
    .section__insurer__next {
        padding: 0;
    }
    .section__insurer__next .next__holder {
        font-size: 14px;
        line-height: 22px;
        padding-top: 20px;
    }
    .section__insurer__next .text__holder .info__top {
        font-size: 14px;
        line-height: 22px;
    }
    .section__insurer__next .text__holder p {
        margin: 0 0 20px;
    }
    .section__insurer__next .text__holder {
        font-size: 14px;
        line-height: 22px;
    }
    .section__claim__check {
        padding: 25px 0;
    }
    .section__claim__check .claim__text {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .insurer__box .insurer__left {
        padding: 20px 8px;
        padding-left: 27px;
    }
    .insurer__box .insurer__left:before {
        margin: 20px 0 0 10px;
    }
    .insurer__box .insurer__right {
        padding: 20px 10px;
    }
    .section__insurer__decision h3 {
        font-size: 30px;
    }
    .hero__banner__left .overview-decription-wrp a.phone__number:before {
        margin: 0 auto;
    }
    section#content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #next_steps h3,
    #faq h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    /* 40% */
    blockquote {
        padding: 0 0 50px 50px;
        background-image: url(../img/blockquote.png);
        background-size: 30px;
        background-position: 0 50px;
        background-repeat: no-repeat;
    }
    blockquote p {
        background: none;
        line-height: 30px;
        font-size: 20px;
    }
    section {
        padding: 40px 20px !important;
    }
    .no-padding-top {
        padding: 0px 20px !important;
    }
    #slider {
        padding: 75px 0 0 !important;
        min-height: 560px;
    }
    body:not(.home) #slider img {
        max-height: 478px;
        left: -210px;
        top: 95px;
    }
    #checking .row .bg-white:before,
    #lumpsum .row .bg-white:before,
    #lodging .row .bg-white:before {
        content: none;
    }
    #cta .callnow {
        height: 45px;
        width: auto;
    }
    #content p,
    #content h1,
    #content h2,
    #content h3,
    #content h4,
    #content h5,
    #content .container,
    #next_steps .container,
    #faq .container,
    #next_steps ul,
    #faq h3,
    #faq .acc {
        padding: 0;
    }
    #content ul,
    #content ol {
        padding: 0 30px;
    }
    #content .wp-caption {
        margin: 50px auto;
        border-left-width: 0;
        border-right-width: 0;
        max-width: 100% !important;
    }
    #copyright {
        padding: 15px 0 !important;
    }
    #checking .container,
    #lumpsum .container,
    #lodging .container,
    #roadmap .container {
        max-width: 615px;
    }
    #footer {
        padding: 0px !important;
    }
    #footer .float-left {
        width: 100%;
        text-align: center;
        padding: 30px 0;
        border-bottom: 1px solid #365679;
    }
    #footer .float-right {
        width: 100%;
    }
    #footer .float-right .inline {
        width: 50%;
        text-align: center;
        padding: 30px 0;
    }
    #footer .float-right:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #365679;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }
    #nav {
        padding: 0 !important;
    }
    #next_steps ul {
        padding-left: 35px;
    }
    #panel {
        padding: 40px;
    }
    #resources .container {
        max-width: 615px;
    }
    #slider h1 {
        padding: 70px 30px 60px;
        max-width: 720px;
    }
    #title {
        padding: 140px 20px 70px !important;
    }
    #what_are div {
        max-width: 540px;
        padding: 65px;
        margin-top: -40px;
    }
    .col0of3,
    .col1of3,
    .col2of3,
    .col4 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .col4.middle {
        margin-left: 0;
        margin-right: 0;
    }
    .posts .container>.row {
        flex-direction: column;
    }
    .display {
        font-size: 40px;
        line-height: 50px;
    }
    .posts .text {
        padding: 25px;
    }
    .subtitle {
        margin: 25px 0 70px;
    }
    #roadmap .container {
        padding-top: 50px;
    }
    #panel h2 {
        margin-bottom: 10px;
        font-size: 33px;
    }
    #nav div {
        height: 55px;
        line-height: 55px;
    }
    #header-call div,
    #back,
    #email {
        width: 55px;
        float: left;
    }
    .back-wrapper {
        position: absolute;
        top: 55px;
        left: 0;
        background-color: #ffffff;
        border-top: 1px solid #ededed;
    }
    .cross,
    .hamburger {
        width: 55px;
        height: 55px;
    }
    .menu {
        top: 55px;
    }
    #panel {
        top: 55px;
        height: calc(100vh - 55px);
    }
    #email img {
        vertical-align: middle;
    }
    #content h3 {
        margin-top: 30px !important;
        font-size: 24px;
        line-height: 28px;
    }
    div.card-column {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .hero__banner__container {
        padding-top: 40px;
    }
    .title__withicon h2 {
        padding: 0 0 0 60px;
    }
    .whyyou__right .whyyou__right__l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .whyyou__right .whyyou__right__r {
        width: 100%;
    }
    .btn__main__blue {
        max-width: 100%;
    }
    .section__claim__check .custom__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section__claim__check .claim__text {
        margin-right: 0;
        width: 100%;
        text-align: left;
        margin: 0 0 25px;
    }
    .section__claim__check .btn__holder {
        width: 100%;
    }
    #slider img {
        left: -190px;
    }
    .overview-box-button-wrp .btn__holder {
        padding: 10px 20px 10px 66px;
        min-height: 70px;
    }
    .overview-box-button-wrp .btn__holder:before {
        margin-left: 10px;
    }
    #lodging {
        padding-top: 170px !important;
    }
    .section__insurer__decision .custom__row .col_6 {
        padding-right: 0;
    }
    .section__insurer__decision .custom__row .col_6:nth-child(2) .text__holder p:first-child {
        font-size: 14px;
    }
    .section__insurer__decision {
        padding: 30px 0 5px;
    }
    .section__insurer__next .next__holder {
        padding: 40px 30px 5px;
    }
    .section__insurer__next .text__holder .info__top {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 370px) {
    .hero__banner__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.overview-decription-wrp span.c__desktop {
    display: none;
}

@media only screen and (min-width: 768px) {
    .overview-decription-wrp span.c__desktop {
        display: inline;
    }
    .overview-decription-wrp span.c__mobile {
        display: none;
    }
}

.section__insurer span.c__desktop {
    display: none;
}

@media only screen and (min-width: 992px) {
    .section__insurer span.c__desktop {
        display: inline;
    }
    .section__insurer span.c__mobile {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .insurer__right ul li {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1600px) {
    .section__insurer__next .text__holder .info__botom {
        padding-right: 60px;
    }
    .section__lodged .image__holder img {
        height: 100%;
        width: auto !important;
    }
}

@media only screen and (min-width: 1800px) {
    .section__lodged .image__holder img {
        top: 100px;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .whyyou__right .whyyou__right__l {
        padding-right: 8%;
    }
    .whyyou__left {
        padding-right: 8%;
    }
    .section__insurer__next .next__holder {
        padding: 56px 40px 30px 36px;
    }
    .section__insurer__next .text__holder .info__top {
        padding-right: 80px;
        /* padding-right: 186px; */
    }
    .section__insurer__next .text__holder {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section__insurer .next__holder,
    .whyyou__right .info,
    .section__insurer__decision .text__holder,
    .section__insurer__decision .text__holder,
    .section__lodged .text__holder {
        font-size: 16px;
        line-height: 24px;
    }
    .section__insurer .next__holder {
        font-size: 16px;
        line-height: 24px;
    }
    .section__insurer .show-in-mobile {
        font-size: 16px;
        line-height: 24px;
    }
    .section__insurer .show-in-mobile p:first-child {
        font-size: 14px;
        line-height: 20px;
    }
    .insurer__box .insurer__left {
        font-size: 15px;
    }
}


/*new template page css*/

#slider.post-slider {}

#slider.post-slider img {
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right top;
    left: 0;
    max-height: 100%;
}

#slider.post-slider h3 {
    /*max-width: 470px;*/
}


/* .text-center .hero__banner__left { */

body:not(.home) .text-center .hero__banner__left {
    text-align: center;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.text-center .hero__banner__left h3 {
    margin: 0 auto;
}

#slider.post-slider .overview-decription {
    margin-top: 50px;
    max-width: 540px;
    width: 100%;
}

#slider.text-center .overview-decription {
    margin: 50px auto 0;
}

.default .container {
    max-width: 1272px;
    padding: 0 15px;
}

.default {
    padding: 80px 0;
}

.default * {
    box-sizing: border-box;
}

.default .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}

.default .container [class*="col0"] {
    padding: 0 25px;
}

@media (max-width: 991px) {
    .default .container [class*="col0"] {
        width: 100%;
    }
}

.free-claim h2 {
    font-size: 34px;
    line-height: 38px;
    color: white;
}

.free-claim h2 span {
    display: block;
}

.your-benefits h2 {
    color: white;
}

.your-benefits [class*="col0"]:first-child {
    padding-right: 55px;
}

.color-orange {
    color: #ff6620;
}

@media (min-width: 992px) {
    .col0of5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col0of6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col0of7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.free-claim {
    padding: 75px 0;
}

.free-claim .row {
    align-items: center;
}

.free-claim-check a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    font-family: 'AkkoMedium', sans-serif;
    font-size: 21px;
    max-width: 306px;
    margin: 0 auto;
}


/*access_my_app*/

.access_my_app {
    padding: 70px 0;
}

.access_my_app .left-block {
    max-width: 90%;
}

.prevent-from.text-center {
    text-align: center !important;
}

.navy-blue h2 {
    font-size: 34px;
    color: #002855;
    line-height: 1;
    margin-bottom: 25px;
}

.default .left-block p,
.default .content-right p,
.right-block p {
    line-height: 26.35px;
    font-size: 18px;
}

.access_my_app .left-block p,
.your-appication .left-block p {
    color: #002855;
    font-family: 'FuturaBT-Book';
}

.your-appication {
    background: #f6f6f6;
    padding: 90px 0;
}

.your-appication .left-block p a {
    text-decoration: underline;
    font-weight: 500;
    color: #002855;
}


/*your-benefits*/

.your-benefits {
    padding: 80px 0;
}

.your-benefits p,
.your-benefits p a {
    color: #fff;
}

.your-benefits p a {
    text-decoration: underline;
    font-family: FuturaBT W05 Medium;
    font-weight: 500;
}

.sky-blue {
    background: #009fe0;
    padding: 60px;
    text-align: center;
}

.col0of6 .sky-blue {
    padding: 60px 40px;
}

@media (max-width: 767px) {
    .sky-blue {
        margin-top: 60px;
    }
}

.sky-blue p {
    margin: 0;
    color: #fff;
}

.sky-blue p a {
    color: #fff;
    text-decoration: underline;
    padding: 0px;
}

.table-responsive .table {
    width: 100%;
    border-collapse: collapse;
    line-height: 20px;
}

.table-responsive .table th,
.table-responsive .table td {
    padding: 25px 20px;
    /*position: relative;*/
}

.table-responsive .table th p {
    margin: 0;
    font-size: 18px;
}

.table-responsive .table th {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    font-family: "FuturaBT W05 Medium";
}

.table-responsive .table th:first-child,
.table-responsive .table td:first-child {
    background: #c5cdd6;
    border-right: 1px solid #fff;
    font-size: 18px;
    /*font-family: futura-medium*/
}

.table-responsive .table th:last-child,
.table-responsive .table td:last-child {
    background: #dde1e6;
}

.table-responsive .table th,
.table-responsive .table td {
    width: 50%;
    vertical-align: top;
}

.table-responsive .table td {
    border-top: 2px solid #fff;
}

.table-responsive .table td div.relative {
    padding-left: 25px;
    position: relative;
}

.table-responsive .table td div.no-list {
    padding-left: 0;
}

.table-responsive .table td span {
    position: absolute;
    left: 0;
    top: 0;
}

.table-list ul,
.table-list ol {
    margin: 0;
    padding: 0;
}

.table-list li {
    list-style: none;
    position: relative;
    /* padding-left: 25px; */
    padding-left: 40px;
    font-size: 15px;
}

table .table-list li {
    padding-left: 25px;
}

table .table-list li:before {
    left: 0;
}

table .table-list li::after {
    left: 5px;
}

.table-list li:not(:last-child) {
    margin-bottom: 15px;
}

.table-list li:before {
    content: "";
    height: 15px;
    width: 15px;
    background: #002855;
    position: absolute;
    left: 15px;
    top: 3px;
    border-radius: 50%;
}

.table-list li a {
    color: #002855;
}

.table-list li::after {
    content: "";
    height: 7px;
    width: 3px;
    position: absolute;
    left: 20px;
    top: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.centered-content h4 {
    font-family: FuturaBT W05 Bold;
    font-size: 18px;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bg-light-white {
    background: #f6f6f6;
    padding: 75px 0;
}

.bg-light-white p a,
.bg-white p a {
    text-decoration: underline;
    color: #002855;
    font-family: FuturaBT W05 Medium;
    font-weight: 500;
}

.certificate__of__capacity {
    padding: 60px 0;
}

.certificate__of__capacity h2 {
    color: #fff;
}

.have__Question {
    background: #2c4a76;
    padding: 70px 0;
}

.have__Question .container {
    max-width: 1020px;
}

.have__Question h2 {
    font-size: 34px;
    line-height: 38px;
}

.non-minor-illness {
    font-size: 18px;
    line-height: 28px;
}

.non-minor-illness li {
    font-size: 19px;
}

.non-minor-illness .centered-content,
.non-minor-illness .bg-light-inner-wrapper ol,
.non-minor-illness .bg-navy ol,
.non-minor-illness .bg-white ol {
    max-width: 900px;
    margin: 0 auto;
}

.non-minor-illness .bg-navy {
    color: white;
    padding: 80px 20px 50px 20px;
    margin: 70px 0;
}

.non-minor-illness .bg-white {
    padding: 80px 20px 50px 20px;
    margin: 60px 0;
}

.bg-white.default.navy-blue.non-minor-illness .centered-content {
    max-width: 100%;
    /* margin-bottom: 0; */
}

.non-minor-illness .bg-light-inner-wrapper ol {}

.non-minor-illness {
    padding: 80px 0 10px 0 !important;
}

.non-minor-illness .bg-light-inner-wrapper {
    background: #f6f6f6;
    padding: 50px;
}

.non-minor-illness .bg-white,
.non-minor-illness .bg-navy,
.non-minor-illness .bg-light-inner-wrapper {
    padding: 50px;
}

.non-minor-illness .bg-light-inner-wrapper {
    background: #f6f6f6;
    padding: 80px 20px 50px 20px;
    margin: 70px 0;
}

.non-minor-illness .bg-navy,
.non-minor-illness .bg-white,
{
    padding: 80px 20px 50px 20px;
    margin: 70px 0;
}

@media (max-width: 767px) {
    .non-minor-illness .bg-light-inner-wrapper,
    .non-minor-illness ..bg-navy,
    .non-minor-illness .bg-white {
        padding: 80px 10% 50px 10%;
    }
    .content-right {
        margin-top: 60px;
    }
}

.non-minor-illness .bg-light-inner-wrapper ol {
    /*margin: 0 -100px;*/
    padding: 0;
    list-style: none;
    counter-reset: li;
}

.free-claim .row {
    align-items: center;
}

.default blockquote {
    background: #009fe0;
    padding: 60px;
    text-align: center;
    color: #fff;
    font-family: 'Futura', sans-serif;
    font-weight: 400;
    margin: 60px 0;
}

.default blockquote p {
    max-width: 100%;
    background: none;
    margin: 0;
    padding: 0;
}

.default blockquote p a {
    color: #fff;
}

@media (min-width: 768px) {
    .non-minor-illness .bg-light-inner-wrapper ol,
    .non-minor-illness .bg-navy ol,
    .non-minor-illness .bg-white ol {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }
}

.prevent-from h2:empty {
    display: none;
}

.non-minor-illness .bg-navy h2 {
    color: white;
}

.non-minor-illness .bg-light-inner-wrapper ol li,
.non-minor-illness .bg-navy ol li,
.non-minor-illness .bg-white ol li {
    padding-right: 40px;
    counter-increment: li;
    padding-left: 60px;
    position: relative;
    min-height: 100px;
    padding-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.non-minor-illness .bg-light-inner-wrapper ol li::before,
.non-minor-illness .bg-navy ol li::before,
.non-minor-illness .bg-white ol li::before {
    content: counter(li) ". ";
    position: absolute;
    left: 0;
    top: 0;
}

.list-blocks {
    background: #e5e9ee;
}

.list-blocks ul {
    margin: 30px 35px 0 35px;
    padding-bottom: 45px;
}

.text-with-sky-color span {
    display: block;
    color: #009fe0;
}

.default p {
    font-size: 20px;
    line-height: 26px;
}

.default .text-with-sky-color p {
    font-size: 20px;
}

.list-blocks ul li:not(:last-child) {
    margin-bottom: 20px;
}

.list-blocks span {
    background: #ced5de;
    padding: 26px 35px;
    display: block;
    font-size: 18px;
    font-family: "FuturaBT W05 Medium";
}

.list-blocks ul li {
    font-size: 17px;
}

.default.bg-white {
    /*padding: 95px 0;*/
}

.table-full-width .table th:first-child,
.table-full-width .table td:first-child {
    width: 25%;
}

.steps .table-full-width {
    margin: 60px 0;
}

.table-full-width .table th:last-child,
.table-full-width .table td:last-child {
    width: 75%;
}

.steps p {
    line-height: 26px;
    font-size: 20px;
}

.steps p:last-child {
    margin-bottom: 0;
}

.fullwidth-sky-blue {
    margin-top: 60px;
}

.prevent-from .container {
    max-width: 1010px;
}

.prevent-from h2 {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 38px;
    color: white;
}

.list-blocks__two__cols ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (min-width: 992px) {
    .default .container [class*="col0"] .text-with-sky-color {
        padding-right: 60px;
    }
    .default .container [class*="col0"] .text-with-sky-color {
        padding-right: 100px;
    }
}

.default .container [class*="col0"] .text-with-sky-color p span {
    color: #002855;
    display: inline;
}

.prevent-from p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.prevent-from {
    background: #2c4a76;
    padding: 70px 0;
}

.check-listings-wrapper {
    padding: 95px 0;
}

.check-listings {}

.check-listings ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.check-listings ul li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
}

.certificate__of__capacity .check-listings ul li a {
    text-decoration: underline;
    font-family: FuturaBT W05 Medium;
    font-weight: 500;
}

.prevent-from a {
    font-family: FuturaBT W05 Medium;
    font-weight: 500;
}

.check-listings ul li:before {
    content: "";
    height: 15px;
    width: 7px;
    position: absolute;
    left: 14px;
    top: 0;
    border-bottom: 2px solid #009fe0;
    border-right: 2px solid #009fe0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-listings ul li:not(:last-child) {
    margin-bottom: 18px;
}

.steps {
    text-align: left !important;
}

.non-minor-illness .list-one-col ol {
    column-count: 1 !important;
}

.prevent-from a {
    color: #ff6600;
}

.have__Question h2 {
    color: white;
}

.table-responsive .table {
    font-family: 'FuturaBT-Book';
}

body:not(.home) #slider.text-center .hero__banner__container {
    padding-top: 255px;
}

.navy-blue h2 br {
    /* display: none; */
}

.default.bg-white.text-left.steps.navy-blue blockquote {
    margin-bottom: 0;
}

.navy-blue .left-block .text-with-sky-color h2 {
    line-height: 1.2;
    margin-bottom: 30px;
}


/* 05/20/2019 start */

.free-claim h2 span {
    display: block;
    display: initial;
}

.article-templete-container .non-minor-illness .centered-content.bg-white {
    margin-top: 0;
    padding-bottom: 1px;
    padding-top: 16px;
}

.article-templete-container .non-minor-illness .bg-navy,
.article-templete-container .non-minor-illness .bg-light-inner-wrapper {
    margin-top: 10px;
    padding-bottom: 24px;
    padding-top: 40px;
}

.non-minor-illness .bg-navy h4 {
    color: #fff;
}

.article-templete-container .non-minor-illness {
    padding-top: 70px !important;
}

.article-templete-container .default .text-with-sky-color ul,
.text-left.steps .text-with-sky-color ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-templete-container .default .text-with-sky-color ul li,
.text-left.steps .text-with-sky-color ul li {
    position: relative;
    font-size: 17px;
    padding-left: 40px;
    margin-bottom: 20px;
    list-style: none;
}

.article-templete-container .default .text-with-sky-color table ul li,
.text-left.steps .text-with-sky-color table ul li {
    padding-left: 25px;
}

.article-templete-container .default .text-with-sky-color ul li:not(:last-child),
.text-left.steps .text-with-sky-color ul li:not(:last-child) {
    margin-bottom: 20px;
}

.article-templete-container .default .text-with-sky-color ul li:before,
.text-left.steps .text-with-sky-color ul li:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #002855;
    position: absolute;
    left: 15px;
    top: 3px;
    border-radius: 50%;
}

.article-templete-container .default .text-with-sky-color table ul li:before,
.text-left.steps .text-with-sky-color table ul li:before {
    left: 0;
}

.article-templete-container .default .text-with-sky-color ul li:after,
.text-left.steps .text-with-sky-color ul li:after {
    content: '';
    height: 7px;
    width: 3px;
    position: absolute;
    left: 20px;
    top: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.article-templete-container .default .text-with-sky-color table ul li:after,
.text-left.steps .text-with-sky-color table ul li:after {
    left: 5px;
}

.non-minor-illness .bg-light-inner-wrapper ol li,
.non-minor-illness .bg-navy ol li,
.non-minor-illness .bg-white ol li {
    padding-bottom: 0;
    padding-top: 0;
    min-height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.non-minor-illness .bg-light-inner-wrapper ol li::before,
.non-minor-illness .bg-navy ol li::before,
.non-minor-illness .bg-white ol li::before {
    margin-top: 20px;
}

.article-templete-container .non-minor-illness .bg-navy,
.article-templete-container .non-minor-illness .bg-light-inner-wrapper {
    padding-bottom: 40px;
}

.bg-navy.your-benefits {
    color: #fff;
}

.your-benefits h2 {
    margin-bottom: 20px;
}

.your-benefits .left-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.your-benefits .left-block ul li {
    position: relative;
    font-size: 17px;
    padding-left: 25px;
    margin-bottom: 20px;
    list-style: none;
}

.your-benefits .left-block ul li:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
}

.your-benefits .left-block ul li:after {
    content: '';
    height: 7px;
    width: 3px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-bottom: 1px solid #002855;
    border-right: 1px solid #002855;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.your-benefits .left-block ul li {
    padding-bottom: 0;
    padding-top: 0;
    min-height: auto;
    margin-top: 20px;
}

.article-templete-container .default p {
    margin-top: 0;
}

.article-templete-container .default .text-with-sky-color blockquote ul {
    padding-top: 20px;
}

.article-templete-container .default .text-with-sky-color blockquote ul li {
    font-size: 20px;
}

.article-templete-container .default .text-with-sky-color blockquote ul li:before {
    background: #fff;
}

.article-templete-container .default .text-with-sky-color blockquote ul li:after {
    border-bottom: 1px solid #002855;
    border-right: 1px solid #002855;
}


/* .article-templete-container .non-minor-illness div[class*="bg-"]:nth-child(1) ~ .list-two-col{
    margin-bottom: 20px;
}
.article-templete-container .non-minor-illness div[class*="bg-"]:nth-child(3) ~ .list-two-col{
    margin-bottom: 70px;
}
.article-templete-container .non-minor-illness div[class*="bg-"]:nth-child(3) {
    margin-bottom: 40px;
} */


/* .checking-template-template-article .default blockquote,
.lumpsum-template-template-article .default blockquote, */

.default blockquote {
    margin-bottom: 0;
}

.article-templete-container .non-minor-illness .bg-light-inner-wrapper {
    margin: 0;
}

.article-templete-container .non-minor-illness .bg-light-inner-wrapper~.bg-white.centered-content {
    margin-top: 60px;
}


/* .article-templete-container .non-minor-illness .bg-light-inner-wrapper ~ p + p {
    margin: 0 0 20px;
} */

.article-templete-container .non-minor-illness {
    padding: 80px 0 80px 0 !important;
}

.article-templete-container .default p {
    margin-top: 0;
}

.bg-white.default.navy-blue.non-minor-illness .centered-content.bg-white {
    padding: 0;
}

.article-templete-container .default .table-responsive {
    margin-bottom: 0;
}

.article-templete-container .default .table-responsive~p {
    margin-top: 60px;
}

.article-templete-container .default .table-responsive~p+p {
    margin: 0 0 20px;
}

.default.prevent-from h2 {
    margin-bottom: 0;
}

.article-templete-container .non-minor-illness.bg-white~.bg-white.access_my_app {
    padding-top: 0;
}

.article-templete-container .default blockquote~p {
    margin-top: 60px;
}

.article-templete-container .default blockquote~p+p {
    margin: 0 0 20px;
}

.bg-white.default.navy-blue.non-minor-illness .centered-content:last-child {
    margin-bottom: 0;
}


/* 05/20/2019 end */


/*for mobile device*/

@media (max-width: 767px) {
    #slider.post-slider img {
        object-position: 75%;
    }
    .post-slider .hero__banner__left {
        width: 100%;
    }
    .post-slider .hero__banner__container {
        padding-bottom: 55px;
    }
    body:not(.home) #slider.text-center .hero__banner__container {
        padding-top: 95px;
    }
    .post-slider .hero__banner__left .overview-decription-wrp {
        text-align: left;
    }
    .post-slider .hero__banner__left .overview-decription-wrp h1 {
        text-align: center;
    }
    #slider.post-slider h3 {
        max-width: 100%;
    }
    #slider.post-slider .overview-decription {
        max-width: 100%;
        margin-top: 30px;
    }
    #slider.post-slider .overview-decription p {
        margin: 0;
    }
    .mobile-bg {
        background: #ee7038;
        padding: 40px 35px;
    }
    .free-claim h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .free-claim h2 span {
        display: inline-block;
    }
    .access_my_app .right-block,
    .right-block .table-responsive,
    .content-right .sky-blue {
        margin-top: 60px;
    }
    .non-minor-illness .bg-light-inner-wrapper ol,
    .non-minor-illness .bg-white ol,
    .non-minor-illness .bg-navy ol {
        padding-left: 25px;
    }
    .non-minor-illness .bg-light-inner-wrapper ol li .non-minor-illness .bg-white ol li .non-minor-illness .bg-navy ol li {
        padding-right: 0;
        padding-left: 40px;
    }
    .text-with-sky-color blockquote {
        margin: 0;
    }
    #nav .float-left a.color-orange.back-wrapper {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero__banner__left {
        width: 100%;
    }
    .hero__banner__container {
        padding-top: 110px;
    }
    .free-claim h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .right-block,
    .left-block .sky-blue {
        margin-top: 50px;
    }
    .navy-blue h2 br {
        display: none;
    }
}
@media (min-width: 1201px) and (max-width: 1384px) {
    #close {
        display: block; 
    }
}

#slider.post-slider h3 {
    max-width: 470px;
}

.article-templete-container a.openRequest {
    padding: 0px;
}

.article-templete-container .free-claim-check a.openRequest {
    padding: 15px;
}