@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

@font-face {
    font-family: 'Publico Headline Web';
    src: url('../fonts/PublicoHeadline-Bold.ttf') format('truetype'),
        url('../fonts/PublicoHeadlineWeb-Bold.svg#PublicoHeadlineWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Publico Headline Web';
    src: url('../fonts/PublicoHeadline/PublicoHeadline-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Publico Headline';
    src: url('../fonts/PublicoHeadline/PublicoHeadline-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic, oblique;
}

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




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
/*small,*/
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

ul{
	margin-bottom: 1rem;
}

li{
	margin: 0.5rem 0 1rem 2rem;
}


body {

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20 px;
    line-height: 1.167;
    color: #312783;
    background: #FFFFFF;

}

.main-outercon {
    position: relative;
    width: 100%;
    overflow: hidden;
}



h1,
h2,
h3,
h4,
h5,
h6,
.fakeh1{

    font-family: 'Publico Headline Web';
    font-weight: 400;
    line-height: 1.2;
    color: #312783;
	margin-bottom: .5rem;
}


h1, .fakeh1 {
    font-size: 72px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 20px;
    line-height: 1.5;
    color: #00008F;
    margin: 0px;
    padding: 0 0 20px;
    font-weight: 400;

}

button {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}



a {
    color: #00008F;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px none !important;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

input:focus,
textarea:focus,
a:focus {
    outline: 0px none !important;
}

::-webkit-input-placeholder {
    opacity: .5 !important;
}

:-moz-placeholder {
    opacity: .5 !important;
}

::-moz-placeholder {
    opacity: .5 !important;
}

:-ms-input-placeholder {
    opacity: .5 !important;
}

.btn {
    width: auto;
    height: auto;
    float: none;
    font-size: 20px;
    border: none;
    min-width: 157px;
    position: relative;
    text-align: center;
    /*padding: 10px 30px 10px 12px;*/
    border-radius: 5px;
}

.btn i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}


.btn.btn-primary {
    background: #FFFFFF;
    color: #000000;
}

.btn.btn-primary:hover {
    color: #FFFFFF;
    background: #000000;
}

.btn.btn-secondary {
    background: #000000;
    color: #FFFFFF;
    min-width: 180px;
}

.btn.btn-secondary:hover {
    color: #000000;
    background: #d4d4d4;
}

/*-----bootstrap style reset-----*/

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

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1400px;
    }
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


/* spacca la pagina single-partnership
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  */
.container-fluid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
}

.container-fluid .col-1,
.container-fluid .col-2,
.container-fluid .col-3,
.container-fluid .col-4,
.container-fluid .col-5,
.container-fluid .col-6,
.container-fluid .col-7,
.container-fluid .col-8,
.container-fluid .col-9,
.container-fluid .col-10,
.container-fluid .col-11,
.container-fluid .col-12,
.container-fluid .col,
.col-auto,
.container-fluid .col-sm-1,
.container-fluid .col-sm-2,
.container-fluid .col-sm-3,
.container-fluid .col-sm-4,
.container-fluid .col-sm-5,
.container-fluid .col-sm-6,
.container-fluid .col-sm-7,
.container-fluid .col-sm-8,
.container-fluid .col-sm-9,
.container-fluid .col-sm-10,
.container-fluid .col-sm-11,
.container-fluid .col-sm-12,
.container-fluid .col-sm,
.col-sm-auto,
.container-fluid .col-md-1,
.container-fluid .col-md-2,
.container-fluid .col-md-3,
.container-fluid .col-md-4,
.container-fluid .col-md-5,
.container-fluid .col-md-6,
.container-fluid .col-md-7,
.container-fluid .col-md-8,
.container-fluid .col-md-9,
.container-fluid .col-md-10,
.container-fluid .col-md-11,
.container-fluid .col-md-12,
.container-fluid .col-md,
.col-md-auto,
.container-fluid .col-lg-1,
.container-fluid .col-lg-2,
.container-fluid .col-lg-3,
.container-fluid .col-lg-4,
.container-fluid .col-lg-5,
.container-fluid .col-lg-6,
.container-fluid .col-lg-7,
.container-fluid .col-lg-8,
.container-fluid .col-lg-9,
.container-fluid .col-lg-10,
.container-fluid .col-lg-11,
.container-fluid .col-lg-12,
.container-fluid .col-lg,
.col-lg-auto,
.container-fluid .col-xl-1,
.container-fluid .col-xl-2,
.container-fluid .col-xl-3,
.container-fluid .col-xl-4,
.container-fluid .col-xl-5,
.container-fluid .col-xl-6,
.container-fluid .col-xl-7,
.container-fluid .col-xl-8,
.container-fluid .col-xl-9,
.container-fluid .col-xl-10,
.container-fluid .col-xl-11,
.container-fluid .col-xl-12,
.container-fluid .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}


