@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

@font-face {
    font-family: ourFont;
    src: url(../../../fonts/AvenirLTStd-Roman.woff);
}
@font-face {
    font-family: robotoThin;
    src: url(../../../fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: robotoBold;
    src: url(../../../fonts/Roboto-Bold.ttf);
}

html {
    scroll-behavior: smooth;
}

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: ourFont;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

blockquote,
q {
    quotes: none;
}
br {
    height: 0;
}
ul,
ol,
dl,
li {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}
html,
body {
    height: 100%;
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}
body {
    position: relative;
}

/* Class for clearing floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.cf:after,
.cf:before {
    display: table;
    content: "";
}
.cf:after {
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Specific Header Settings */
h1 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}
h2 {
    font-weight: bold;
    font-size: 24px;
    color: #555;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

/* Bootstrap 4 CODE */
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/* Bootstrap 4 Code */

/* Create the Default Paragraphs */
p {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 24px;
}

/* Other Typo */
strong {
    font-weight: bold;
}
hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}

/* To make FontSmooth in MAC */
.mac * {
    -webkit-font-smoothing: antialiased;
}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
    border: 0;
    border-style: none;
}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
a:hover {
}
a:active {
    color: #ffffff;
}
a:focus {
    outline: none;
}
a.current {
    color: #e8941a;
}

a:hover,
a:focus {
    color: #f3f2f2;
    text-decoration: none;
}
#clogin-frm a:hover,
#clogin-frm a:focus {
    color: #1d3b70;
    text-decoration: none;
}
/* 5. Forms
------------------------------------------------------------------------------*/

input {
    line-height: normal;
}
input[type="email"],
input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
    padding: 5px;
    border: 1px solid #cbcbcb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #cbcbcb;
    display: block;
    overflow: auto;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #ccc;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    -webkit-text-size-adjust: none;
    background: #cbcbcb;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #52667e;
}
:-moz-placeholder {
    color: #52667e;
}
::-moz-placeholder {
    color: #52667e;
}
:-ms-input-placeholder {
    color: #52667e;
}
::-ms-input-placeholder {
    color: #52667e;
}
:placeholder-shown {
    color: #52667e;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
    border: 1px solid transparent;
}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    text-align: left;
    font-weight: normal;
}

