@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/Poppins/Poppins-Thin.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins/Poppins-Black.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

* {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0px;
    text-decoration: none;
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
}

html, body {
    height: 100%;
}

body {
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
}

.form-control {
    box-shadow: none !important;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #dbdbdb;
}

.card {
    border: none;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 20%);
}

.slick-dots {
    bottom: -50px;
}

    .slick-dots li.slick-active button:before {
        opacity: 0;
        color: #693065;
    }

    .slick-dots li {
        margin: 0 3px;
    }

        .slick-dots li button:before {
            opacity: 0;
            color: #fff;
            font-size: 14px;
        }

        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 0;
        }

        .slick-dots li button {
            border: 1px solid #333;
            border-radius: 50%;
            width: 14px;
            height: 14px;
            padding: 0;
            line-height: 14px;
        }

        .slick-dots li.slick-active button {
            background: #693065;
            ;
        }

.slick-slide .sliderImg {
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 20%);
}

.section-title {
    font-family: "Poppins-Bold";
    font-size: 38px;
    font-weight: 600;
    color: #693065;
}

.card-body p {
    margin-bottom: 16px;
}

.btn-primary {
    border-radius: 18px;
    background: #cf202d;
    border-color: #cf202d;
    padding: 12px 15px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active {
        background: #b51f17;
        border-color: #b51f17;
    }

.btn-secondary {
    border-radius: 18px;
    padding: 12px 15px;
}

.btn span.icon {
    margin-left: 8px;
}

a:hover, a:focus {
    font-family: 'Poppins-SemiBold';
}

.hyperLink {
    color: #E22331;
    text-decoration: underline;
}

    .hyperLink:focus, .hyperLink:hover {
        color: #d32118;
    }

.back-to-top {
    width: 69px;
    height: 64px;
    background: url("/Images/Design001/arrow-up-large.png") no-repeat center center;
    text-indent: -9999px;
    position: fixed;
    bottom: 315px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    background-color: #dfcaa2;
    font-size: 12px;
    padding: 1em;
    display: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    .back-to-top:hover {
        background-color: #e8d6b3;
    }

.chat-icon {
    width: 69px;
    height: 64px;
    background: url("/Images/Design001/ChatIcon4.png") no-repeat center center;
    text-indent: -9999px;
    position: fixed;
    bottom: 250px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    background-color: #dfcaa2;
    font-size: 12px;
    padding: 1em;
    display: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    .chat-icon:hover {
        background-color: #e8d6b3;
    }


.content-header {
    margin: 0px 0px 12px 0px;
}

.sectionButton .ico-arrow {
    height: 72px;
    width: 72px;
    min-width:72px;
    float: left;
    background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) 0px 0px no-repeat;
}

.sectionButton a {
    color: white;
    font-size: 2em;
    text-decoration: none !important;
    display: flex;
    width: 100%;
}

    .sectionButton a:focus, .sectionButton a:hover {
        outline: 0;
    }

.sectionButton .linkText {
    margin: 0px !important;
    display: block;
    font-size: 36px;
    padding-left: 10px;
    line-height: 1;
    align-self: center;
}

.scrollPhysician {
    display: block;
    width: 200px;
    margin: 0px auto;
}

    .scrollPhysician img {
        height: 150px !important;
        width: 120px !important;
        margin: 0px auto;
    }

.scrollPhysicianText {
    text-align: center;
    display: block;
    margin: 0px 0px 0px 0px;
}

.scrollVideo {
    display: block;
    margin: 0px auto;
}

.scrollVideo {
    width: 320px;
}

    .scrollVideo img {
        width: 320px;
        height: 180px;
    }

    .scrollVideo .scrollVideoText {
        text-align: center;
        display: block;
        margin: 12px 0px 0px 0px;
    }

.borderedButton {
    color: #ee7900;
    border: 2px solid #61acb8 !important;
    background-color: white;
    font-weight: 700;
    margin: 24px 0px;
}

a.borderedButton {
    color: #61acb8;
}

    a.borderedButton:hover {
        color: white;
        background-color: #61acb8;
    }

    a.borderedButton:visited {
        color: #61acb8;
    }

.profileButton:hover {
    background-color: #63afbc;
}

@media (max-width: 991px) {
    .content {
        margin: 24px 0 0 0;
    }

    .sectionRight img {
    }

    ul.links {
        display: block;
        margin: 24px 0px;
        padding: 0;
    }

        ul.links li {
            width: 100%;
            border-top: 4px solid #f4f3ef;
            list-style: none;
            padding: 6px 0px 6px 0px;
        }

    .links a:hover {
        color: #ed7923;
    }

    .featStories {
        width: 100%; /* hier - change to 90 to display buttons*/
    }

    .scrollFeat {
        display: block;
        margin: 0px auto 24px auto;
        width: 100%;
        max-width: 290px;
    }

    .scrollFeatText {
        text-align: center;
        display: block;
        margin: 6px 0px 0px 0px;
    }

    .scrollFeat img {
        width: 100%;
        height: 100%;
    }

    .featured, .section {
        overflow: auto;
        margin: 2em 0;
    }

        .featured .title, .section .title {
            width: 100%
        }

            .featured .title h2, .section .title h2 {
                /*font-size: 1.2em;*/
                margin: 0px;
            }

    .links {
        width: 100%;
    }

        .links p {
            border-top: 4px solid #f4f3ef;
            padding: 8px 0px 0px 0px;
        }
}

@media (min-width:992px ) {
    .sectionRight img {
        float: right;
    }

    .featured, .section {
        overflow: hidden;
        margin: 0px 0px 2em 0px;

    }

        .featured .title, .section .title {
            width: 25%;
            float: left;
        }

            .featured .title h2, .section .title h2 {
                /*font-size: 1.2em;*/
                margin: 0px;
            }

    ul.links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 24px 0px;
        width: 75%;
        float: left;
    }

        ul.links li {
            width: 48%;
            border-top: 4px solid #f4f3ef;
            list-style: none;
            padding: 12px 0px;
        }

    .links a:hover {
        color: #ed7923;
    }

    .section .content {
        width: 75%;
        float: left;
    }

        .section .content h1,
        .section .content h2,
        .section .content h3,
        .section .content h4 {
            margin-top: 0px;
        }

    .featVideos, .featPhysicians {
        width: 90%; /*change to 90 to display buttons*/
    }

    .featStories {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .scrollFeat {
        width: 32%;
    }

    .scrollFeatText {
        text-align: center;
        display: block;
        margin: 12px 0px 0px 0px;
    }

    .featStories img {
        width: 100%;
    }

    .featVideos .featNext, .featPhysicians .featNext {
        position: absolute;
        top: 50%;
        right: -72px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        width: 72px;
        height: 72px;
        transform: translateY(-50%);
        border: none;
    }

        .featVideos .featNext:hover, .featPhysicians .featNext:hover {
            background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -144px 0px;
            transform: translateY(-50%) rotate(180deg) !important;
        }

    .featVideos .featPrev, .featPhysicians .featPrev {
        width: 72px;
        height: 72px;
        background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -72px 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-51%) rotate(180deg);
        left: -72px;
        border: none;
    }

        .featVideos .featPrev:hover, .featPhysicians .featPrev:hover {
            background: url(/Images/Design013/Icons/Circle-with-Arrow-buttons.png) -144px 0px;
            transform: translateY(-50%) rotate(0deg) !important;
        }

    .owl-stage-outer {
    }

}
