﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#imgHolder {
    padding: 5px;
    border: 1px solid #808080;
    border-radius: 8px;
}


/*  Pro Kit Index section  */
.prokit {
    /*  min-height: 80vh; */
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(226, 226, 227, .3) 0%, rgba(0, 0, 0, 0) 40%, rgba(226, 226, 227, .78) 100%);
    background: linear-gradient(to top, rgba(226, 226, 227, .3) 0%, rgba(0, 0, 0, 0) 40%, rgba(226, 226, 227, .78) 100%);
    background-position-x: 53%;
    padding: 150px 0;
}

.prokit-bg {
    height: 100%;
    max-height: 100%;
    padding: 50px 0 50px 0;
    position: relative;
    background-image: url('/Admin/GetFile?Directory=Images/PRO4000-Index.png');
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: calc(50% + 240px) calc(50% - 0px);
    margin-bottom: 0;
    z-index: 5;
    overflow: visible;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.prokit-float {
    height: 100%;
    max-height: 100%;
    padding: 0;
    top: 40px;
    left: 48%;
    position: absolute;
    margin-bottom: 0;
    overflow: visible;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    z-index: 10;
}

.prokit .info {
    background: rgba(255,255,255,.78);
    position: relative;
    margin: 80px 0;
    padding: 30px;
    border-radius: 6px;
    z-index: 9;
}

.prokit h2 {
    color: #f58025;
    font-size: 56px;
    letter-spacing: .5px;
    font-weight: 400;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
    margin: 10px 0 30px 0;
    padding: 0;
}

    .prokit h2.darkLeft {
        color: #555;
        font-size: 30px;
        letter-spacing: .5px;
        line-height: 2.5rem;
        font-weight: 300;
        margin: 0 0 30px 0;
        padding: 0;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
        text-align: left;
    }

.prokit p {
    margin: 30px 0 20px 0;
    color: rgba(20, 20, 20, 0.8);
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.prokit-float-small {
    display: none;
}

@media (max-width: 1200px) {
    .prokit {
        padding: 120px 0;
    }

    .prokit-bg {
        height: 100%;
        max-height: 100%;
        padding: 50px 0 50px 0;
        position: relative;
        background-image: url('/Admin/GetFile?Directory=Images/PRO4000-Index.png');
        background-size: contain, cover;
        background-repeat: no-repeat;
        background-position: calc(50% + 240px) calc(50% - 0px);
        /* background-size: 55%; */
        margin-bottom: 0;
        z-index: 5;
        overflow: visible;
    }

    .prokit-float {
        top: 60px;
        left: 48%;
    }

        .prokit-float img {
            width: 95%;
        }
}

@media (max-width: 1024px) {
    .prokit {
        padding: 100px 0;
    }

    .prokit-bg {
        background-size: contain, cover;
        background-position: calc(50% + 270px) calc(50% - 0px);
    }

    .prokit-float {
        top: 100px;
        left: 48%;
        position: absolute;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .prokit {
        padding: 100px 0;
    }

    .prokit-bg {
        background-size: contain, cover;
        background-position: calc(50% + 270px) calc(50% - 0px);
    }

    .prokit-float {
        top: 100px;
        left: 48%;
        position: absolute;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .prokit-bg {
        background-image: none;
    }

    .prokit-float {
        display: none;
    }

    .prokit-float-small {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
}

@media (min-width: 766px) {
}





/* Home Conelog Progressive Index */
.home-ads {
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 192, .38) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(191, 191, 192, .38) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background-position-x: 53%;
    padding-bottom: 50px;
}

.home-ads-bg {
    height: 100%;
    max-height: 100%;
    padding: 80px 0 80px 0;
    position: relative;
    /*  background-image: url('/Admin/GetFile?Directory=Images/bg-Collagen-molecule-flip-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(100%) calc(50% - 0px);
    background-position-y: top;*/
    margin-bottom: 0;
    z-index: 5;
    overflow: visible;
}

.home-ads h2 {
    color: #f58025;
    font-size: 46px;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
    margin: 10px 0;
    padding: 0;
}

    .home-ads h2.darkLeft {
        color: #555;
        font-size: 34px;
        letter-spacing: .5px;
        font-weight: 300;
        margin: 0;
        padding: 0;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
        text-align: left;
    }

.home-ads p {
    margin: 30px 0 20px 0;
    color: rgba(20, 20, 20, 0.8);
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.bb-text ul {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

    .bb-text ul li {
        color: rgba(20, 20, 20, 0.8);
        font-size: 20px;
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        animation-delay: 0.4s;
        list-style-type: disc;
        margin-left: 20px;
    }

.home-ads .tri {
    margin: 50px 0;
}

    .home-ads .tri a {
        box-shadow: 0px 3px 8px rgba(0,0,0,.13);
    }

.home-ads-single .tri a:hover {
    box-shadow: 0px 3px 8px rgba(0,0,0,.53);
}

.home-ads .tri .tri-box {
    position: relative;
    height: 230px;
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 8px rgba(0,0,0,.13);
    margin: 5px;
}

    .home-ads .tri .tri-box:hover {
        box-shadow: 0px 4px 5px rgba(0,0,0,.33);
        background-color: rgba(235, 235, 235, .99);
    }

    .home-ads .tri .tri-box .title {
        position: absolute;
        bottom: 0;
        background: rgba(245, 245, 245,.8);
        background: rgba(235, 235, 235,.9);
        width: 100%;
        padding: 8px 0;
        text-align: center;
        color: #f58025;
        font-size: 18px;
    }

.home-ads .accordion {
    background-color: rgba(255,255,255,.5);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: 0.4s;
}

.home-ads .active, .accordion:hover {
    background-color: rgba(255,255,255,.8);
    color: #f58025;
}

.home-ads .active {
    border-radius: 4px 4px 0 0;
}

.home-ads .panel {
    padding: 0 18px;
    background-color: rgba(255,255,255,.8);
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: hidden;
}

    .home-ads .panel p {
        font-size: 12px;
    }

@media (max-width: 1200px) {
    .home-ads-bg {
        background-size: contain, cover;
        background-position: calc(100% + 100px) calc(50% - 0px);
    }
}

@media (max-width: 1024px) {
    .home-ads-bg {
        background-size: contain, cover;
        background-position: calc(100% + 200px) calc(50% - 0px);
    }
}

@media (max-width: 991px) {
    .home-ads-bg {
        background-size: contain, cover;
        background-position: calc(100% + 300px) calc(50% - 0px);
    }

    .home-ads .tri {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .home-ads-bg {
        background-image: none;
    }
}

@media (max-width: 667px) {
}

@media (max-width: 576px) {
}


/* COVID Alert ----- */
.headerAlert {
    padding: 15px 0 5px 0;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.20) 100%);
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.20) 100%);
    background: #fff;
}

    .headerAlert:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        /*
        background-image: url('/Admin/GetFile?Directory=Images/apple-lady.png');
        background-repeat: no-repeat;
        background-size: auto 94%;
        background-position: calc(50% - 400px) bottom;
    */
    }

    .headerAlert section {
        position: relative;
        z-index: 9;
        height: 100%;
    }

        .headerAlert section p {
            color: #666;
        }

            .headerAlert section p.headline {
                color: #666;
                font-size: 1.4em;
                margin-bottom: 0;
            }

    .headerAlert ul li {
        list-style: disc;
    }

    .headerAlert a.orange {
        color: #f58025;
    }

        .headerAlert a.orange:hover {
            color: #f58025;
            text-decoration: underline;
        }


/* 25th Anniversery -----  */
.anniversery-home {
    padding: 80px 0;
    position: relative;
    /* */ background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, 0.15) 100%);
    margin-bottom: 0;
}

    .anniversery-home:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        /* background-image: url('/Admin/GetFile?Directory=Images/apple-lady.png');
        background-repeat: no-repeat;
        background-size: auto 94%;
        background-position: calc(50% - 400px) bottom; */
    }

    .anniversery-home section {
        position: relative;
        z-index: 9;
        height: 100%;
    }

        .anniversery-home section .text {
            padding: 0 0 30px 0;
        }

        .anniversery-home section .primary {
            margin-top: 35px;
            font-weight: 300;
        }

    .anniversery-home p {
        color: #333;
        font-size: 18px;
        line-height: 1.5em;
        margin: 20px auto 0 auto;
    }

    .anniversery-home section .anniversery-logo {
        padding: 0 20px;
        position: center;
    }

