body {
    color: #000000;
    background-color: #ffffff;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 30px;
    font-size: 1.05rem;
}

.grow {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    overflow: hidden;
}

#CardPhone {
    -webkit-transition: width 4s, height 4s!important; /* For Safari 3.1 to 6.0 */
    transition: width 4s, height 4s!important;
}

b {
    font-weight: 500!important;
}

.nav-item {
    font-size: 1.2rem;
    font-weight: bolder;
}

.CardHidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.CardVisible {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
}

.no-underline:hover {
    text-decoration: none;
}

.TopCard {
    background-color: #f4f7f9;
    border-radius: 5px;
    padding: 40px 10px 20px 10px;
}

.TopCard:hover {
    background-color: #b1bfcd;
    text-decoration: none;
}

.Helplink {
    background-color: #f6f9fb96;
    border-radius: 5px;
    padding: 20px;
    margin: 4px;
}

.Helplink:hover {
    background-color: #b1bfcd;
    text-decoration: none;
}

.highlighted {
    background-image: linear-gradient(to bottom, rgb(247, 247, 247), rgba(170, 209, 230, 0.26));
    background-position: top left;
    background-size: 100%;
    background-repeat: repeat;
}

#imgCountpad {
    position: absolute;
    width: 45%;
    left: 330px;
    top: 120px;
}

/* explode animation */
#countpad_explod {
    position: relative;
    width: 550px;
    height: 400px;
}

#degree360 {
    width: 140px;
}

#cp_stand {
    position: absolute;
    width: 540px;
    top: 100px;
    left: 0px;
}

.cp_frontplate_2d_start {
    width: 275px;
    position: absolute;
    top: 50px;
    left: 95px;
    opacity: 1;
}

.cp_frontplate_3d_start {
    width: 275px;
    position: absolute;
    top: 50px;
    left: 95px;
    opacity: 0;
}

.cp_frontplate_2d_end {
    width: 275px;
    position: absolute;
    top: 0px;
    left: 200px;
    opacity: 0;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.cp_frontplate_3d_end {
    width: 275px;
    position: absolute;
    top: 0px;
    left: 200px;
    opacity: 1;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

#demo {
    background-color: rgba(175, 175, 175, 0.82);
}

/* spinner */
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* //spinner */
/* // explode animation */
/* Chat invitation */

#stickyFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

#siteMessage {
    z-index: 1000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 400px;
    height: 200px;
    display: none;
    background-color: #94bfe0;
    border-radius: 10px;
    padding: 40px;
}

#siteMessageInner {
    position: absolute;
    top: -90px;
    left: 250px;
    width: 150px;
}

#demoButton {
    position: fixed;
    right: 110px;
    bottom: 8px;
    width: 105px;
    display: none;
}

.chatCenter {
    left: 50%;
    top: 50%;
}

.big-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

#onweb_chatimage_div {
    z-index: auto!important;
}

/* // Chat invitation */
/* ribbon */
.ribbon_box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

@media (max-width: 600px) {
    #countpad_explod {
        left: -100px;
    }

    h2 {
        font-size: 1.7rem;
    }
}

.narrow_line {
    line-height: 1.6rem;
    font-size: 1rem;
}

.nav-link {
    font-size: 18px;
    color: #375f78!important;
    font-weight: 500;
}

#cookieConsent {
    font-size: 0.95rem;
    background-color: #e0e0e0eb;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    text-align: center;
    visibility: hidden;
}

.fs0-95 {
font-size: 0.95rem;
line-height: 1.4rem;
}

.fs1-0 {
    font-size: 1rem;
    }

.fs1-1 {
    font-size: 1.1rem;
}