/*-----bootstrap style reset-----*/
.header-outer {
    width: 100%;
    height: auto;
    float: left;
    background: none;
    padding: 40px 0;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.logo-outer {
    width: 100%;
    height: auto;
    float: left;
    max-width: 150px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.logo-outer img {
    width: 100%;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.nav-outer {
    width: auto;
    height: auto;
    float: right;
    margin-top: 16px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 44%, rgba(255, 255, 255, 1) 45%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 44%, rgba(255, 255, 255, 1) 45%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 44%, rgba(255, 255, 255, 1) 45%);
}

.nav-outer .loginblk {
    width: auto;
    height: auto;
    float: left;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-outer .loginblk a {
    width: auto;
    height: auto;
    float: left;
    padding: 0 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    color: #E4003A;
}

.nav-outer .loginblk a i {
    width: auto;
    height: auto;
    margin-left: 10px;
    font-size: 26px!important;
    position: relative;
}

.nav-outer .loginblk a:hover,
.nav-outer ul li a:focus,
.nav-outer ul li a:active {
    color: #00ADC6;
}

.nav-outer nav {
    width: auto;
    height: auto;
    float: left;
    height: 90px;
}

.nav-outer ul li {
    width: auto;
    height: auto;
    list-style: none;
	margin: 0;
}

.nav-outer ul li a {
    width: auto;
    height: auto;
    float: left;
    padding: 0 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    color: #00008F;
}

.nav-outer ul li a:hover,
.nav-outer ul li a:focus,
.nav-outer ul li a:active {
    color: #00ADC6;
}

.home .main-outercon .header-outer {
    padding: 20px 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home .main-outercon .logo-outer {
    max-width: 150px;
}

.home .main-outercon .nav-outer,
.home .main-outercon.fixed .nav-outer {
    margin: 0;
}

.home .caption{
	padding-bottom: 2rem!important;
}

.main-outercon.fixed .header-outer {
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 143, 1);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 143, 1);
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 143, 1);
}

.main-outercon.fixed .logo-outer {
    max-width: 150px;
}

.main-outercon.fixed .nav-outer {
    margin-top: 16px;
}

.main-outercon .header-outer {
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 143, 1);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 143, 1);
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 143, 1);
}



.main-outercon .nav-outer {
    margin: 0;
}



.mobi-trigger {
    width: 100%;
    height: auto;
    float: left;
}

.meanmenu-reveal span {
    height: 5px;
    width: 35px;
    background: #fff;
    float: left;
    margin: 2px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    outline: 0
}

.meanmenu-reveal span:nth-child(1) {
    top: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

.meanmenu-reveal span:nth-child(2) {
    top: 10px;
    left: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

.meanmenu-reveal span:nth-child(3) {
    top: 20px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

.meanmenu-reveal.meanclose span:nth-child(1) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px
}

.meanmenu-reveal.meanclose span:nth-child(2) {
    left: 50px;
    opacity: 0
}

.meanmenu-reveal.meanclose span:nth-child(3) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px
}

.top-block {
    width: 100%;
    height: 100vh;
    padding-top: 200px;
    float: left;
    background-attachment: fixed;
    background-size: cover;
}

.top-block .title-blk, fastquoteHP {
    width: 100%;
    height: auto;
    float: left;
    background-size: auto 200px;
	position: absolute;
}

.fastquoteHP input{
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .top-block .title-blk {
        padding-top: 90px;
    }
}

.top-block .title-blk h1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0 0px 145px;
    line-height: 1.194;
}

.top-block .title-blk h1 span {
    font-weight: bold;
    font-style: italic;
}

.top-block h5 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    padding: 0px 0 0px 145px;
}

.tabs-outerblk {
    width: 100%;
    /*height: auto;*/
    float: left;
    margin-top: 35px;
    background: rgba(255, 255, 255, .8);
}

.tabs-outerblk .tabs {
    width: 100%;
    height: auto;
    float: left;
}

.tabs-outerblk .tabs-navouter {
    width: 100%;
    /*height: 90px;*/
    float: left;
    overflow: hidden;
    overflow-x: auto;
	margin-bottom: 1rem;
}

.tabs-outerblk #tabs-nav {
    width: 100%;
    /*height: 70px;
    float: left;*/
    background: #12b0c6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom:0;
}

.tabs-outerblk #tabs-nav li {
    width: auto;
    /*height: 100%;
    float: left;*/
    list-style: none;
}

.tabs-outerblk #tabs-nav li a {
    width: auto;
    height: 100%;
    float: left;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
}

.tabs-outerblk #tabs-nav li a:before {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #312783;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.tabs-outerblk #tabs-nav li.active a:before,
.tabs-outerblk #tabs-nav li a:hover:before {
    opacity: 1;
}

.tabs-outerblk #tabs-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 30px 10px;
}

.tabs-outerblk .tab-content {
    width: 100%;
    height: auto;
    float: left;
}

.tabs-outerblk .tab-content .form-outerblk {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: baseline;
}

.tabs-outerblk.inner-tabs .submit-btn .arrow {
    width: 22px;
    height: 16px;
    background-size: 22px 16px;
}

.tabs-outerblk.inner-tabs #tabs-nav {
    background: none;
}

.tabs-outerblk.inner-tabs .tabs-navouter {
    margin-top: -70px;
    height: auto;
}

.tabs-outerblk.inner-tabs #tabs-nav li {
    background: rgba(255, 255, 255, .8);
    margin: 0 4px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tabs-outerblk.inner-tabs #tabs-nav li.active {
    background: rgba(255, 255, 255, 1);
    margin: 0 4px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tabs-outerblk.inner-tabs #tabs-nav li:first-of-type {
    background: rgba(255, 255, 255, .8);
    margin: 0 4px 0 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tabs-outerblk.inner-tabs #tabs-nav li a {
    color: #312783;
}