@media (max-width: 1500px) {
    .anniversery-home:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-position: calc(50% - 400px) bottom;
    }
}

@media (max-width: 1200px) {
    .anniversery-home:after {
        background-size: auto 88%;
        background-position: calc(50% - 350px) bottom;
    }
}

@media (max-width: 1024px) {
    .anniversery-home:after {
        background-size: auto 86%;
    }
}

@media (max-width: 991px) {
    .anniversery-home {
        padding: 80px 15px 0px;
    }

        .anniversery-home:after {
            display: none;
        }

    .anniversery-logo {
        padding: 0 40px;
        position: center;
        margin: auto auto;
    }
}

@media (max-width: 767px) {
    .anniversery-home {
        padding: 60px 0 50px 0;
    }

    .anniversery-logo {
        padding: 0 60px;
    }
}

@media (max-width: 576px) {
    .anniversery-logo {
        padding: 0 60px;
        position: center;
        margin: auto auto;
    }
}
/* END 25th Anniversery -----  */


/* ODSecure  */
.odsecure-n {
    background-color: #282f37;
    background-color: #f1f1f1;
    color: #333;
    padding: 100px 0;
    font-size: 20px;
}

    .odsecure-n h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 1.2em;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .odsecure-n .box-text {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .odsecure-n ul li {
        font-size: 20px;
        list-style-type: disc;
        margin-left: 20px;
    }

    .odsecure-n .chart-title {
        width: 100%;
        max-width: 100%;
        background: #f58025;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border-radius: 4px 4px 0 0;
        padding: 5px 0;
    }

    .odsecure-n .chart-row {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        background: #e6e6e6;
        padding: 10px 0;
    }

        .odsecure-n .chart-row:nth-child(even) {
            background: #ddd;
        }

        .odsecure-n .chart-row:nth-last-of-type(1) {
            border-radius: 0 0 4px 4px;
        }

        .odsecure-n .chart-row .box {
            margin: auto auto;
            padding: 0 5px;
            text-align: center;
            min-height: 120px;
            height: 100%;
            display: table;
        }

        .odsecure-n .chart-row .b-right {
            border-right: 1px solid #bbb;
        }

        .odsecure-n .chart-row .box p {
            margin: auto auto;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            display: table-cell;
            vertical-align: middle;
        }

@media (max-width: 991px) {
    .odsecure-n section .info {
        padding-left: 20px;
    }

    .odsecure-n section p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .odsecure-n {
        margin: 20px 0;
    }

        .odsecure-n header, .odsecurelogo {
            width: 80%;
            margin: 0 auto 20px auto;
            display: block;
        }

        .odsecure-n section .img-fluid {
            margin: 0 auto;
            padding: 30px 0 0 0;
        }

        .odsecure-n section {
            margin-top: 40px;
        }

            .odsecure-n section .info {
                padding-left: 0;
                text-align: center;
                margin-top: 45px;
            }
}
/* Stirate Plus */
/* Home Conelog Progressive Index */
.home-striate {
    min-height: 65vh;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 192, .38) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(191, 191, 192, .38) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 50px;
}