/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0 {
    margin: 0 !important;
}
.mr20 {
    margin-right: 20px;
}
.mt20 {
    margin-top: 20px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt50 {
    margin-top: 50px !important;
}

/*all padding zero*/
.p0 {
    padding: 0 !important;
}
.pt20 {
    padding-top: 20px;
}

/*common display style*/
.dis-b {
    display: block;
}
.pos_rel {
    position: relative;
}
.hidden {
    display: none !important;
}

/*border*/
.no_bdr {
    border: none !important;
}

/*common fonts style*/
.f16 {
    font-size: 16px !important;
}
.f18 {
    font-size: 18px !important;
}
.fbold {
    font-weight: bold;
}

/*transition effect*/
.tra {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* opacity effect */
.opacity1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.opacity0 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* column grid */
.row {
    /*width: 100%;*/
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    float: left;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}

/* Page Layout */
body {
    font-family: "Avenir LT Std";
}
#full_wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    overflow: hidden;
    /* the bottom margin is the negative value of the footer's height */
}
.wrapper {
    max-width: 100%;
    margin: 0 13% !important;
    overflow: hidden;
}
.content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
/* Push */
.push {
}

/* Header*/
header .wrapper {
    position: relative;
}
header .top_head .left {
    float: left;
    text-align: right;
    width: 50%;
    background-color: #dbeaf6;
    padding-top: 20px;
    padding-bottom: 15px;
}
header .top_head .left a {
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}
header .top_head .right {
    float: right;
    text-align: left;
    width: 50%;
    background-color: #f4d2d2;
    padding-top: 17px;
    padding-bottom: 15px;
}
header .top_head .right a {
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}

header .bottom_head {
    min-height: 60px;
    position: relative;
}
header .bottom_head .hamburger {
    display: none;
}
header .bottom_head .bottom_wrap {
    max-width: 1586px;
    margin: 0 auto;
}
header .bottom_head .nav_left {
    float: left;
    margin-left: 5em;
}
header .bottom_head .nav_right {
    margin-left: 60px;
}
header ul {
    display: inline-block;
    vertical-align: top;
}
header ul li {
    display: inline-block;
    vertical-align: top;
}
header ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
header ul li a.active {
    color: #ffffff;
}
header ul li.drop:hover ul {
    visibility: visible;
    opacity: 1;
}
header ul li.drop {
    background-image: url(../img/site/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 40px;
    background-size: 30px;
    margin-right: 32px;
    position: relative;
}
header ul li.drop ul {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #dbeaf6;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    z-index: 99;
    width: 400px;
    top: 65px;
}
header ul li.drop ul li a {
    padding: 32px 0px;
    padding-left: 60px;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
header ul li.drop ul li a:hover {
    background-color: #b0d0ee;
}
header ul li.drop ul li {
    display: block;
}
header .bottom_head .nav_right a.search {
    display: inline-block;
    vertical-align: top;
}
.main {
    height: auto;
    margin-top: 150px;
}
.main .banner_con h1 {
    color: #333333;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 115px;
}

.goods_insured .main .banner_con .insurance_list a {
    margin: 0px 50px;
    margin-bottom: 70px;
}
.main .banner_con .insurance_list {
    text-align: center;
}
.main .banner_con .insurance_list a {
    text-align: center;
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 4px solid #272361;
    border-radius: 10px;
    margin: 0px 70px;
    margin-bottom: 70px;
}
.main .banner_con .insurance_list img {
    max-width: 40%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 30px;
}
.main .banner_con .insurance_list h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.homepage .banner_con .insurance_list {
    max-width: 700px;
    margin: auto;
}
/*.goods_insured .main .banner_con .insurance_list a{margin: 0 0 70px !important;}*/
.goods_insured .main .banner_con .insurance_list a:first-child {
    margin-left: 0 !important;
}
.goods_insured .main .banner_con .insurance_list a:nth-child(4) {
    margin-right: 0 !important;
}
.goods_insured .main .banner_con .insurance_list a:nth-child(5) {
    margin-left: 0 !important;
}
/*.goods_insured .main .banner_con .insurance_list a:last-child{ margin-right: 0 !important;}*/
.main .banner_con .insurance_list a:hover {
    background-color: #dbeaf6;
    border: 4px solid #dbeaf6;
    transition: 0.5s;
}
.main .banner_con .insurance_list a:hover h3 {
    color: #272361;
}
.main .banner_con .insurance_list a:hover img {
    transform: scale(0.8);
    transition: 0.8s;
}

.how_bg {
    background-color: #eeeeee;
}
h2 {
    text-transform: uppercase;
    color: #333333;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.how_bg .how_work h2 {
    padding-bottom: 75px;
    font-size: 35px;
    font-weight: bolder;
}
/*.how_bg .how_work .work_con{padding-bottom: 140px;}*/
.how_bg .how_work .work_con .work_img {
    float: left;
}
.how_bg .how_work .work_con .work_img img {
    width: 100%;
}
.how_bg .how_work .work_con .work_img {
    width: 35%;
    padding: 0;
}
.how_bg .how_work .work_con .work_text {
    width: 65%;
}
.how_bg .how_work .work_con .work_text {
    padding: 0 0 0 40px;
}
.how_bg .how_work .work_con .work_text h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 15px;
}
.how_bg .how_work .work_con .work_text h3:first-child {
    padding-top: 0;
}
.how_bg .how_work .work_con .work_text p {
    color: #333333;
    font-size: 18px;
    font-weight: 800;
}
.coverage {
    padding: 140px 0px;
}
.coverage .coverage_left {
    float: left;
}
.coverage .coverage_left h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 900;
    padding-top: 45px;
    padding-bottom: 20px;
    text-align: center;
}
.coverage .coverage_left p {
    color: #333333;
    font-size: 19px;
    font-weight: 900;
    line-height: 28px;
}
.coverage .coverage_right {
    float: right;
    background-size: 100% 100%;
    background-image: url(../img/site/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
}
.coverage .coverage_right h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding-top: 175px;
    text-align: center;
    letter-spacing: 2px;
}
.how_bg {
    padding: 110px 0px;
}
.how_bg .adviser .ad_avtar {
    float: left;
}
.how_bg .adviser .ad_avtar img {
    max-width: 100%;
}
.how_bg .adviser .ad_text {
    padding: 70px;
}
.how_bg .adviser .ad_text h2 {
    color: #333333;
    font-size: 35px;
    font-weight: 900;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: left;
}
.how_bg .adviser .ad_text p {
    color: #333333;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
}
.choose_in {
}
.choose_in h2 {
    padding-top: 114px;
    padding-bottom: 35px;
    font-size: 35px;
}
.choose_in .list {
    margin-bottom: 20px;
}
.choose_in .list .box {
    width: 560px;
    margin-bottom: 60px;
    float: left;
}
.choose_in .list .box:nth-child(2n) {
    float: right;
}
.choose_in .list .box h4 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 38px;
}
.choose_in .list .box .detail {
    margin-bottom: 40px;
}
.choose_in .list .box .detail .in_img {
    float: left;
    width: 15%;
}
.choose_in .list .box .detail .text {
    float: right;
    width: 70%;
}
.choose_in .list .box .detail .text p {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.choose_in .list .box .btn a {
    width: 100%;
    max-width: 260px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    line-height: 60px;
}
.choose_in .list .box .btn a.get_btn {
    background-color: #f35354;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-right: 30px;
}
.choose_in .list .box .btn a.get_btn:hover {
    background-color: #000000;
}
.choose_in .list .box .btn a.learn_more {
    color: #333333;
    border: 4px solid #272361;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 53px;
}
.choose_in .list .box .btn a.learn_more:hover {
    background-color: #000000;
    border: 4px solid #000000;
    color: #ffffff;
}
.choose_in .list .box:last-child {
    margin-left: 30%;
}
.get_bg {
    background-image: url(../img/site/get_qute.png);
    background-position: center center;
    padding-bottom: 120px;
}
.get_bg .get_quote h2 {
    padding-top: 50px;
    padding-bottom: 60px;
}
.get_bg .get_quote .contact_form {
    text-align: center;
}
.get_bg .get_quote .contact_form .in_field {
    margin-bottom: 15px;
    max-width: 560px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    margin-right: 100px;
}
.get_bg .get_quote .contact_form .in_field:nth-child(even) {
    margin-right: 0;
}
.get_bg .get_quote .contact_form .in_field label {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.get_bg .get_quote .contact_form .in_field .in {
    width: 100%;
    height: 67px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.in {
    width: 100%;
    height: 67px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.get_bg .get_quote .contact_form .in_field .in:focus {
    border-color: #f35050;
}
.get_bg .get_quote .submit {
    width: 330px;
    line-height: 75px;
    text-align: center;
    background-color: #f35050;
    border-radius: 5px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: auto;
    display: block;
    margin-top: 45px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    text-transform: uppercase;
}
.get_bg .get_quote .submit:hover {
    background-color: #000000;
}
footer .top_footer {
    padding-top: 70px;
}
/*footer .top_footer .left_contact{width: 78%;float: left;}*/
footer .top_footer .left_contact h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding-top: 95px;
    margin-left: 85px;
}
footer .top_footer .left_contact .contact_us {
    float: right;
}
footer .top_footer h3 {
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
footer .top_footer .left_contact .contact_us ul li,
footer .top_footer .left_contact .contact_us ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
}
footer .top_footer .right_social h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
footer .top_footer .left_contact .contact_us ul li {
    display: block;
    margin-bottom: 20px;
}
footer .top_footer .left_contact .contact_us ul li:first-child {
    margin-bottom: 35px;
}
footer .top_footer .left_contact .contact_us ul li:hover,
footer .top_footer .left_contact .contact_us ul li a:hover {
    color: #333333;
}
footer .top_footer.goods_insured_footer .left_contact .contact_us ul li:hover,
footer
    .top_footer.goods_insured_footer
    .left_contact
    .contact_us
    ul
    li
    a:hover {
    color: #cc0000;
}
footer .top_footer .left_contact .contact_us ul li i img {
    display: inline-block;
    vertical-align: middle;
}
footer .top_footer .left_contact .contact_us ul li i {
    margin-right: 20px;
}
footer .top_footer .left_contact .contact_us ul li:last-child a:first-child {
    margin-left: 60px;
}
footer .top_footer .left_contact .contact_us ul li:nth-child(2) {
    margin-right: 25px;
}
footer .top_footer .right_social {
    width: 100%;
    padding-left: 50px;
    text-align: center;
}
.right_social a i {
    color: #244680;
    border-radius: 30px;
    background-color: #fff;
}
.right_social a i:hover {
    background-color: #cc0000;
    color: #244680;
}
.right_social a:nth-child(2) > i {
    font-size: 25px;
    padding: 15px 20px !important;
}
.right_social a:nth-child(3) > i {
    font-size: 25px;
    padding: 15px 16px !important;
}
.right_social a:nth-child(4) > i {
    font-size: 20px;
    padding: 16px 18px !important;
}
.goods_insured_footer .right_social a i {
    color: #272361;
    border-radius: 30px;
    background-color: #fff;
}
.goods_insured_footer .right_social a i:hover {
    background-color: #cc0000;
}
/*.bottom_footer .wrapper{width: 1230px;}*/
.bottom_footer {
    background-color: #333333;
    padding-top: 60px;
    padding-bottom: 65px;
}
.bottom_footer .footer_menu {
    text-align: center;
}
.bottom_footer .footer_menu ul {
    margin-bottom: 40px;
}
.bottom_footer .footer_menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.bottom_footer .footer_menu ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 50px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.bottom_footer .copy_right {
    float: right;
}
.bottom_footer .copy_right p:first-child {
    color: #ffffff;
    font-size: 23px;
    margin-right: 30px;
    text-align: center;
    line-height: 32px;
}
.bottom_footer .copy_right p.last {
    color: #ffffff;
    text-transform: none;
    font-size: 12px;
    margin-top: 40px;
    margin-right: 30px;
    text-align: justify;
    line-height: 18px;
}
.bottom_footer .footer_menu ul li a:hover {
    color: #cc0000;
}
header ul li.drop_infomation ul.info_drop {
    width: 500px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 75px;
}
header ul li.drop_infomation ul.info_drop li {
    display: block;
    vertical-align: middle;
    width: 100%;
}
header ul li.drop_infomation ul.info_drop li a {
    display: block;
    vertical-align: middle;
    padding-right: 100px;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
header ul li.drop_infomation ul.info_drop li a:hover {
    background-color: #f4d2d2;
}
header ul li.drop_infomation ul.info_drop li a h6 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    line-height: 30px;
}
header ul li.drop_infomation ul.info_drop li a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f4d2d2;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
header ul li.drop_infomation ul.info_drop li a:hover span {
    background-color: #ffffff;
}
header ul li.drop_infomation ul.info_drop li a span img {
    width: 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
header ul li.drop_infomation ul.info_drop li:nth-child(2) a span img /*header ul li.drop_infomation ul.info_drop li:nth-child(5) a span img*/
 {
    width: 26px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
header ul li.drop_infomation ul.info_drop.insurance_drop li a span img {
    width: 42px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
header ul li.drop_infomation ul.info_drop li:last-child a span img {
    width: 26px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
header > .bottom_head > .nav_right > ul:last-child {
    padding-left: 50px;
}
header ul li.drop_infomation ul.info_drop li ul.inner_drop {
    position: absolute;
    width: 350px;
    background-color: #f4d2d2;
    left: -350px;
    top: auto;
    padding-left: 0;
    opacity: 0;
    display: none;
}
header ul li.drop_infomation ul.info_drop li:hover ul.inner_drop {
    display: block;
    position: absolute;
    z-index: -99;
    opacity: 1;
    visibility: visible;
    top: 0px;
}
header ul li.drop_infomation ul.info_drop li ul.inner_drop li a {
    padding-right: 20px;
    padding-left: 50px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 10px;
    display: block;
    vertical-align: middle;
    line-height: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
header ul li.drop_infomation ul.info_drop li ul.inner_drop li a:hover {
    background-color: #e9c1c1;
}
body header ul li.drop_infomation ul.info_drop {
    padding-left: 0 !important;
}
header ul li.drop_infomation ul.info_drop {
    display: none;
}
header ul li.drop_infomation:hover ul.info_drop {
    opacity: 1;
    display: inline-block;
    visibility: visible;
}
header .bottom_head .nav_left img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
header .bottom_head .nav_left img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
header .bottom_head .nav_left > li:first-child img {
    width: 25px;
}
header .bottom_head .nav_left > ul > li:hover {
    background-color: #f65e5f;
}
header .bottom_head .nav_left > ul > li {
    padding: 35px 20px;
    height: 100px;
}
header .bottom_head .nav_left > ul > li:nth-child(2),
header .bottom_head .nav_left > ul > li:nth-child(4) {
    color: #fff;
    font-weight: bold;
    padding: 35px 0;
}
header .bottom_head .nav_right > ul:nth-child(2) li {
    color: #fff;
    font-weight: bold;
    padding: 35px 0;
}
header .bottom_head .nav_right > ul > li {
    padding: 35px 20px;
    height: 100px;
}
header .bottom_head .nav_right > ul > li > a i {
    margin-left: 15px;
    font-size: 23px;
}
header .bottom_head .nav_right > ul > li:hover {
    background-color: #f65e5f;
}
header .bottom_head .nav_left > ul > li:last-child {
    border-right: none;
}
header .bottom_head .nav_left .search_drop {
    position: absolute;
    width: 530px;
    left: 0px;
    background-color: #ffffff;
    padding-left: 100px;
    padding-right: 35px;
    z-index: 99;
    padding-bottom: 10px;
    display: none;
}
/*header .bottom_head .nav_left .search_drop.active{}*/
header .bottom_head .nav_left .search_drop h3 {
    padding-top: 45px;
    padding-bottom: 5px;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
header .bottom_head .nav_left .search_drop .in {
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
}
header .bottom_head .nav_left .search_drop .submit {
    width: 175px;
    text-align: center;
    border: #244379 2px solid;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 34px;
    background-color: #244379;
    line-height: 55px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
header .bottom_head .nav_left .search_drop .submit:hover {
    background-color: #cc0000;
    border: #cc0000 2px solid;
    color: #ffffff;
}
header .bottom_head .nav_left .search_drop .hi_search {
}
header .bottom_head .nav_left .search_drop .hi_search h6 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding-top: 60px;
    border-top: #cccccc 1px solid;
    padding-bottom: 30px;
}
header .bottom_head .nav_left .search_drop .hi_search a {
    display: inline-block;
    vertical-align: middle;
    color: #272361;
    text-decoration: underline;
    font-size: 21px;
    font-weight: 400;
}
header .bottom_head .nav_left .search_drop .hi_search span {
    display: block;
}
header .bottom_head .nav_left .search_drop .feedback {
    position: absolute;
    bottom: 10px;
    right: 40px;
}
header .bottom_head .nav_left .location_drop {
    position: absolute;
    width: 450px;
    left: 0px;
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 35px;
    z-index: 99;
    padding-bottom: 10px;
    display: none;
}
header .bottom_head .nav_left .location_drop h3 {
    padding-top: 35px;
    padding-bottom: 12px;
    color: #333333;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
header .bottom_head .nav_left .location_drop form {
    text-align: center;
}
header .bottom_head .nav_left .location_drop input.in {
    width: 70%;
    height: 50px;
    border-radius: 10px;
}
header .bottom_head .nav_left .location_drop .submit {
    width: 170px;
    text-align: center;
    border: #244379 2px solid;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 34px;
    background-color: #244379;
    line-height: 45px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    margin-left: 25%;
    margin-top: 30px;
}
header .bottom_head .nav_left .location_drop .submit:hover {
    border: 2px solid #cc0000;
    background-color: #cc0000;
    color: #fff;
}
header .bottom_head .nav_left .login_drop {
    position: absolute;
    width: 450px;
    left: 0px;
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 35px;
    z-index: 99;
    padding-bottom: 40px;
    display: none;
    padding-top: 50px;
}
header .bottom_head .nav_left .login_drop h3 {
    padding-top: 45px;
    padding-bottom: 5px;
    color: #333333;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}
header .bottom_head .nav_left .login_drop form {
    text-align: center;
}
header .bottom_head .nav_left .login_drop input.in {
    width: 70%;
    height: 30px;
    border-radius: 12px;
}
header .bottom_head .nav_left .login_drop .submit {
    padding: 10px 70px;
    text-align: center;
    background-color: #244379;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 34px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    margin-top: 25px;
    box-shadow: 1px 1px #244379;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
}
header .bottom_head .nav_left .login_drop .submit:hover {
    background-color: #cc0000;
    box-shadow: 1px 1px #cc0000;
}
/*.goods_insured header .bottom_head .nav_left .login_drop .submit{*/
/*background-color: #cc0000; color: #fff;*/
/*}*/
.goods_insured header .bottom_head .nav_left .login_drop .submit:hover {
    background-color: #cc0000;
    color: #fff !important;
    box-shadow: 1px 1px #cc0000;
}
header .bottom_head .nav_left .login_drop span,
header .bottom_head .nav_left .login_drop a {
    font-size: 18px;
    padding-bottom: 30px;
    font-weight: 500;
}
header .bottom_head .nav_left .login_drop a {
    color: #cc0000;
    text-decoration: underline;
}
header .bottom_head .nav_left .login_drop a:hover {
    color: #272361;
}
header .bottom_head .nav_left .lang_drop {
    position: absolute;
    width: auto;
    left: 0px;
    background-color: #f7f7f7;
    z-index: 99;
    display: none;
}
.goods_insured header .bottom_head .nav_left .lang_drop .langlist a {
    font-size: 20px;
    display: block;
    padding: 10px 35px;
}
.goods_insured header .bottom_head .nav_left .lang_drop .langlist a:hover {
    background: #dbeaf6;
    color: #000;
}
.goods_insured header .bottom_head .nav_left .lang_drop {
    right: 0px;
    left: auto;
}
.goods_insured header .bottom_head .nav_left > ul > li.langu_simple {
    padding: 7px;
    border: 3px solid #fff;
    height: auto;
    margin-top: 12px;
    margin-left: 5px;
}
.goods_insured header .bottom_head .nav_left > ul > li.langu_simple.sapains {
    border: 3px solid transparent;
}
.goods_insured .visualCaptcha .img img {
    width: 100% !important;
    max-width: 28px !important;
    height: auto !important;
}
.goods_insured .visualCaptcha .visualCaptcha-refresh-button {
    width: 40px !important;
    height: 40px !important;
    padding: 5px !important;
}
.goods_insured .visualCaptcha .visualCaptcha-accessibility-button {
    width: 40px !important;
    height: 40px !important;
    padding: 5px !important;
}
.goods_insured .visualCaptcha .visualCaptcha-refresh-button a img {
    max-width: 20px !important;
    width: 100% !important;
    height: auto !important;
}
.goods_insured .visualCaptcha .visualCaptcha-accessibility-button a img {
    max-width: 20px !important;
    width: 100% !important;
    height: auto !important;
}
.goods_insured .visualCaptcha .visualCaptcha-refresh-button a img,
.goods_insured .visualCaptcha .visualCaptcha-accessibility-button a img {
    height: 20px !important;
    width: 20px !important;
}
/*goods_insured*/
.goods_insured header .bottom_head .nav_left {
    float: right;
    position: relative;
}
.goods_insured header .bottom_head .nav_right {
    float: left;
}
.goods_insured header .bottom_head .nav_left ul li {
    padding-right: 0;
    margin-right: 0;
    padding-right: 20px;
    border: 0px;
}
.goods_insured header .bottom_head .nav_left .search_drop {
    padding-right: 100px;
    padding-left: 35px;
}
.goods_insured header .bottom_head .nav_left .search_drop {
    right: 0px;
    left: auto;
}
.goods_insured header .bottom_head .nav_left .location_drop {
    right: 0px;
    left: auto;
}
.goods_insured header .bottom_head .nav_left .login_drop {
    right: 0px;
    left: auto;
}
.goods_insured header ul li.drop_infomation ul.info_drop {
    right: auto;
    left: 0;
}
.goods_insured header ul li.drop_infomation ul.info_drop li ul.inner_drop {
    right: -350px;
    left: auto;
}
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li:hover
    ul.sub_inner_drop {
    right: -320px;
    left: auto;
}
.goods_insured header .bottom_head {
    background-image: url(../../../images/front_web/goodsinsured/shared/header/header_bg.png);
    background-size: cover;
}
.goods_insured header ul li.drop_infomation ul.info_drop li a:hover {
    background-color: #dbeaf6;
}
.goods_insured header ul li.drop_infomation ul.info_drop li a span {
    background-color: #dbeaf6;
}
.goods_insured header ul li.drop_infomation ul.info_drop li ul.inner_drop {
    background-color: #dbeaf6;
}
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li
    ul.inner_drop
    li
    a:hover,
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li:hover
    ul.sub_inner_drop
    li
    a:hover {
    background-color: #b0d0ee;
}
.goods_insured .coverage .coverage_right {
    background-image: url(../../../images/front_web/goodsinsured/page/home/green_bg.png);
}
.goods_insured .get_bg .get_quote .submit,
.goods_insured .choose_in .list .box .btn a.get_btn {
    background-image: url(../img/site/btn.png);
    background-size: cover;
}
.goods_insured .get_bg .get_quote .submit:hover,
.goods_insured .choose_in .list .box .btn a.get_btn:hover {
    background-image: url(../img/site/hover_bg.png);
}
.goods_insured footer .top_footer {
    background-image: url(../../../images/front_web/goodsinsured/shared/footer/bg_footer.png);
    background-size: cover;
}
.goods_insured header ul li.drop_infomation ul.info_drop li a:hover span {
    background-color: #ffffff;
}
.goods_insured header ul li.drop_infomation ul.info_drop li a h6 {
    padding-right: 0;
    padding-left: 20px;
}
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li:hover
    ul.inner_drop {
    display: block !important;
    position: absolute;
    z-index: -99;
    opacity: 1;
    visibility: visible;
}
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li
    ul.inner_drop
    li:hover
    ul.sub_inner_drop {
    display: block !important;
    position: absolute;
    z-index: -99;
    opacity: 1;
    visibility: visible;
    background-color: #dbeaf6;
    width: 320px;
    top: 0;
    padding-left: 0;
}
/*.goods_insured  header ul li.drop_infomation ul.info_drop li:nth-child(2):hover ul.inner_drop {*/
/*    margin-top: -102px;*/
/*}*/
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li:last-child:hover
    ul.inner_drop {
    margin-top: 255px;
}
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li
    ul.inner_drop
    li
    ul.sub_inner_drop {
    display: none;
}
.goods_insured header ul li.drop_infomation ul.info_drop {
    display: none;
}
.goods_insured header ul li.drop_infomation:hover ul.info_drop {
    opacity: 1;
    display: inline-block;
    visibility: visible;
}
.goods_insured header .bottom_head .nav_left img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
.goods_insured header .bottom_head .nav_left > li:first-child img {
    width: 25px;
}
.goods_insured header .bottom_head .nav_left > ul > li:hover {
    background-color: #3c557f;
}
.goods_insured header .bottom_head .nav_left > ul > li {
    padding: 25px 20px;
    height: 75px;
}
.goods_insured header .bottom_head .nav_left > ul > li:nth-child(2),
.goods_insured header .bottom_head .nav_left > ul > li:nth-child(4),
.goods_insured header .bottom_head .nav_left > ul > li:nth-child(6) {
    color: #fff;
    font-weight: bold;
    padding: 25px 0px;
}
.goods_insured header .bottom_head .nav_left ul li:first-child a img {
    margin-left: 8px;
}
.goods_insured header .bottom_head .nav_right > ul:nth-child(2) li {
    color: #fff;
    font-weight: bold;
    padding: 25px 20px;
}
.goods_insured
    header
    .bottom_head
    .nav_right
    > ul:nth-child(2)
    li
    .info_drop
    li {
    color: #fff;
    font-weight: bold;
    padding: 0px 0px;
}
.goods_insured header .bottom_head .nav_right > ul > li {
    padding: 25px 20px;
    height: 75px;
}
.goods_insured header .bottom_head .nav_right > ul > li > a i {
    margin-left: 15px;
    font-size: 23px;
}
.goods_insured header .bottom_head .nav_right > ul > li:hover {
    background-color: #3c557f;
}
.goods_insured header .bottom_head .nav_left > ul > li:last-child {
    border-right: none;
}
.goods_insured header .bottom_head .nav_left .login_drop a {
    color: #cc0000;
    text-decoration: underline;
}
.goods_insured header .bottom_head .nav_left .login_drop a:hover {
    color: #272361;
}
header ul li.drop_infomation ul.info_drop li:nth-child(5) a span img {
    width: 25px;
}
.goods_insured
    header
    ul
    li.drop_infomation
    ul.info_drop
    li:nth-child(6)
    a
    span
    img {
    width: 25px;
}
.question_wrap h2 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.question_wrap .question {
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}
.question_wrap .question h3 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 34px;
}
.question_wrap .question p {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 28px;
}
.question_wrap .question ul li {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 35px;
    line-height: 28px;
}
.question_wrap .question ul li:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 14px;
    top: 5px;
    left: 0px;
    background-color: #333333;
    border-radius: 50%;
}
.question_wrap .question ul {
    margin-bottom: 25px;
}
header {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 999;
}
.blogs_bg {
    background-color: #f2f2f2;
}
.blogs_bg h2 {
    padding-top: 40px;
    padding-bottom: 60px;
}
.blogs_bg .blog_list {
}
.blogs_bg .blog_list .blog {
    float: left;
    margin-bottom: 50px;
    margin-right: 136px;
}
.blogs_bg .blog_list .blog:nth-child(3n + 3) {
    margin-right: 0;
}
.blogs_bg .blog_list .blog img {
    max-width: 100%;
}
.blogs_bg .blog_list .blog h4 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 20px;
}
.blogs_bg .blog_list .blog a {
    vertical-align: middle;
    width: 100%;
    background-image: url(../img/site/btn.png);
    background-size: cover;
    width: 285px;
    line-height: 58px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.blogs_bg .blog_list .blog a:hover {
    background: #000000;
}
.news_letter {
    padding: 100px 0px;
}
.news_letter .left {
    float: left;
    width: 496px;
}
.news_letter .left h6 {
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.news_letter .left img {
    display: inline-block;
    vertical-align: middle;
}
.news_letter .right {
    float: right;
    width: 816px;
}
.news_letter .right .in {
    width: 100%;
    border: 1px solid #999999;
    height: 98px;
}
.news_letter .right .submit {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 238px;
    background-image: url(../img/site/btn.png);
    background-size: cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 37.77px;
    top: 0px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}
.news_letter .right form {
    position: relative;
}
.news_letter .right .submit:hover {
    background-color: #000000;
}
.goods_insured .news_letter .right .submit {
    background-image: url(../img/site/red.png);
    background-size: cover;
}
.goods_insured .news_letter .right .submit:hover {
    background: #000000;
}
.goods_insured header ul li.drop_infomation ul.info_drop li a {
    padding-right: 60px;
    padding-left: 50px;
    text-align: left;
}
/* inner sign page */
.main .inner_page {
    margin-top: 138px;
}
.main .inner_page .step {
    margin-top: 138px;
    margin-bottom: 96px;
    margin-left: 0px;
    overflow: hidden;
}
.main .inner_page .step .box {
    width: 23%;
    float: left;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}
.main .inner_page .step .box h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.main .inner_page .step .box span {
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 100%; /*background-color: #dbeaf6;*/
    position: relative;
}
.main .inner_page .step .box span:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #1f3d73;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    content: "";
    top: -13px;
    right: 0px;
    margin: auto;
    background-color: #ffffff;
}
.main .inner_page .step .box:last-child {
    text-align: right;
    width: 15%;
}
.main .inner_page .step .box:last-child span:after {
    left: auto;
    right: -12px;
}
.main .inner_page .step .box:first-child {
    text-align: left;
    width: 15%;
}
.main .inner_page .step .box:first-child span:after {
    left: 0;
    right: auto;
}
.main .inner_page .step .box.active span:after {
    background-color: #1f3d73;
}
.full_form {
    background-color: #dbeaf6;
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 112px 45px 126px 65px;
    margin-bottom: 144px;
}
.full_form label {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    width: 30%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
}
.full_form .in {
    width: 70%;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    float: right;
}
.full_form .row .cf {
    margin-bottom: 45px;
}
.full_form .col-xs-12.cf label {
    width: 15%;
}
.full_form .col-xs-12.cf .in {
    width: 85%;
}
.full_form .submit {
    width: 100%;
    max-width: 580px;
    line-height: 85px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(../img/site/header_bg.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.full_form .submit:hover {
    background-image: url(../img/site/red.png);
}
.main .select_product.full_form {
    max-width: 909px;
    margin: 0 auto;
    border: 1px solid #999999;
    padding: 50px;
    border-radius: 7px;
    margin-bottom: 150px;
}
.main .select_product.full_form .row {
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #999999;
}
.main .select_product.full_form .head_title {
    padding: 50px 10px 45px 50px;
    border-bottom: 1px solid #999999;
}
.main .select_product.full_form .head_title h3 {
    color: #333333;
    font-weight: bold;
    font-size: 30px;
}
.main .select_product.full_form .from_list {
    padding: 40px 55px;
}
.main .select_product.full_form .from_list .check_in {
    position: relative;
    margin-bottom: 45px;
}
.main .select_product.full_form .from_list .check_in label {
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    width: 100%;
}
.main .select_product.full_form .from_list .check_in input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.main .select_product.full_form .from_list .check_in label span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    margin-right: 25px;
}
.main .select_product.full_form .from_list .check_in label span:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    border: 3px solid #333333;
}
.main .select_product.full_form .from_list .check_in label span {
}
.main
    .select_product
    input[type="radio"]:checked
    + label.check_label
    span:after {
    border-width: 8px;
}
.main .select_product.full_form .row {
    margin-bottom: 60px;
}
.main .select_product.full_form .from_list.width_100 .check_in {
    width: 100%;
}
.main .select_product.full_form .submit {
    width: 100%;
    max-width: 100%;
}
.main .inner_page .step .box.done span:before {
    background-color: #1f3d73;
}
.main .inner_page .step .box span:before {
    height: 5px;
    width: 100%;
    background-color: #dbeaf6;
    position: relative;
    position: absolute;
    width: 100%;
    content: "";
    left: 50%;
}
.main .inner_page .step .box:first-child span:before {
    width: 290px;
    left: 0;
}
.main .inner_page .step .box.done span:after {
    background-color: #1f3d73;
}
.main .inner_page .step .box.active span:after {
    background-color: #b50706;
}
/*personal_detail*/
.main .personal_detail {
    background-color: #dbeaf6;
    padding: 140px 115px;
    border: 1px solid #c3c7ca;
    border-radius: 7px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 100px;
}
.main .personal_detail .inner_detail {
    background-color: #edf5fb;
    border-radius: 7px;
    border: 1px solid #c3c7ca;
    margin-bottom: 60px;
}
.main .personal_detail .inner_detail h2 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    padding: 60px 10px 24px 100px;
    border-bottom: #c3c7ca 1px solid;
    text-align: left;
}
.main .personal_detail .inner_detail .input_sec {
    padding: 30px 160px 30px 115px;
}
.main .personal_detail .inner_detail .input_sec .row {
    margin-bottom: 30px;
}
.main .personal_detail .inner_detail .input_sec label {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: 34%;
    float: left;
    padding-top: 10px;
}
.main .personal_detail .inner_detail .input_sec .right_field {
    width: 64%;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.main .personal_detail .inner_detail .input_sec .right_field .check_in {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 70px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .right_field
    .check_in
    input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.main .personal_detail .inner_detail .input_sec .right_field .check_in label {
    color: #333333;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
    line-height: 20px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .right_field
    .check_in
    label
    span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 12px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .right_field
    .check_in
    label
    span:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: #8f8f8f 2px solid;
    border-color: #333333;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.main
    .personal_detail
    .inner_detail
    input[type="checkbox"]:checked
    + label.check_label
    span:before {
    opacity: 1;
    width: 7px;
    height: 18px;
    transform-origin: left top;
    border-right: 2px solid #333333;
    border-top: 2px solid #333333;
    content: "";
    position: absolute;
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
    bottom: 0px;
    top: 15px;
    left: -4px;
    right: 0px;
    margin: auto;
    z-index: 9;
}
.main .personal_detail .inner_detail .input_sec .right_field .in {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding-left: 140px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.main .personal_detail .inner_detail h2 img {
    margin-right: 34px;
}
input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.main .personal_detail .inner_detail .input_sec .right_field.check3 .check_in {
    width: 33.33%;
    padding-left: 20px;
}
.main .personal_detail .inner_detail .input_sec .right_field h3 {
    color: #163160;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
}
.main .personal_detail .inner_detail .input_sec .row .two_field .in {
    padding-left: 20px;
}
.main .personal_detail .submit {
    width: 100%;
    max-width: 580px;
    line-height: 85px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(../img/site/header_bg.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.main .personal_detail .submit:hover {
    background-image: url(../img/site/red.png);
}
.main .personal_detail .inner_detail.tab_sec .panel_div {
    background-image: url(../img/site/arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}
.main .personal_detail .inner_detail.tab_sec .input_sec {
    display: none;
}
/* personal_detils save*/
.main .personal_detail .row .btn_list {
}
.main .personal_detail .row .btn_list a {
    width: 100%;
    text-align: center;
}
.main .personal_detail .row .btn_list a.next {
    width: 100%;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(../img/site/header_bg.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.main .personal_detail .row .btn_list a.save {
    width: 100%;
    line-height: 70px;
    text-align: center;
    color: #666666;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    background-image: url(../img/site/btn_list.png);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
/* policy coverage */
.main .personal_detail.policy_coverage .inner_detail .heading {
    padding: 74px 14px 30px 50px;
}
.main .personal_detail.policy_coverage .inner_detail .heading h2 {
    border-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 0px;
}
.main .personal_detail.policy_coverage .inner_detail .heading a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 24px;
    float: right;
    margin-top: 15px;
}
.main .personal_detail.policy_coverage .right_field select {
    outline: none;
    background-image: url(../img/site/arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-left: 10px !important;
    background-size: 20px;
    margin-bottom: 30px;
}
select::-ms-expand {
    display: none;
}
select {
    text-indent: 1px;
    text-overflow: "";
}
.main .personal_detail.policy_coverage .inner_detail .input_sec {
    padding: 30px 90px 30px 90px;
    padding-left: 0;
    padding-right: 0;
}
.main .personal_detail.policy_coverage .inner_detail .input_sec .right_field p {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 30px;
}
.main
    .personal_detail.policy_coverage
    .inner_detail
    .input_sec
    .right_field
    img {
    display: block;
    margin: 0 auto;
}
.main
    .personal_detail.policy_coverage
    .inner_detail
    .input_sec
    .right_field
    .g_details
    h6 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.main
    .personal_detail.policy_coverage
    .inner_detail
    .input_sec
    .right_field
    .g_details
    img {
    display: inline-block;
}
.main
    .personal_detail.policy_coverage
    .inner_detail
    .input_sec
    .right_field
    .g_details {
    margin-top: 30px;
}
.main
    .personal_detail.policy_coverage
    .inner_detail
    .input_sec
    .right_field
    .g_details
    a {
    color: #cc0000;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
}
.main .personal_detail.policy_coverage .inner_detail .input_sec .row {
    margin-bottom: 0;
    padding-top: 30px;
    margin: 0px;
    padding-left: 90px;
    padding-right: 90px;
    border-top: #c3c7ca 1px solid;
    padding-bottom: 20px;
}
.main .personal_detail.policy_coverage .inner_detail h2 {
    border-bottom: 0px;
}
.main .personal_detail.policy_quotes .inner_detail .heading.panel_div {
    background-image: url(../img/site/arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-position: 85% center;
    background-repeat: no-repeat;
    background-size: 22px;
    position: relative;
}
.main .personal_detail.policy_quotes .inner_detail .row {
    padding: 0px 60px;
}
.main .personal_detail.policy_quotes .inner_detail .co_amount {
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 50px;
}
.main .personal_detail.policy_quotes .inner_detail .question {
    position: absolute;
    right: 30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 28px;
}
.main .personal_detail.policy_quotes .inner_detail .row .co_amount .top_logo {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
    margin-bottom: 50px;
}
.main .personal_detail.policy_quotes .inner_detail .row .co_amount .con_text {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    h3
    img {
    padding-left: 20px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    h6 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}
.main .personal_detail.policy_quotes .inner_detail .row .co_amount .con_text p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 70px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text.r_s
    p {
    margin-top: 100px;
}
.main .personal_detail.policy_quotes .inner_detail .row .co_amount .con_text a {
    display: inline-block;
    vertical-align: middle;
    color: #cc0000;
}
.main .personal_detail.policy_quotes .inner_detail .row .range_slider {
    padding: 0px 50px;
    margin-top: 50px;
}
.irs--flat .irs-bar,
.irs--flat .irs-line {
    height: 16px;
}
.irs--flat .irs-line {
    background-color: #dbeaf6;
}
.irs--flat .irs-bar {
    background-color: #a60708;
}
.irs--flat .irs-handle > i:first-child {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #a60708;
    top: -5px;
    left: 0%;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
    background-color: transparent;
    top: 70px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.irs--flat .irs-single {
    background-color: transparent;
    top: -20px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.irs--flat .irs-single:before {
    display: none;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list {
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    border-left: 1px solid #333333;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    h6 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    h4 {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    h4
    sup {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: -15px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    h4
    i {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-style: normal;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list {
    padding-top: 25px;
    padding-bottom: 40px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan:first-child {
    border: 0px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    label {
    position: relative;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    .plan_list
    .plan
    label
    span:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    border: 2px solid #333333;
}
.main
    .personal_detail.policy_quotes
    input[type="radio"]:checked
    + label.check_label
    span:after {
    border-width: 5px !important;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text:last-child {
    margin-bottom: 0;
    border: 0px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    a.request_quotes {
    width: 100%;
    max-width: 500px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(../img/site/header_bg.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    margin-bottom: 50px;
}
.main
    .personal_detail.policy_quotes
    .inner_detail
    .row
    .co_amount
    .con_text
    a.request_quotes:hover {
    background-image: url(../img/site/red.png);
}
.main .personal_detail.policy_quotes .inner_detail .row {
    display: none;
}
.main .personal_detail.policy_quotes .inner_detail .row.active {
    display: block;
}
/* healthshop products */
.main .inner_page .step.health_step .box span:before {
    background-color: #f4d2d2;
}
.main .inner_page .step.health_step .box.done span:before {
    background-color: #1f3d73;
}
.main .select_product.full_form.health_product .from_list .check_in label {
    margin-bottom: 50px;
}
.main .select_product.full_form.health_product .from_list .check_in {
    max-width: 200px;
    margin: 0 auto;
}
.main .select_product.full_form.health_product .submit {
    background-image: url(../img/site/btn_co.png);
}
/* healthshop_details */
.main .healthshop_details .personal_detail {
    padding: 80px 80px;
}
.main .health_btn {
    background-image: url(../img/site/btn_co.png) !important;
}
.main .healthshop_details.personal_detail .inner_detail .input_sec {
    padding: 20px 80px 30px 70px;
}
.main .healthshop_details.personal_detail .inner_detail .input_sec label {
    width: 30%;
}
.main .personal_detail .inner_detail .input_sec .right_field {
    width: 66%;
}
.main .personal_detail .inner_detail .input_sec .right_field.check_t .check_in {
    width: 20%;
    padding-left: 0;
    padding-top: 10px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .right_field.check_t
    .type
    label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.main .personal_detail .inner_detail .input_sec .right_field.check_t .type .in {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-left: 10px;
    margin-left: 20px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .right_field.check_t
    .type
    .in.how_much {
    width: 37%;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .right_field.check_t
    .type
    .in.type {
    width: 48%;
}
.main .personal_detail .inner_detail .input_sec .row.full_width label {
    width: 100%;
}
.main .personal_detail .inner_detail .input_sec .row.full_width .right_field {
    width: 100%;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row.full_width
    .top_label
    label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding-bottom: 10px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row.full_width
    .top_label
    .check_in {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-left: 30px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row.full_width
    .right_field
    .in {
    padding-left: 10px;
}
.main .personal_detail .inner_detail .input_sec .row .medication {
    margin-top: 80px;
}
.main .personal_detail .inner_detail .input_sec .row .medication .row label {
    width: 20%;
    font-size: 20px;
    padding-left: 20px;
}
.main .personal_detail .inner_detail .input_sec .row .medication .row .in,
.main .personal_detail .inner_detail .input_sec .row .medication .row .mid_in {
    width: 18%;
    float: left;
    margin-right: 2%;
}
label span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
label span:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: #8f8f8f 2px solid;
    border-color: #333333;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
input[type="checkbox"]:checked + label.check_label span:before {
    opacity: 1;
    width: 7px;
    height: 18px;
    transform-origin: left top;
    border-right: 2px solid #333333;
    border-top: 2px solid #333333;
    content: "";
    position: absolute;
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
    bottom: 0px;
    top: 15px;
    left: -4px;
    right: 0px;
    margin: auto;
    z-index: 9;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row
    .medication
    .row
    .mid_in
    .check_label {
    width: 80px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row
    .medication
    .row
    .mid_in
    .check_label
    span {
    padding-right: 30px;
}
.main .personal_detail .inner_detail .input_sec .row input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.main .personal_detail .inner_detail .input_sec .row label {
    position: relative;
}
.main .personal_detail .inner_detail .input_sec .row label span:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    border: 2px solid #333333;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row
    input[type="radio"]:checked
    + label
    span:after {
    border-width: 5px !important;
}
.main .personal_detail .inner_detail .input_sec .row .check_list {
    width: 33.33%;
    float: left;
}
.main .personal_detail .inner_detail .input_sec .row .check_list label span {
    padding-left: 25px;
}
.main .personal_detail .inner_detail .input_sec .row .check_list label {
    font-size: 18px;
}
.main .personal_detail .inner_detail .input_sec .row .full_width_label {
    margin-bottom: 0px;
}
.main .personal_detail .inner_detail .input_sec .row .automate label {
    margin-top: 20px;
}
.main .personal_detail .inner_detail .input_sec .row .automate h6 {
    color: #ff6666;
    font-size: 24px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}
.main .personal_detail .inner_detail .input_sec .row .automate .row h3 {
    display: inline-block;
    vertical-align: middle;
}
.main .personal_detail .inner_detail .input_sec .row.automate .row label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    width: 18%;
}
.main .personal_detail .inner_detail .input_sec .row.automate .right_field {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    width: 80%;
    padding-top: 20px;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row.automate
    .right_field
    label {
    margin-top: 0px;
    float: none;
    margin-left: 50px;
    width: auto;
}
.main .personal_detail .inner_detail .input_sec .row.automate .right_field .in {
    width: auto;
    margin-left: 20px;
    width: 60%;
}
.main .personal_detail .inner_detail .input_sec .row .row.not_full label {
    width: 20%;
}
.main
    .personal_detail
    .inner_detail
    .input_sec
    .row
    .row.not_full
    .right_field {
    width: 80%;
}
.main .personal_detail .inner_detail .input_sec .row .save_red {
    margin: 0 auto;
    display: block;
    width: 50%;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.main .personal_detail.policy_coverage.policy_quotes .next.health_btn {
    width: 60%;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(../img/site/header_bg.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
/*   Login Form  */

.contact_us h3 {
    margin-left: -190px !important;
}
.right_social a img {
    width: 50px;
}
.inner_page .heading h4 {
    font-size: 34px;
    color: #52667e;
    font-weight: bold;
    padding: 20px;
}
.inner_page .heading h4 i {
    font-size: 40px;
    margin-right: 20px;
}
.login_form {
    background-color: #dbeaf6;
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 112px 45px 126px 65px;
    margin-bottom: 200px;
    text-align: center;
}
.login_form label,
.login_form label a {
    color: #52667e;
    font-size: 24px;
    font-weight: bold;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
}
.login_form .form-group .checkbox label {
    width: 25% !important;
}
.login_form .in {
    width: 70%;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    height: 65px;
}
.login_form .row .cf {
    margin-bottom: 45px;
}
.login_form .col-xs-12.cf label {
    width: 15%;
}
.login_form .col-xs-12.cf .in {
    width: 85%;
}
.login_form .submit {
    width: 100%;
    max-width: 580px;
    line-height: 85px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    background-image: url(../img/site/btn.png);
    background-size: cover;
}
.login_form .submit:hover {
    background-image: url(../img/site/btn_list.png);
    color: #52667e;
}
.form-group .forget {
    margin-top: 120px;
}
.login_form input {
    text-align: center;
    color: #52667e;
}
.red-text {
    color: #cc0000 !important;
}
a.red-text {
    text-decoration: underline;
}
.login_form label a:hover {
    color: #cc0000;
}
a.red-text:hover {
    color: #52667e !important;
}
.login_form .form-group {
    margin: 20px;
}
.form-group input[type="checkbox"] {
    float: left;
}
.login_form input::-webkit-input-placeholder {
    /* Edge */
    color: #52667e;
}
.login_form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #52667e;
}
.login_form input::placeholder {
    color: #52667e;
}
.checkbox label:after {
    content: "";
    display: table;
    clear: both;
}
.checkbox label span:after {
    border: #8f8f8f 2px solid;
    border-color: #52667e;
}
.checkbox .cr {
    position: relative;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 0.5em;
    margin-top: 0.65em;
}
.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.checkbox label input[type="checkbox"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}
/*
 Health page
 */

.main .page_header_banner {
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    margin-bottom: -2rem;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .main .page_header_banner {
        height: 700px;
    }
}

@media screen and (max-width: 1200px) {
    .main .page_header_banner {
        height: 400px;
    }
}

.button-header {
    width: 100%;
    padding: 20px 0;
    background-color: #302b7b;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    font-family: "Roboto";
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(#302b7b, #3a2a68);
}
.main .health.page_header_banner {
    background-image: url(../img/banner/health.png);
    background-size: cover;
    background-position: center;
}
.banner_title {
    width: 590px;
    padding: 70px 20px;
    border: 3px solid #fff;
    color: #fff;
}
.banner_title h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    text-shadow: 3px 3px rgba(36, 36, 36, 0.69);
}
.banner_tag h3 {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px rgba(36, 36, 36, 0.69);
    margin: 25px 5px;
}
.banner_tag h3 a {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px rgba(36, 36, 36, 0.69);
}
.banner_tag h3 a:hover {
    color: #f44242;
    text-shadow: 1px 0px #d23b3b;
}
.banner_tag h3:last-child {
    text-decoration: underline;
}
.quote_call {
    background-image: url(../../../images/front_web/goodsinsured/page/auto/quote-banner.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.quote_call div {
    padding: 45px;
}

.img_quote {
    background-image: url("../img/banner/quote.png");
    height: 80px;
    background-repeat: no-repeat;
    left: 15rem;
}
.img_call {
    background-image: url("../img/banner/call.png");
    height: 60px;
    background-size: 60% 85%;
    background-repeat: no-repeat;
    left: 5rem;
}
.goods_insured .quote_call div a:hover .img_call {
    background-image: url("../img/site/hover_call.png");
}

.quote_call > div:first-child div h3 {
    margin-left: 0;
}
.quote_call h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-left: 70px;
}
.quote_call div:first-child h3 {
    margin-left: 12em;
    padding: 21px 10px;
}
.quote_call div:first-child {
    padding: 35px 45px;
}
.quote_call div a:hover h3 {
    color: #3c557f;
}
.goods_insured .quote_call div a:hover .img_quote {
    background-image: url("../img/site/cb22.png");
}
.quote_call h3 span {
    font-weight: normal;
}
.health_body .health_title {
    height: 190px;
}
.health_title {
    padding: 50px 0 30px !important;
}
.health_body div:first-child {
    text-align: right;
}
.health_body div:last-child {
    text-align: left;
}
.health_body div img {
    width: 85px;
}
.health_body div h3 {
    font-size: 32px;
    margin: 24px 0;
    font-weight: bold;
    color: #282828;
    font-family: "Roboto";
}
.health_body .desc {
    text-align: justify !important;
}
.health_body .desc p {
    margin: 35px 0;
    color: #282828;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.health_body .desc .sign_text {
    margin-top: 50px;
}
.health_body .desc img {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 70px;
}
.health_body .desc h3 {
    text-align: center;
    margin: 40px;
}
.health_body .desc .health_people {
    background: rgba(210, 210, 210, 0.41);
    border: none;
    width: 31%;
    color: #000;
    padding: 25px;
    text-align: justify;
    height: 410px;
    margin-right: 37px;
    margin-bottom: 39px;
}
.health_body .desc > div:nth-child(3n) {
    margin-right: 0 !important;
}
.health_body .health_people p {
    font-size: 16px;
    letter-spacing: 0.1px;
}
.health_body .health_people h3 {
    font-size: 20px;
}
.health_body.life-main,
.health_body.feature {
    height: 530px !important;
}
.health_body.treatment {
    height: 470px !important;
    overflow: hidden;
    clear: both;
}
.health_find {
    margin: 50px 0 40px;
    text-align: center !important;
}
.health_body .health_treatment div {
    width: 16%;
    border: 3px solid #272361;
    border-radius: 10px;
    float: left;
    text-align: center;
    height: 170px;
    margin-right: 135px !important;
    padding: 10px;
}
.health_body .health_treatment div:hover {
    background-color: #f4d2d2;
    border: 3px solid #f4d2d2;
    border-radius: 10px;
}
.health_body.treatment .products div:hover {
    background-color: #dbeaf6;
    border: 3px solid #dbeaf6;
    border-radius: 10px;
}
.health_body.treatment .products div:hover h4 {
    color: #272361;
}
.health_body .treatment div h4 {
    font-size: 20px;
    color: #272361;
}
/*
Life Insurance
 */
.main .life.page_header_banner {
    background-image: url(../img/banner/life.png);
    background-size: cover;
    background-position: center;
}
.health_body .desc .life_basic {
    text-align: left;
    font-size: 20px;
    margin: 40px 0;
}
.health_body .desc ul {
    margin-left: 20px;
    margin-bottom: 50px;
}
.health_body .desc ul li {
    font-size: 16px !important;
    letter-spacing: 0.1px !important;
    margin: 8px 0 8px 0px;
    padding-left: 15px;
}
.life_insurance {
    background-color: rgba(210, 210, 210, 0.41) !important;
    height: 320px;
}
.life_insurance div {
    padding: 20px 13%;
}
.life_insurance h3 {
    font-size: 40px;
    margin: 20px 0;
    font-weight: bold;
    color: #282828;
    text-align: center;
}
.life_insurance p {
    margin: 35px 0;
    color: #282828;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.health_body.feature_img {
    height: 350px;
}
.health_body .life_feature {
    width: 30%;
    float: left;
    margin-left: 37px;
}
.health_body .vision_feature {
    width: 30%;
    float: left;
    margin-left: 55px;
}
.health_body .vision_feature:first-child {
    margin-left: 0px;
}
.health_body .life_feature img,
.health_body .vision_feature img {
    width: 100% !important;
}
.main .medicare.page_header_banner {
    background-image: url(../img/banner/medicare.png);
    background-size: cover;
    background-position: center;
}
.health_body.medi-main {
    height: 360px !important;
}
.health_body.dental-main {
    height: 700px !important;
}
.health_body.medi {
    height: 1050px !important;
}
.main .hired_non_owner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/hired-non-owner-auto/hanoa_banner.png);
    background-size: cover;
    background-position: center;
}
.main .vision.page_header_banner {
    background-image: url(../img/banner/vision_banner.png);
    background-size: cover;
    background-position: center;
}
.main .dental.page_header_banner {
    background-image: url(../img/banner/dental.png);
    background-size: cover;
    background-position: center;
}
.health_body.vision-main {
    height: 570px !important;
}
.health_body .dental_feature {
    background-image: url("../img/banner/dental1.png");
    background-size: 100%;
    height: 778px;
}
.health_body .dental_feature div h4 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.health_body .dental_feature div p {
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}
.health_body .dental_feature div {
    width: 50%;
    float: left;
    text-align: justify !important;
    height: 360px;
    padding: 5px 40px;
}
.health_body .dental_feature div:last-child,
.health_body .dental_feature div:nth-child(3) {
    padding-top: 20px;
}
.health_body .dental_feature div:first-child,
.health_body .dental_feature div:nth-child(2) {
    margin-top: 30px;
}
.health_body .dental_feature div:first-child {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.health_body .dental_feature div:last-child {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: -1px;
    margin-top: -1px;
}
.contact_us ul li i {
    width: 45px;
    height: 30px;
    display: inline-block;
}
.contact_us ul li {
    vertical-align: middle;
}
.contact_us ul li a,
.contact_us ul li span {
    padding-bottom: 15px;
    margin-top: 15px;
}
.contact_us ul li i > div {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
}
.fc1 {
    background-image: url(../img/site/c1.png);
}
.fc2 {
    background-image: url(../img/site/c2.png);
}
.fc3 {
    background-image: url(../img/site/c3.png);
}
.fc4 {
    background-image: url(../img/site/c4.png);
}
.contact_us ul li:hover i > .fc1 {
    background-image: url(../img/site/hover_home.png);
}
.contact_us ul li:hover i > .fc2 {
    background-image: url(../img/site/hover_phone.png);
}
.contact_us ul li:hover i > .fc3 {
    background-image: url(../img/site/hover_email.png);
}
.contact_us ul li:hover i > .fc4 {
    background-image: url(../img/site/hover_globe.png);
}
.health_body {
    height: auto;
    background: #fff;
    margin: 0 13%;
    overflow: hidden;
}
.health_body .health_title {
    height: 190px;
}
.health_title {
    padding: 50px 0 30px !important;
}
.health_body div:first-child {
    text-align: right;
}
.health_body div:last-child {
    text-align: left;
}
.health_body div img {
    width: 115px;
}
.health_body div h3 {
    font-size: 30px;
    margin: 40px 0;
    font-weight: bold;
    color: #282828;
}
.health_body .desc {
    text-align: justify !important;
}
.health_body .desc p {
    margin: 35px 0;
    color: #282828;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.health_body .desc .sign_text {
    margin-top: 50px;
}
.ride-main .desc div img {
    width: 130px;
}
.health_body .desc img {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 70px;
}
.health_body .desc h3 {
    text-align: center;
    margin: 40px;
}
.health_body .desc .health_people {
    background: rgba(210, 210, 210, 0.41);
    border: none;
    width: 31%;
    color: #000;
    padding: 25px;
    text-align: justify;
    height: 410px;
    margin-right: 37px;
    margin-bottom: 39px;
}
.health_body .desc > div:nth-child(3n) {
    margin-right: 0 !important;
}
.health_body .health_people p {
    font-size: 16px;
    letter-spacing: 0.1px;
}
.health_body .health_people h3 {
    font-size: 20px;
}
.health_body.treatment {
    height: 650px !important;
    overflow: hidden;
    clear: both;
}
.health_body.treatment div h3 {
    text-align: left !important;
    margin: 20px 0 50px;
}
.health_body .products div h4 {
    font-weight: bold;
    font-size: 17px;
    margin: 15px 10px !important;
}
.health_body .products div {
    width: 19%;
    border: 3px solid #272361;
    border-radius: 10px;
    float: left;
    text-align: center;
    height: 200px;
    margin-right: 90px !important;
    margin-bottom: 65px !important;
    padding: 10px;
    vertical-align: center;
}
.health_body .products {
    height: 560px !important;
    text-transform: uppercase;
    color: #272361;
}
.health_body.treatment .products a:nth-child(4) div,
.health_body.treatment .products a:nth-child(8) div {
    margin-right: 0 !important;
}
.health_body .products div.boat img {
    width: 90px !important;
    margin: 25px 0 20px !important;
}
.health_body .products div.motorcycle img {
    width: 90px !important;
    margin: 20px 0 10px !important;
}
.health_body .products div.rv img {
    width: 135px !important;
    margin: 37px 0 25px !important;
}
.health_body .products div.atv img {
    width: 108px !important;
    margin: 25px 0 20px !important;
}
.health_body .products div.mobile_home img {
    width: 108px !important;
    margin: 25px 0 20px !important;
}
.health_body .products div.collector_img img {
    width: 120px !important;
    margin: 15px 0 20px !important;
}
.health_body .products div.rideshare_img img {
    width: 120px !important;
    margin: 35px 0 30px !important;
    margin-bottom: 5px !important;
}
.health_body .products div.flood img {
    width: 125px !important;
    margin: 40px 0 30px !important;
}
.health_body .products div.condo_item img {
    width: 70px !important;
    margin: 15px 0 15px !important;
}
.health_body .products div.auto img {
    width: 100px !important;
    margin: 40px 0 20px !important;
}
.health_body .products div.trailer img {
    width: 120px !important;
    margin: 25px 0 15px !important;
}
.health_body .products div.homeowners img {
    width: 100px !important;
    margin: 27px 0 25px !important;
}
.health_body .products div.collector_img img {
    width: 110px !important;
    margin: 35px 0 25px !important;
}
.health_body .products div.pet img {
    width: 70px !important;
    margin: 45px 0 30px !important;
}
.health_body .products div.renters img {
    width: 140px !important;
    margin: 25px 0 20px !important;
}
.health_body .health_treatment div h4 {
    font-size: 20px;
    color: #272361;
}
.health_body .desc ul {
    margin-left: 20px;
    margin-bottom: 50px;
}
.health_body .desc ul li {
    font-size: 16px !important;
    letter-spacing: 0.1px !important;
    margin: 8px 0 8px 0px;
    padding-left: 15px;
}
.main .container.#check-quote {
    background-image: url(../../../images/front_web/goodsinsured/page/trust-security/tas_banner.png);
}
.main .rideshare.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/rideshare-banner.png);
    background-size: cover;
    background-position: center;
}
.main .pets_insurance.page_header_banner {
    background-image: url(../img/banner/pets1.png);
    background-size: cover;
    background-position: center;
}
.main .condo_banner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/condo/condo_banner.png);
    background-size: cover;
    background-position: center;
}
.main .renters_banner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/renters/ren_banner.png);
    background-size: cover;
    background-position: center;
}
.main .home_banner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/homeowners/homeowner-banner.png);
    background-size: cover;
    background-position: center;
}
.main .contact_banner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/contact/contact.png);
    background-size: cover;
    background-position: center;
}
.main .collection_auto_banner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/collection-auto/colauto_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_flood.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/flood/flood-banner.png);
    background-size: cover;
    background-position: center;
}
.main .licenses.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/license_banner.png);
    background-size: cover;
    background-position: center;
}
.uber img {
    margin: 0 50px !important;
}
.lya img {
    width: 120px !important;
    margin: 0 30px !important;
}
.amazon img {
    width: 100% !important;
    margin: 0 !important;
}
.grubhub img {
    width: 100% !important;
    margin: 30px 0 !important;
}
.ride-main div {
    margin: 20px 0;
}
.amazon {
    margin-left: -40px !important;
    margin-right: 40px !important;
}
.doordash img {
    width: 60% !important;
    margin: 0 60px !important;
}
.uber-eat img {
    width: 65% !important;
    margin: 0 !important;
}
.postmates img {
    width: 57% !important;
    margin: 0 30px !important;
}
.collector {
    background: rgba(210, 210, 210, 0.41);
    width: 46%;
    padding: 50px 40px;
    height: 630px;
    font-size: 14px;
    margin-bottom: 50px;
}
.health_body .desc div.condo_feature {
    float: left;
    width: 47%;
}
.health_body .desc div.condo_feature:nth-child(2),
.condo_feature:last-child {
    padding: 50px 30px;
    height: 560px;
    font-size: 14px;
    margin-bottom: 50px;
    border: 3px solid #272361;
    border-radius: 10px;
    text-align: center !important;
}
.health_body .desc div.condo_feature img {
    height: 100%;
    margin: 0 !important;
}
.health_body .desc div.condo_feature .tag_img {
    width: 150px;
    height: 100px;
}
.health_body .desc div.condo_feature h3 {
    font-size: 20px;
    margin: 40px 20px;
}
.health_body .desc div.condo_feature p,
.health_body .desc div.condo_feature ul li {
    font-size: 15px !important;
    line-height: 30px;
    text-align: justify !important;
}
.condo_feature:nth-child(3),
.condo_feature:last-child {
    margin-left: 65px !important;
}
.health_body .desc div.condo_feature:nth-child(2),
.health_body .desc div.condo_feature:nth-child(3) {
    margin-top: 40px;
}
.health_body .desc div.condo_feature:nth-child(4),
.health_body .desc div.condo_feature:last-child {
    margin-bottom: 100px;
}
.condo_feature:nth-child(3),
.condo_feature:nth-child(4) {
    margin-bottom: 50px;
    height: 560px;
}
.health_body div.collector:last-child {
    margin-left: 90px !important;
}
.health_body div.condo.renters_cost:nth-child(4) {
    margin-left: 90px !important;
}
.collector h3 {
    text-align: left !important;
    margin: 0 !important;
}
.health_body .pets {
    background: rgba(210, 210, 210, 0.41);
    width: 31%;
    padding: 40px;
    font-size: 14px;
    margin-bottom: 50px;
    text-align: center !important;
    height: 600px;
}
.health_body .condo {
    background: rgba(210, 210, 210, 0.41);
    width: 28%;
    padding: 40px;
    font-size: 14px;
    margin-bottom: 50px;
    text-align: center !important;
    height: 450px;
}
.health_body .renters_cost {
    font-size: 15px !important;
    letter-spacing: 0.1px;
    text-align: center !important;
    height: 350px !important;
}
.health_body .renters_cost p {
    text-align: justify !important;
}
.health_body .home-tag h3 {
    text-align: left !important;
}
.health_body .pets p.pets_list {
    text-align: left !important;
    margin: 0 !important;
}
.health_body .condo p {
    text-align: justify !important;
    margin: 0 !important;
    font-size: 15px !important;
}
.health_body .pets p,
.health_body .pets ul li {
    text-align: justify !important;
    font-size: 14px !important;
}
.pets img {
    width: 80px !important;
    margin: 0 !important;
}
.condo img {
    margin: 0 !important;
}
.pets h3 {
    margin: 20px 0 !important;
}
.health_body .condo h3 {
    font-size: 18px;
    margin: 30px 0 !important;
}
.health_body div.pets:last-child,
.health_body div.pets:nth-child(3) {
    margin-left: 39px !important;
}
.health_body div.condo:last-child,
.health_body div.condo:nth-child(3) {
    margin-left: 90px !important;
}
.renters_type {
    padding: 60px 13%;
    background-image: url(../img/banner/renters_bg.png);
    height: 500px;
    margin-bottom: 50px;
}
.renters_type div {
    height: 450px;
    float: left;
    width: 50%;
    padding: 0 50px;
    text-align: center;
}
.renters_type div img {
    width: 90px;
    margin-bottom: 20px;
}
.renters_type div h3 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
}
.renters_type div p {
    margin-bottom: 20px;
}
.renters_type div ul {
    margin-left: 20px;
}
.renters_type .type1 .ul_list {
    width: 50%;
    float: left;
    margin-top: 30px;
    padding: 0;
}
.renters_type div ul li {
    padding-left: 10px;
}
.renters_type div p,
.renters_type div ul li {
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 0.5px;
}
.renters_type .type2 {
    border-left: 1px solid #fff;
}
.health_body .homeowners_feature {
    font-size: 15px !important;
    letter-spacing: 0.1px;
    text-align: center !important;
    height: 380px !important;
    padding: 40px 35px;
}
.home_type {
    padding: 40px 13%;
    background-image: url(../img/banner/type_bg.png);
    height: 500px;
    margin-bottom: 50px;
    background-size: 80% 100%;
}
.home_type div.homeowners_feature {
    font-size: 15px !important;
    text-align: center !important;
    height: 330px !important;
    padding: 40px 20px;
    border: 0.5px solid rgba(255, 255, 255, 0.61);
    width: 28%;
    margin-bottom: 50px;
}
.home_type p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 15px !important;
}
.home_type div.homeowners_feature h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.home_type div.homeowners_feature p {
    text-align: justify;
}
.home_type div.condo:last-child,
.home_type div.condo:nth-child(3) {
    margin-left: 90px !important;
}
.home_type div ul {
    margin-left: 20px;
}
.home_type .homeowners_feature .ul_list {
    width: 50%;
    float: left;
    margin-top: 0;
    padding: 0;
}
.home_type div ul li {
    padding-left: 10px;
    color: #fff;
    text-align: left;
    margin: 5px 0;
}
.quote_rate {
}
.quote_rate div h3,
.quote_rate div p {
    text-align: center;
    color: #fff;
}
.quote_rate div:first-child h3 {
    margin-left: 0 !important;
    padding: 10px 10px;
    text-transform: capitalize;
}
.quote_rate > div:nth-child(2) {
    padding: 0 !important;
    text-align: center;
}
.quote_rate div:nth-child(2) input,
.quote_rate div:nth-child(2) button {
    width: 250px;
    height: 70px;
    vertical-align: middle;
    margin-left: -7px;
    font-size: 18px;
    font-weight: bold;
    text-align: center; /*float: left;*/
}
.quote_rate div:nth-child(2) input {
    background: #fff;
    border: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 35px 20px 15px;
    color: #52667e;
    font-size: 24px; /*resize: none;*/
    /*overflow:hidden;*/
}
.quote_rate div:nth-child(2) input::-webkit-input-placeholder {
    /* Edge */
    color: #52667e;
}
.quote_rate div:nth-child(2) input:-ms-input-placeholder {
    /* Internet Explorer */
    color: #52667e;
}
.quote_rate div:nth-child(2) input::placeholder {
    color: #52667e;
}
.quote_rate div:nth-child(2) button {
    background: #bcbbc1;
    border: 1px solid #bcbbc1;
    border-radius: 10px;
    color: #657489;
}
.quote_rate div:nth-child(3) {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 15px;
}
.quote_rate div:nth-child(3) img {
    width: 17px !important;
    margin-right: 10px;
}
.quote_rate div:nth-child(3) p {
    margin-left: 43%;
}
/*input.font-quote{*/
/*font-family: FontAwesome !important;*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*text-decoration: inherit;*/
/*}*/

.input-zipcode {
    position: absolute;
    color: #52667e !important;
    margin-left: 41%;
    margin-top: -65px;
    font-weight: bold;
}
.footer-left ol,
.footer-right ol {
    list-style-type: none;
}
footer h3 a,
footer ol li a {
    color: #fff;
    font-size: 15px;
}
.footer-left {
    width: 30%;
    float: left;
    text-align: left;
    padding-right: 20px;
}
.footer-left h3 {
    color: #fff !important;
}
.footer-left h3 a {
    text-transform: capitalize;
    font-size: 18px;
    text-align: left;
    text-decoration: underline;
}
.footer-right {
    width: 70%;
    float: left;
}
.footer-cheap-one li,
.footer-cheap-two li,
.footer-compare ol li {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 2;
}
.footer-cheap-last {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.footer-find,
.footer-compare {
    margin: 25px auto;
    color: #fff;
}
.footer-right div {
    overflow: hidden;
}
.footer-right div h3 a {
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 18px;
}
.footer-href {
    text-align: center;
    padding: 40px 0;
}
.footer-href a {
    color: #fff;
    font-size: 18px;
    margin: 30px;
}
.btn-call-chat {
    right: 50px;
    bottom: 20px;
}
.btn-call-text p {
    color: #0b3e6f;
    font-size: 17px;
}
.btn-call-text {
    width: 150px;
    height: 40px;
    right: 100px;
    position: fixed;
    display: none;
    overflow: hidden;
    z-index: 99; /*background-image: url("../img/site/phone-text.png");*/
    /*background-color: #d5d4dc;*/
    bottom: 70px; /*background-size: 100% 100%;*/
    background: rgba(213, 213, 221, 1);
    background: -moz-linear-gradient(
        left,
        rgba(213, 213, 221, 1) 0%,
        rgba(237, 237, 240, 1) 0%,
        rgba(213, 212, 220, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(213, 213, 221, 1)),
        color-stop(0%, rgba(237, 237, 240, 1)),
        color-stop(100%, rgba(213, 212, 220, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(213, 213, 221, 1) 0%,
        rgba(237, 237, 240, 1) 0%,
        rgba(213, 212, 220, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(213, 213, 221, 1) 0%,
        rgba(237, 237, 240, 1) 0%,
        rgba(213, 212, 220, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(213, 213, 221, 1) 0%,
        rgba(237, 237, 240, 1) 0%,
        rgba(213, 212, 220, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(213, 213, 221, 1) 0%,
        rgba(237, 237, 240, 1) 0%,
        rgba(213, 212, 220, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5dd', endColorstr='#d5d4dc', GradientType=1 );
    border-radius: 10px;
    text-align: center;
    margin: auto;
    padding: 8px;
}
/* Chat BOX */

.fill-out-div {
    background-image: linear-gradient(#183263, #284a88);
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    padding: 4%;
}
.fill-out-div h1 {
    font-size: 30px;
    color: white;
}
.form-popup-chat {
    position: fixed;
    display: none;
    overflow: hidden;
    z-index: 99999999;
    bottom: 0px;
    right: 15px;
    border-radius: 10px;
    box-shadow: 5px 2px 15px;
    width: 350px;
    margin-bottom: 50px;
    margin-right: 100px;
}
.show-chat {
    display: none;
}
.chat-content {
    height: 200px;
    background-color: #f8f5f5;
}
.form-container {
    max-width: 350px;
    padding: 10px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}
.form-container label {
    color: #52667e;
    font-size: 16px;
}
.form-container input[type="text"] {
    width: 90%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #52667e;
    color: #52667e;
}
.form-container select {
    width: 90%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #52667e;
    color: #52667e;
    -webkit-appearance: menulist;
}
.form-container select:focus {
    outline: none;
    border-bottom: 2px solid #2b3654;
}
.form-container input[type="text"]:focus {
    outline: none;
    border-bottom: 2px solid #2b3654;
}
.form-container .btn-chat {
    background-image: linear-gradient(#2a5d9a, #19395d);
    color: white;
    padding: 5px 10px;
    border: none;
    font-size: 17px;
    cursor: pointer;
    width: 60%;
    margin-bottom: 10px;
    margin-left: 20%;
}
.ml-14 {
    margin-left: 14.5%;
}
.ml-40 {
    margin-left: 40%;
}
.form-container .btn-chat:hover,
.open-button:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.chat-text-area {
    max-width: 350px;
    padding: 10px;
    background-color: white;
    height: 60px;
    border: none;
    border-radius: 10px;
    position: relative;
    bottom: 0px;
}
.chat-text-area i {
    margin-right: 5px;
    color: #999999;
}
.chat-header {
    background-image: linear-gradient(#183263, #284a88);
    height: 210px;
    border-radius: 10px 10px 0px 0px;
    padding: 4%;
}
.chat-header h1 {
    color: white;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 4%;
}
.chat-header h2 {
    color: white;
    font-size: 15px;
    font-weight: 200;
    text-align: start;
    margin-bottom: 10px;
}
.chat-header p {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 5%;
}
.chat-head-container {
    background-color: white;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    align-self: center;
}
.chat-heads {
    display: flex;
    justify-content: space-evenly;
    background-color: #f8f5f5;
    height: auto;
    padding: 20px 20px 10px 10px;
}
.chat-image {
    background-color: #52667e;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
}
.chat-txt-box {
    font-size: 16px;
    color: #2b3654;
    background-color: #e2e0e0;
    padding: 10px;
    border-radius: 5px;
    width: 83%;
    margin-left: 10px;
}
/* Chat BOX */

.btn-call-chat > div {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
    bottom: 70px;
    background-color: #1c3360;
    position: fixed;
    display: inline-block;
    overflow: hidden;
    z-index: 99;
    padding: 8px 10px;
    cursor: pointer;
}
.btn-call-chat > div img {
    width: 20px;
}
.bottom-fix-left {
    right: 55px;
}
.bottom-fix-right {
    right: 10px;
}
.top_footer > .wrapper {
    padding-bottom: 100px !important;
}
.contact_form label {
    padding: 10px 0 !important;
}
.contact_form textarea {
    resize: none;
    border: 1px solid #999999;
    border-radius: 0;
}
.contact_form input {
    border: 1px solid #999999;
    border-radius: 0;
    height: 34px;
}
/*.main .personal_detail.policy_coverage .right_field select{outline: none;background-image: url(../img/site/arrow.png);background-position: 95% center;background-repeat: no-repeat;padding-left: 10px !important;background-size: 20px;margin-bottom: 30px;}*/
.contact_form select {
    height: 34px;
    outline: none;
    background-image: url(../../../images/front_web/goodsinsured/page/contact/arrow_bg.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    padding-left: 10px !important;
    background-size: 18px 34px;
    -webkit-appearance: none;
}
.contact_form input:focus,
.contact_form textarea:focus {
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: none;
}
.contact_submit {
    background: linear-gradient(to bottom, #cdcdcd 0%, #bababa 100%) !important;
    color: #000000 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 11px 12px;
    text-transform: uppercase;
    width: 25%;
    font-size: 15px;
    margin: 20px 0;
}
.contact_submit:hover {
    background: #cc0000 !important;
    color: #fff !important;
}
.health_body .contact_body {
    height: auto;
    background: #fff;
    margin: 0 13%;
}
.contact_body div h3 {
    font-size: 32px;
    margin: 50px 0;
    font-weight: bold;
    color: #282828;
}
.main .about_banner.page_header_banner {
    background-image: url(../img/banner/about.PNG);
    background-size: cover;
    background-position: center;
}
.about_body div img {
    width: 55px;
}
.about_body div h3 {
    font-size: 25px;
    margin: 10px 0;
    font-weight: bold;
    color: #282828;
}
.about_body .health_title {
    height: auto;
}
.about1,
.about2,
.about_service {
    height: auto;
    padding: 40px;
    margin-bottom: 50px;
    text-align: center !important;
}
.about1 img,
.about2 img {
    width: 100% !important;
}
.about_service h3 {
    margin-bottom: 40px !important;
}
.about_service p {
    text-align: left !important;
}
.about_service h3 img {
    width: 50px;
}
ol.faq > li div:last-child {
    margin-top: 25px;
}
ol.faq > li {
    font-size: 26px;
    font-weight: 700;
    padding-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
.faq p {
    padding: 20px 0;
}
.faq li,
.faq p {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.faq ul > li {
    color: #333333;
    font-size: 18px;
    margin-left: 20px;
}
.about_product h2 {
    color: #52667e !important;
    padding: 60px 0;
    font-size: 35px;
}
.gallary-products .products div {
    height: 350px;
    width: 320px;
    float: left;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.gallary-products .products div p {
    padding: 30px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    height: 270px;
    display: none;
}
.gallary-products .products div a {
    background-color: #1c3360;
    padding: 10px 40px;
    border-radius: 15px;
    color: #fff;
    display: none;
}
.gallary-products .products div a:hover {
    background-color: #cc0000;
}
.gallary-products .products div {
    margin-bottom: 65px;
}
.gallary-products .products div:first-child,
.products div:nth-child(2) {
    margin-right: 60px;
}
.gallary-products .products div:hover {
    transform: rotateY(180deg);
}
.products:hover div.border-blue {
    /*transform: rotateY(180deg);*/
}
.gallary-products .products div:hover.border-blue {
    border: 3px solid #1c3360;
    padding: 0 20px;
    background: #fff !important;
}
.gallary-products .products div:hover p,
.gallary-products .products div:hover a {
    display: block;
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.gallary-products .products div.product-img:hover img,
.gallary-products .products div.product-img:hover h3 {
    display: none;
}
.gallary-products .products div img {
    width: 65px;
}
.gallary-products .products .product-img {
    background-size: 100% 100%;
    padding: 130px 50px;
    background-repeat: no-repeat;
}
.product_auto {
    background-image: url(../../../images/front_web/goodsinsured/page/home/auto_product.png);
}
.product_atv {
    background-image: url(../../../images/front_web/goodsinsured/page/home/atv_product.png);
}
.product_trailer {
    background-image: url(../../../images/front_web/goodsinsured/page/home/trailer-product.png);
}
.product_mobilehome {
    background-image: url(../../../images/front_web/goodsinsured/page/home/mobilehome-product.png);
}
.product_motorcycle {
    background-image: url(../../../images/front_web/goodsinsured/page/home/motorcycle_product.png);
}
.product_rideshare {
    background-image: url(../../../images/front_web/goodsinsured/page/home/rideshare-product.png);
}
.product_collectio_auto {
    background-image: url(../img/site/collection-auto-product.png);
}
.product_boat {
    background-image: url(../../../images/front_web/goodsinsured/page/home/boat-product.png);
}
.product_homeowner {
    background-image: url(../../../images/front_web/goodsinsured/page/home/homeowner-product.png);
}
.product_condo {
    background-image: url(../../../images/front_web/goodsinsured/page/home/condo-products.png);
}
.pet_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/pet-product.png);
}
.flood_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/flood-product.png);
}
.business_owner_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/business-owner-product.png);
}
.general_liability_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/general-laibility-product.png);
}
.worker_product {
    background-image: url(../img/site/workers_product.png);
}
.commercial_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/commercial-product.png);
}
.hired_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/hired.png);
}
.error_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/error.png);
}
.com_pro_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/commercial-property.png);
}
.umbrella_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/umbrella.png);
}
.cyber_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/cyber.png);
}
.business_inter_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/business-interup.png);
}
.inland_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/inland.png);
}
.pro_lia_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/product-liability.png);
}
.emp_prectice_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/employment.png);
}
.director_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/director.png);
}
.event_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/special-event.png);
}
.liquity_product img {
    width: 35px !important;
}
.liquity_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/liquity.png);
}
.builder_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/builders.png);
}
.contract_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/contactor.png);
}
.fidely_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/bond.png);
}
.surety_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/surety-bond.png);
}
.licese_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/lisence.png);
}
.product_condo img {
    width: 25% !important;
}
.product_laibility {
    background-image: url(../../../images/front_web/goodsinsured/page/home/laibility-products.png);
}
.gallary-products .product-img h3,
.single-blog h3 {
    color: #fff;
    font-weight: bolder;
    margin: 20px 0;
}
.gallary-products .product-img h3 {
    text-transform: uppercase;
}
.single-blog a:last-child {
    background-color: #1c3360;
    padding: 10px 40px;
    color: #fff;
}
.single-blog a:last-child:hover {
    background-color: #cc0000;
}
.single-blog {
    width: 30%;
    margin-right: 32px;
    float: left;
    height: 370px;
    text-align: center;
    padding: 0 30px;
}
.blogs .single-blog:last-child {
    margin-right: 0;
}
.single-blog div h3 {
    padding: 0 20px;
    padding-top: 45%;
}
.single-blog div {
    height: 280px;
    width: 275px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.single-blog a div h3 {
    font-size: 23px;
}
.single-blog a:hover div h3 {
    color: #1c3360;
}
.single-blog a:hover div {
    transition: 0.5s;
    background-size: 101% 101%;
}
.single-blog .blog1 {
    background-image: url(../../../images/front_web/goodsinsured/blogs/Untitled-6.PNG);
}
.single-blog .blog2 {
    background-image: url(../../../images/front_web/goodsinsured/blogs/Untitled-5.PNG);
}
.single-blog .blog3 {
    background-image: url(../../../images/front_web/goodsinsured/blogs/Untitled-4.PNG);
}
.single-blog .blog4 {
    background-image: url(../../../images/front_web/goodsinsured/blogs/Untitled-3.PNG);
}
.single-blog .blog5 {
    background-image: url(../../../images/front_web/goodsinsured/blogs/Untitled-2.png);
}
.single-blog .blog6 {
    background-image: url(../../../images/front_web/goodsinsured/blogs/Untitled-1.png);
}
.single-blog .blog1:hover {
    background-image: url(../../../images/front_web/goodsinsured/blogs/blog-6.png);
}
.single-blog .blog2:hover {
    background-image: url(../../../images/front_web/goodsinsured/blogs/blog-5.png);
}
.single-blog .blog3:hover {
    background-image: url(../../../images/front_web/goodsinsured/blogs/blog-4.png);
}
.single-blog .blog4:hover {
    background-image: url(../../../images/front_web/goodsinsured/blogs/blog-3.png);
}
.single-blog .blog5:hover {
    background-image: url(../../../images/front_web/goodsinsured/blogs/blog-2.png);
}
.single-blog .blog6:hover {
    background-image: url(../../../images/front_web/goodsinsured/blogs/blog-1.png);
}
.contact {
    width: 100%;
    overflow: hidden;
}
.contact div {
    text-align: center;
}
.contact .contact1,
.contact .contact2 {
    margin-bottom: 200px;
}
.contact .contact1 {
    border-right: 2px solid rgba(37, 71, 130, 0.76);
}
.contact h2 {
    font-size: 42px;
    text-transform: none;
    padding: 75px 0;
    font-weight: 900;
}
.contact h3 {
    font-size: 42px;
    text-transform: none;
    font-weight: bolder;
}
.contact img {
    width: 25%;
    margin-bottom: 5%;
}
.get_call {
    font-size: 24px;
    background-color: #1c3360;
    padding: 20px 40px;
    border-radius: 5px;
    color: #fff;
}
.start-button {
    font-size: 24px;
    background-color: #254782;
    padding: 20px 40px 19px;
    border-radius: 5px;
    color: #fff;
    margin-left: -2px;
}
.get_call:hover,
.start-button:hover {
    background-color: #cc0000;
}
.btn-join {
    font-size: 24px;
    background-color: #cc0000;
    padding: 20px 50px 19px;
    color: #fff;
    margin-left: -2px;
    font-weight: 600;
}
.btn-join:hover {
    background-color: #254782;
}
.contact1 p {
    font-size: 20px;
    color: #333333;
    padding: 20px 80px;
    font-weight: 600;
}
.security-spam {
    width: 25px !important;
    margin-bottom: 5px !important;
    margin-right: 10px;
}
.contact input,
.contact input:focus {
    border: 2px solid #254782;
    height: 75px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 24px;
    width: 200px;
    padding-left: 45px;
    background-image: url(../../../images/front_web/goodsinsured/page/pin-blue.png);
    background-repeat: no-repeat;
    text-indent: 5px;
    background-position: 5px;
}
.join_email {
    border: 1px solid rgba(108, 108, 108, 0.95) !important;
    height: 72px;
    font-size: 24px;
    width: 450px;
    padding-left: 35px !important;
    font-weight: 900;
}
.contact input::-webkit-input-placeholder {
    color: #535353;
}
.contact input:-moz-placeholder {
    color: #535353;
}
.contact input::-moz-placeholder {
    color: #535353;
}
.contact input:-ms-input-placeholder {
    color: #535353;
}
.contact input::-ms-input-placeholder {
    color: #535353;
}
.contact input:placeholder-shown {
    color: #535353;
}
.join_email::-webkit-input-placeholder {
    color: #535353;
}
.join_email:-moz-placeholder {
    color: #535353;
}
.join_email::-moz-placeholder {
    color: #535353;
}
.join_email:-ms-input-placeholder {
    color: #535353;
}
.join_email::-ms-input-placeholder {
    color: #535353;
}
.join_email:placeholder-shown {
    color: #535353;
}
.security-spam-text {
    color: #676767 !important;
    font-weight: 500 !important;
}
.start-button img {
    width: 40px !important;
    margin-left: 20px;
}
.get_or {
    position: relative;
    left: -74%;
    width: 40px !important;
}
.newsletter div {
    margin-bottom: 100px;
}
.news_letter_text {
    font-size: 22px;
    font-weight: 700;
    color: #454545;
    padding-left: 70px;
    letter-spacing: 1px;
}
.adviser .adviser_text {
    padding: 50px 70px 70px;
}
.adviser .adviser_text h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 900;
    padding-bottom: 20px;
    text-align: center !important;
}
.adviser .adviser_text p {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
}
.adviser .adviser_text h2.text-tend {
    color: #1c3360;
    margin-top: 35px;
}
.adviser_text > div {
    padding: 0;
    overflow: hidden;
}
.adviser_text > div:last-child {
    padding-left: 35%;
}
.adviser_text .btn-call-chat > div {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
    background-color: #1c3360;
    position: initial;
    display: block;
    overflow: hidden;
    padding: 8px 10px;
    cursor: pointer;
    margin: 0 10px;
}
.adviser_text .btn-call-text p {
    color: #0b3e6f;
    font-size: 17px;
}
.main .special_event.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/special-event/se_banner.png);
    background-size: cover;
    background-position: center;
}
.main .directors_officers.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/directors-officers/dao_banner.png);
    background-size: cover;
    background-position: center;
}
.main .errors.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/errors-and-omissions/error_banner.png);
    background-size: cover;
    background-position: center;
}
.main .business_owner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/business-owner/bo_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_business.page_header_banner {
    background-image: url(../img/banner/business-banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_aligiablity.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/general-liability/gl-bg.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_professional.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/professional-liability/pl-banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_worker.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/workers-compensation/wc_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_commercial.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/commercial-auto/cauto_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_commercial_pro.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/commercial-property/cp_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_contractor.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/contractor-tools/ct_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_cargo.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/trailer/cargot_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_empl.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/employment-practices-liability/epl_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_auto.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/auto/auto_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_motorcycle.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/motorcycle/mot_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_trailer.page_header_banner {
    background-image: url(../img/site/traller-banner.png);
    background-size: cover;
    background-position: center;
}
.main .atv.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/atv/atv-animation.gif);
    background-size: cover;
    background-position: center;
}
.main .banner_con_rv.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/rv/rv_banner.png);
    background-size: cover;
    background-position: center;
}
.main .bi_banner.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/business-interruption/bi_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_boat.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/boats/boat_banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_mobile_home.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/mobile-home/hm_banner.png);
    background-size: cover;
    background-position: center;
}
.main .cyber_liability.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/cyber-liability/cyber-liability-banner.png);
    background-size: cover;
    background-position: center;
}
.main .license_permit_bond.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/permit-bonds/permit-bond-banner.png);
    background-size: cover;
    background-position: center;
}
.main .pet.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/pet/pet-banner.png);
    background-size: cover;
    background-position: center;
}
.main .umbrella.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/umbrella-liability/umbrella-banner.png);
    background-size: cover;
    background-position: center;
}
.main .surety_bond.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/surety-bonds/surety-bond-banner.png);
    background-size: cover;
    background-position: center;
}
.main .fidelity_bond.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/product-liability/fib_banner.png);
    background-size: cover;
    background-position: center;
}
.main .liquor_liability.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/liquor-liability/liquor-liability-banner.png);
    background-size: cover;
    background-position: center;
}
.main .banner_con_inland_marine.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/inland-marine/inland-marine-banner.png);
    background-size: cover;
    background-position: center;
}
.main .builder_risk.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/builders-risk/br_banner.png);
    background-size: cover;
    background-position: center;
}
.rv-list li {
    margin-bottom: 20px !important;
}
.rv-main-div {
    height: auto;
}
.boat-desc li {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
}
/*
Habib Design Integrate
 */