.tabs-outerblk.inner-tabs #tabs-nav li a:before {
    display: none;
}

.form-outerblk.single-sction .single-block.clock-blk {
    width: 33.33%;
    max-width: 370px;
}

.form-outerblk.single-sction .single-block.filed-blk {
    width: 33.33%;
    max-width: 370px;
}

.tab-content .single-block {
    width: 23%;
    height: auto;
    float: left;
}

.tab-content .single-block.clock-blk {
    position: relative;
    padding-top: 7px;
}

.tab-content .single-block.clock-blk span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 0 10px 80px;
}

.clock-icon {
    width: 73px;
    height: 70px;
    float: left;
    position: absolute;
    left: 0;
    background: url(../images/clock_icon.svg) no-repeat center center;
    background-size: 100% auto;
}

.percent-icon {
    width: 73px;
    height: 70px;
    float: left;
    position: absolute;
    left: 0;
    background: url(../images/percent_icon.svg) no-repeat center center;
    background-size: 100% auto;
}

.tab-content .single-block label {
    width: 100%;
    height: auto;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 5px;
}

.tab-content .single-block .form-control {
    width: 100%;
    height: auto;
    float: left;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    border: #C2C2C2 solid 1px;
    border-radius: 0;
    box-shadow: none;
    color: #bdbdbd;
    padding: 0;
}

.tab-content .single-block.btn-blk {
    height: auto;
    float: left;
    padding-top: 26px;
}

.tab-content .single-block.btn-blk .submit-btn, .fastquoteHP .submit-btn{
       /* width: auto; */
    /* height: 56px; */
    /* float: left; */
    background: #06AEC5;
    font-size: 30px;
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* font-weight: 700; */
    color: #FFF;
	text-decoration:none;
    border: none;
    border-radius: 40px;
    padding: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;
    word-break: normal;
}

.fastquoteHP .submit-btn.pets{
	font-size: 20px;
    margin-top: 0!important;
    padding: 10px;
    border-radius: 20px;
}

@media (min-width:1024px){
	.fastquoteHP .submit-btn.pets{
		font-size: 25px;
		padding: 10px 20px;
		border-radius: 30px;
	}
}

.fastquoteHP a.submit-btn{
	display:inline-block;	
}
	

.submit-btn .arrow {
    width: 51px;
    height: 34px;
    float: right;
    background: url(../images/nav_arrow.svg) no-repeat center center;
    background-size: 50px 33px;
    margin-left: 15px;
}

.submit-btn .fa {
    width: 51px; 
    float: right;
    margin-left: 15px;
    font-size: 100% !important;
}

.tab-content .bottom-blk {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.tab-content .bottom-blk p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    padding-top: 10px;
}

.tab-content .bottom-blk p a {
    text-decoration: underline;
}

.tab-content .bottom-blk ul {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.tab-content .bottom-blk ul li {
    width: auto;
    height: auto;
    padding: 0 10px;
    display: inline-block;
}

.tab-content .bottom-blk ul li:first-child {
    display: none;
}

.fastquoteHP #tabs-content .privacy a{
	text-decoration: underline;
}

.fastquoteHP .fontSmart{
	font-size: 30px;
}

.fastquoteHP .fontSmart img{
	display: inline-block;
	max-width: 50px;
	margin-left: 1rem;
    vertical-align: middle;
}

.fontSmart{
	/*color: #DE0735;
    font-family: 'abeatbyKai';*/
    font-style: italic;
}

.common-title {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    z-index: 99;
}

.common-title h2 {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 40px 0px 40px;
    text-align: center;
}

.common-title .subtitle {
    display: block;
    text-align: left;
    padding: 0px 40px 0px 40px;
    font-size: 28px;
    line-height: 33px;
	font-family: 'Source Sans Pro', sans-serif;
}

.common-title h2 span {
    font-weight: bold;
    font-style: italic;
}

.common-title h1 {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 15px 40px 10px 40px;
    font-size: 50px;
    max-width: 600px;
}

.common-title h1 span {
    font-weight: bold;
    font-style: italic;
}

.common-title p {
    width: 100%;
    height: auto;
    float: left;
}

.common-title p strong {
    font-weight: bold;
    font-style: italic;
}

.listing-outer {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-bottom: 125px;
}

.list-mainblk {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.22);
}

.list-mainblk>h5 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding-bottom: 30px;
}

.list-mainblk>h5 span {
    font-family: 'Publico Headline Web';
    font-weight: bold;
    font-style: italic;
}

.list-mainblk>h5 a {
    color: #DE0735;
    font-family: 'abeatbyKai';
}

.list-mainblk ul {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
}

.list-mainblk ul li {
    width: 33.33%;
    height: auto;
    float: left;
    max-width: 445px;
    list-style: none;
}

