@charset "UTF-8";
/*!
 * Font Awesome Free 5.7.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */ .fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.nav-tabs .nav-link.active {
    box-shadow: rgb(255 204 0 / 40%) 0px -2.5px, rgb(255 204 0 / 30%) 0px -5px, rgb(255 204 0 / 20%) 0px -7.5px, rgb(255 204 0 / 10%) 0px -10px;
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-search:before {
    content: "\f002"
}

.fa-home:before {
    content: "\f015"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-circle-arrow-up:before {
    content: "\f0aa"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/images/fonts/fa-brands-400.eot);
    src: url(/images/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/images/fonts/fa-brands-400.woff2) format("woff2"),url(/images/fonts/fa-brands-400.woff) format("woff"),url(/images/fonts/fa-brands-400.ttf) format("truetype"),url(/images/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/images/fonts/fa-regular-400.eot);
    src: url(/images/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/images/fonts/fa-regular-400.woff2) format("woff2"),url(/images/fonts/fa-regular-400.woff) format("woff"),url(/images/fonts/fa-regular-400.ttf) format("truetype"),url(/images/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/images/fonts/fa-solid-900.eot);
    src: url(/images/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/images/fonts/fa-solid-900.woff2) format("woff2"),url(/images/fonts/fa-solid-900.woff) format("woff"),url(/images/fonts/fa-solid-900.ttf) format("truetype"),url(/images/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/images/fonts/fa-solid-900.eot");
    src: url("/images/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/images/fonts/fa-solid-900.woff2") format("woff2"), url("/images/fonts/fa-solid-900.woff") format("woff"), url("/images/fonts/fa-solid-900.ttf") format("truetype"), url("/images/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa-comment:before {
    content: "\f075";
}

.fa-plus:before {
    content: "\f067";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-home:before {
    content: "\f015";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-play:before {
    content: "\f04b";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-plus:before {
    content: "\f067";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-search:before {
    content: "\f002";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-download:before {
    content: "\f019";
}

.fa-share:before {
    content: "\f064";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-circle-arrow-up:before {
    content: "\f0aa"
}

/* Common CSS */
html {
    height: 100vh;
}

/* Flex Box setting on body allows 
	us to have more control over elements
	such as footer
*/
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000033;
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: stretch;
    min-height: 100%;

}

#backtotop {
    flex: 3 0 auto;
    box-shadow: rgba(0, 0, 0, 0.10) 0px -40px 10px -28px inset;
}

/*footer CSS*/

#footer {
    order: 1000;
    flex: 1 1 auto;
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 225px;
}

a {
    color: #006699;
    font-weight: bold;
}

    a:hover, a:focus {
        color: #444444;
    }

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 2px;
    }


.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoFacebook:hover i,
    .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/*End of footer CSS*/

.yellow-hl {
    border-bottom: 2px solid #FC0;
}

.fa-forward {
    font-size: 8px;
    color: #f90;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

.subtitle {
    margin-top: -8px;
    margin-bottom: 15px
}

.btn, .btn-warning {
    font-weight: 600
}

.padding75-125 {
    padding: .75rem 1.25rem;
}

.text-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .text-block p:last-child {
        margin-bottom: 0;
    }

    .text-block:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.print-only {
    padding-top: 0px
}

.icon-btn {
    padding: 2.8px 10px 2.1px 2px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}

    .icon-btn .btn-fontawesome {
        padding: 5px;
        background: #fff;
        margin-right: 4px;
    }

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.pullQuote {
    background: url(/images/openquote.png) top left no-repeat;
    color: #ed8f00;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    padding: 1rem;
}

    .pullQuote p:first-letter {
        font-size: 2rem;
        font-weight: 700;
    }

.blockquote em::before, em::after {
    color: #afafaffa;
    font-size: 3rem;
    line-height: 0.1em;
}

.blockquote em::before {
    content: open-quote;
    margin-right: 5px;
}

.blockquote em::after {
    content: close-quote;
}

.blockquote:lang(en-Us) em::before {
    vertical-align: -0.3em;
}

.blockquote:lang(en-US) em::after {
    vertical-align: -0.3em;
}

.blockquote:lang(fr) em::before, em::after {
    font-size: 2.5rem;
    vertical-align: -0.1em;
}

.blockquote:lang(de) em::before {
    vertical-align: 0.01em;
}

.blockquote:lang(de) em::after {
    vertical-align: -0.3em;
}

.specTitle {
    text-decoration: underline;
}

@media screen and (max-width: 760px) {
    body {
        padding-top: 100px;
    }
    .figureWrapper {
        order: 2;
    }

    .badgeFigure {
        text-align: center;
    }
}

.imgCol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.modal-header .close {
    margin: -1.5rem -1.5rem 0 0;
    padding: 0;
    border-radius: 100%;
    background-color: #000033;
    color: #fff;
    width: 1em;
    height: 1em;
    opacity: 1;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

.no-link .card:hover {
    cursor: default;
    color: #000033
}

.left-float {
    float: left;
    margin-right: 30px;
}

.margin {
    border-bottom: 2px solid #fc0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fc0;
}

.responsive-video iframe {
    width: 100%;
    height: 230px
}

.inline-display {
    display: inline-block;
    vertical-align: top
}

.modelhide-on-mobile {
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

.card.no-height {
    height: auto
}

.title-document {
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 10px 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb-border {
    border-bottom: 1px solid #eee;
    margin-bottom: 0.75em
}

figure img {
    max-width: 100%
}
/* Print-friendly */
.table-responsive-mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.title-color {
    background-color: #F0F3F9;
    padding: 7px;
}

a.ccc-bt.ccc-gr.ccc-fine {
    z-index: 1111;
    position: relative
}

/*for button css*/
.btn-fontawesome {
    padding: 8px;
    background: #fff;
    margin-right: 4px
}

.icon-btn {
    padding: 2.8px 10px 2.1px 2px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-weight: 700
}

.btn-warning {
    background-color: #003366;
    border-color: #003366;
    font-size: 1em;
    color: #fff;
    text-decoration: none !important
}

    .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        text-decoration: underline !important;
        background-color: #666;
        border-color: #666;
        color: #fff;
    }

.btn-blue {
    background-color: #99CCFF;
    border-color: #99CCFF;
    font-size: 1em;
    color: #003366;
    text-decoration: none !important
}

.btn-blue-dark {
    background-color: #99CCFF;
    border-color: #003366;
    font-size: 1em;
    color: #003366;
    text-decoration: none !important;
    border-width: 2px;
}

.pulse:hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.btn-blue-dark:hover {
    border-color: #fc0;
    box-shadow: 0 0 10px rgb(255 204 0 / 50%);
}

.btn-blue:hover {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #003366;
    text-decoration: underline !important
}

#product-list-table, #productAccessoryTable {
    border-radius: 10px;
}

.btn-fontawesome {
    padding: 5px
}

.rounded-circle {
    border-radius: 50%;
    color: #003366;
}

.slick-dots button:focus {
    border: 2px solid #000
}

.border-radius-quote {
    border-radius: 5px;
}
/*end button css*/

/*End Common CSS*/

/* Top Navbar */
.navbar-light .navbar-nav .nav-link {
    color: #000033;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #336699;
        text-decoration: underline
    }

.logo {
    width: 100%
}

.universalflag {
    text-decoration: none;
    margin-right: 5px;
}

.flagscontainer {
    background-color: #f5f5f5;
    border: 2px solid #ffcc00;
}

.innerflag {
    margin-right: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.flagitem {
    vertical-align: text-top;
}

.universal-flag {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.flag-margin1 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.flag {
    width: 28px;
    height: 20px;
    background: url(/images/flags.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.flag-cn {
    background-position: -5px -5px;
}

.flag-de {
    background-position: -39px -5px;
}

.flag-es {
    background-position: -5px -35px;
}

.flag-fr {
    background-position: -39px -35px;
}

.flag-jp {
    background-position: -73px -35px;
}

.flag-en {
    background-position: -5px -65px;
}

.flag-it {
    background-position: -73px -5px;
}

.universal-flag .fa-chevron-down {
    margin-left: 5px;
}
/* Searchbox and button */
.searchbox {
    border-radius: 20px 0 0 20px;
    height: 25px;
    border-right: white;
    line-height: normal;
}

    .searchbox:hover {
        border-color: #6EACF5;
        border-right: #6EACF5;
    }

    .searchbox:focus {
        color: #4b515d;
        border: 1px solid #B8B6B6;
        box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
    }

.searchbutton {
    height: 25px;
    border-width: 1px 1px 1px 0;
    border-color: #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0 20px 20px 0;
    padding: 0 12px 0 0;
    margin: 0;
    color: #b2b2b2;
}

    .searchbutton:hover {
        color: #4b515d;
        border-color: #6EACF5;
    }

    .searchbutton:focus {
        color: #4b515d;
        border-color: #6EACF5;
    }
/* End Searchbox and button */
.navbar-toggler {
    float: right;
    padding: .25rem .5rem;
    font-size: 0.95rem;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.homebanner-slider {
    margin-top: 87px;
}
.navigation-wrap {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #fc0;
}

.navbar-light, .form-inline {
    border-color: #ffffff;
}

    .form-inline .input-group > .form-control {
        width: 100%;
    }

.navbar-brand {
    padding: 0px;
    vertical-align: middle;
}

.navbar {
    padding: 10px 0px;
}

#navlist {
    font-weight: 700;
    font-size: 1.17em;
    line-height: 20px;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle, .btn-outline-light:hover {
    background-color: transparent;
    border-color: #ced4da
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: none
}

.breadcrumb {
    font-size: 0.76em;
    border-radius: 0;
    background: transparent;
    width: 100%;
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: ">\00a0";
    }

    .breadcrumb > li + li:last-child:before {
        display: none;
    }

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.header-menu form.form-inline {
    margin-right: 20px
}

.lang-dropdown {
    margin: 0;
    padding: 0;
}

    .lang-dropdown li {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
    }
/* End Top Navbar */

/* CLS */
.client-slider ul, .auto-slider {
    height: 100%;
    overflow-y: hidden
}

/* Tabbing */
.nav-tabs > li {
    font-weight: bold
}

.nav-tabs .nav-link {
    background-color: #ebf5ff;
    border-top: 4px solid #5cadff;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-size: .92em;
    padding: 6px;
    outline: 0;
    margin-right: 4px;
}

    .nav-tabs .nav-link:hover {
        color: #f90;
        border-top: 4px solid #5cadff;
        outline: 0;
    }

    .nav-tabs .nav-link.active {
        color: #000;
        cursor: default;
        border-top: 4px solid #fc0;
    }

    .nav-tabs .nav-link:focus {
        color: #000;
        cursor: default;
        border-top: 4px solid #fc0;
        background-color: #F5F5F5
    }

.tab-content {
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-top: 0;
    padding: 20px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 15px;
}

.tab-pane img {
    max-width: 100%
}

.nav-tabs .nav-item {
    width: 50%
}

/*contact page title*/
.contact-caption-color {
    color: #037A8C;
}
/*Vertically middle in div*/
.dclass {
    display: table;
    height: 100%;
}

.text-middle-align {
    display: table-cell;
    vertical-align: middle;
}

/*Footer*/
.footer {
    background-color: #f7f9fc;
    border-top: 2px solid #fc0;
}

    .footer p, .footer li {
        color: #000033;
        font-size: .8em;
        line-height: 18px;
        margin-bottom: 1rem;
        list-style: none
    }

    .footer ul {
        margin-bottom: 0;
    }

.neg-margin-top {
    margin-top: -2.25rem !important;
}

.follow-perle * {
    display: inline-block;
    vertical-align: middle
}

.follow-perle p {
    margin-bottom: 0
}

#copyright {
    margin-left: 0%;
    padding-left: 0%;
}

.to-top {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    width: 100%
}

    .to-top .fas {
        color: #006699;
        margin-right: 10px;
    }

.footer .pl-3 a {
    font-size: 1.2em
}
/*End Footer*/

/* Contact form */
.form-button {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    background-color: #003366;
    transition: bottom 0.4s ease-in;
    -webkit-transition: bottom 0.4s ease-in;
    color: #fff;
    font-size: 28px;
    line-height: 31px;
    padding: 0 9px;
    cursor: pointer
}

.slideform .form-button {
    transition: bottom 0.4s ease-in;
    -webkit-transition: bottom 0.4s ease-in;
}

.footer .contact-details p {
    font-size: 15px;
    line-height: 24px;
}

.contact-us {
    padding: 2px;
}

.contact-form {
    background-color: #EFF3F6;
    position: fixed;
    right: 0;
    bottom: -100%;
    width: 300px;
    height: auto;
    transition: bottom 0.4s ease-in;
    -webkit-transition: bottom 0.4s ease-in;
    z-index: 11;
    -webkit-box-shadow: 1px 1px 4px 1px #bbb;
    box-shadow: 1px 1px 4px 1px #bbb;
}

    .contact-form.slideform {
        bottom: 0;
    }

    .contact-form .form-header {
        color: #003366;
        text-align: center;
        margin-bottom: 8px;
        font-size: 1.3em;
    }

.contact-details {
    float: left;
    width: 45%;
    padding: 25px 25px 0 0;
    display: none
}

.form-content {
    background-color: #fff;
    padding: 5px;
}

ul.list-arrow {
    padding: 0;
}

.list-arrow li {
    list-style: none;
}

.call-us-btn {
    font-size: 15px;
    padding: 4px 10px;
    font-weight: 400;
}

.brands ul {
    padding: 0
}

.brands li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}

    .brands li:last-child {
        margin-right: 0;
    }

    .brands li img {
        max-width: 68px;
    }

.fa-chevron-right {
    text-align: right
}

a.call-us-btn:not([href]) {
    color: #fff
}

.small-btn {
    font-size: 0.7em;
}

.mobile-pp {
    display: block
}

p.small, a.small {
    font-size: 12px;
}

.form-button span.text {
    display: none
}

.openbtn img {
    width: 20px;
}

.why-us-content {
    display: none
}

.LPbutton.technical-support {
    display: none
}

.form-group span {
    font-size: 13px;
    color: #B00020;
    font-weight: bold
}

.form-control.hasError {
    border-color: #B00020;
}

.form-group input:not(.hasError) + span, .form-group select:not(.hasError) + span, .form-group textarea:not(.hasError) + span {
    display: none
}

.form-group .hasError + span {
    display: inline-block;
    width: 300px;
    text-align: right;
    vertical-align: top;
}
/*.error-message{font-size: 16px;color: #B00020;font-weight: bold;}*/

/* Live chat */
.LPtoaster {
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    z-index: 1;
    width: 44px;
}

    .LPtoaster p.small {
        color: #fff;
        width: 90%;
        margin: 0 auto 30px;
        font-size: 14px;
        display: none
    }

    .LPtoaster.slideup {
        max-height: 100%;
        transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
    }

    .LPtoaster br {
        display: none
    }

.LPbutton, .chatnow .LPMoverlay {
    cursor: pointer;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0;
    z-index: 600;
    display: block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: rgb(3, 99, 173)
}

.chatnow .LPMoverlay {
    margin-left: 0;
}

.LPbutton {
    margin-top: 10px;
    margin-bottom: 0
}

    .LPbutton img {
        display: inline-block;
        width: 28px;
    }

a.LPbutton {
    font-weight: normal;
}

    a.LPbutton:hover, a.LPbutton:focus {
        text-decoration: none;
        color: #fff;
    }

.lp_header_text a {
    text-decoration: underline;
}

.LPlabel {
    margin-bottom: 15px;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    z-index: 601;
    line-height: normal;
    display: none;
    cursor: pointer;
    padding: 9px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.LPcloseButton {
    display: none;
    position: absolute;
    top: 14px;
    right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .LPcloseButton span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 3px;
        display: block;
        margin: 0 auto;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        top: 4px;
    }

        .LPcloseButton span:nth-child(1) {
            -webkit-transform: rotate(135deg) translateX(-3px) translateY(-5px) scaleX(.7);
            -ms-transform: rotate(135deg) translateX(-3px) translateY(-5px) scaleX(.7);
            transform: rotate(135deg) translateX(-3px) translateY(-5px) scaleX(.7);
        }

        .LPcloseButton span:nth-child(2) {
            -webkit-transform: rotate(-135deg) translateX(0px) translateY(-2px) scaleX(.7);
            -ms-transform: rotate(-135deg) translateX(0px) translateY(-2px) scaleX(.7);
            transform: rotate(-135deg) translateX(0px) translateY(-2px) scaleX(.7);
        }

.slideup .LPcloseButton span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slideup .LPcloseButton span:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*input[aria-labelledby="lbl_4180927"]{border-color: green !important}*/



/* Responsive */

@media (max-width: 340px) {
    body {
        padding-top: 120px;
    }
    /*new contact and live chat*/
    .contact-form {
        width: 275px;
    }

    .form-button {
        font-size: 14px;
        padding: 2px 10px;
    }
    /*video with full height*/
    .video-width-100 {
        width: 100%;
        height: 240px;
    }

    .table-100 {
        table-layout: fixed;
        word-break: break-all;
    }
}

@media (min-width: 576px) {
    body {
        padding-top: 120px;
    }
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.66em;
    }

    h3 {
        font-size: 1.45em;
    }

    h4 {
        font-size: 1.38em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1.1em;
    }

    .navbar-toggler {
        margin-top: 1rem;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .modelhide-on-mobile {
        pointer-events: auto;
        cursor: pointer
    }

    .modal-dialog {
        max-width: 700px;
    }

    .nav-tabs .nav-item {
        width: auto
    }

    /*new contact and live chat*/
    .form-content {
        float: none;
        width: 100%;
        padding: 5px;
    }

    .contact-us {
        padding: 2px;
    }

    .contact-form {
        width: 350px;
    }

    .form-button {
        font-size: 22px;
        padding: 0 10px;
    }

    .form-content iframe {
        height: 509px;
    }

    .mobile-pp {
        display: none
    }

    .form-button span.text {
        display: inline-block
    }

    .form-button img {
        margin-right: 7px;
    }

    .openbtn img {
        width: 25px;
    }

    .client-slider ul, .auto-slider {
        height: auto;
        overflow-y: auto
    }

    /*video with full height*/
    .video-width-100 {
        width: 100%;
        height: 240px;
    }

    .table-100 {
        table-layout: fixed;
        word-break: break-all;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 120px;
    }
    .print-only {
        padding-top: 0
    }

    .responsive-video iframe {
        height: 140px
    }

    .table-responsive-mobile {
        overflow-x: unset;
    }

    /*new contact and live chat*/
    .contact-form {
        width: 400px;
    }

    .form-content {
        padding: 5px;
    }

    .contact-us {
        padding: 2px;
    }

    .form-content iframe {
        height: 538px;
    }

    .small-btn {
        font-size: 0.8em;
    }

    .contact-form .form-header {
        font-size: 1.45em
    }

    /*video with full height*/
    .video-width-100 {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 105px;
    }
    .navbar-expand-lg .navbar-nav > li {
        padding-right: .25rem;
        padding-left: 0rem;
    }

    .logo {
        width: auto
    }

    .navbar {
        padding: 10px 0px 1px;
    }

    .responsive-video iframe {
        height: 205px
    }

    /*new contact and live chat*/
    .contact-form {
        width: 460px;
    }

    .form-content {
        padding: 5px;
    }

    .contact-us {
        padding: 2px;
    }

    .form-content iframe {
        height: 545px;
    }

    /*video with full height*/
    .video-width-100 {
        width: 100%;
        height: 600px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 105px;
    }
    /*new contact and live chat*/
    .contact-us {
        padding: 2px;
    }

    .contact-details {
        display: block
    }

    .contact-form .form-header {
        margin-bottom: 4px;
        font-size: 1.6em
    }

    .contact-form {
        width: 500px;
    }

    .small-btn {
        font-size: 1em;
    }

    .form-content {
        float: right;
        width: 100%;
        padding: 5px;
    }

        .form-content iframe {
            height: 592px;
        }

    .LPlabel, .LPcloseButton {
        display: block
    }

    .LPbutton, .chatnow .LPMoverlay {
        padding: 12px 0 0;
        font-size: 17px;
        width: 45%;
        height: auto;
        line-height: normal;
        display: inline-block;
        margin: 0 0.5%;
        border: 2px solid #fff;
        background-color: transparent;
        min-height: 81px;
    }

        .LPbutton span {
            width: 50px;
            height: 40px;
            display: block;
            margin: -32px auto 12px;
            background-color: #0363AD;
        }

    .LPMoverlay img {
        background-color: #0363AD;
    }

    .chatnow {
        margin-bottom: 30px;
    }

    .LPbutton img {
        width: auto;
        margin: 0 auto 3px;
        display: block
    }

    .LPtoaster {
        max-width: 340px;
        width: 100%;
        background-color: rgb(3, 99, 173);
        padding: 0 0 20px;
        max-height: 44px;
        border-radius: 5px 5px 0 0;
        z-index: auto;
        border-top: 5px solid #fc0;
        overflow: hidden;
        -webkit-box-shadow: -2px 0px 4px rgba(0,0,0,0.12), -2px 0px 3px #F9F9FA;
        box-shadow: -2px 0px 4px rgba(0,0,0,0.12), -2px 0px 3px #F9F9FA;
    }

        .LPtoaster br {
            display: block
        }

        .LPtoaster p.small {
            display: block
        }

    /*video with 100% width*/
    .video-width-100 {
        width: 100%;
        height: 600px;
    }
}

@media (max-height: 799px) {
    /*new contact and live chat*/
    .contact-form {
        height: 95%;
        overflow-y: scroll;
    }
}

@media all and (min-width: 1200px) and (max-height: 799px) {
    body {
        padding-top: 105px;
    }
    /*new contact and live chat*/
    .form-content iframe {
        height: 550px;
    }

    .contact-form .form-header {
        margin-bottom: 9px;
        font-size: 1.5em;
    }

    .form-content {
        padding: 5px;
    }

    .contact-us {
        padding: 2px;
    }

    .contact-form {
        height: 95%;
        overflow-y: auto;
    }
}

@media (max-height: 720px) {
    /*new contact and live chat*/
    .contact-form {
        height: 85%;
        overflow-y: scroll;
    }
}

/* CSS for IE browser versions */
/* IE 9+ */
@media screen and (min-width:0\0) {
    .main-section {
        padding-top: 30px;
    }

    .logo {
        display: inline-block;
        vertical-align: middle
    }

    nav.navbar {
        vertical-align: middle;
        width: 100%
    }

    .navbar-expand-lg .navbar-collapse {
        display: inline-block !important;
        vertical-align: middle;
        text-align: right;
        width: 78%
    }

    .navbar-nav form {
        text-align: left
    }

    .navbar-expand-lg .navbar-nav > li {
        display: inline-block;
        vertical-align: middle
    }

    .navbar-nav {
        display: block;
    }

        .navbar-nav form {
            display: inline-block;
            vertical-align: middle;
        }

    .breadcrumb {
        display: none
    }

    .footer {
        padding-top: 15px;
    }

        .footer .col-md-2 {
            display: inline-block;
            vertical-align: top;
            max-width: 24.5%;
            width: 24.5%;
            padding: 0 30px;
        }

        .footer .col-sm-12 .row:nth-child(2) {
            clear: both;
            display: inline-block;
            vertical-align: top;
            width: 100%;
            box-sizing: border-box
        }

        .footer .col-md-6 {
            width: 50%;
            float: left;
            margin: 0
        }

        .footer .col-md-4 {
            width: 30%;
            float: right;
            margin: 0;
        }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        vertical-align: top
    }

    .subtitle + .row {
        display: inline-block;
        width: 100%
    }

    .col-md-2 {
        width: 16.66%;
        float: left;
    }

    .col-md-3 {
        width: 25%;
        float: left;
    }

    .col-md-4 {
        width: 33.33%;
        float: left;
    }

    .col-md-5 {
        width: 41.66%;
        float: left;
    }

    .col-md-6 {
        width: 50%;
        float: left;
    }

    .col-md-7 {
        width: 58.33%;
        float: left;
    }

    .col-md-8 {
        width: 66.66%;
        float: left;
    }

    .col-md-9 {
        width: 75%;
        float: left;
    }

    .col-md-10 {
        width: 83.33%;
        float: left;
    }
}

/* IE 8 */
@media \0screen {
    a {
        color: #000033
    }

    .main-section {
        padding-top: 30px;
    }

    .dropdown {
        position: relative
    }

    .navbar-nav .dropdown-menu {
        position: absolute
    }

    .dropdown .dropdown-menu {
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 3px 0 0;
        border: 1px solid #ced4da;
        border-radius: 5px;
    }

    .dropdown-item {
        padding: 5px 20px
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .logo {
        display: inline-block;
        vertical-align: middle
    }

    nav.navbar {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0px
    }

    .navbar-collapse {
        display: inline-block !important;
        vertical-align: middle;
        text-align: right;
        width: 76%
    }

    .navbar-nav form {
        text-align: left
    }

    .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
    }

    .navbar-nav {
        display: block;
        margin: 5px 0
    }

        .navbar-nav form {
            display: inline-block;
            vertical-align: middle;
        }

    .form-inline .form-control {
        height: 25px;
        display: inline-block;
        vertical-align: middle
    }

    .form-inline button {
        margin-left: -5px;
        height: 29px;
        display: inline-block;
        vertical-align: middle
    }

    .breadcrumb {
        display: none
    }

    .footer {
        padding-top: 15px;
    }

        .footer .col-md-2 {
            display: inline-block;
            vertical-align: top;
            max-width: 20%;
            width: 20%;
            padding: 0 10px;
        }

        .footer .col-sm-12 .row {
            clear: both;
            display: inline-block;
            vertical-align: top;
            width: 100%;
            box-sizing: border-box
        }

        .footer .col-md-6 {
            width: 50%;
            float: left;
            margin: 0
        }

        .footer .col-md-4 {
            width: 30%;
            float: right;
            margin: 0;
        }

    .btn-warning {
        padding: 5px 10px;
    }

    .follow-perle p {
        display: inline-block;
        margin-right: 10px;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        vertical-align: top
    }

    .subtitle + .row {
        display: inline-block;
        width: 100%
    }

    .col-md-9 {
        width: 72%;
        max-width: 72%;
        float: left;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%
    }

    .col-md-3 {
        width: 24%;
        max-width: 24%;
        float: left;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%
    }

    .col-md-2 {
        width: 16.66%;
        float: left;
    }

    .col-md-3 {
        width: 25%;
        float: left;
    }

    .col-md-4 {
        width: 33.33%;
        float: left;
    }

    .col-md-5 {
        width: 41.66%;
        float: left;
    }

    .col-md-6 {
        width: 50%;
        float: left;
    }

    .col-md-7 {
        width: 58.33%;
        float: left;
    }

    .col-md-8 {
        width: 66.66%;
        float: left;
    }

    .col-md-9 {
        width: 75%;
        float: left;
    }

    .col-md-10 {
        width: 83.33%;
        float: left;
    }
}
/* End CSS for IE browser versions */



.tabFrame {
    width: 100%;
    border: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    #footer div.row {
        text-align: center;
    }

    #footer ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

        #footer ul li {
            flex-basis: 0;
            flex-grow: 1;
        }
}

#backtotopbtn {
    width: 50px;
    height: 47px;
    display: inline-block;
    border: 2px solid rgb(3, 99, 173);
    background-color: #fff;
    padding: 4px 3px 4px 3px;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    position: fixed;
    bottom: 350px;
    right: 5px;
    color: #000;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    line-height: 20px;
    z-index: 1000;
}

    #backtotopbtn:hover {
        cursor: pointer;
        background-color: #fff;
    }

    #backtotopbtn:active {
        background-color: #fff;
    }

    #backtotopbtn.show {
        opacity: 1;
        visibility: visible;
    }
/*Terms feed */
.termsfeed-pc1-notice-banner .termsfeed-pc1-notice-banner-footer-close-button {
    display: none !important
}
/*End Terms feed */
.loadingCursor * {
    cursor: wait !important;
}