/* common style */
.section-header a:hover {
    text-decoration: none
}

/* color style */
.black {
    color: #000
}

.white {
    color: #fff
}

.blue-grey {
    color: #c0ced9
}

.sky-blue {
    color: #71a1d1
}

.purple {
    color: #5a5ebb
}

.mustard {
    color: #e5ce68
}

.muddy-blue {
    color: #2a4e72
}

.custom-grey {
    color: #8c8c8c
}

.custom-light-grey {
    color: #a7a7a7
}

.custom-pink {
    color: #f08299
}

.custom-red {
    color: #d84e4e;
}

.custom-muddy-red {
    color: rgb(161, 15, 43)
}

.custom-yellow {
    color: #d69e41
}

.custom-blue {
    color: #284f92
}

.custom-sky-blue {
    color: #6bb5fe
}

.custom-dark-blue {
    color: #52759d
}

/* align style */
.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

/* font-style style */
.strong {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.font-size-35 {
    font-size: 35px
}

.font-size-25 {
    font-size: 25px
}

.font-size-22 {
    font-size: 22px
}

.font-size-20 {
    font-size: 20px
}

.font-size-19 {
    font-size: 19px
}

.font-size-18 {
    font-size: 18px
}

.font-size-17 {
    font-size: 17px
}

.font-size-15 {
    font-size: 15px
}

.font-size-14 {
    font-size: 14px
}

.font-size-13 {
    font-size: 13px
}

.font-size-12 {
    font-size: 12px
}

.font-size-11 {
    font-size: 11px
}

.consolas {
    font-family: consolas, sans-serif
}

/* pagination style */
.pagination strong {
    color: #f08299;
    padding-left: 15px
}

.pagination a {
    padding-left: 15px
}

/* menu (header) */
.productsContentMenu {
    padding: 0 20px
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2B4D70
}

/* index main image slider */
.main-slider-bottom-box {
    background-color: rgba(107, 13, 31, 0.6);
    padding: 13px 30px 10px 40px;
    position: relative;
    z-index: 2;
    top: -67px;

    background: rgba(107, 13, 31, 0);
    background: transparent\9; /* IE */
    background: rgba(107, 13, 31, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6c800000, endColorstr=#6c800000);
    zoom: 1;
}

.main-slider-bottom-box hr {
    width: 35px;
    border: 1px solid #fff;
    margin: 5px 0 0
}

.main-slider-bottom-box .title {
    font-size: x-large;
    display: inline;
    color: #fff;
    font-weight: bold;
}

.main-slider-bottom-box-link a {
    color: #fff;
    font-size: 20px
}

/* index product description style*/
.purchase h1 {
    color: #2c2d31;
    text-align: center;
    font-size: 46px;
    padding-bottom: 60px
}

.purchase h2 {
    color: #294e92;
    font-size: 46px;
    padding-bottom: 20px
}

.purchase h3 {
    font-size: 22px;
    text-align: center;
}

.description p {
    color: #59595b;
    font-size: 21px;
    line-height: 1.5;
    padding: 10px 0
}

.btn-u-list {
    text-align: center;
    padding: 30px 0 80px 0
}

.purchase .copyText > .quote {
    color: #2c2d31;
    font-size: 46px;
    display: inline;
    font-weight: bold;
    line-height: 70px
}

.purchase .orange {
    display: inline;
    color: #e67e22 !important;
    font-size: 46px;
}

.quote:before {
    content: '“';
    font-family: arial, serif;
    margin-right: 8px;
    font-size: 70px;
    display: inline-block;
    vertical-align: middle;
}

.quote:after {
    content: '”';
    font-family: arial, serif;
    margin-left: 8px;
    font-size: 70px;
    display: inline-block;
    vertical-align: middle;
}

/* index business process style */
.hexagon-original {
    padding: 5px
}

.hexagon-sm-odd {
    position: absolute;
    margin: -15px 0 0 -32px
}

.hexagon-sm-even {
    position: absolute;
    margin: 185px 0 0 -32px
}

.business-title {
    color: #a4aab6;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    display: inline-block;
    line-height: 1
}

.business-title h3 {
    color: #536280;
    margin-bottom: 0;
    font-size: 22px;
    padding: 0
}

.icon-x {
    font-size: 14px;
    padding: 15px;
    font-family: 'Open Sans', sans-serif
}

.hexagon-box {
    display: inline;
}

/* footer style */
.footer-style a {
    font-size: 13px;
    color: #8f8f8f
}

.footer-style h2 {
    font-size: 20px
}

.footer-link {
    color: #787878
}

.footer-sub-link {
    color: #ad5f5b
}

.footer-sub-link:hover {
    color: #ad5f5b
}

.agent {
    position: absolute;
    margin-top: 288px;
}

/* footer testimonials style */
.testimonials {
    color: #fff
}

.faces-background {
    background: url(/assets/img/main/faces.jpg) 50% 0 repeat fixed;
}

.faces-background-opacity {
    background-color: #000;
    opacity: 0.8;
    padding-bottom: 100px
}

/* section header style */
.section-header {
    padding: 20px;
    background-color: #edecf1;
}

.section-header h2 {
    color: #4a5f76;
    display: inline
}

.section-header .navi-bar {
    float: right;
    padding-top: 5px;
    text-align: end;
}

.section-header .navi-bar .select {
    color: #6284be
}

.section-header .section-bar {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 150px auto 200px;
}

.section-header .section-bar a {
    align-self: center;
}

.section-header .section-bar .googleSearchBtn {
    height:34px;
}

@media (max-width: 700px)  {
    .section-header .section-bar {
        display: flex;
        flex-wrap: wrap;
    }
}

/* products main style */
.service-block a {
    color: #3b5b7d;
    font-size: 14px;
    display: inline;
    text-decoration: underline
}

.service-block img {
    margin: 10px 0;
    image-rendering: -webkit-optimize-contrast;
}

.text-decoration-none {
    text-decoration: none
}

/* product detail style */
.product-title {
    color: #2c4f93;
    text-align: center;
    padding: 35px 0;
    font-size: 40px
}

.flag-purple {
    background: url('/assets/img/products/flag-purple.png') no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    height: 380px
}

.flag-green {
    background: url('/assets/img/products/flag-green.png') no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    height: 380px
}

.flag-purple .font-size-big, .flag-green .font-size-big,
.flag-purple h3, .flag-green h3 {
    color: #fff;
    font-size: 28px;
    padding: 35px 0 0 0;
}

.flag-purple hr, .flag-green hr {
    width: 30px;
    margin: auto;
    padding: 15px 0
}

.flag-purple .font-size-10, .flag-green .font-size-10 {
    color: #fff;
    font-size: 12px;
    margin-top: -10px
}

.howToUse, .howToUse a {
    color: #428bca;
    font-size: 17px;
}

.howToUse:hover {
    cursor: pointer;
    text-decoration: underline
}

.nw-container h1 {
    padding-bottom: 30px
}

.nw-container hr {
    border-top: 1px solid #d9d9d9;
    margin: 30px auto
}

.nw-container a {
    color: #67a7ee
}

.nw-container a:hover {
    color: #67a7ee
}

.headline-product {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #ddd;
}

.headline-product a:hover {
    text-decoration: none
}

.owl-monitor {
    background: url('/assets/img/products/mac.png') no-repeat;
    background-size: 100%;
    height: 490px;
}

.owl-monitor img {
    width: 100%
}

.owl-monitor .owl-screenshot {
    background: transparent;
    width: 97%;
    position: relative;
    top: 23px;
    left: 9px
}

.owl-phone {
    background: url('/assets/img/products/iphone.png') no-repeat center;
    height: 470px;
}

.owl-phone img {
    width: 205px;
    height: 360px;
}

.owl-phone .owl-screenshot {
    position: relative;
    width: 100%;
}

.owl-phone .owl-carousel {
    width: 205px;
    height: 360px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -102.5px;
}

.send-email-button {
    text-align: left
}

.license-policy button {
    width: 120px;
}

/* NEA Service Box Click Event Box*/
ul.thumbs {
    padding: 0;
    overflow: hidden;
}

ul.thumbs li {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}

ul.thumbs li a.thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    display: block;
    /*overflow: hidden;*/
    box-sizing: border-box;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    z-index: 9;
}

ul.thumbs li a.thumbnail h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 10px;
    text-transform: uppercase;
    background-color: #efefef;
    color: #6b6b6b;
    font-size: 14px;
    margin: 0;
}