.list-mainblk ul li .image-container {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.list-mainblk ul li .image-container .detail-blk {
    width: autoheight: auto;
    float: left;
    position: absolute;
    left: 55%;
    top: 0;
    background: #06AEC5;
    border-radius: 7px;
    max-width: 149px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    line-height: 24px;
    padding: 5px 5px 8px;
    font-size: 20px;
}

.list-mainblk ul li .image-blk {
    width: 185px;
    height: 185px;
    display: inline-block;
    border-radius: 20px;
    border: #F0F0F0 solid 5px;
    overflow: hidden;
}

.list-mainblk ul li .cont-blk {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: inline-block;
}

.list-mainblk ul li .cont-blk h3 {
    width: 100%;
    height: auto;
    text-align: center;
    /*color: #DE0735;
    font-family: 'abeatbyKai';*/
    font-style: italic;
    font-size: 38px;
    padding: 25px 0 5px 0;
}

.list-mainblk ul li .cont-blk a {
    /*width: 63px;
    height: 42px;
    background: url(../images/blue_arrow.svg);
    display: inline-block;
    background-size: cover;*/
	background: #06AEC5;
	color: #FFF;
    text-decoration: none;
    border-radius: 40px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.listing-outer {
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 50px;
    background: #afafaf;
    background: url(/wp-content/uploads/2020/08/Hp_Smart.jpg);
    /*background-size: 100% 470px;*/
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
}

.partner-container {
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 50px;
    background: #afafaf;
    background-image: url('/wp-content/uploads/2020/08/partnership.jpg');
    /*background-size: 100% 470px;*/
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
}

.partner-container ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 135px 0 50px 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.partner-container ul li {
    width: 33.33%;
    height: auto;
    float: left;
    list-style: none;
    background: #312783;
    padding: 40px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0;
}

.partner-container ul li .icon-blok {
    width: 185px;
    height: 185px;
    float: left;
    border-radius: 50%;
    border: #F0F0F0 solid 5px;
    overflow: hidden;
	background-color: #fff;
}

.partner-container ul li .icon-blok img {
    width: 100%;
    height: auto;
	/*margin-top:35%;*/
}

.partner-container ul li .txt-block {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
    color: #FFF;
    max-width: 200px;
}

.partner-container ul li h5 {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
    color: #312783;
    padding-bottom: 30px;
	font-size:30px;
}

.partner-container ul li .more-btn {
    color: #FFF;
    background: url(../images/wt_arrow.svg) no-repeat right 4px;
    background-size: 32px 22px;
}

.partner-container ul li:nth-child(1) {
    background: #312783;
}

.partner-container ul li:nth-child(2) {
    background: #b5d2f0;
}

.partner-container ul li:nth-child(3) {
    background: #06aec5;
}

.partner-container ul li:nth-child(1) h5 {
    color: #FFF;
}

.partner-container ul li:nth-child(3) h5 {
    color: #FFF;
}

.partner-container ul li:nth-child(2) .more-btn {
    color: #312783;
    background: url(../images/drk_arrow.svg) no-repeat right 4px;
    background-size: 32px 22px;
}

.info-container {
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0;
    background: #FFFFFF;
}

.info-container ul {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    flex-wrap: wrap;
}

.info-container ul li {
    width: 24.5%;
    height: auto;
    float: left;
    max-width: 344px;
    list-style: none;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
	margin: 0;
}

.info-container ul li .image-blk {
    width: 100%;
    height: 266px;
    float: left;
    list-style: none;
}

.info-container ul li .image-blk img {
    width: 100%;
    height: 266px;
    float: left;
    object-fit: cover;
}

.info-container ul li .details-blk {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding: 0 20px 30px;
}

.info-container ul li .details-blk .inner-blk {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    margin-top: -47px;
    background: #FFF;
    padding: 25px 15px;
}

.info-container ul li .details-blk .inner-blk h5 {
    padding-bottom: 18px;
    min-height: 88px;
}

.info-container ul li .details-blk .inner-blk h5 strong {
    padding-bottom: 50px;
    font-weight: bold;
    font-style: italic;
}

.info-container ul li .details-blk .inner-blk p {
    margin-bottom: 10px;
}

.more-btn {
    width: auto;
    height: auto;
    display: inline-block;
    background: url(../images/blue_arrow.svg) no-repeat right 6px;
    background-size: 32px 23px;
    padding-right: 40px;
    color: #06AEC5;
    font-size: 24px;
}

.tiles-container {
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0;
}

.tiles-container ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tiles-container ul li {
    width: 25%;
    height: 310px;
    float: left;
    position: relative;
    overflow: hidden;
	margin:0;
}

.tiles-container ul li .img-blk {
    width: 100%;
    height: 310px;
    float: left;
    position: relative;
}

.tiles-container ul li .img-blk img {
    width: 100%;
    height: 310px;
    float: left;
    object-fit: cover;
}

.tiles-container ul li .img-blk:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    background: #000;
    opacity: 0.4;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    z-index: 1;
}

.tiles-container ul li span {
    width: 90%;
    max-width: 245px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(6, 174, 197, .5);
    z-index: 10;
    color: #FFF;
    font-family: 'Publico Headline Web';
    font-size: 28px;
    text-align: center;
    padding: 15px 15px 50px;
}

.tiles-container ul li span i {
    font-weight: bold;
    font-style: italic;
}

.tiles-container ul li span:after {
    width: 53px;
    height: 33px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    float: left;
    background: url(../images/wt_arrow.svg) no-repeat center center;
}

.tiles-container ul li:hover .img-blk:before {
    opacity: .7;
}

.addres-blk {
    background: #fafafa;
}

.contact-titleout {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    left: 50%;
    padding: 50px 0 50px 0;
}

.mobi-hid {
    display: block;
}

.mobi-vis {
    display: none;
}

.contact-titleout .img-section {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    right: 100%;
    top: 0;
    background: #a1a;
}

.contact-titleout .img-section:after {
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(251, 251, 251, 0.13) 76%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(251, 251, 251, 0.13) 76%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(251, 251, 251, 0.13) 76%, rgba(250, 250, 250, 1) 100%);
}