.padding-bottom-1 {
    padding: 0 0 1% 0;
}
.gray-color {
    background-color: #eaeaea;
}
/*.content-container {*/
/*    margin: 5% 8%;*/
/*}*/

.content-container p {
    font-size: 14px;
    color: #4b4b4b;
}
.business-page-heading {
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    margin: 4% 0 0 0;
}
.business-page-heading img {
    margin: 0 1% 3% 0;
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}
p.business-page-heading span {
    font-weight: 600;
    font-size: 18px;
    color: #4b4b4b;
}
p.business-paragraph-conten-one {
    margin: 1% 0 0 0;
    color: #4b4b4b;
    font-size: 16px;
}
p.business-page-heading-two {
    font-size: 17px;
    font-weight: bold;
    margin: 4% 0;
    color: #4b4b4b;
    float: left;
    width: 100%;
}
p.business-paragraph-conten-two {
    margin: 4% 0 0 4%;
}
p.business-page-heading-three {
    font-size: 17px;
    font-weight: bold;
    margin: 4% 0 0 0;
    color: #4b4b4b;
}
p.business-paragraph-conten-three {
    margin: 4% 0 0 0;
}
p.business-paragraph-conten-four {
    margin: 1% 0 0 0;
}
p.business-paragraph-conten-four a {
    color: #d95555;
    font-size: 15px;
    font-weight: 600;
}
p.business-paragraph-conten-five {
    margin: 6% 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #4b4b4b;
}
.business-last-section div img {
    width: 75px;
}
.business-last-section div {
    display: inline-block;
    width: 45%;
    text-align: center;
    margin: 4% 0;
}
.business-last-section {
    width: 90%;
    margin: 4% 0 0 10%;
}
.business-last-section div h3 {
    font-size: 16px;
    margin: 5% 0;
    color: #4b4b4b;
}
.business-last-section div a {
    background: url(../img/site/red.png);
    color: #fff;
    padding: 2% 12%;
}
.second_bar div img {
    width: 54px;
}
.ailigiablity-full-width-section
    div.content-container
    .business-last-section
    div {
    vertical-align: top;
}
.ailigiablity-full-width-section {
    background-color: #eaeaea;
    padding: 1% 0;
}
.ailigiablity-full-width-section
    div.content-container
    div.business-last-section {
    width: 100%;
    margin: 5% 0 0 0;
}
.ailigiablity-full-width-section div.ailigiablity-content {
    text-align: left;
}
.ailigiablity-content {
    width: 100% !important;
    text-align: left !important;
}
p.points-left-align {
    margin: 4% 0 0 0;
}
.ailigiablity-three-item-section .business-last-section div {
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: top;
    margin: 0 1%;
}
.ailigiablity-three-item-section .business-last-section {
    width: 100%;
    margin: 4% 0 0 0;
}
.ailigiablity-three-item-section {
    background-color: #eaeaea;
    padding: 1% 0;
}
.ailigiablity-above-3-section {
    margin: 4% 0;
    font-size: 14px;
}
.banner_con_auto > .banner-border {
    margin-top: 15% !important;
}
.three-section-div {
    background: url(../img/site/bg-3section.png);
    width: 100%;
    height: 74vh;
    margin: 0 2%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Image-bg-area {
    background: url(../img/banner/bycycle.png);
    width: 100%;
    height: 160vh;
    padding: 0 2%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Image-bg-area-homeowner {
    background: url(../img/site/homeowner-section-three.png);
    width: 100%;
    height: 85vh;
    padding: 0 2%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Image-bg-area-rentel {
    background: url(../img/site/rentel-section-three.png);
    width: 100%;
    height: 95vh;
    padding: 0 2%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.border-bottom-none {
    border: none !important;
}
.Image-bg-area-boat {
    background: url(../img/site/boat-third.png);
    width: 100%;
    height: 100vh;
    padding: 0 2%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-border {
    border: 2px solid #fff;
    width: 38%;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    float: left;
    padding: 5%;
    margin: 18% 35% 3% 33%;
    color: #fff;
    text-align: center;
}
.banner-second-section {
    position: relative;
    float: left;
    margin: 0% 44%;
    color: #fff;
    font-size: 20px;
    width: 28%;
    line-height: 34px;
}
.banner-border h3 {
    font-size: 26px;
    line-height: 34px;
}
p.profile-dubble-bulit {
    margin: 4% 0 4% 13%;
    display: inline-block;
}
.profile-if-business {
    margin: 6% 0 0 0;
}
.typical-business {
    margin: 1% 0 0 0;
}
.gray-color {
    background-color: #eaeaea;
}
p.commercial-second {
    margin: 6% 0;
}
p.gray-section-bollits {
    margin: 5% 8%;
}
.padding-bottom-1 {
    padding: 0 0 1% 0;
}
.margin-top-10 {
    margin: 10% 0 0 0;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.set-photo {
    float: left;
    max-width: 50%;
    margin: 8% 0 8% 0 !important;
}
.set-photo img {
    width: 70%;
}
.what-care {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #4b4b4b;
}
.three-content-section {
    width: 40%;
    margin: 3% 0 0 5%;
    text-align: justify;
    font-size: 15px;
}
.three-heading-section {
    font-size: 18px;
    font-weight: bold;
    margin: 4% 0 0 0;
    color: #4b4b4b;
    text-align: center;
    width: 50%;
}
.three-container-outer {
    height: 100vh;
}
.check-out-more {
    display: inline-block;
    border: 2px solid #1c3260;
    margin: 2%;
    padding: 4%;
    width: 20%;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    min-height: 208px;
}
.check-out-more h3 {
    text-align: center;
    font-size: 16px;
    margin: 17% 0 0 0;
}
.check-out-more img {
    width: 75px;
    max-height: 73px;
}
.auto-rec-three {
    width: 31%;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: top;
    display: inline-block;
    margin: 2% 0 0 2%;
    height: 315px;
}
.auto-rec-three-header {
    float: left;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 4% 0;
    text-align: center;
}
.auto-rec-three-body {
    margin: 3% 8% 0 8%;
    float: left;
}
.auto-rec-three-last-section {
    width: 98%;
    color: #fff;
    border: 1px solid #fff;
    margin: 2%;
}
.auto-rec-three-last-section-header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 1% 0;
    border-bottom: 1px solid #fff;
}
.boat-section-with-bg {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 3% 3% 3%;
}
.boat-section-with-bg-header {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 2% 0;
}
.auto-rec-three-last-section-body {
    padding: 4%;
}
.boat-section-with-bg-left {
    width: 45%;
    color: #fff;
    line-height: 24px;
    float: left;
    margin: 0 2% 0 0;
    display: inline-block;
}
.boat-section-with-bg-right {
    width: 45%;
    color: #fff;
    line-height: 24px;
    float: right;
    display: inline-block;
}
.class-center {
    text-align: center;
}
.boat-three-section-area {
    width: 30%;
    background-color: #ebebeb;
    padding: 20px 30px;
    display: inline-block;
    vertical-align: top;
    min-height: 230px;
}
.tr-service:nth-child(2),
.tr-service:nth-child(3) {
    margin-right: 52px;
    margin-bottom: 100px;
}
.tr-service:last-child {
    margin-right: 0;
    margin-bottom: 100px;
}
.tr-service img {
    width: 50px;
}
.boat-three-section-area-heading {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
}
.boat-three-section-area-body {
    float: left;
    padding: 14% 0 0 0;
    line-height: 24px;
}
.three-section-heading-setting {
    padding: 6% 0 3% 0;
    position: relative;
    float: left;
    width: 100%;
}
.traller-second-section {
    margin: 0 0 5% 0 !important;
    line-height: 28px;
    font-size: 15px;
}
.rv-main-div img.rv-three-left {
    width: 45%;
    display: inline-block;
}
.rv-main-div img.rv-three-right {
    width: 45%;
    display: inline-block;
    float: right;
}
.logos-section-1 .body-logo-outer-div {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.logos-section-2 .body-logo-outer-div {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.logos-section-1 .body-logo-outer-div img {
    width: 40%;
    vertical-align: middle;
    margin: 0 2%;
}
.logos-section-2 .body-logo-outer-div img {
    width: 70%;
    vertical-align: middle;
    margin: 0 2%;
    height: 125px;
}
.logos-section-1 {
    margin: 5% 0;
}
.collector-two-section {
    width: 47% !important;
    min-height: 443px;
}
.homeowner-blue-section-heading {
    color: #fff !important;
    padding: 0 0 0 2%;
}
.boat-three-section-area-heading img {
    display: inline-block;
    margin: 8% 35%;
}
.homeowner-section-four {
    min-height: 360px !important;
}
.rentel-bluesection-setting {
    width: 49%;
    color: #fff;
    border: none;
    vertical-align: top;
    margin: 0px;
}
.rentel-blue-text-setting {
    margin: 8% 15%;
    line-height: 25px;
}
.content-bolit {
    display: inline-block;
    min-width: 50%;
}
.condo-section-four {
    min-height: 460px !important;
}
.condo-two-section {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    min-height: 547px;
    margin: 2%;
}
.condo-two-section div {
    padding: 4%;
}
.condo-two-section-img-div {
    text-align: center;
}
.condo-two-section-heading {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #4b4b4b;
}
.condo-two-section-body {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 28px;
}
.condo-two-section-border {
    border: 3px solid #1c3260;
    border-radius: 8px;
}
.pet-section-four {
    min-height: 570px !important;
}
.flood-section-four {
    min-height: 485px !important;
}
a.banner-second-section-a {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}
a.banner-second-section-a:hover {
    color: #cc0000;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.products.index div {
    height: 350px;
    width: 30%;
    float: left;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}
.products.index div p {
    padding: 30px 10px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    height: 270px;
    display: none;
    position: relative;
    z-index: 9999;
}
.products.index div a {
    background-color: #1c3360;
    padding: 10px 40px;
    border-radius: 15px;
    color: #fff;
    display: none;
    position: relative;
    z-index: 9999;
}
.products.index div a:hover {
    background-color: #cc0000;
}
.products.index div {
    margin-bottom: 65px;
}
.products.index div:first-child,
.products.index div:nth-child(2) {
    margin-right: 4%;
}
.products.index div:hover {
}
.products.index div:hover.border-blue {
    border: 3px solid #1c3360;
    padding: 0 20px;
    background: #fff !important;
}
.products.index div:hover p,
.products.index div:hover a {
    display: block;
}
.products.index div.product-img:hover img,
.products.index div.product-img:hover h3 {
    display: none;
}
.products.index div img {
    width: 65px;
}
.products.index .product-img {
    background-size: 100% 100%;
    padding: 130px 50px;
    background-repeat: no-repeat;
}
.product_auto {
    background-image: url(../../../images/front_web/goodsinsured/page/home/auto_product.png);
}
.product_atv {
    background-image: url(../../../images/front_web/goodsinsured/page/home/atv_product.png);
}
.product_trailer {
    background-image: url(../../../images/front_web/goodsinsured/page/home/trailer-product.png);
}
.product_mobilehome {
    background-image: url(../../../images/front_web/goodsinsured/page/home/mobilehome-product.png);
}
.product_motorcycle {
    background-image: url(../../../images/front_web/goodsinsured/page/home/motorcycle_product.png);
}
.product_rideshare {
    background-image: url(../../../images/front_web/goodsinsured/page/home/rideshare-product.png);
}
.product_collectio_auto {
    background-image: url(../../../images/front_web/goodsinsured/page/home/collection-auto-product.png);
}
.product_renters {
    background-image: url(../../../images/front_web/goodsinsured/page/home/renters-products.png);
}
.product_rv {
    background-image: url(../../../images/front_web/goodsinsured/page/home/rv-product.PNG);
}
.product_boat {
    background-image: url(../../../images/front_web/goodsinsured/page/home/boat-product.png);
}
.product_homeowner {
    background-image: url(../../../images/front_web/goodsinsured/page/home/homeowner-product.png);
}
.product_condo {
    background-image: url(../../../images/front_web/goodsinsured/page/home/condo-products.png);
}
.pet_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/pet-product.png);
}
.flood_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/flood-product.png);
}
.business_owner_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/business-owner-product.png);
}
.general_liability_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/general-laibility-product.png);
}
.worker_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/workers_product.png);
}
.commercial_product {
    background-image: url(../../../images/front_web/goodsinsured/page/home/commercial-product.png);
}
.product_condo img {
    width: 25% !important;
}
.product_laibility {
    background-image: url(../../../images/front_web/goodsinsured/page/home/laibility-products.png);
}
.product-img h3,
.single-blog h3 {
    color: #fff;
    font-weight: bolder;
    margin: 20px 0;
}
.product-img h3 {
    text-transform: uppercase;
}
.in {
    height: auto !important;
    border: 0px solid #fff;
    padding-left: 0 !important;
}
a.faq-btn,
a.faq-btn:active,
a.faq-btn:hover,
a.faq-btn:focus {
    color: #333333;
    text-decoration: underline;
    text-transform: uppercase;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.insurance_list.first .owl-dots,
.insurance_list.first .owl-nav {
    display: none;
}
.login-page-container {
    width: 80%;
    background-color: #dae9f5;
    border: 2px solid #b3b3b3;
    margin: 0 0 12% 11%;
    border-radius: 10px;
    text-align: center;
}
.login-page-container p {
    margin: 4% auto;
}
.login-page-container p:first-child {
    margin: 14% 0 0 0;
}
.login-page-container p label {
    width: 100%;
    display: block;
    margin: 0 0 2% 0;
    color: #556981;
    font-size: 15px;
    font-weight: bold;
}
.login-page-container p input[type="text"] {
    width: 48%;
    background-color: #fff;
    min-height: 40px;
    border-radius: 7px;
}
.login-page-container p a.forgot {
    border: none !important;
    font-size: 15px;
    font-weight: bold;
    color: #cf474b;
    text-decoration: underline;
    width: 86% !important;
}
.login-page-container span.login-remember-me {
    font-size: 15px;
    color: #53677f;
    margin: 0 0 0 1%;
    font-weight: 600;
}
.login-page-container input[type="submit"] {
    width: 40%;
    min-height: 44px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #1b386c;
}
.login-page-container a.login-signup-text {
    font-size: 17px;
    color: #5e7289;
    font-weight: 600;
}
.heading-section-login {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.heading-section-login-customer {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.heading-section-login img {
    vertical-align: middle;
    margin: 0 3% 0% 0;
}
input[name="dob"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: center;
}
input[name="dob"]::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}
input[name="dob"]:-ms-input-placeholder {
    /* IE 10+ */
    text-align: center;
}
input[name="dob"]:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}
.frm-row label {
    width: 100%;
}
.frm-row {
    width: 100%;
}
.frm-row > input {
    display: block;
    width: 100%;
    height: 35px;
    margin: 4% 0px;
    border: none;
    border-bottom: 1.5px solid #a0a0a0;
}
.frm-row > span {
    display: block;
}
.frm-row input[type="submit"] {
    width: auto;
    padding: 15px 40px;
    height: auto;
    border-bottom: none;
    border-radius: 10px;
    background-color: #1d3b70;
    color: #fff;
    margin: 5% auto;
}
.frm-row input[type="submit"]:hover {
    background-color: #cc0000;
    color: #ffffff;
}
/*****/
.frm-row input[type="checkbox"] {
    border: 1px solid #000 !important;
    display: inline-block;
    width: 20px;
}
span.remember {
    width: 80%;
    display: inline-block;
}
/*****/

div#frm-txt {
    text-align: center;
    margin: 5% 0;
    color: red;
}
.login-frm-txt {
    color: #ff0000;
    text-decoration: none;
}
.login-frm-txt:hover {
    color: #1d3b70;
    text-decoration: none;
}
div#frm-txt span {
    margin: 2% 0;
}
div.frm-captcha {
    text-align: center;
}
.main-area-class {
    margin: 0 5% 0;
    box-shadow: 0px 0px 20px #e1e1e1;
}
.main-area-class > img {
    display: inline-block;
}
.main-area-class > div {
    display: inline-block;
    vertical-align: top;
}
.area-class-right {
    width: 40%;
    margin: 6% 4% 2% 4%;
}
/*.heading-section-login-customer {*/
/*margin: 18% 0 0 0;*/
/*}*/