ul.thumbs li a.thumbnail .description {
    padding: 0;
    position: absolute;
    height: 0;
    bottom: 0;
    width: 100%;
    box-sizing: inherit;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    padding: 18px 12px;
    line-height: 10px;
    box-sizing: inherit;
    text-align: center;
}

ul.thumbs li a.thumbnail .active-arrow {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    bottom: -2px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 970px)  {
    ul.thumbs li {
        width: 100% !important;
    }
    .media iframe{
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 970px) {
    ul.thumbs li {
        width: 100% !important;
    }
}

ul.thumbs li a.thumbnail:hover .description {
    height: 50px;
    opacity: 1;
}

ul.thumbs li.content {
    display: none;
    background: none;
    position: relative;
    border: #ddd 1px solid;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 20px;
}

ul.thumbs li.content h1 {
    display: inline-block;
    padding: 0 20px;
}

ul.thumbs li.content p {
    padding: 0 20px;
}


ul.thumbs li.content .close {
    position: absolute;
    top: 0;
    right: 30px;
    color: #2c4f93;
    cursor: pointer;
    font-weight: normal;
    font-family: -webkit-pictograph;
    font-size: 76px;
    line-height: 70px;
    opacity: 0.5;
}

ul.thumbs li.content .close:hover {
    opacity: 0.8;
}

ul.thumbs li.content .media img {
    max-width: 100%;
}

@media (max-width: 1080px) {
    .close {
        right: 15px !important;
        top: 0px !important;
    }
}
@media (max-width: 590px) {
    ul.thumbs li {
        width: 100% !important;
    }
    ul.thumbs .media {
        display: none !important;
    }
}
@media (max-width: 700px) and (min-width: 590px) {
    ul.thumbs .media {
        width: 100% !important;
        display: block !important;
        margin-top: 60px;
    }
}

.portfolio-content {
    display: none;
}

/* Netpas Enterprise API table style */
.table-striped-custom > tbody > tr:nth-child(odd) > td {
    background-color: #fcfafb
}

.table-striped-custom > thead {
    background-color: #f4f4ff;
    color: #67839b
}

.table-striped-custom a {
    color: #67a7ee
}

.table-striped-custom a:hover {
    color: #67a7ee
}

/** The Magic **/
.stepBox a {
    font-size: 16px;
    color: #5069a1
}

.stepBox .col-md-3:nth-child(2), .stepBox .col-md-3:nth-child(3) {
    background-color: #e1e7f3;
    margin: 1px;
    padding: 20px;
}

/*Service Block v8*/
.service-block-v8 {
    padding: 20px 30px;
    background: #fff;
    margin: 3px;
}

.service-block-v8 .service-block-desc {
    overflow: hidden;
}

.service-block-v8 .service-block-desc h3 {
    font-size: 18px;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

.service-block-v8 .service-block-desc h3:after {
    left: 0;
    top: 40px;
    height: 1px;
    width: 30px;
    content: " ";
    position: absolute;
    background: #2c4f93;
}

/* download style */
.download-btn {
    width: 70%
}

.download-btn-small {
    width: 45%
}

.panel-nd > .panel-heading {
    background: #0d0967;
}

.panel-dm > .panel-heading {
    background: #b2413b;
}

.panel-ne > .panel-heading {
    background: #3d63a4;
}

.panel-nt > .panel-heading {
    background: #f3ac3c;
}

.panel-ma > .panel-heading {
    background: #009668;
}

.panel-nm > .panel-heading {
    background: #0045cb;
}

.panel-vm > .panel-heading {
    background: #913aa3;
}

.panel-ws > .panel-heading {
    background: #24665c;
}

.support {
    border: 0;
    background-color: #f3f4f6;
}

.panel-body {
    padding: 10px 15px;
}

.panel-body a {
    color: #5e5f64
}

.panel-title {
    font-size: 20px;
}

.panel p {
    padding-left: 35px
}

.no-margin-hr {
    margin: 0;
    border-top: 1px solid #e5e6e8
}

a.sky-blue-light {
    color: #90c4fc;
    border-bottom: 1px dotted;
}

a.sky-blue-light:hover {
    color: #80afe2;
    border-bottom: 1px dotted;
    text-decoration: none
}

.panel-group {
    margin-bottom: 10px
}

.panel-sky-blue > .panel-heading {
    color: #294d71;
    background-color: #e8eff7;
    border-color: #ddd;
}

.flag-corner.flag-corner-nd {
    border-color: #04062f transparent transparent
}


.flag-corner.flag-corner-dm {
    border-color: #6a5542 transparent transparent
}

.flag-corner.flag-corner-ne {
    border-color: #263a5d transparent transparent
}

.flag-corner.flag-corner-nt {
    border-color: #f3ac3c transparent transparent
}

.flag-corner.flag-corner-ma {
    border-color: #057753 transparent transparent
}

.flag-corner.flag-corner-vm {
    border-color: #5f216c transparent transparent
}

.flag-corner.flag-corner-ws {
    border-color: #12322d transparent transparent
}

.flag-corner.flag-corner-nm {
    border-color: #0045cb transparent transparent
}

.owl-light {
    background-color: #fff
}

.video-navi a {
    color: #45649d;
    font-size: 17px;
    margin: 0 30px;
    text-decoration: underline
}

#faqPanelBody strong a { word-break:keep-all; word-wrap:break-word; }
#faqPanelBody p { padding: 0 }

/* support btn */
.btn-u.btn-u-nd {
    background: #0d0967;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-nd:hover,
.btn-u.btn-u-nd:focus,
.btn-u.btn-u-nd:active,
.btn-u.btn-u-nd.active,
.open .dropdown-toggle.btn-u.btn-u-nd {
    background: #3b3887;
}

.btn-u.btn-u-dm {
    background: #b2413b;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-dm:hover,
.btn-u.btn-u-dm:focus,
.btn-u.btn-u-dm:active,
.btn-u.btn-u-dm.active,
.open .dropdown-toggle.btn-u.btn-u-dm {
    background: #d34e47;
}

.btn-u.btn-u-ne {
    background: #3d63a4;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-ne:hover,
.btn-u.btn-u-ne:focus,
.btn-u.btn-u-ne:active,
.btn-u.btn-u-ne.active,
.open .dropdown-toggle.btn-u.btn-u-de {
    background: #4f81d5;
}

.btn-u.btn-u-ma {
    background: #009668;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-ma:hover,
.btn-u.btn-u-ma:focus,
.btn-u.btn-u-ma:active,
.btn-u.btn-u-ma.active,
.open .dropdown-toggle.btn-u.btn-u-ma {
    background: #01c888;
}

.btn-u.btn-u-nm {
    background: #0045cb;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-nm:hover,
.btn-u.btn-u-nm:focus,
.btn-u.btn-u-nm:active,
.btn-u.btn-u-nm.active,
.open .dropdown-toggle.btn-u.btn-u-nm {
    background: #0045cb;
}


.btn-u.btn-u-nt {
    background: #f3ac3c;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-nt:hover,
.btn-u.btn-u-nt:focus,
.btn-u.btn-u-nt:active,
.btn-u.btn-u-nt.active,
.open .dropdown-toggle.btn-u.btn-u-nt {
    background: #f3ac3c;
}

.btn-u.btn-u-vm {
    background: #913aa3;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-vm:hover,
.btn-u.btn-u-vm:focus,
.btn-u.btn-u-vm:active,
.btn-u.btn-u-vm.active,
.open .dropdown-toggle.btn-u.btn-u-vm {
    background: #b448cb;
}

.btn-u.btn-u-ws {
    background: #24665c;
    color: #fff;
    font-size: 12px;
    padding-left: 19px;
    position: absolute;
    right: 7px;
    margin-top: 10px;
}

.btn-u.btn-u-ws:hover,
.btn-u.btn-u-ws:focus,
.btn-u.btn-u-ws:active,
.btn-u.btn-u-ws.active,
.open .dropdown-toggle.btn-u.btn-u-ws {
    background: #2d8578;
}

/* end support btn */
/* More View Flag */
.flag-corner {
    width: 0;
    height: 0;
    right: 0;
    bottom: -8px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #477c17 transparent transparent;
}

.flag-corner-2 {
    left: 0;
    width: 0;
    height: 0;
    bottom: -1px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 18px 0 18px 17px;
    border-color: transparent transparent transparent #f3f4f6;
}

.flag-corner {
    border-color: #06071c transparent transparent;
}

/* quick help style */
.btn-move-page {
    opacity: 0.5;
    padding: 32% 0;
    font-size: 40px;
}

.btn-move-page i {
    color: #71a1d1
}

.ne-general-image {
    float: right;
    margin-right: 20px;
    width: 300px
}

/* sign in and create netpas id style */
.agree {
    font-size: 14px;
    padding-top: 30px;
}

.agree a {
    color: #678eb5;
    border-bottom: #678eb5 1px dotted;
    text-decoration: none
}

.agree a:hover {
    color: #2a4e72;
    border-bottom: #2a4e72 1px dotted;
    text-decoration: none
}

.sky-form .note a {
    color: #ec708a
}

.sky-form .note a:hover {
    color: #ec708a
}

.sky-form footer > .btn-u-lg {
    padding: 10px 40px
}

/* email verification style */
.verification-box {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px
}

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

/* find id style */
.find-box {
    border: 1px solid #dedede;
    background: #f8f8f8;
    padding: 30px;
    color: #707070
}

.alert-danger {
    color: #c86162;
    background-color: #ffe6e7;
    border-color: #e7bfbf;
}

.alert-danger > p {
    color: #c86162
}

/* order style */
/* order - pricing table style */
.btn-primary {
    padding: 0 15px
}

.btn-primary.active {
    color: #fff;
    background-color: #7b85cc;
    border: 0
}

.btn-primary {
    color: #81848d;
    background-color: #dde0e9;
    border: 0
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #7b85cc;
    border: 0
}

.pricing-bottom {
    margin: 10px 10px
}

.pricing-bottom > button {
    padding: 3px 30px;
    margin-top: 10px
}

.pricing-bottom .btn-u-aqua {
    padding: 3px 54px;
    margin-top: 10px
}

.hot-icon {
    position: absolute;
    z-index: 1;
    right: -20px;
    top: -20px
}

.header-blue {
    color: #2b4e92;
    text-align: center;
    padding: 60px 0
}

.process {
    text-align: center
}

.process .head {
    font-size: 20px;
    color: #4c4c4c
}

.process .content {
    padding: 0;
    color: #4c4c4c
}

.process img {
    position: relative;
    bottom: 100px
}

.hr-grey-short-line {
    width: 5%;
    border-top: 1px solid #787878;
    margin: auto;
    padding: 21px 0;
}

.hr-blue {
    width: 3%;
    border-top: 1px solid #2a4e72;
    margin-bottom: 50px
}

/* order - order info style */
.purchase-table {
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff
}

.purchase-table thead {
    background: #f4f4ff;
}

.purchase-table thead tr > th {
    font-weight: normal;
    text-align: center;
    color: #2a4e72
}

.purchase-table tbody {
    text-align: center;
    color: #808080
}

.user-list {
    background: #fcfcfc
}

.user-list-table {
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff
}

.user-list-table thead {
    background: #d4e8ff;
}

.user-list-table thead tr > th {
    font-weight: normal;
    text-align: center;
    color: #2a4e72
}

.user-list-table tbody {
    text-align: center;
    color: #808080
}

.total-table {
    background: #f7f7f7;
    text-align: right
}

.table-bottom > td {
    background: #fcfcfc;
}

.table-bottom a {
    color: #53a2f1;
    text-decoration: underline
}

.table-bottom a:hover {
    color: #2187ed;
    text-decoration: underline
}

/* order - order disable style */
#mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    display: none;
}

.spinner {
    margin: 100px auto 0;
    width: 100px;
    text-align: center;
    position: relative;
    top: -500px;
    display: none;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }

}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* end order style */

/* cart style */
.cart-form h3 {
    color: #2a4e72;
}

.cart-form .priceStyle {
    text-align: center;
    font-size: 20px;
}

.cart-form .select-box {
    padding-top: 25px
}

/* agent style */
.agent-contents img {
    border: 1px solid #ddd
}

.h5-agent {
    margin-top: 20px;
    font-weight: bold
}

.pricing-agent img {
    margin: 10px 0
}

.pricing-agent h3 {
    text-align: left
}

.pricing-agent p {
    font-size: 14px;
    text-align: left
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 14px;
    margin-bottom: 5px;
    height: 35px
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #eceff6;
    top: 55px;
    left: 50%;
    margin-top: -12px;
    margin-left: -15px;
    border-radius: 50% !important;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #6cb5fa;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #eceff6;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.status-panel {
    background: #ededed;
    width: 100%;
    float: left;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    top: 10px
}

.status-panel:before {
    position: absolute;
    top: -15px;
    left: 82px;
    display: inline-block;
    border-top: 0 solid #ededed;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ededed;
    content: " ";
}

.status-panel hr {
    border-top: 1px solid #d5d6cf;
    margin: 10px 0
}

/*END Form Wizard*/
.bgFreePort {
    background: #f7faff
}

.agentBottomBox a {
    color: #6bb5fe
}

.bgChargePort {
    background: #fff8f6
}

.agentBottomBox {
    background: #f9f9f9;
    padding: 30px
}

.agentBottomBox a:hover {
    color: #6bb5fe
}

.panel-table-head {
    background: #eceff6;
}

.panel-table-head th {
    font-weight: normal;
    text-align: center
}

.modal-agent .modal-header {
    background-color: #f0f3fa
}

.modal-agent .close {
    color: #ed7d7b;
    opacity: 0.5
}

.modal-agent .modal-title {
    color: #2b4d8d
}

.modal-agent .modal-header {
    border-bottom: none
}

.hr-grey-line {
    border-top: #d4d4d4 solid 1px
}

.sky-form fieldset {
    padding: 25px 10px 5px
}

/* sponsor style */
.sponsor-table {
    font-size: 15px;
    border: none;
    background: #fff
}

.sponsor-table thead {
    background: #f4f4ff;
}

.sponsor-table thead tr > th {
    font-weight: normal;
    text-align: center;
    color: #2a4e72;
    vertical-align: middle
}

.sponsor-table tbody {
    text-align: center;
    color: #808080
}

.sponsor-table tbody > tr > td {
    border: none;
    vertical-align: middle
}

/* myaccount - edit user Information  style */
.tab-content h4 {
    padding-top: 40px
}

.sub-title {
    font-family: 'Open Sans', sans-serif;
    color: #6fb3f0;
    font-size: 17px;
    margin-top: 40px
}

.sub-title > .fa-circle {
    font-size: 10px
}

.sub-title > hr {
    width: 83%;
    margin: -13px 180px 30px
}

/* myaccount - my license style */
#LicenseGroupManagerAnchor {
    cursor: pointer
}

/* privacy policy & term of service style */
.page-box {
    color: #717171;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

.email {
    color: #8cc2ff;
    text-decoration: underline
}

.email:hover {
    color: #71a1d1
}

.link {
    color: #b5b5b5;
    text-decoration: underline
}

.link:hover {
    color: #8a8a8a
}

.table-header {
    border: 1px solid #ddd;
    background: #f8f8f8;
    text-align: center;
}

.email {
    color: #8cc2ff;
    text-decoration: underline
}

.email:hover {
    color: #71a1d1
}

/* about us style */
.aboutUsImg {
    border: 1px solid #e7e5e6;
    width: 100%;
    padding: 0
}

.aboutUsBox-title {
    padding: 10px
}

.aboutUsBox-context {
    padding: 10px
}

.aobutUsBox-notice {
    border: 1px solid #999;
    padding: 20px 25px
}

/* client list style */
.client .img-box {
    padding: 3px;
    text-align: center;
    background: #edeaea
}

.client div {
    padding: 3px
}

.client .client-list:hover {
    box-shadow: 0 0 8px #eee;
}

.client .img-box .sm-height {
    height: 145px;
    max-width: 100%;
}

.client .img-box .md-height {
    height: 302px;
    max-width: 100%;
}

/* vessel, voyage share page style */
.panel-title-grey {
    font-size: 17px;
    color: #7d7d7d
}

/* notice ribbon style */
.news {
    color: #3498db
}

.news:hover {
    color: #3498db;
    text-decoration: none
}

.news-border {
    border-bottom: dashed 1px #3498db;
}

.thumbnail {
    background: #fdfdfd;
}

#lblCartCount {
    font-size: 11px;
    background: #fff;
    color: #ff0000;
    padding: 2px 4px;
    vertical-align: top;
    horiz-align: right;
    margin-left: -10px;
    top: -5px;
}

.saleCount {
    font-size: 13px;
    background: #fff;
    color: #fff;
    vertical-align: top;
    horiz-align: right;
    margin-left: -10px;
    z-index: 1;
}

/* Media queries */
/* Desktop */
@media (min-width: 992px) {
    .no-space-pricing .col-md-2 {
        width: 14.8%
    }
    #faqPanelBody img { width: auto; }
}

/* iPad */
@media (min-width: 760px) and (max-width: 992px) {
    .productsContentMenu {
        color: #fff;
        padding: 10px 20px;
        border-bottom: #fff 1px solid
    }

    #productsMenu .equal-height-in .list-unstyled li .muddy-blue {
        color: #fff
    }

    .owl-monitor {
        height: 640px;
        margin: 30px 10px 0
    }

    .flag-purple h3, .flag-green h3 {
        color: #fff;
        font-size: 28px;
        padding: 45px 0 0 0;
    }

    .send-email-button {
        text-align: center
    }

    .quick-help-detail-contents img {
        width: 100%
    }

    .btn-move-page {
        display: none
    }

    .btn-move-page-for-mobile {
        display: block !important;
        opacity: 0.5;
        font-size: 25px;
        text-align: center;
    }

    .btn-move-page-for-mobile i {
        margin: 10px;
        color: #71a1d1
    }

    #faqPanelBody img { width: 100%; }
}

/* Mobile */
@media (max-width: 760px) {
    .purchase h1 {
        color: #2c2d31;
        text-align: center;
        font-size: 40px;
        padding-bottom: 60px
    }

    .purchase h2 {
        color: #294e92;
        font-size: 35px;
        padding-bottom: 20px
    }

    .purchase .copyText > .quote {
        line-height: 0;
        font-size: 30px;
    }

    .purchase .orange {
        display: inline;
        color: #e67e22 !important;
        font-size: 32px;
    }

    .quote:before, .quote:after {
        font-size: 35px;
    }

    .btn-u-custom-size {
        width: 140px !important;
        font-size: 16px
    }

    .productsContentMenu {
        color: #fff;
        padding: 10px 20px;
        border-bottom: #fff 1px solid
    }

    #productsMenu .equal-height-in .list-unstyled li .muddy-blue {
        color: #fff
    }

    .main-slider-bottom-box {
        top: -1px;
        padding: 13px 20px 10px 20px
    }

    .main-slider-bottom-box .title,
    .main-slider-bottom-box .main-slider-bottom-box-link a {
        font-size: 1.5rem
    }

    .hot-icon {
        right: 0;
    }

    .owl-monitor {
        height: 350px;
        margin: 30px 10px 0
    }

    .owl-monitor .owl-screenshot {
        background: transparent;
        width: 100%;
        position: relative;
        top: 14px;
        left: 0
    }

    .flag-purple h3, .flag-green h3 {
        color: #fff;
        font-size: 28px;
        padding: 45px 0 0 0;
    }

    .service-block-v8 .service-block-desc h3.doubleLine:after {
        top: 60px
    }

    .send-email-button {
        text-align: center
    }

    .status-panel:before {
        display: none
    }

    .quick-help-detail-contents img {
        width: 100%
    }

    .x-img {
        width: 7% !important;
    }

    .btn-move-page {
        display: none
    }

    .btn-move-page-for-mobile {
        display: block !important;
        opacity: 0.5;
        font-size: 25px;
        text-align: center;
    }

    .btn-move-page-for-mobile i {
        margin: 10px;
        color: #71a1d1
    }

    .owl-phone .owl-carousel {
        width: 205px;
        height: 360px;
        position: absolute;
        top: 39px;
        left: 50%;
        margin-left: -102.5px;
    }

    #faqPanelBody img { width: 100%; }
}