.contact-titleout .img-section img {
    width: 100%;
    height: 100%;
    float: left;
}

.contact-titleout .details-blk {
    width: 100%;
    float: left;
    list-style: none;
    padding: 46px 20px 0;
}

.contact-titleout .details-blk li {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 75px;
}

.contact-titleout .details-blk li:last-child {
    padding-bottom: 0;
}

.contact-titleout .details-blk li h3 {
    display: inline-block;
    /*font-size: 30px;*/
}

.contact-titleout .details-blk li:first-child h3:after {
    content: "";
    background: url(../images/axa_icon.png);
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-left: 10px;
}

.contact-titleout .details-blk li p {
    padding: 14px 0 10px 0;
    width: 100%;
    float: left;
}

.contact-titleout .icons-blk {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.contact-titleout .icons-blk li {
    width: auto;
    float: none;
    display: inline-block;
}

.banner-section {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #d4d4d4;
}

.banner-section .banerimage-block {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    max-height: 650px;
    overflow: hidden;
}

.banner-section.small-banner .banerimage-block {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    /*height: 713px;*/ /*ERIKA*/
	height: 500px;
    overflow: hidden;
}

.banerimage-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.13) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.13) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.13) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);

}
.archive .banerimage-block:before {
    background: none;
} 

.banner-section.small-banner .banerimage-block:after {
    display: none;
}

.banner-section .banerimage-block.no-overlay:after {
    display: none;
}

.banner-section .banerimage-block img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    margin-left: 20%;
}
.post-type-archive-partnership .banner-section .banerimage-block img {
    width: 100%;
    margin-left: 0;
}

.banner-section .banerimage-block:after {
    width: 100%;
    height: 100%;
    content: "";
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    opacity: .6;
}
.archive .banner-section .banerimage-block:after ,
.template-auto .banner-section .banerimage-block:after {
    opacity: .2;
}

.banner-section .banner-content {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    top: 110px;
    left: 0;
}

.banner-section .banner-content .common-title {
    text-align: left;
}

.banner-section .banner-content .common-title p {
    text-align: left;
    padding-left: 40px;
    font-size: 28px;
    line-height: 33px;
}

.banner-section .banner-content .inner-tabs {
    margin-top: 65px;
}

.breadcrumb-outer {
    width: 100%;
    height: auto;
    float: left;
}

.breadcrumb-outer nav {
    width: 100%;
    height: auto;
    float: left;
    background: none;
    padding: 19px 0 20px 0;
    margin: 0 0 25px 0;
}

.breadcrumb-outer .breadcrumb li,
.breadcrumb-outer span {
    font-size: 20px;
    text-transform: uppercase;
    color: #00008F;
}

.breadcrumb-outer .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}

.breadcrumb-outer .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
}

.icon-listouter {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
    background: #fafafa;
}

.icon-listouter h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #312783;
}

.icon-listouter ul {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-listouter ul li {
    width: 16.66%;
    height: auto;
    float: left;
    width: 233px;
    list-style: none;
    padding: 54px 15px 0px;
}

.icon-listouter ul li .icon-blk {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}

.icon-listouter ul li .icon-blk img {
    width: 85px;
    display: inline-block;
}

.icon-listouter ul li h4 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 15px;
    min-height: 65px;
}

.icon-listouter ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
}

.btn-outerblk {
    width: 100%;
    height: auto;
    float: left;
    padding: 165px 0;
}

.btn-outerblk a {
    width: 100%;
    height: auto;
    float: right;
    max-width: 490px;
    padding-right: 150px;
    background: url(../images/large_arrow.svg) no-repeat right center;
    background-size: 100px 67px;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
}

.footer-container {
    width: 100%;
    height: auto;
    float: left;
    background: #343c3d;
    padding: 57px 0 30px 0;

}

.footer-container .top-section {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width:1024px){
    .footer-container .top-section .links-outer {
        min-width: 20%;
        padding-left: 20px;
    }
}

.footer-container .top-section h6 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    color: #FFF;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
	text-transform: none;
}

.footer-container .top-section h6:after {
    width: 111px;
    height: 2px;
    content: "";
    float: left;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-container .top-section h6 strong {
    font-weight: bold;
    font-style: italic;
}

.footer-container .details-blk {
    width: 100%;
    height: auto;
    float: left;
    max-width: 373px;
    padding-right: 85px;
}

.footer-container .details-blk p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    color: #c2c4c5;
    text-align: justify;
    font-weight: 400;
}

.footer-container .details-blk p strong {
    font-family: 'Publico Headline We5b';
    font-weight: bold;
    font-style: italic;
}

.footer-container .blog-block {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 85px;
}

.footer-container .blog-block ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
	margin: 0;
}

.footer-container .blog-block ul li {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 1em;
	margin:0;
}

.footer-container .blog-block ul li .img-icon {
    width: 125px;
    height: 125px;
    float: left;
    line-height: 0;
}

.footer-container .blog-block ul li p {
    width: 262px;
    height: auto;
    float: left;
    padding-left: 24px;
    font-size: 22px;
    color: #c2c4c5;
    text-align: justify;
    font-weight: 400;
}