.home-striate-bg {
    height: 100%;
    max-height: 100%;
    padding: 50px 0 50px 0;
    position: relative;
    background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
    background-size: 60%;
    background-position: right top 50px;
    margin-bottom: 0;
    z-index: 5;
    overflow: visible;
}

.home-striate h1 {
    color: #f58025;
    font-size: 56px;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
    margin: 10px 0;
    padding: 0;
}

.home-striate h2 {
    color: #f58025;
    font-size: 46px;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.home-striate h3 {
    color: #f58025;
    font-size: 46px;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.home-striate p {
    margin: 30px 0 20px 0;
    color: rgba(20, 20, 20, 0.8);
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.home-striate .tri {
    margin: 50px 0;
}

    .home-striate .tri a {
        box-shadow: 0px 3px 8px rgba(0,0,0,.13);
    }

.home-striate-single .tri a:hover {
    box-shadow: 0px 3px 8px rgba(0,0,0,.53);
}

.home-striate .tri .tri-box {
    position: relative;
    height: 230px;
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 8px rgba(0,0,0,.13);
    margin: 5px;
}

    .home-striate .tri .tri-box:hover {
        box-shadow: 0px 4px 5px rgba(0,0,0,.33);
        background-color: rgba(235, 235, 235, .99);
    }

    .home-striate .tri .tri-box .title {
        position: absolute;
        bottom: 0;
        background: rgba(245, 245, 245,.8);
        background: rgba(235, 235, 235,.9);
        width: 100%;
        padding: 8px 0;
        text-align: center;
        color: #f58025;
        font-size: 18px;
    }

.home-striate .accordion {
    background-color: rgba(255,255,255,.5);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: 0.4s;
}

.home-striate .active, .accordion:hover {
    background-color: rgba(255,255,255,.8);
    color: #f58025;
}

.home-striate .active {
    border-radius: 4px 4px 0 0;
}

.home-striate .panel {
    padding: 0 18px;
    background-color: rgba(255,255,255,.8);
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: hidden;
}

    .home-striate .panel p {
        font-size: 12px;
    }

.striate h3 {
    color: #f58025;
    font-size: 46px;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@media (min-width: 1800px) {
    .home-striate-bg {
        background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
        background-size: 1100px;
        background-position: right top 20px;
    }
}

@media (max-width: 1600px) {
    .home-striate-bg {
        background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
        background-size: 60%;
        background-position: right top 70px;
    }
}

@media (max-width: 1400px) {
    .home-striate-bg {
        background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
        background-size: 63%;
        background-position: right top 100px;
    }
}

@media (max-width: 1200px) {
    .home-striate-bg {
        background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
        background-size: 60%;
        background-position: right top 140px;
    }
}

@media (max-width: 1100px) {
    .home-striate-bg {
        background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
        background-size: 60%;
        background-position: right top 160px;
    }
}

@media (max-width: 1024px) {
    .home-striate-bg {
        background: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-striate-plus.png') no-repeat;
        background-size: 60%;
        background-position: right top 175px;
    }
}

@media (max-width: 991px) {
    .home-striate-bg {
        background-size: 60%;
        background-position: right top 200px;
    }

    .home-striate .tri {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .home-striate-bg {
        background-image: none;
    }
}

@media (max-width: 667px) {
    .headerAlert
    .home-striate {
        background-image: none;
    }
}

/* Abutment selection guide header & images */
.selection-header {
    width: 100%;
    max-width: 100%;
    background: #eee;
    border-radius: 4px;
    padding: 0 25px;
    margin-bottom: 50px;
}

.breadcrumb {
    background-color: #eee;
    font-size: 1rem;
    color: #444;
    display: block;
    margin: 0px 0 0 0;
    padding: 8px 0 0 10px;
}

.asg-buttons {
    text-align: right;
}

@media (max-width: 576px) {
    .asg-buttons {
        text-align: center;
    }
}

#thumbs {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    display: inline-flex;
}

    #thumbs .btn-block-outline-guide {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #thumbs .guide {
        max-width: 240px;
        display: inline-block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

        #thumbs .guide .subheading {
            display: block;
            margin: 0 10px 30px 10px;
            margin-left: auto;
            margin-right: auto;
        }

            #thumbs .guide .subheading .sub {
                height: 40px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                justify-content: center;
            }

            #thumbs .guide .subheading .divider {
                margin: 0 10px;
                height: 15px;
                border: 1px solid #ddd;
                border-bottom: 0;
                border-radius: 8px 8px 0 0;
            }

            #thumbs .guide .subheading .divider-left {
                height: 15px;
                border: 1px solid #ddd;
                border-right: 0;
                border-bottom: 0;
                border-radius: 8px 0 0 0;
            }

            #thumbs .guide .subheading .divider-mid {
                height: 15px;
                border-top: 1px solid #ddd;
            }

            #thumbs .guide .subheading .divider-right {
                height: 15px;
                border: 1px solid #ddd;
                border-left: 0;
                border-bottom: 0;
                border-radius: 0 8px 0 0;
            }

            #thumbs .guide .subheading .divider-none {
                height: 15px;
            }

    #thumbs .subheading {
        display: block;
        margin: 0 10px 30px 10px;
        margin-left: auto;
        margin-right: auto;
    }

        #thumbs .subheading .sub {
            height: 40px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            justify-content: center;
        }

        #thumbs .subheading .divider {
            margin: 0 10px;
            height: 15px;
            border: 1px solid #ddd;
            border-bottom: 0;
            border-radius: 8px 8px 0 0;
        }

        #thumbs .subheading .divider-left {
            height: 15px;
            border: 1px solid #ddd;
            border-right: 0;
            border-bottom: 0;
            border-radius: 8px 0 0 0;
        }

        #thumbs .subheading .divider-mid {
            height: 15px;
            border-top: 1px solid #ddd;
        }

        #thumbs .subheading .divider-right {
            height: 15px;
            border: 1px solid #ddd;
            border-left: 0;
            border-bottom: 0;
            border-radius: 0 8px 0 0;
        }

        #thumbs .subheading .divider-none {
            height: 15px;
        }

    #thumbs .guide a {
        font-size: 18px;
        display: block;
    }

        #thumbs .guide a:hover {
            color: #f58025;
            text-decoration: none;
        }

    #thumbs a img {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

    #thumbs .guide .title {
        display: block;
        max-width: 90%;
        min-height: 100px;
        padding: 15px 5px 0px 5px;
        text-align: center;
        margin: 0 auto 10px auto;
        color: #444;
    }

        #thumbs .guide .title:hover {
            color: #f58025;
            text-decoration: none;
        }

    #thumbs .options {
        text-align: center;
        font-size: 16px;
        max-width: 100%;
    }

    #thumbs .guide .options .dropdown {
        position: relative;
        display: block;
        width: 100%;
    }

    #thumbs .guide .options .dropbtn {
        display: block;
        background-color: transparent;
        border: 1px solid #999;
        border-radius: 4px;
        color: #444;
        margin: 20px auto 0px auto;
        text-align: center;
        padding: 8px 0px;
        font-size: 16px;
        cursor: pointer;
        width: 80%;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    #thumbs .guide .options .dropdown .dropdown-toggle {
        box-shadow: none;
    }

    #thumbs .guide .options .dropdown .dropdown-menu {
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border-radius: 0 0 4px 4px;
    }

        #thumbs .guide .options .dropdown .dropdown-menu a {
            color: #444;
        }

            #thumbs .guide .options .dropdown .dropdown-menu a:nth-child(2n+1) {
                color: #444;
                background: #f6f6f6;
            }

            #thumbs .guide .options .dropdown .dropdown-menu a:hover {
                background: #e8e8e8;
            }



    #thumbs .guide .options .dropdown-content {
        display: none;
        position: absolute;
        margin: 0px 10px 0px 10px;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        width: 90%;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border-radius: 0 0 4px 4px;
    }

        #thumbs .guide .options .dropdown-content a {
            color: black;
            padding: 6px 16px;
            text-decoration: none;
            display: block;
        }

            #thumbs .guide .options .dropdown-content a:hover {
                background-color: #f1f1f1;
            }

    #thumbs .guide .options .dropdown:hover .dropdown-content {
        display: block;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    #thumbs .guide .options .dropdown:hover .dropbtn {
        background-color: #999;
        color: #fff;
    }