.main .wrapper.login {
    margin-top: 12.5em !important;
    margin-bottom: 10em !important;
}
.header-input {
    border: 0 !important;
    border-bottom: 1px solid #333333 !important;
    width: 100%;
}
.login_drop label {
    width: 100%;
    text-align: center;
}
.login_drop .g-recaptcha {
}
.remember_label {
    width: auto !important;
    text-align: left !important;
}
.rem_text {
    padding-top: 15px;
    width: auto !important;
    text-align: left !important;
    color: #000;
}
header .bottom_head .nav_left .login_drop .form-label {
    padding-bottom: 20px;
}
.modal.fade.in {
    width: 100%;
    height: auto;
    background-color: rgba(114, 114, 114, 0.74);
    border: 1px solid #999999;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.modal.in .modal-dialog {
    margin: 12% auto;
    max-width: 510px;
}
.bg-modal-header {
    background-color: #f44a4a;
}
.modal-body {
    height: auto;
}
.modal-body .contact_form label {
    font-size: 15px;
    color: #333;
    text-align: left;
    width: 100%;
}
.modal-body .contact_form input,
.modal-body .contact_form textarea {
    border: 1px solid #fff !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.8) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.text-black {
    color: #0c0c0c;
}
.bt-1-white {
    border-top: 1px solid #fff !important;
}
.modal-body .contact_form .bt-1-input {
    border: 1px solid rgba(153, 153, 153, 0.8) !important;
    font-size: 12px;
}
.modal-footer.text-center {
    text-align: center !important;
}
.modal .g-recaptcha {
    margin-left: 25%;
}
.modal-footer .contact_submit {
    margin: 25px 0 30px 0;
    color: #333333 !important;
    width: 35%;
}
.modal-body .contact_form select {
    padding-left: 3px !important;
    width: 11%;
    color: #333333;
    font-size: 12px;
    background-size: 13px 34px;
}
.modal-body .contact_form select option {
    font-size: 12px;
    color: #333333;
}
.banner_termofuse,
.banner_privacy {
    width: 100%;
    height: 50vh;
}
.banner_termofuse img,
.banner_privacy img {
    height: 50vh;
    width: 100%;
}
.second_bar {
    width: 100%;
    min-height: 45px;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.text-bg-blue {
    background-color: #1c3a6e;
}
.text-bg-red {
    background-color: #a10708;
}
.security-body {
    margin-top: 3% !important;
    margin-bottom: 5% !important;
}
.security-body p,
.security-body p ul li {
    color: #333333;
    margin: 15px 0;
    text-align: justify;
}
.security-two-section {
    width: 60%;
    display: inline-block;
}
p.security-page-heading {
    font-size: 24px;
    font-weight: bold;
    margin: 4% 0;
    color: #4b4b4b;
    float: left;
    width: 100%;
    line-height: 34px;
}
.security-two-section-right {
    width: 37%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    margin: 2% 0 0 2%;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 3px 2px #ccc;
}
.scroll-active-div {
    position: fixed;
    top: 21%;
    width: 27%;
}
.mx-0 {
    margin: 0 !important;
    padding: 0;
}
.mx-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.security-two-section-right-heading {
    background-color: #f5f5f5;
    padding: 15px 20px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.security-two-section-right-content {
    padding: 0 5% 5%;
}
.security-two-section-right-content a {
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: initial;
}
.security-two-section-right-content a:hover,
.security-two-section-right-content a:focus {
    color: #ff0000;
    font-weight: 500;
}
.security-body ul {
    width: 96%;
    margin: 0px 4%;
}
.security-body ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
.banner_title span {
    font-size: 15px;
}
.bg-light-white {
    background-color: rgba(255, 255, 255, 0.3);
}
.health_title .text-center {
    text-align: center !important;
}
.cyber_liability_body_head .health_title {
    height: auto !important;
}
.cyber_liability_body .text-right {
    text-align: right !important;
}
.cyber_liability_body div {
    padding: 0;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*.cyber_liability_body div img{*/
/*width: 100%;*/
/*}*/

.text-blue-dark {
    color: #2c3654 !important;
}
.text-blue-light {
    color: #5b6b9c !important;
}
.text-gray {
    color: #393939 !important;
}
.padding-60-20 {
    padding: 60px 20px !important;
}
.cyber_policy {
    text-align: center;
}
.cyber_policy img {
    height: 125px;
    margin-bottom: 15px;
}
.cyber_policy h4 {
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
    color: #2c3754;
    margin-top: 10px;
    margin-bottom: 15px;
}
.margin-left-right-8 {
    margin-left: 8%;
    margin-right: 8%;
}
.cyber_insurance p {
    margin: 40px 0;
    padding-right: 20%;
}
.third_cyber_insurance p {
    margin: 45px 0;
    padding-right: 20%;
}
.cyber_insurance.col-md-4 {
    padding: 40px 0 !important;
}
.cyber_insurance div {
    text-align: center;
}
.cyber_insurance div img {
    width: 30%;
    max-height: 50px;
}
.margin-first-top-p-5 {
    margin-top: 37% !important;
    margin-bottom: 15% !important;
}
.margin-top-p-5 {
    margin-top: 5% !important;
    margin-bottom: 15% !important;
}
.margin-top-p-25 {
    margin-top: 25% !important;
    margin-bottom: 15% !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.cyber_example span {
    font-size: 30px;
}
.cyber_example span:last-child {
    font-size: 40px;
}
.cyber_liability_section p {
    padding: 0 10%;
}
.width-40 {
    width: 40%;
}
.width-25 {
    width: 25%;
}
.license_permit_bond {
    margin-top: 5%;
}
.license_permit_bond p {
    margin-bottom: 2%;
}
.lpb {
    padding-bottom: 10% !important;
}
.lpb div {
    padding-right: 0;
    padding-left: 0;
}
.lpb-last-div {
    padding-right: 15% !important;
}
.lpb-last-section div {
    margin-bottom: 2%;
}
.license_permit_provider {
    border-radius: 10px;
    padding: 50px 20px !important;
    border: 1px solid #2c3754;
    background-color: #2c3754;
    width: 44%;
    float: left;
    margin-bottom: 10%;
    color: #fff;
    text-align: center;
    height: 250px;
}
.license_permit_provider h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px #171733;
}
.license_permit_provider p {
    color: #fff;
}
.left_permit_provider {
    margin-right: 5%;
}
.right_permit_provider {
    margin-left: 5%;
}
.license_permit_provider:nth-child(4),
.license_permit_provider:last-child {
    margin-top: -20px;
}
.license_permit img {
    width: 50%;
}
.license_permit p {
    padding-left: 10%;
}
.provider_img img {
    width: 50%;
}
.provider_img {
    width: 18%;
    height: auto;
    background-color: #2c3754;
    margin: 0 36%;
    margin-top: -130px;
    text-align: center;
    padding: 25px;
}
.mt-15 {
    margin-top: 15% !important;
}
.pet_cover_following {
    text-align: center;
}
.pet_cover_following img {
    width: 50%;
}
.text-bold {
    font-weight: bold !important;
}
.text-shadow {
    text-shadow: 2px 2px #0d0d0d;
}
.width-90 {
    width: 90% !important;
}
.width-80 {
    width: 80% !important;
}
.width-70 {
    width: 70% !important;
}
.width-60 {
    width: 60% !important;
}
.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-30 {
    width: 30% !important;
}
.width-35 {
    width: 35% !important;
}
.width-20 {
    width: 20% !important;
}
.width-10 {
    width: 10% !important;
}
.width-5 {
    width: 5% !important;
}
.width_100 {
    width: 100% !important;
}
.float-left {
    float: left;
}
.pr-15 {
    padding-right: 15% !important;
}
.height-20 {
    height: 20px !important;
}
.bg-skyblue-dark {
    background-color: #2c3754;
}
.border-bottom-1 {
    border-bottom: 1px solid #868686 !important;
}
.border-bottom-2 {
    border-bottom: 2px solid #2c3754 !important;
}
.border-top-2 {
    border-top: 2px solid #2c3754 !important;
}
hr.border-bottom-1 {
    border: 0.5px solid #868686 !important;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.font-size-24 {
    font-size: 24px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.surety_bond_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/surety-bonds/sb-9.png);
    background-size: 100% 100%;
    min-height: 100%;
}
.fib_bond_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/fidelity-bonds/fib7.png);
    background-size: cover;
    min-height: auto;
    padding: 13% 10% 15%;
}
.error_omission_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/errors-and-omissions/err15.png);
    background-size: cover;
    min-height: auto;
    padding: 23% 25%;
}
.director_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/directors-officers/dao3.png);
    background-size: 100% 100%;
    min-height: 400px;
}
.liquor_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/liquor-liability/ll-1.png);
    background-size: 100% 100%;
    min-height: 100%;
}
.special_event_policy {
    background-image: url(../../../images/front_web/goodsinsured/page/special-event/se4.png);
    background-size: 50% 80%;
    background-repeat: no-repeat;
    background-position: right;
}
.builder_risk_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/builders-risk/br5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.hired_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/hired-non-owner-auto/hanoa7.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 150px 15px;
}
.contractor_tools_cover {
    background-image: url(../../../images/front_web/goodsinsured/page/contractor-tools/ct8.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 15% 25%;
}
.padding-xy-20 {
    padding: 20% !important;
}
.padding-xy-15 {
    padding: 15% !important;
}
.padding-x-20-y-15 {
    padding: 15% 20% 20% !important;
}
.text-white {
    color: #fff !important;
}
.banner_title div {
    font-size: 20px;
}
.text-spacing-1 {
    letter-spacing: 1px;
}
.line-height-20 {
    line-height: 20px;
}
.height-80 {
    height: 80px !important;
}
.height-140 {
    height: 140px !important;
}
p.business-paragraph-conten-one {
    margin: 1% 0 0 0;
    color: #4b4b4b;
    font-size: 16px;
}
li.business-paragraph-conten-one {
    font-size: 16px;
}
.banner_title.bg-light-white {
    width: 40% !important;
}
.banner_title.bg-light-white h3 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}
.banner_title.bg-light-white span {
    font-size: 17px;
}
.banner_title div {
    margin-top: 1rem;
}
.ul_center {
    text-align: center;
    list-style: inside;
}
.security-page-heading b {
    font-size: 30px;
}
.mt-m-y-35 {
    margin: -35px 0;
}
.mt-m-y-25 {
    margin: -25px 0;
}
.mt-m-t-35 {
    margin-top: -35px;
}
.mt-m-t-15 {
    margin-top: -15px;
}
.margin-top-m10 {
    margin-top: -100px !important;
}
.mtm-22 {
    margin-top: -22%;
}
.rideshare_risk p {
    margin-bottom: 5rem !important;
    margin-top: 1.5rem !important;
}
.px-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.px-25 {
    padding-left: 25% !important;
    padding-right: 25% !important;
}
.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.pl-6 {
    padding-left: 6rem !important;
}
.mt-6 {
    margin-top: 6rem !important;
}
.parallax {
    /* The image used */
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-8.png); /* Full height */
    height: 360px; /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-2 {
    /* The image used */
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-4.png); /* Full height */
    height: 360px; /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.moving-car {
    position: relative;
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-16.png);
    height: 600px;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-position: 0 0;
    overflow-x: hidden;
    display: block;
}
.moving-car div {
    float: left;
    display: block;
    overflow-x: hidden; /*padding: 0 !important;*/
}
.moving-car div:first-child {
    width: 36% !important;
    position: absolute;
    left: 0;
    bottom: 100px;
}
.moving-car div:nth-child(2) {
    margin-left: 36% !important;
    width: 47% !important;
    z-index: 1;
    overflow: hidden;
    height: 600px;
}
.moving-car div:last-child {
    width: 43% !important;
    position: absolute;
    right: -700px;
    bottom: 100px;
}
.car-move-2 {
    animation: animate-2 10s linear infinite;
}
.bg-white {
    background-color: #fff !important;
}