.footer-container .logo-blk {
    width: 100%;
    height: auto;
    float: left;
}

.footer-container .logo-blk ul {
    width: 100%;
    height: auto;
    float: left;
    max-width: 220px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-container .logo-blk ul li {
    width: 48%;
    height: auto;
    float: left;
    list-style: none;
    max-width: 96px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
    margin: 0 0 15px 0;
}
@media (max-width:782px){
    .footer-container .logo-blk ul li {
        width: 23%;
    }
	
	.fastquoteHP input{
		padding: 0;
	}
	
	.metaslider .slides img{
    height: 93vh!important;
	}
	
	.home .main-outercon .header-outer {
    background: rgb(255 255 255 / 0.6);
	}
}

.footer-container .logo-blk ul li img {
    width: 100%;
}

.footer-container .links-outer {
    width: 100%;
    height: auto;
    float: left;
    max-width: 214px;
    padding-left: 40px;
}

.footer-container .links-outer ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.footer-container .links-outer ul li {
    width: 100%;
    height: auto;
    float: left;
	margin: 0;
}

.footer-container .links-outer ul li a {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 15px 0;
    font-size: 22px;
    color: #c2c4c5;
    text-align: justify;
    font-weight: 400;
}

.footer-container .links-outer ul li a:active,
.footer-container .links-outer ul li a:hover,
.footer-container .links-outer ul li a:focus {
    text-decoration: none;
    outline: 0px none !important;
    color: #00ADC6;
}

/*.social-block {
    width: 100%;
    height: auto;
    float: left;
}*/

.social-block ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-top: 15px;
}

.social-block ul li {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
    padding-right: 15px;
	margin: 0;
}

.social-block ul li a {
    width: 60px;
    height: 60px;
    float: left;
    list-style: none;
    background: #5d6364;
    color: #FFF;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
}

.social-block ul li a:active,
.social-block ul li a:hover,
.social-block ul li a:focus {
    background: #00ADC6;
}

.social-block ul li a i {
   font-size: 2rem!important;
}

.footer-details-block {
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0 30px;
}

.footer-details-block p {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #c2c4c5;
    font-size: 14px;
    padding: 0;
}

/*.footer-details-block p strong {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #c2c4c5;
    font-size: 16px;
    padding: 0;
    font-family: 'Publico Headline We5b';
    padding: 26px 0 0 0;
}*/

.footer-details-block p span,
.footer-details-block p em {
    font-size: 16px;
}

.footer-bottomblk {
    width: 100%;
    height: auto;
    float: left;
    background: #343c3d no-repeat center bottom;
    background-size: 47px 25px;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
}

.footer-bottomblk p {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
}

.footer-bottomblk p img {
    width: 27px;
    height: 27px;
    position: relative;
    top: 0px;
    margin-left: 7px;
    display: inline-block;
}
.footer-bottomblk #scrollerArrow.disabled {
    visibility: hidden;
}

.content-container {
    width: 100%;
    height: auto;
    float: left;
    background: #fafafa;
}

.content-container h2 {
    width: 100%;
    height: auto;
    float: left;
    /*font-size: 30px;*/
    color: #312783;
}

.content-container .content-blk {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 30px 0 0;
}

.contact-blk .single-block:nth-child(even) .content-blk {
    padding: 0 0 0 30px;
}

.contact-blk .single-block:nth-child(even) {
    background: #FFFFFF;
}

.contact-blk .single-block {
    width: 100%;
    height: auto;
    float: left;
    background: #fafafa;
    padding: 50px 0 75px;
}

.contact-blk .single-block h4 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    font-family: 'Publico Headline We5b';
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 80px;
}

.contact-blk .single-block p {
    width: 90%;
    height: auto;
    float: left;
    font-size: 28px;
    margin: 0;
    padding: 0 0 25px;
}

.contact-blk .single-block p a {
    color: #037281;
    text-decoration: underline;
}

.contact-blk .single-block ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.contact-blk .single-block ul li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding: 0 0 20px;
}

.contact-blk .single-block ul li span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    padding-top: 10px;
}

.contact-blk .single-block ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 60px;
    position: relative;
}

.contact-blk .single-block ul li a i {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

.contact-blk .single-block ul li a span {
    width: 35px;
    height: 23px;
    background: url(../images/arrow_sml.svg) no-repeat center center;
    display: inline-block;
    position: absolute;
    top: 20px;
    margin-left: 15px;
}

.contact-blk .single-block ul li a i.call-icon {
    background: url(../images/call_icon.svg) no-repeat center center;
}

.contact-blk .single-block ul li a i.mail-icon {
    background: url(../images/mailI-icon.svg) no-repeat center center;
}

.contact-blk .single-block ul li a i.faq-icon {
    background: url(../images/faq_icon.svg) no-repeat center center;
}

.blogslist-container {
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0 0;
}

.blogslist-container ul {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-gap: 22px;
    grid-template-columns: repeat(3, 1fr);
}

.blogslist-container ul li {
    width: 100%;
    height: auto;
    float: left;
    max-width: 447px;
    list-style: none;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    margin-bottom: 95px;
}

.blogslist-container ul li .image-blk {
    width: 100%;
    height: 266px;
    float: left;
    list-style: none;
}

.blogslist-container ul li .image-blk img {
    width: 100%;
    height: 266px;
    float: left;
    object-fit: cover;
}

.blogslist-container ul li .details-blk {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding: 0 20px 0;
}

.blogslist-container ul li .details-blk .inner-blk {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    margin-top: -47px;
    background: #FFF;
    padding: 12px 25px 25px 25px;
}

.blogslist-container ul li .details-blk .inner-blk .date-blk {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    font-size: 25px;
    color: #808080;
    padding-bottom: 26px;
}

.blogslist-container ul li .details-blk .inner-blk h5 {
    padding-bottom: 28px;
    min-height: 88px;
}

.blogslist-container ul li .details-blk .inner-blk h5 strong {
    padding-bottom: 50px;
    font-weight: bold;
    font-style: italic;
}

.blogslist-container ul li .details-blk .inner-blk p {
    margin-bottom: 10px;
    text-align: justify;
}

.pagination-outer {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-bottom: 100px;
}

.pagination-outer ul.pagination {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: block;
    font-size: 0;
}

.pagination-outer ul li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    padding: 0 5px;
}