.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}



@media (min-width: 577px) {
    .large-psg {
        display: normal;
    }

    .small-psg {
        display: none;
    }
}
/* For small screens */

@media (max-width: 576px) {
    .large-psg {
        display: none;
    }

    .small-psg {
        display: normal;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
        /*
    .small-psg:nth-of-type(odd) {
        display: normal;
        padding: 10px;
        background-color: #f7f7f7;
    }
    */
        .small-psg h6 {
            display: block;
            padding: 10px 0 0 0;
            color: #444;
            text-align: left;
            margin: 0 auto 10px auto;
        }

        .small-psg .btn-block-outline-guide {
            margin-left: auto;
            margin-right: auto;
            padding: 4px 0px;
            max-width: 130px;
        }

        .small-psg .dropdown {
            position: relative;
            display: block;
            width: 100%;
        }

        .small-psg .dropbtn {
            display: block;
            background-color: transparent;
            border: 1px solid #999;
            border-radius: 4px;
            color: #444;
            margin: 0px auto 0px auto;
            text-align: center;
            padding: 4px 16px;
            font-size: 16px;
            cursor: pointer;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .small-psg .dropdown .dropdown-toggle {
            box-shadow: none;
        }

        .small-psg .dropdown .dropdown-menu {
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            border-radius: 0 0 4px 4px;
        }

            .small-psg .dropdown .dropdown-menu a {
                color: #444;
            }

                .small-psg .dropdown .dropdown-menu a:nth-child(2n+1) {
                    color: #444;
                    background: #f6f6f6;
                }

                .small-psg .dropdown .dropdown-menu a:hover {
                    background: #e8e8e8;
                }

    .dropdown:hover .dropbtn {
        background-color: #999;
        color: #fff;
    }
}

/* POPUP */
#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    cursor: pointer;
}

#popup {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f58025;
    padding: 20px;
    max-width: 620px;
    margin: 10% auto;
    position: relative;
    color: #0e0e0e;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
    cursor: default;
}