/*.trans-center{*/
/*    animation: createBox .75s;*/
/*}*/
/*@keyframes createBox {*/
/*    from {*/
/*        transform: scale(0);*/
/*    }*/
/*    to {*/
/*        transform: scale(1);*/
/*    }*/
/*}*/

@keyframes animate-2 {
    100% {
        transform: translateX(-2500px);
    }
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax,
    .parallax-2 {
        background-attachment: scroll;
    }
}
/*animation element*/

.animation-element {
    opacity: 0;
    position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-right {
    opacity: 0;
    -moz-transform: translate(300px);
    -webkit-transform: translate(300px);
    -o-transform: translate(300px);
    -ms-transform: translate(300px);
    transform: translate(300px);
}
.animation-element.slide-right-motor {
    opacity: 0;
    -moz-transform: translate(500px);
    -webkit-transform: translate(500px);
    -o-transform: translate(500px);
    -ms-transform: translate(500px);
    transform: translate(500px);
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.animation-element.left-come {
    transform: translateX(-500px);
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
}
.animation-element.right-come {
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
}
.animation-element.top-van {
    transform: translateX(-500px);
}
.animation-element.top-van.van-3 {
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.animation-element.top-van.van-2 {
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.animation-element.top-van.van-1 {
    -moz-transition: all 1500ms linear;
    -webkit-transition: all 1500ms linear;
    -o-transition: all 1500ms linear;
    transition: all 1500ms linear;
}
.animation-element.slide-top-1 {
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.animation-element.slide-top-2 {
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}
.animation-element.slide-top-3 {
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
}
.animation-element.slide-top-4 {
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.animation-element.slide-top-5 {
    -moz-transition: all 1200ms linear;
    -webkit-transition: all 1200ms linear;
    -o-transition: all 1200ms linear;
    transition: all 1200ms linear;
}
.animation-element.slide-top {
    opacity: 1;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.animation-element.trans-center,
.animation-element.trans-center1,
.animation-element.trans-center2 {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: scale(0);
}
.animation-element.trans-center {
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.animation-element.trans-center1 {
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.animation-element.trans-center2 {
    -moz-transition: all 2000ms linear;
    -webkit-transition: all 2000ms linear;
    -o-transition: all 2000ms linear;
    transition: all 2000ms linear;
}
.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.animation-element.slide-right-motor.in-view {
    opacity: 1;
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.animation-element.slide-top.in-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translateY(0px);
}
.animation-element.trans-center.in-view,
.animation-element.trans-center1.in-view,
.animation-element.trans-center2.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: scale(1);
}
/*animation slide left styled for testimonials*/

.rideshare_cover {
    position: relative;
    background-size: 100% 100%;
    min-height: 100%;
    transition: all 0.5s ease-in-out;
    background-position: center;
}
.rideshare-1 {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-17.png);
}
.rideshare-2 {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-18.png);
}
.rideshare-3 {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-19.png);
}
.rideshare-4 {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-20.png);
}
.rideshare-5 {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-21.png);
}
.rideshare-6 {
    background-image: url(../../../images/front_web/goodsinsured/page/rideshare/r-22.png);
}
.font-size-34 {
    font-size: 34px !important;
    line-height: 44px;
}
p.content-p {
    font-size: 20px;
    line-height: 34px;
}
p.atv-p {
    font-size: 26px;
    line-height: 38px;
}
li.content-p {
    font-size: 20px;
    line-height: 34px;
}
h4.content-p {
    font-size: 24px;
    line-height: 34px;
}
.ml-14 {
    margin-left: 14.5%;
}
.margin-bottom-m150 {
    margin-bottom: -150px;
}
.top-text-h3 {
    font-size: 34px;
    margin: 24px 0;
    font-weight: bold;
    color: #2c3754;
    font-family: "Roboto";
}
.align-items-center {
    display: flex;
    align-items: center;
}
.align-items-end {
    display: flex;
    align-items: flex-end;
}
.align-items-start {
    display: flex;
    align-items: flex-start;
}
.align-content-center {
    flex-wrap: wrap;
    align-content: center;
}
.align-content-end {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
.align-content-start {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.main {
    margin-top: 160px;
}
.scroll-bar {
    overflow: scroll;
}
.sec_heading_fixed {
    position: fixed;
    width: 26%;
}
.inner-div div {
    padding-left: 0;
    padding-right: 0;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.auto_prime_table {
    width: 100%;
}
.auto_prime_table th {
    color: #5b6b9c;
    text-align: right;
    border-bottom: 1px solid #302b7b;
    padding: 5px 0;
}
.auto_prime_table th:first-child {
    text-align: left;
}
.auto_prime_table td:first-child {
    text-align: left;
}
.auto_prime_table td {
    color: #5b6b9c;
    text-align: right;
    border-bottom: 1px solid #302b7b;
    padding: 5px 0;
}
.hired_items div div {
    height: 230px;
}
.hired_items div div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.atv-motors {
    height: 230px;
}
.atv-motors div {
    height: 230px;
    width: 20%;
    float: left;
}
.atv-motors div:first-child,
.atv-motors div:last-child {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.atv-motors div:nth-child(2),
.atv-motors div:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.animation-element.atv-toptobottom {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.animation-element.atv-toptobottom.in-view {
    opacity: 1;
    -moz-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    -o-transform: translateY(240px);
    -ms-transform: translateY(240px);
    transform: translateY(240px);
    -moz-transition: all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
}
.animation-element.motor1,
.animation-element.motor2 {
    opacity: 1;
}
.animation-element.movement-motor-air {
    opacity: 0;
    -moz-transform: translate3d(-20px, 30px, 0px);
    -webkit-transform: translate3d(-20px, 30px, 0px);
    -o-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: scale(1.5) translate3d(-20px, 30px, 0px);
}
.animation-element.movement-motor-air.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 30px, 0px);
    -webkit-transform: translate3d(0px, 30px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: scale(1.5) translate3d(0px, 30px, 0px);
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.animation-element.motor1.in-view {
    background-image: url(../../../images/front_web/goodsinsured/page/atv/atv1.png);
    height: 487px;
    background-size: cover;
    transition-delay: inherit;
    transition-duration: 1s;
}
.animation-element.motor2.in-view {
    background-image: url(../../../images/front_web/goodsinsured/page/atv/atv-bg.png);
    height: 706px;
    background-size: cover;
    transition-delay: inherit;
    transition-duration: 1s;
}
.animation-element.motor1.in-view .img1,
.animation-element.motor2.in-view .img1 {
    display: none;
}
.animation-element.motor1 .img2 {
    display: none;
    margin-top: 30%;
    margin-left: 10%;
    opacity: 0;
}
.animation-element.motor2 .img2 {
    display: none;
    margin-top: 70%;
    margin-left: 20%;
    opacity: 0;
}
.animation-element.motor1.in-view .img2,
.animation-element.motor2.in-view .img2 {
    display: block;
    transition-duration: 2s;
    opacity: 1;
}
/*.rv01-img-cover{*/
/*    background-image: url("../img/site/rv01.png");*/
/*    background-size: 100% 100%;*/
/*    height: 502px;*/
/*}*/
/*.rv03-img-cover{*/
/*                      background-image: url("../img/site/rv-03.jpg");*/
/*                      background-size: 100% 100%;*/
/*                  }*/
/*.rv05-img-cover{*/
/*    background-image: url("../img/site/rv05.png");*/
/*    background-size: 100% 100%;*/
/*    height: 653px;*/
/*}*/
/*.rv07-img-cover{*/
/*    background-image: url("../img/site/rv07.png");*/
/*    background-size: 100% 100%;*/
/*    height: 704px;*/
/*}*/

.rv-cover {
    background-image: url("../../../images/front_web/goodsinsured/page/rv/rv2.png");
    background-size: 100% 100%;
    margin-bottom: 6% !important;
}
.my-30 {
    margin-top: 10%;
    margin-bottom: 10%;
}
.black-bg-transparent {
    background-color: rgba(0, 0, 0, 0.47);
}
.object-fit_cover {
    object-fit: cover;
}
.top_trust_banner.in-view {
    position: relative;
    background-size: 50% 94%;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../../../images/front_web/goodsinsured/page/trust-security/tas2.png");
}
.second_trust_banner.in-view {
    position: relative;
    background-size: 80% 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("../../../images/front_web/goodsinsured/page/trust-security/tas3.png");
    height: 800px;
}
.forth_trust_banner.in-view {
    position: relative;
    background-size: 70% 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("../../../images/front_web/goodsinsured/page/trust-security/tas5.png");
    height: 500px;
}
.third_trust_banner.in-view {
    position: relative;
    background-size: 70% 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../../../images/front_web/goodsinsured/page/trust-security/tas4.png");
    height: 670px;
}
.business_inter_cover {
    background-image: url("../../../images/front_web/goodsinsured/page/business-interruption/bi3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 715px;
}
.py-10 {
    padding-bottom: 5em;
    padding-top: 7em;
}
.animation-element.top_trust_banner.slide-right {
    opacity: 0;
    -moz-transform: translate(74%);
    -webkit-transform: translate(74%);
    -o-transform: translate(74%);
    -ms-transform: translate(74%);
    transform: translate(74%);
}
.animation-element.top_trust_banner.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.margin-top-5 {
    margin-top: 5%;
}
.margintop-10 {
    margin-top: 10%;
}
.epls div {
    height: 320px;
    width: 350px;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.epls div:first-child,
.epls div:nth-child(2) {
    margin-right: 30px;
}
.bg-2b3654 {
    background-color: #2b3654;
}
.epls .bg-2b3654 {
    padding: 16px;
}
.epls p.content-p:first-child {
    font-size: 17px;
    font-weight: bold;
}
.epls p:last-child {
    font-size: 15px;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.fade {
    opacity: 0;
}
.fade.show {
    opacity: 1;
}
.modal.show {
    padding: 0 !important;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fade.in-view {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
}
.bg-auto.in-view {
    background-image: url("../../../images/front_web/goodsinsured/page/collection-auto/colauto-move.png");
}
.triangle-move {
    background-image: url("../../../images/front_web/goodsinsured/page/collection-auto/colauto-move.png");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position-x: -100px;
    -webkit-animation: triangle-move 4s infinite;
    animation: triangle-move 4s infinite;
}
@-webkit-keyframes triangle-move {
    0% {
        background-position-x: -10%;
        background-position-y: 0;
    }
    25% {
        background-position-x: 25%;
        background-position-y: 17%;
    }
    50% {
        background-position-x: 50%;
        background-position-y: 35%;
    }
    75% {
        background-position-x: 75%;
        background-position-y: 53%;
    }
    100% {
        background-position-x: 100%;
        background-position-y: 70%;
    }
}
.margin-top-25 {
    margin-top: 25%;
}
.width-auto {
    width: auto !important;
}
.boat-square {
    margin: auto;
}
.boat-square div {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
.square {
    width: 10px;
    height: 10px;
    background-color: #2c3654;
    margin-top: 13px;
}
.line {
    width: 400px;
    height: 5px;
    background-color: #2c3654;
}
.counter-count.in-view {
    opacity: 1;
}
.body-start {
    margin-top: 18em !important;
    font-family: robotoThin;
}
.body-start h3 {
    font-size: 34px;
    font-weight: bold;
}
.border-gray {
    border: 1px solid #464646;
}
.search-filter {
    border: 1px solid #464646;
    height: auto;
    border-radius: 10px;
}
.padding-top-100 {
    margin-top: 100px;
}
/* The container */
.input-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 15px;
    color: #5b6b9c;
    font-weight: 500;
}
/* Hide the browser's default checkbox */
.input-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.input-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.input-container .checkmark:after {
    left: 2px;
    top: -2px;
    width: 9px;
    height: 15px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.font-weight-normal {
    font-weight: 400 !important;
}
.search-btn {
    padding: 10px 20px;
    text-align: center;
    background-color: #244379;
    color: #ffffff !important;
    font-size: 17px;
    border-radius: 10px;
    width: 17%;
    margin-left: 20px;
}
.search-input {
    padding: 10px !important;
    font-size: 17px;
    border-radius: 7px;
    z-index: 0;
}
.search-result {
    border-bottom: 1px solid #244379;
    padding: 15px 0;
}
.search-result p,
.search-result a {
    line-height: 30px;
    font-size: 17px;
    color: #5b6b9c !important;
    text-align: justify;
}
.search-pagination {
    background-color: #deeeff;
    padding: 20px;
    width: 100%;
    margin-top: 10%;
}
.search-pagination .pagination {
    margin: 0;
}
.search-pagination .pagination > li > a span,
.search-pagination .pagination > li > a.active {
    font-weight: bold;
}
.search-pagination .pagination > li > a,
.search-pagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}
.no-border {
    border-bottom: 0px !important;
}
.text-decoration {
    text-decoration: underline;
}
.s-close {
    line-height: 30px;
    font-size: 20px;
    color: #5b6b9c !important;
    margin-left: -30px;
    font-weight: bold;
    z-index: -999;
}
.main .career.page_header_banner {
    background-image: url(../../../images/front_web/goodsinsured/page/career/careers-banner.png);
    background-size: auto;
    background-position: center;
}
.careers-flip {
    background-image: url("../../../images/front_web/goodsinsured/page/career/career-flip.png");
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 7500px;
}
.page-title {
    font-weight: bold;
    font-family: robotoBold;
    font-size: 40px;
    text-transform: capitalize;
    color: #2c3654;
    margin-top: 100px;
    margin-bottom: 30px;
}
.section-title {
    font-weight: bold;
    font-family: robotoBold;
    font-size: 37px;
    color: #2c3654;
    margin-top: 100px;
    margin-bottom: 30px;
}
.special-text {
    font-weight: bolder;
    font-family: robotoBold;
    font-size: 36px;
    color: #5b6b9c;
    letter-spacing: 15px;
    margin: 20px auto;
    line-height: 1.25;
}
.special-v-text {
    font-weight: bold;
    font-family: robotoBold;
    font-size: 40px;
    text-transform: capitalize;
    color: #2c3654;
    line-height: 42px;
}
.value-text {
    font-weight: bolder;
    font-family: robotoBold;
    font-size: 30px;
    color: #5b6b9c;
    margin: 10px auto;
    text-transform: uppercase;
}
.margin-top-15 {
    margin-top: 15%;
}
.job-list {
    padding: 20px;
    border: 2px solid #2c3654;
    border-radius: 10px;
    color: #2c3654;
    font-size: 20px;
}
.job-list:hover {
    color: #fff;
    background-color: #2c3654;
}
/**** About us GI Starts ***/
.about-us-gi-banner {
    background: url(../../../images/front_web/goodsinsured/page/about/about-us.png);
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.about-us-cover-txt {
    font-size: 16vw;
    color: white;
    font-weight: bold;
    text-align: start;
    margin-left: 15%;
    padding-top: 8%;
}
.about-us-gi-title {
    font-size: 50px;
    color: #2b3654;
    margin: 4%;
    font-weight: bold;
    font-family: ourFont;
    text-align: center;
    text-shadow: 1px 1px #2b3654;
}
.about-us-gi-text h2 {
    font-size: 28px;
    color: #2b3654;
    margin-bottom: 4%;
    font-weight: bold;
    font-family: ourFont;
    text-align: start;
}
.about-us-gi-text p {
    font-size: 22px;
    color: #2b3654;
    margin-bottom: 3%;
    font-weight: bold;
    font-family: ourFont;
    line-height: 33px;
}
.about-us-gi-text button {
    color: white;
    font-size: 25px;
    text-align: center;
    margin: 2%;
    padding: 1% 10%;
    background-color: #2b3654;
    font-family: ourFont;
}
.margin-for-9 {
    margin: 5% 12.5%;
}
.about-us-center-text {
    text-align: center !important;
}
.about-us-center-text h2 {
    text-align: center !important;
    margin-top: 2%;
}
.about-us-quotes {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2b3654;
}
.about-us-quotes h1 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin: 2%;
    font-family: ourFont;
}
.about-us-quotes p {
    color: white;
    font-size: 20px;
    text-align: center;
    margin: 2%;
    font-family: ourFont;
    margin-bottom: 5%;
}
.about-us-quotes button {
    color: white;
    font-size: 25px;
    text-align: center;
    margin: 2%;
    padding: 1% 10%;
    border: 2px solid white;
    background-color: transparent;
    font-family: ourFont;
    margin-bottom: 5%;
}
/**** About us GI Ends ***/

.industries_ban {
    background: url(../../../images/front_web/goodsinsured/page/industries/Layer-541.png);
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.center_items {
    display: flex;
    justify-content: center;
}
.ml-10 {
    margin-left: 10%;
}
.pt10 {
    padding-top: 10px !important;
}
.products_background {
    width: 30%;
    height: 296px;
    background-color: #ebf0ff;
    margin-right: 20px;
}
.buttons_products {
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
}
.get_quotes_button:hover {
    background-color: #1b2134 !important;
}
.get_quotes_button {
    background-color: #2b3654 !important;
    color: #ffffff !important;
    text-align: center;
    padding: 12px 2px;
    width: 30%;
    font-size: 20px;
}
.learn_more_button:hover {
    background-color: #eee !important;
}
.learn_more_button {
    color: #2b3654 !important;
    border: solid 3px #2b3654 !important;
    text-align: center;
    padding: 12px 2px;
    width: 30%;
    font-size: 20px;
}
.mb105 {
    margin-bottom: 105px;
}
.products_bundle {
    display: flex;
    justify-content: space-between;
}
.txt_products {
    font-size: 18px;
    color: #2b3654;
    font-family: ourFont;
}
.products_image {
    padding-top: 35px;
    max-width: 100%;
}
.logos_banner {
    background-color: #2b3654;
    margin-top: -8px;
    height: 157px;
}
.free_quotes_box {
    padding: 5% 2%;
    border: 2px solid #2b3654;
    vertical-align: center;
    margin: 5%;
    text-align: center;
}
.free_quotes_box p {
    font-size: 14px;
    word-wrap: break-word;
    color: black;
}
.font25 {
    font-size: 25px !important;
    margin-bottom: 10px;
}
.quotes_froms {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.select_business {
    border: 2px solid #2b3654;
    width: 30%;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
}
.select_business:focus {
    outline: none;
}
.get_free_quotes_button {
    background-color: #2b3654 !important;
    color: #ffffff !important;
    padding: 13px 40px !important;
    border-radius: 10px;
}
.get_free_quotes_button:focus {
    outline: none;
}
.industries_label {
    font-size: 36px;
    color: #2b3654;
    font-weight: bold;
    font-family: ourFont;
    margin-bottom: 50px;
}
.profession_label {
    font-size: 30px;
    color: #2b3654;
    font-weight: bold;
    font-family: ourFont;
    margin-bottom: 10px;
}
.industries_paragraph {
    font-size: 17px;
    color: #5b6b9c;
}
.product_lable {
    font-size: 25px;
    color: #2b3654;
    font-weight: bold;
    font-family: ourFont;
    margin-bottom: 10px;
}
.professions_label {
    font-size: 20px;
    color: #2b3654;
    font-family: ourFont;
}
.industries_get_quotes {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    height: 70%;
    padding-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
}
.industries_get_quotes select {
    border: 2px solid #2b3654;
    width: 25%;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    -webkit-appearance: menulist;
}
.industries_get_quotes:focus select {
    outline: none !important;
}
.industries_get_quotes button {
    width: 100%;
    max-width: 250px;
}
.get_free_quotes_button.start-button {
    font-size: 18px;
    margin: 10px auto 0;
    padding: 10px 40px !important;
}
.innerpage_quoteinput input#quote_zip_code {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 10px;
    font-size: 18px;
}
.industries_get_quotes:focus button {
    outline: none;
}
.industries_get_quotes h1 {
    color: #ffffff;
    font-size: 35px;
    text-shadow: 2px 2px #282923;
}
.industries_get_quotes h2 {
    color: #ffffff;
    font-size: 17px;
    text-shadow: 2px 2px #282923;
    margin-bottom: 2%;
    text-transform: none;
}
.industries_get_quotes h3 {
    color: #ffffff;
    font-size: 17px;
    text-shadow: 2px 2px #282923;
}
.logos_banner_hartford {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.logos_banner_chubb {
    padding-top: 65px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.logos_banner_cna {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.logos_banner_lm {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.professions_icons_images {
    width: 100%;
    text-align: center;
}
.professions-list .row.align-items-center {
    height: 70px;
}
.products-item {
    min-height: 140px;
}
.header-change {
    background-image: linear-gradient(#183263, #284a88);
    font-size: 28px;
    color: #cccccc;
    height: 75px;
    border-radius: 10px 10px 0px 0px;
    padding: 25px;
    text-align: center;
    margin-bottom: 10%;
}
.container-change {
    max-width: 44%;
    min-height: 520px;
    margin: 18% 28% 15%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.form-container-change div {
    max-width: 80%;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    margin-left: 10%;
    margin-bottom: 2%;
}
.form-container-change .forgets-buttons {
    padding-bottom: 35px;
}
.form-container-change .forgets-buttons .change-recover-btn:hover {
    background-color: #cc0000;
    color: #ffffff;
}
.form-container-change .forgets-buttons .change-cancel-btn:hover {
    background-color: #e4e2eb;
}
.form-container-change label {
    color: #52667e;
    font-size: 18px;
    font-weight: 400;
    width: 30%;
    font-family: ourFont;
    -webkit-font-smoothing: antialiased;
    float: left;
    padding-top: 10px;
}
.form-container-change input {
    width: 70%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    color: #52667e;
}
.form-container-change select {
    width: 70%;
    border: 1px solid #eaf4fa;
    background-color: #eaf4fa;
    border-bottom: 1px solid #cccccc;
    color: #52667e;
    height: 40px;
    padding: 7px 10px;
}
.form-container-change select:active,
.form-container-change select:focus,
.form-container-change select:visited {
    border: 1px solid #eaf4fa;
}
.form-container-change select option {
    padding: 10px;
}
.change-buttons {
    text-align: center;
    margin-top: 10%;
}
.forgets-buttons {
    text-align: center;
}
.create-recover-btn,
.change-recover-btn {
    width: 42%;
    background-image: linear-gradient(#183263, #284a88);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    margin-right: 10%;
}
.create-recover-btn:hover,
.change-recover-btn:hover {
    background-image: linear-gradient(#cc0000, #cc0000);
}
.create-cancel-btn:hover,
.change-cancel-btn:hover {
    background-image: linear-gradient(#f2f0f9, #f2f0f9);
}
.create-cancel-btn,
.change-cancel-btn {
    width: 40%;
    background-image: linear-gradient(#e4e2eb, #a3a2a5);
    color: #52667e;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
}
.message {
    padding: 25px 0;
    height: 80px;
}
.message p {
    text-align: center;
    color: #e54545;
    font-style: italic;
    font-weight: bold;
}
.guides-and-resources-search-from {
    padding: 5%;
}
.guides-and-resources-search-from > div {
    border: 1px solid #2c3654;
    text-align: center !important;
    padding: 20px 40px;
}
.guides-and-resources-compare-form {
    border: 2px solid black;
    padding: 5%;
    margin: 5% 30% 7% 30%;
    text-align: center !important;
}
.blog-img {
    border: 2px solid blue;
}
.form-check {
    display: flex;
    align-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.form-check input {
    opacity: 1 !important;
}
.form-check-label {
    padding-left: 17px;
}
.form-inline {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.form-inline h1 {
    font-size: 30px;
    color: #2c3654;
    margin-bottom: 2%;
    font-weight: bold;
}
.form-inline h2 {
    font-size: 26px;
    color: #2c3654;
    margin-bottom: 2%;
    font-weight: bold;
    text-transform: capitalize;
}
.form-inline label {
    font-size: 20px;
    color: #5b6b9c;
    margin-bottom: 2%;
    margin-left: 10%;
    font-weight: bold;
    text-transform: capitalize;
}
.form-control {
    color: #2c3654 !important;
    font-weight: bold !important;
    border: 0.5px solid #2c3654 !important;
    -webkit-appearance: menulist !important;
}
.form-checks {
    float: left;
    margin-bottom: 15px;
    width: 30%;
}
label.form-check-label {
    display: flex;
    justify-content: start;
    position: relative;
    padding-left: 50px !important;
    cursor: pointer;
    font-size: 16px;
    color: #5b6b9c !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #2c3654;
    border-radius: 5px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-check-label .checkmark:after {
    left: 10px;
    bottom: 7px;
    width: 10px;
    height: 25px;
    border: solid #2c3654;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.form-check-label input:checked ~ .checkmark:after {
    display: block;
}
.images_container {
    display: flex;
    flex-direction: row;
}
.page-label {
    padding-top: 25px;
    color: #2c3654;
    font-weight: bold;
    font-size: 22px;
}
.image_labels {
    width: 100%;
    margin: 7% 0;
    padding: 0 10px;
}
.image_labels a {
    font-size: 28px;
    line-height: 30px;
    color: #2c3654;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.image_labels a:hover {
    color: #39466d;
}
.pagination_wrapper a {
    color: #2c3654 !important;
    font-size: 22px;
}
.pagination_wrapper a.active {
    font-weight: bold;
}
.pagination_wrapper .page-link {
    border: none !important;
    padding: 4px !important;
}
.guide-search-pagination {
    padding: 0 5%;
}
.pagination_bar {
    border: 1px solid #2c3654;
}
.guide-search-pagination h1 {
    font-size: 30px;
    color: #2c3654;
    margin-bottom: 20px;
}
.sort-by-input {
    margin: 20px 0;
}
.images_background {
    background-color: #d9e7fe;
    margin: 10px 10px;
}
.images_banner {
    display: flex;
    justify-content: space-evenly;
}
.guide_landing_list .overlay_hide {
    display: none;
}
.guide_landing_list
    .images_background:hover
    .guides_and_resources_images
    + .overlay_hide {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.guide_landing_list .image_labels h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    width: 85%;
    margin: auto;
}
.guide_landing_list .images_background:hover .overlayimg {
    background: rgba(44, 54, 84, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*.guide_landing_list .images_background:hover {background: rgba(44, 54, 84, 0.75);}*/

.text_banner {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-bottom: 10%;
}
.consumer.images_banner > div {
    border: 3px solid #2c3654;
    height: 155px;
    width: 160px;
    text-align: center;
    padding-top: 15px;
}
.consumer.images_banner div.image_banner {
    height: 90px;
    width: 100%;
}
.images_banner p {
    color: #2c3654;
    font-size: 18px;
    font-weight: bold;
    font-family: ourFont;
}
.container_banner {
    background-color: #dfe6ff;
    padding: 10% 0;
}
.text_banner h1 {
    font-size: 32px;
    color: #2c3654;
    margin-bottom: 2%;
    font-weight: bold;
}
.text_banner p {
    color: #5f6f9f;
    font-size: 20px;
}
.image_banner {
    margin-bottom: 10px;
}
.row-60-40 {
    display: flex;
    justify-content: space-between;
    margin-left: 18%;
    height: 430px;
}
.row-70 {
    display: flex;
    justify-content: flex-end;
    margin-left: 18%;
    height: 430px;
}
.guides-and-resources-business-search-from {
    border: 1px solid #007fc3;
    width: 55%;
    vertical-align: middle;
    position: relative;
    padding: 1% 10% 1% 2%;
    margin: 5% 24% 7% 24%;
    color: #fff;
    text-align: center !important;
}
.guides-and-resources-business-search-from h3 {
    color: black;
}
.guides-and-resources-business-search-from label {
    color: black;
}
.guides-and-resources-business-compare-form {
    border: 2px solid black;
    padding: 5%;
    margin: 5% 30% 7% 30%;
    text-align: center !important;
}
.business-form-check-label {
    display: flex;
    justify-content: start;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #117bc0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.business-form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.business-form-check-label .checkmark:after {
    left: 10px;
    bottom: 7px;
    width: 10px;
    height: 25px;
    border: solid #2c3654;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.business-form-check-label input:checked ~ .checkmark:after {
    display: block;
}
.business-form-group {
    width: 100%;
    margin-bottom: 2% !important;
    display: flex !important;
    justify-content: space-between;
}
.business-form-group button {
    background-color: #007fc3;
    font-weight: bold;
}
.business-form-inline {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.business-form-inline h1 {
    font-size: 30px;
    color: #0072bc;
    margin-bottom: 2%;
    font-weight: bold;
}
.business-form-inline h2 {
    font-size: 20px;
    color: #0072bc;
    margin-bottom: 2%;
    font-weight: bold;
}
.business-pagination_bar {
    display: flex;
    justify-content: space-between;
    width: 89%;
    border: 2px solid #0072bc;
    margin-bottom: 5%;
}
.business-page-label {
    padding-top: 25px;
    color: #0072bc;
    font-weight: bold;
    font-size: 22px;
}
.business-pagination_wrapper a {
    color: #0072bc !important;
    font-weight: bold;
    font-size: 22px;
}
.business-page-label {
    padding-top: 25px;
    color: #0072bc;
    font-weight: bold;
    font-size: 22px;
}
.business-form-control {
    width: 60% !important;
    color: #0072bc !important;
    font-weight: bold !important;
    border: 1px solid #0072bc !important;
    border-radius: 5px;
    margin-left: 5%;
    margin-top: 10%;
    padding: 4px;
    -webkit-appearance: menulist !important;
}
.business-sort-by-input {
    width: 75%;
}
/**** Business resources Starts ****/
.business-resources-banner {
    background: url(../img/site/business/busines-banner.png);
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 150px;
}
.guides-and-resurces-business-banner {
    background: url(../../../images/front_web/goodsinsured/page/business-resources/cover.png);
    height: 690px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.text-box-blue-30 {
    padding: 0 10px 10px;
    margin-bottom: 15px;
    box-shadow: 5px 10px 10px #b4b4b4;
    border-radius: 10px;
    border: 2px solid #2b3654;
}
.text-box-ribbon-30 {
    background-color: #2b3654;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: ourFont;
    margin-top: 15px;
    padding: 5px;
}
.text-box-blue-30 h1 {
    font-size: 16px;
    line-height: 22px;
    font-family: ourFont;
    font-weight: bold;
    color: #5b6b9c;
    margin-top: 10px;
}
.text-box-blue-30 p {
    font-size: 16px;
    font-family: ourFont;
    color: #5b6b9c;
    margin: 20px 0;
}
.guides_and_resources_images {
    text-align: center;
    padding: 20px;
}
.images_containers img {
    max-width: 100%;
}
.images_background-trans {
    border: 2px solid #2c3654;
    margin: 10px 10px;
}
.usa-map-blue {
    margin: 10% 0% 10% 15%;
}
.usa-img img {
    max-width: 100%;
}
.usa-txt {
    text-align: center;
}
.usa-txt select {
    border: 2px solid #2b3654;
    width: 70%;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    height: 50px;
    margin-left: 15%;
}
.usa-txt h1 {
    font-size: 30px;
    color: #2b3654;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5%;
}
.usa-txt p {
    font-size: 20px;
    color: #2b3654;
    font-family: sans-serif;
    margin-bottom: 10%;
}
.pagination_bar_bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid;
    margin: 5% 0% 5% 5%;
}
.frequent-questions {
    text-align: center;
}
.frequent-questions h1 {
    font-size: 34px;
    color: #2b3654;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 70px;
    margin-top: 10%;
}
.frequent-questions h2 {
    font-size: 25px;
    color: #2b3654;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 70px;
    margin-top: 100px;
}
.frequent-questions p {
    font-size: 20px;
    color: #5b6b9c;
    font-family: sans-serif;
    margin-bottom: 50px;
    align-self: center;
    line-height: 40px;
}
/* Create Account */

.account_create_header {
    background-image: linear-gradient(#183263, #284a88);
    height: 75px;
    border-radius: 10px 10px 0px 0px;
    padding: 2%;
    text-align: center;
    margin-bottom: 10%;
    display: flex;
    justify-content: space-between;
}
.account_create_header h3 {
    margin-top: 10px;
    font-size: 30px;
    color: #cccccc;
}
.container-create {
    max-width: 44%;
    min-height: 520px;
    margin: 15% 28%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.create-btn-header-l img,
.create-btn-header-r img {
    margin-top: 10px;
}
.create-btn-header-l {
    width: 30px;
    background-color: #33ff00;
    height: 30px;
    border-radius: 15px;
}
.create-btn-header-r {
    width: 30px;
    background-color: #c1c1c9;
    height: 30px;
    border-radius: 15px;
}
.header-create-2nd {
    height: 35px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-left: 2.5%;
    align-items: flex-end;
}
.create-buttons {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 6%;
}
.create-user-div {
    min-height: 250px;
}
/* End Create Account */

.frm-row > input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 0;
    border: 1px solid #a0a0a0;
}
.frm-row > span.remember {
    width: 90%;
    display: inline-block;
}
.g-recaptcha > div {
    width: auto !important;
}
.carriers-question {
    color: #52667e;
}
.carriers-question p {
    color: #52667e;
    font-size: 20px;
    font-family: ourFont;
}
.m-forms {
    margin-left: 35%;
    margin-top: 2%;
}
.form-container-change input[type="checkbox"] {
    width: auto;
    margin-top: 13px;
}
.no-border-radius {
    border-radius: unset !important;
}
/* Front Quote Details  */

.progressbar-container {
    width: 70%;
    margin-left: 15%;
    margin-top: 15%;
}
#progressbar {
    text-align: center;
}
#progressbar li {
    list-style: none;
    display: inline-block;
    width: 15%;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 4px solid #214279;
    border-radius: 100%;
    display: block;
    text-align: start;
    margin: 0 auto 10px auto;
    background-color: #bebdc3;
    color: #bebdc3;
}
#progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #214279;
    top: 10px;
    left: -50%;
    z-index: -1;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active {
    color: #214279;
}
#progressbar li.active:before {
    border-color: #214279;
    background-color: red;
    color: red;
}
#progressbar li.active + li:after {
    background-color: #214279;
}
.header-detailed {
    background-color: #dbeaf6;
    font-size: 25px;
    color: #333333;
    height: 45px;
    padding: 1%;
    text-align: center;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.container-detailed {
    max-width: 50%;
    height: 630px;
    margin: 5% 25%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.form-container-detailed div {
    max-width: 100%;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: flex-end;
    padding: 0 10%;
}
.form-container-detailed label {
    color: #52667e;
    font-size: 18px;
    font-family: ourFont;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
    width: 30%;
}
.form-container-detailed select {
    width: 70%;
    color: #52667e;
    padding: 10px;
    -webkit-appearance: menulist !important;
    border: none;
    font-size: 20px;
}
.form-container-detailed select:focus {
    background-color: #eaf4fa;
    outline: none;
}
.form-container-detailed input[type="text"] {
    width: 70%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    color: #52667e;
}
.detailed-buttons {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 5% 17.5%;
}
.create-btn-header-l-2nd {
    width: 30px;
    background-image: linear-gradient(#183263, #284a88);
    height: 30px;
    border-radius: 15px;
}
.create-btn-header-r-2nd {
    width: 30px;
    background-image: linear-gradient(#183263, #284a88);
    height: 30px;
    border-radius: 15px;
}
.create-buttons-2nd {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 10% 17.5%;
}
.show {
    display: flex;
}
.hide {
    display: none;
}
.form-check-label {
    padding-left: 15px !important;
}
.product_selection {
    margin: 5% 15%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
    padding: 0.5px;
}
.quote_container {
    margin: 5% 15%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
    padding: 0.5px;
}
.product_selection .row {
    padding-left: 5px;
}
.product_selection_buttons {
    display: flex;
    justify-content: space-evenly;
    width: 65%;
    margin: 10% 17.5%;
}
.product_benefit_details {
    height: 811px;
    margin: 5% 23%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.product_benefit_options {
    height: 394px;
    margin: 5% 25%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.detailed-information-container {
    max-width: 34%;
    height: 820px;
    margin: 15% 32%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.detailed-information-container-history {
    max-width: 34%;
    height: 990px;
    margin: 15% 32%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
}
.product_selection_buttons button {
    width: 25% !important;
}
.quote_details_form h6 {
    font-weight: bold;
    font-size: 15px;
    font-family: ourFont;
    padding-bottom: 10px;
}
.garaging_address {
    display: flex;
}
.garaging_address .form-check {
    width: 50px !important;
    padding-left: 13px;
}
.custom-select {
    width: 100%;
}
.margin-bottom-3 {
    margin-bottom: 3%;
}
.padding-5 {
    padding: 5%;
}
.link {
    color: rgb(153, 164, 179);
}
.link:hover {
    color: rgb(153, 164, 179);
}
.detailed_information_options {
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.detailed_information_options select {
    width: 100%;
    color: #52667e;
    -webkit-appearance: menulist !important;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid black !important;
}
.inline {
    display: flex;
    justify-content: flex-start;
}
.search-bar {
    display: flex;
    justify-content: flex-end;
}
.quote select {
    border: none !important;
}
.sort_and_filter_options {
    box-shadow: 2px 2px 5px gray;
}
.table-quotes {
    box-shadow: 2px 2px 5px gray;
    margin-bottom: 5%;
}
/* End QUote Details *?


/* Create a custom checkbox */
.create-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.create-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.input-container input:checked ~ .create-checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.input-container .create-checkmark:after {
    left: 2px;
    top: -2px;
    width: 7px;
    height: 12px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.agent-container {
    background-color: #f2f2f2;
    margin-bottom: 5%;
}
.agent-properties {
    width: 40%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
    background-color: white !important;
    padding: 2% 4%;
    margin: 3% 0 !important;
    float: left;
}
.agent-properties h1 {
    color: #52667e;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5%;
    margin-top: 2%;
    padding: 4%;
}
.agent-properties h2 {
    color: #52667e;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin: 10% 0;
}
.agent-properties p {
    color: #52667e;
    font-size: 16px;
    margin-bottom: 3%;
}
.agent-properties .price_img {
    height: 120px;
}
.for-tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #163160;
    color: #fff;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    line-height: 18px;
}
.for-tooltip:hover .tooltiptext {
    visibility: visible;
}
.payment-content h1 {
    color: #52667e;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3%;
}
.payment-content h2 {
    color: #52667e;
    font-size: 22px;
    font-weight: bold;
    text-align: start !important;
    text-transform: none !important;
    margin-bottom: 3%;
}
.payment-content p {
    color: #52667e;
    font-size: 18px;
    margin-bottom: 2%;
}
.payment-links {
    border-right: 1px solid #52667e;
    color: #52667e;
    padding: 0 20px;
    font-size: 20px;
    background-color: transparent;
}
.no-border {
    border: 0px !important;
}
.text-color-007fc3 {
    color: #007fc3 !important;
}
.payment-links:hover,
.payment-links:active,
.payment-links:focus {
    color: #007fc3;
}
.payment-options {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8% !important;
}
.payment-buttons {
    /*display: flex;*/ /*justify-content: space-between;*/
    width: 100%;
    margin: 10% 0%;
}
.pay-btn {
    width: 30%;
    background-image: linear-gradient(#183263, #284a88);
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
}
.view-btn {
    width: 30%;
    background-image: linear-gradient(#183263, #284a88);
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
}
.pay-cancel-btn {
    width: 30%;
    background-image: linear-gradient(#e4e2eb, #a3a2a5);
    color: #52667e;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
}
.agent-checkbox-form {
    display: flex;
    justify-content: start;
    margin-bottom: 3%;
}
.agent-checkbox-text {
    color: #52667e;
    width: 30%;
    margin-left: 10%;
}
.checkout-container {
    padding: 2% 1%;
    padding-top: 10px;
    width: 20% !important;
    float: right;
    position: fixed;
    right: 0;
    z-index: 100;
    top: 180px;
    background-color: white;
    margin: 0;
}
.checkout-container div {
    color: #52667e;
    font-size: 18px;
    margin-bottom: 2%;
}
.margin_for_p {
    margin-bottom: 10% !important;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    bottom: 0;
}
.header-for-cards {
    display: flex;
    justify-content: space-between;
    padding: 1% 4%;
    font-size: 25px;
    font-weight: bold;
}
.annual-button {
    background-image: linear-gradient(#183263, #284a88);
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    width: 180px;
}
.monthly-button {
    background-image: linear-gradient(#e6e5ed, #a19fa3);
    color: #52667e;
    font-size: 14px;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    width: 180px;
}
.invert-color {
    color: #52667e;
    border: 1px solid #52667e;
    border-radius: 20px;
    padding: 0px 5px;
    font-size: 10px;
    margin-left: 10px;
}
.department-form {
    width: 60%;
    margin: 10% 20%;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
    background-color: white;
}
.container-receipt {
    width: 55% !important;
    margin: 25% !important;
    box-shadow: 5px 2px 15px #c3c3c3;
    border-radius: 10px;
    padding: 4% 7% 1%;
}
.priceTag {
    font-size: 30px;
    text-transform: lowercase;
}
.priceHRContent {
    min-height: 400px;
}
.pricePackage {
    display: flex;
    justify-content: space-evenly;
}
.mb-10-mt-5 {
    margin-bottom: 10%;
    margin-top: 5%;
}
.priceInput {
    background-color: #f2f2f2;
    padding: 7px 10px;
    width: 50px;
    margin-left: 15%;
}
.priceText label {
    font-size: 18px;
    width: 55%;
    font-weight: 400;
}
#check-quote:hover {
    background: #1a3769;
    border: 1px solid #1a3769;
    color: #dce1e8;
    transition: 1s;
}

.capche_iconpopup {
    margin: 10px 0 0;
}
.capche_iconpopup_inner a {
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    display: table;
    margin: 0 auto;
    line-height: 1.25;
    padding: 3px 10px !important;
    border-radius: 50px;
    text-align: center;
    font-size: 16px !important;
    color: #ff0000;
}
.capche_iconpopup_inner a:hover {
    color: #ff0000;
}
#capchapopup .modal-content {
    display: inline-block;
}
#capchapopup .modal-header,
.capchapopup-content .modal-header {
    border-bottom: 0;
    padding-bottom: 5px;
}
#capchapopup .capchapopup-content p,
.capchapopup-content .capchapopup-content p {
    text-align: center;
    font-size: 22px;
    line-height: 1.25;
}
#capchapopup .modal-body,
.capchapopup-content .modal-body {
    padding-top: 0;
    display: inline-block;
}
.capche_iconpopup.contact_capche_iconpopup {
    display: inline-block;
    position: relative;
    top: 15px;
    width: 100%;
}
.capche_iconpopup.contact_capche_iconpopup .capche_iconpopup_inner a {
    padding: 4px 10px 2px !important;
}

#getcallformus {
    overflow-y: scroll;
}
.capcaha_refeshicon {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}


/* converse js  */
.conversejs .message.chat-msg{height: auto;}
.conversejs .message.chat-msg>span{display: flex;}
.chat-info__message converse-rich-text{
    color: #f80000;
    font-weight: bold;
    text-align: center;
}
.conversejs .message.chat-info{height: auto!important}