.pagination-outer ul li a,
.page-numbers {
    width: 50px;
    height: 50px;
    float: none;
    display: inline-block;
    font-size: 30px;
    color: #00008F;
    border-radius: 50% !important;
    line-height: 46px;
    padding: 0;
    border: #8E8E8E solid 1px;
    background: none;
    margin: 0 5px;
    font-weight: normal;
    text-align: center;
}

.pagination-outer ul li.active a,
.pagination-outer ul li a:hover,
.pagination-outer ul li a:focus,
.pagination-outer ul li a:active,
.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus,
.page-numbers:active {
    background: #b5d2f0 !important;
    border: #b5d2f0 solid 1px !important;
    color: #00008F !important;
}

.pagination .dots {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.blog-details {
    /*padding: 100px 0; ERIKA*/
	padding: 2rem 0;
}

.blog-details p {
    text-align: justify;
}

.blog-details p a {
    text-decoration: underline;
}

.blog-details .tags-blkouter {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 100px;
}

.blog-details .tags-blkouter ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.blog-details .tags-blkouter ul li {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
}

.blog-details .tags-blkouter ul li a {
    width: auto;
    height: auto;
    float: left;
    font-size: 20px;
    color: #343C3D;
    border: #343C3D solid 1px;
    border-radius: 3px;
    padding: 10px 16px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-details .tags-blkouter ul li a:hover,
.blog-details .tags-blkouter ul li a:focus,
.blog-details .tags-blkouter ul li a:active {
    color: #E4003A;
    border: #E4003A solid 1px;
}

.sidebar-outer {
    width: 100%;
    height: auto;
    float: right;
    padding-left: 46px;
}

.sidebar-outer .search-outer {
    width: 100%;
    height: auto;
    float: left;
    background: #f2f2f2;
    padding: 15px;
}

.sidebar-outer .search-outer {
    width: 100%;
    height: auto;
    float: left;
    background: #f2f2f2;
    padding: 15px;
}

.search-outer .form-control {
    width: 100%;
    height: 64px;
    float: left;
    background: #FFF;
    font-size: 30px;
    color: #CED4DA;
    text-transform: uppercase;
    border-radius: 0;
    border: #ced4da solid 1px;
}

.sidebar-outer h6 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
}

.categorie-outer {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 96px;
}

.categorie-outer ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-top: 24px;
}

.categorie-outer ul li {
    width: 100%;
    height: auto;
    float: left;
    border-top: #CED4DA solid 1px;
}

.categorie-outer ul li:first-child {
    border-top: #CED4DA solid 0px;
}

.categorie-outer ul li a {
    font-size: 25px;
    color: #06AEC5;
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0 27px;
    line-height: 25px;
}

.categorie-outer ul li a span {
    font-style: italic;
    font-family: 'Publico Headline We5b';
}

.categorie-outer ul li a i {
    color: #CED4DA;
    float: right;
}

.blog-details .sidebar-outer .tags-blkouter {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 75px;
}

.blog-details .sidebar-outer .tags-blkouter h6 {
    padding-bottom: 20px;
}

.logo-listouter {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0 100px;
}

.logo-listouter ul {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 28px;
}

.logo-listouter ul li {
    width: 19%;
    height: auto;
    float: left;
    max-width: 268px;
    list-style: none;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    margin-bottom: 25px;
}

.logo-listouter ul li a {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 40px 20px;
}

.logo-listouter ul li a img {
    display: inline-block;
}

.logo-listouter ul li a h3 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
}

.steps-outercon {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0 100px;
}

.steps-outercon h4 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
}

.steps-outercon ul {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 28px;
    padding-top: 70px;
}

.steps-outercon ul li {
    width: 32.33%;
    height: auto;
    float: left;
    max-width: 450px;
    list-style: none;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.51);
    margin-bottom: 25px;
    position: relative;
    border: #e6e6e6 solid 1px;
    padding: 50px 35px 30px;
}

.steps-outercon ul li i {
    width: 72px;
    height: 72px;
    float: left;
    border-radius: 50%;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    color: #9FD0B1;
    background: #06ADC4;
    border: #e6e6e6 solid 1px;
    position: absolute;
    left: 50%;
    top: -36px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Publico Headline We5b';
    font-weight: bold;
}

.steps-outercon ul li h2 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
}

.steps-outercon .details-blk {
    width: 100%;
    height: auto;
    float: left;
}

