@font-face {
    font-family: 'Neue Frutiger Bold';
    src: local('Neue Frutiger World Bold'), local('Neue-Frutiger-World-Bold'), url('/fonts/NeueFrutigerWorld-Bold.woff2') format('woff2'), url('/fonts/NeueFrutigerWorld-Bold.woff') format('woff'), url('/fonts/NeueFrutigerWorld-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Frutiger Regular';
    src: local('Neue Frutiger World Regular'), local('Neue-Frutiger-World-Regular'), url('/fonts/NeueFrutigerWorld-Regular.woff2') format('woff2'), url('/fonts/NeueFrutigerWorld-Regular.woff') format('woff'), url('/fonts/NeueFrutigerWorld-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Frutiger Thin';
    src: local('Neue Frutiger World Thin'), local('Neue-Frutiger-World-Thin'), url('/fonts/NeueFrutigerWorld-Thin.woff2') format('woff2'), url('/fonts/NeueFrutigerWorld-Thin.woff') format('woff'), url('/fonts/NeueFrutigerWorld-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

.s-number {
    color:black;
    background-image: url(../icons/number-bgr.svg);
}

.s-bullet {
    color: #0089C5;
}

.btn-m, [type="file"] + label {
    background-color: #0789c4;
}

.btn-m-grey {
    text-transform: none;
    background-color: #e2e2e2;
    border-radius: 2px;
    width: 40%;
    font-weight: lighter;
}

.bs-tooltip-right {
    padding: 10px;
    margin: 10px;
    font-size:smaller!important;
    border-right-color: white !important;
    box-shadow: 2px 2px 4px 2px rgba(161, 161, 161, 1);
}

.btn-text-normal {
    text-transform: none;
}

.p-philips {
    font-size: 15px;
}

.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
}

.Logo-quote {
    /*border: 1px solid red;*/
    padding: 12px;
    font-size: smaller;
}

.p-text-steps {
    line-height: 1.7;
}

.darkBg {
    height: 30px;
    width: 100%;
    background: none;
}

.Navbar {
    display: block;
    height: 46px;
    background-color: #468AC9;
}

.footer {
    /*position: fixed;*/
    height: auto !important;
    color: #fff;
    background-color: #007bff;
    background-repeat: repeat-x;
    background: linear-gradient(to bottom right,#003655 0,#0066a1 50%,#007bff 100%);
    width: 100%;
    bottom: 0;
}

h2 {
    padding-top: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: x-large;
    color: #33333;
    letter-spacing: -1.3px;
}


.h2-light {
    line-height: 1.2em;
}

.h2-light-top {
    padding-top: 30px;
}

@media screen and (max-width:700px) {
    .bodycontent {
        padding-top: 0px;
        font-family: 'Neue Frutiger Regular', tahoma, arial, helvetica, sans-serif;
        font-weight: 400;
        line-height: 22px;
        color: rgb(5, 5, 5);
    }

    .product-img-mark {
        margin-left: 100px;
        margin-top: -5px;
        position: absolute;
        z-index: 2;
    }
}

@media screen and (min-width:701px) {

        .bodycontent {
            padding-top: 0px;
            padding-right: 10px;
            font-family: Neue Frutiger Regular, tahoma, arial, helvetica, sans-serif;
            font-weight: 400;
            line-height: 22px;
            color: rgb(5, 5, 5);
        }
    .product-img-mark {
        margin-left: 170px;
        margin-top: -5px;
        position: absolute;
        z-index: 2;
    }
    }

@media screen and (min-width:961px) {
        .bodycontent {
            padding-top: 0px;
            max-width: 980px;
            margin: auto;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
            font-family: Neue Frutiger Regular, tahoma, arial, helvetica, sans-serif;
            font-weight: 400;
            line-height: 22px;
            color: rgb(5, 5, 5);
        }

    .product-img-mark {
        margin-left: 180px;
        margin-top: -5px;
        position: absolute;
        z-index: 2;
    }

        .product-img-uploaded {
            /* width: 160px; */
            /* margin-right: 10px; */
            min-width: 160px;
        }
    }

@-webkit-keyframes load3 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

@keyframes load3 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

.spinner-border {
        display: inline-block;
        width: 8rem;
        height: 8rem;
        vertical-align: text-bottom;
        border: 1em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
    }

.padding-top {
    padding-top:28px;
}

.padding-block {
    padding-block: 28px;
}

.margin-bottom {
    margin-bottom:20px;
}

.car {
    margin: 28px 0;
}

.star {
    color: transparent;
    text-shadow: 0 0 0 #2196f3;
}