.close {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
}

@media (max-width: 767px) {
    #popup {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #f58025;
        padding: 10px;
        max-width: 620px;
        margin: 20% 10%;
        position: relative;
        color: #0e0e0e;
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -o-animation-delay: 0.2s;
        -ms-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

        #popup img {
            height: 200px;
        }

        #popup h2 {
            font-size: 1.4em;
        }
}





.orf-banner {
    background: #00acc8;
    background-image: linear-gradient(to bottom, rgba(16,77,151,1) 0%, rgba(6,101,164,1) 10%, rgba(0,171,199,1) 100%);
    background-image: radial-gradient(rgba(9,76,130,1) 25%, rgba(11,22,41,1) 70%, rgba(0,0,0,1));
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .orf-banner .btn-primary {
        padding: 8px 20px;
        color: #004a98;
        background-color: #fff;
        border-color: #004a98;
        width: 80%;
    }

        .orf-banner .btn-primary:hover {
            color: #fff;
            background-color: #93d5e8;
            border-color: #004a98;
        }

        .orf-banner .btn-primary:focus, .btn-primary.focus {
            box-shadow: 0 0 0 0.2rem rgba(245,115,37, 0.5);
        }

        .orf-banner .btn-primary.disabled, .btn-primary:disabled {
            color: #fff;
            background-color: #93d5e8;
            border-color: #004a98;
        }

        .orf-banner .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
        .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #93d5e8;
            border-color: #004a98;
        }

            .orf-banner .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
            .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(245,115,37, 0.5);
            }

    .orf-banner .sub-image {
        padding: 70px 0;
        width: 100%;
        height: 100%;
    }

        .orf-banner .sub-image section {
            max-width: 1050px;
            width: 100%;
            margin: 0 auto;
            position: relative;
        }

            .orf-banner .sub-image section h2 {
                padding: 0;
                margin: 0;
                color: #fff;
                text-align: center;
                font-size: 44px;
                font-weight: bold;
            }

            .orf-banner .sub-image section h4 {
                padding: 0;
                margin: 0;
                color: #fff;
                text-align: center;
                font-size: 44px;
                font-weight: bold;
            }