.steps-outercon .details-blk h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    padding-bottom: 26px;
}

.steps-outercon .details-blk h3 span,
.steps-outercon .details-blk h3 i {
    font-weight: bold;
    font-style: italic;
}

.steps-outercon .details-blk p a {
    font-weight: 600;
}

.search-submit {
    display: none !important;
}

.footer-widgets {
    margin-left: 0 !important;
}

.widget_tag_cloud {

    float: left;
}

.widget_tag_cloud a {
    width: auto;
    height: auto;
    float: left;
    font-size: 20px !important;
    color: #343C3D;
    border: #343C3D solid 1px;
    border-radius: 3px;
    padding: 10px 16px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.widget_tag_cloud a:hover {
    color: #E4003A;
    border: #E4003A solid 1px;
    text-decoration: none;
}

.sidebar-outer .search-form {
    width: 100%;
    height: auto;
    float: left;
    background: #f2f2f2;
    padding: 15px;
}

.search-form .search-field {
    width: 100%;
    height: 64px;
    float: left;
    background: #FFF;
    font-size: 30px;
    color: #CED4DA;
    border-radius: 0;
    border: #ced4da solid 1px;
    margin: 0;
}

.widget_categories {
    float: left;
    padding-top: 96px;
    margin-top: 0;
}

.widget .widget-title {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.widget_categories ul li {
    width: 100%;
    height: auto;
    float: left;
    border-top: #CED4DA solid 1px;
}

.widget_categories ul li a {
    font-size: 25px;
    color: #06AEC5;
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0 27px;
    line-height: 25px;
    font-weight: normal;
}



#wrap_404 {
    width: 100%;
    text-align: center;
    padding: 40px 0 100px;
    margin: 0 auto;
    padding-top: 210px;
}

#wrap_404 h1 {
    font-size: 90px;
    color: #12b0c6;
    padding: 0;
    line-height: 92px;
    font-weight: bold;
}

#wrap_404 h1 span {
    color: #604ca0;
    font-size: 120px;
    font-weight: bold;
}

#wrap_404 h2 {
    display: block;
    color: #303030;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    padding: 0 0 10px;
    line-height: 34px;
    margin: 0;
}

#wrap_404 h4 {
    color: #303030;
    display: inline-block;
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 26px;
}

#wrap_404 .btn-submit,
#wrap_404 .primary-btn {
    color: #ffffff;
}

#wrap_404 .primary-btn:hover {
    color: #1661AD;
}


.pagination .nav-links {
    justify-content: center;
}

.pagination .prev,
.pagination .next {
    text-align: center;
    margin: 0 5px;
}

.post-meta-single-top .post-meta {
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.archive-container {
    padding: 50px 0;
    float: left;
    width: 100%;
}

.pagination-outer .screen-reader-text {
    display: none;
}

.pagination-outer .pagination {
    display: inline-block;
}


/* cookies plugin */

.pea_cook_wrapper{
    margin: 0 10%!important;
}
.pea_cook_wrapper p{
    color:white;
}
.pea_cook_wrapper p .pea_cook_btn{
    width: auto;
    height: 35px;
    background: #06AEC5;
    color: #FFF;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 30px;
    padding: 0 40px;

}


/* trustpilot-widget */

.trustpilot-widget{
    position: inherit!important;
    height:auto;
}

/* metaslider home */
.metaslider .slides img{
    position: absolute;
    height: 100vh!important;
    object-fit: cover!important;
}

.metaslider .caption-wrap{
    top:20vh;
    left:18vw!important;
    opacity: 1!important;
}

.metaslider .caption-wrap h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    line-height: 1.167;
    color: #00008F;
    margin: 0px;
    padding: 0 0 20px;
    font-weight: 400;
}
.metaslider .flex-control-nav{
    bottom:-90vh!important;
}
.wpmm-nav-wrap{
    height: 0;
}

.metaslider .caption-wrap span{
	background-color: rgb(255 255 255 / 0.7);
	box-shadow: 10px 0 0px 0px rgb(255 255 255 / 0.7), -10px 0 0px 0px rgb(255 255 255 / 0.7);
}

/* Css reset */
.wp-block-columns{
    display: flex!important;
}

a.flipjacks {
  background: linear-gradient(to bottom, #B5D0EE 0%, #00ADC6 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
  color: #000;
  text-decoration: none;
}

a.flipjacks:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%2300ADC6' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
}

@media screen and (min-width: 601) and (max-width: 1024px) {
    .metaslider .caption-wrap{
        top:15vh;
        left:5vw!important;
    }
    .metaslider .caption-wrap h1 {
        font-size: 36px;
    }
    .metaslider .caption-wrap h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
    .metaslider .caption-wrap{
        top:15vh;
        left:5vw!important;
    }
    .metaslider .caption-wrap h1, .fakeh1 {
        font-size: 34px;
    }
    .metaslider .caption-wrap h2 {
        font-size: 24px;
    }
	
}

@media screen and (max-width: 1024px) {
	.banerimage-block:before{
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.2) 100%);
    	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.2) 100%);
    	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.2) 100%);
	}
	
	.breadcrumb-outer .breadcrumb li,
	.breadcrumb-outer span {
    	font-size: 16px;
	}
}


@media screen (min-width: 1025px){
	.social-block {
    width: 100%;
    height: auto;
    float: left;
}

}