/* Anniversary Alert ----- */
.anniversary {
    padding: 10px 0 15px 0;
    position: relative;
    background: #fff;
}

    /*
    .anniversary:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: url('/Admin/GetFile?Directory=Images/apple-lady.png');
        background-repeat: no-repeat;
        background-size: auto 94%;
        background-position: calc(50% - 400px) bottom;
    
    }*/
    .anniversary .line {
        width: 2px;
        height: 100%;
        background: #98989A;
        margin: 0 20px;
        display: inline-block;
        float: left;
    }

    .anniversary p {
        color: #98989A;
        font-size: 24px;
        line-height: 1.2em;
        margin-left: 40px;
    }

    .anniversary .horizontal {
        display: block;
        max-width: 100%;
        width: 300px;
    }

        .anniversary .horizontal img {
            max-width: 100%;
            width: 400px;
        }

    .anniversary .vertical {
        display: none;
    }

@media (max-width: 991px) {
    .anniversary .horizontal {
        display: none;
    }

    .anniversary .vertical {
        display: revert;
        text-align: center;
        padding: 25px;
    }

        .anniversary .vertical .logo {
            display: block;
        }
}

@media (max-width: 767px) {

    .anniversary {
        top: 10px;
        height: 130px;
    }

        .anniversary section p {
            font-size: 20px;
            line-height: 1.2em;
            margin-left: 40px;
            padding: 0 20px;
        }

        .anniversary .horizontal {
            max-width: 100%;
            width: 90%;
            background-position: center top;
            display: block;
        }

        .anniversary .vertical {
            display: none;
        }

    .mid {
        display: none;
    }

    .anniversary .line2 {
        width: 2px;
        height: 100%;
        background: #98989A;
        margin: 0 20px;
        display: inline-block;
        float: left;
    }
}

@media (max-width: 575px) {

    .anniversary {
        top: 50px;
        height: 210px;
        width: 100%;
    }

        .anniversary .horizontal {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            padding: 0 15% 5px;
        }

    .mid {
        display: none;
    }

    .anniversary section p {
        font-size: 24px;
        line-height: 1.2em;
        margin-left: 40px;
        padding: 0 20px;
    }

    .anniversary .line2 {
        display: none;
    }

    .anniversary .buttons {
        margin-top: 35px;
    }
}
/* Home Conelog Progressive Index */
.home-conelog-single {
    min-height: 80vh;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 192, .38) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(191, 191, 192, .38) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background-position-x: 53%;
}

.home-conelog-bg {
    height: 100%;
    max-height: 100%;
    padding: 50px 0 50px 0;
    position: relative;
    background-image: url('/Admin/GetFile?Directory=Images/Conelog-connection-implant-long-light-1.png');
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: calc(50% + 240px) calc(50% - 0px);
    /* background-size: 55%; first test */
    margin-bottom: 0;
    z-index: 5;
    overflow: visible;
}

.home-conelog-single h2 {
    color: #f58025;
    font-size: 46px;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
    margin: 10px 0;
    padding: 0;
}

    .home-conelog-single h2.darkLeft {
        color: #555;
        font-size: 34px;
        letter-spacing: .5px;
        font-weight: 300;
        margin: 0;
        padding: 0;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
        text-align: left;
    }

.home-conelog-single p {
    margin: 30px 0 20px 0;
    color: rgba(20, 20, 20, 0.8);
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.home-conelog-single .tri {
    margin: 50px 0;
}

    .home-conelog-single .tri a {
        box-shadow: 0px 3px 8px rgba(0,0,0,.13);
    }

        .home-conelog-single .tri a:hover {
            box-shadow: 0px 3px 8px rgba(0,0,0,.53);
        }

    .home-conelog-single .tri .tri-box {
        position: relative;
        height: 230px;
        background: #fff;
        background-size: 100%;
        background-repeat: no-repeat;
        box-shadow: 0px 3px 8px rgba(0,0,0,.13);
        margin: 5px;
    }

        .home-conelog-single .tri .tri-box:hover {
            box-shadow: 0px 4px 5px rgba(0,0,0,.33);
            background-color: rgba(235, 235, 235, .99);
        }

        .home-conelog-single .tri .tri-box .title {
            position: absolute;
            bottom: 0;
            background: rgba(245, 245, 245,.8);
            background: rgba(235, 235, 235,.9);
            width: 100%;
            padding: 8px 0;
            text-align: center;
            color: #f58025;
            font-size: 18px;
        }

@media (max-width: 1200px) {
    .home-conelog-bg {
        height: 100%;
        max-height: 100%;
        padding: 50px 0 50px 0;
        position: relative;
        background-image: url('/Admin/GetFile?Directory=Images/Conelog-connection-implant-long-light.png');
        background-size: contain, cover;
        background-repeat: no-repeat;
        background-position: calc(50% + 240px) calc(50% - 0px);
        /* background-size: 55%; */
        margin-bottom: 0;
        z-index: 5;
        overflow: visible;
    }
}

@media (max-width: 1024px) {
    .home-conelog-bg {
        background-size: contain, cover;
        background-position: calc(50% + 270px) calc(50% - 0px);
    }
}

@media (max-width: 991px) {
    .home-conelog-bg {
        background-size: contain, cover;
        background-position: calc(50% + 270px) calc(50% - 0px);
    }

    .home-conelog-single .tri {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .home-conelog-bg {
        background-image: none;
    }
}

@media (max-width: 667px) {
}

@media (max-width: 576px) {
}
/* Home Conelog Progressive Index */
.home-tpc-single {
    min-height: 80vh;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(221, 221, 222) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .0) 0%, rgba(221, 221, 222) 100%);
    background-position-x: 53%;
}

.home-tpc-bg {
    height: 100%;
    max-height: 100%;
    padding: 50px 0 50px 0;
    position: relative;
    background-image: url('/Admin/GetFile?Directory=Images/tpc-home-cover.png');
    background-repeat: no-repeat;
    background-position: calc(70% + 100px) 10px;
    /* background-size: 55%; first test */
    margin-bottom: 0;
    z-index: 5;
    overflow: visible;
}

.home-tpc-single .video {
    margin-top: 55px;
}

.home-tpc-single h2 {
    color: #f58025;
    font-size: 56px;
    letter-spacing: .5px;
    font-weight: 400;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
    margin: 10px 0 10px 0;
    padding: 0;
}

    .home-tpc-single h2.darkLeft {
        color: #555;
        font-size: 30px;
        letter-spacing: .5px;
        line-height: 2.5rem;
        font-weight: 300;
        margin: 0 0 30px 0;
        padding: 0;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
        text-align: left;
    }

.home-tpc-single p {
    margin: 30px 0 20px 0;
    color: rgba(20, 20, 20, 0.8);
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.home-tpc-single .tri {
    margin: 55px 0;
    padding: 0;
}

    .home-tpc-single .tri a {
        box-shadow: 0px 3px 8px rgba(0,0,0,.13);
    }

        .home-tpc-single .tri a:hover {
            box-shadow: 0px 3px 8px rgba(0,0,0,.53);
        }

    .home-tpc-single .tri .tri-box {
        position: relative;
        /* height: 210px; */
        background: #fff;
        background-size: 100%;
        background-repeat: no-repeat;
        box-shadow: 0px 3px 8px rgba(0,0,0,.13);
        margin: 5px 0;
    }

        .home-tpc-single .tri .tri-box:hover {
            box-shadow: 0px 4px 5px rgba(0,0,0,.33);
            background-color: rgba(235, 235, 235, .99);
        }

        .home-tpc-single .tri .tri-box .title {
            position: absolute;
            bottom: 0;
            background: rgba(245, 245, 245,.8);
            background: rgba(235, 235, 235,.9);
            width: 100%;
            padding: 8px 0;
            text-align: center;
            color: #f58025;
            font-size: 18px;
        }

@media (max-width: 1200px) {
    .home-tpc-bg {
        background-image: url('/Admin/GetFile?Directory=Images/tpc-home-cover.png');
        background-position: calc(70% + 140px) 40px;
    }
}

@media (max-width: 1024px) {
    .home-tpc-bg {
        background-image: url('/Admin/GetFile?Directory=Images/tpc-home-cover.png');
        background-position: calc(70% + 160px) 60px;
    }

    .home-tpc-single .video {
        margin-top: 55px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .home-tpc-bg {
        background-position: calc(50% + 200px) 60px;
        background-size: 500px;
    }
}

@media (max-width: 767px) {
    .home-tpc-bg {
        background-image: none;
    }
}
/* ssh  */
.ssh {
    position: relative;
    background-color: #282f37;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    padding: 100px 0px;
}

    .ssh .bg {
        height: 100%;
        max-height: 100%;
        background: url('/Admin/GetFile?Directory=Images/smartshape-healer-tpc-2.png') no-repeat;
        background-size: contain 50%;
        background-position: left;
        padding: 100px 0;
    }

    .ssh .bg-contained {
        background: url('/Admin/GetFile?Directory=Images/smartshape-healer-tpc-2.png') no-repeat center center;
        background-size: cover;
        border-radius: 8px;
        height: 100%;
        max-height: 100%;
        width: 100%;
    }

    .ssh h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 1.2em;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .ssh h2 {
        color: #f58025;
        font-size: 56px;
        letter-spacing: .5px;
        font-weight: 400;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
        text-align: left;
        margin: 10px 0 10px 0;
        padding: 0;
    }

        .ssh h2.darkLeft {
            color: #555;
            font-size: 30px;
            letter-spacing: .5px;
            line-height: 2.5rem;
            font-weight: 300;
            margin: 0 0 30px 0;
            padding: 0;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
            text-align: left;
        }

    .ssh p {
        margin-bottom: 50px;
    }

    .ssh .box-text {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .ssh ul li {
        font-size: 20px;
        list-style-type: disc;
        margin-left: 20px;
    }

@media (max-width: 991px) {

    .ssh .bg-contained {
        background: url('/Admin/GetFile?Directory=Images/smartshape-healer-tpc-3.png') no-repeat center center;
        background-size: cover;
        border-radius: 8px;
        height: 100%;
        max-height: 100%;
        width: 100%;
    }

    .ssh section .info {
        padding-left: 20px;
    }

    .ssh section p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ssh {
        margin: 20px 0;
    }

        .ssh section .img-fluid {
            margin: 0 auto;
            padding: 30px 0 0 0;
        }

        .ssh .bg-contained {
            display: none;
        }

        .ssh h3 {
            padding-top: 30px;
        }

        .ssh section {
            margin-top: 40px;
        }

            .ssh section .info {
                padding-left: 0;
                text-align: center;
                margin-top: 45px;
            }
}


.symp {
    padding:0;
    background: #f2f2f2;
}
    .symp .container {
    }
        .symp .container .bg-1 {
            background: url(/Admin/GetFile?Directory=Images/BH-brand-arrows-PikosMisch.png) no-repeat top right;
            background-size: 280px;
            background-position-y: 50px;
            background-position-x: 90%
        }
        .symp .container .bg-2 {
            background: url(/Admin/GetFile?Directory=Images/BH-brand-arrows-LeMeda.png) no-repeat top right;
            background-size: 280px;
            background-position-y: 260px;
            background-position-x: 100%;
        }
        .symp .container .bg-3 {
            background: url(/Admin/GetFile?Directory=Images/BH-brand-arrow-Location.png) no-repeat;
            background-size: 500px;
            background-position-x: 100%;
            background-position-y: 120%;
        }
        .symp .container .main {
            display: grid;
            place-items: center left;
            padding:50px 0px ;
        }
            .symp .container .main img {
                font-size: 60px;
                line-height: 1em;
                color: #f58025;
                font-weight: bold;
                text-align: justify;
                text-justify: inter-word;
                height: 850px;
            }
@media (max-width: 1200px) {
    .symp .container .main img {
        height: 750px;
    }
    .symp .container .bg-1 {
        background-size: 250px;
        background-position-y: 50px;
        background-position-x: 90%
    }
    .symp .container .bg-2 {
        background-size: 250px;
        background-position-y: 240px;
        background-position-x: 100%;
    }
    .symp .container .bg-3 {
        background-size: 450px;
        background-position-x: 100%;
        background-position-y: 120%;
    }
}
@media (max-width: 991px) {
    .symp .container .main img {
        height: 700px;
    }
    .symp .container .bg-1 {
        background-size: 230px;
        background-position-y: 50px;
        background-position-x: 90%
    }
    .symp .container .bg-2 {
        background-size: 230px;
        background-position-y: 230px;
        background-position-x: 100%;
    }
    .symp .container .bg-3 {
        background-size: 470px;
        background-position-x: 100%;
        background-position-y: 140%;
    }
}
@media (max-width: 850px) {
    .symp .container .main img {
        height: 650px;
    }
    .symp .container .bg-1 {
        background-size: 230px;
        background-position-y: 50px;
        background-position-x: 90%
    }
    .symp .container .bg-2 {
        background-size: 230px;
        background-position-y: 230px;
        background-position-x: 100%;
    }
    .symp .container .bg-3 {
        background-size: 350px;
        background-position-x: 100%;
        background-position-y: 110%;
    }
}
@media (max-width: 767px) {
    .symp .container .main img {
        max-width: 100%;
        width: 100%;
        height: 650px;
    }
    .symp .container .bg-1 {
        background-size: 220px;
        background-position-y: 50px;
        background-position-x: 90%;
        background: none;
    }
    .symp .container .bg-2 {
        background-size: 220px;
        background-position-y: 220px;
        background-position-x: 100%;
        background: none;
    }
    .symp .container .bg-3 {
        background-size: 400px;
        background-position-x: 100%;
        background-position-y: 150%;
        background: none;
    }
}
@media (max-width: 667px) {
    .symp .container .main img {
        height: 550px;
    }
    .symp .container .bg-1 {
        background: none;
    }

    .symp .container .bg-2 {
        background: none;
    }

    .symp .container .bg-3 {
        background: none;
    }
}
@media (max-width: 575px) {
    .symp .container .main img {
        height: 500px;
        max-width: 100%;
    }
    .symp .container .bg-1 {
        background: none;
    }
    .symp .container .bg-2 {
        background: none;
    }
    .symp .container .bg-3 {
        background: none;
    }
}