@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
@import url('font-awesome.min.css');
body {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6em;
        background-color: #fff;
        color: #666;
        overflow-x: hidden;
        padding-top: 80px;
        -webkit-backface-visibility: hidden;
}

.row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
}

.row.is-flex ul li {
        margin-left: -20px;
        padding-right: 20px;
}

.row.is-flex h4 {
        margin-left: -40px;
}

.v-text {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
}

.red {
        background: #ff0000;
}

.green {
        background: #00dd00;
}

.blue {
        background: #0000dd;
}

.sentiatend h2 {
        font-size: 3vw;
        margin-bottom: 25px;
        font-weight: 100;
}

.sentiatend ul li {
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: -10px;
        padding: 0;
        font-weight: 100;
}

.navbar {
        position: fixed;
        min-height: 80px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        background-color: #fff;
        z-index: 100;
}

.navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 15px;
        color: #333;
}

.navbar-nav>li>a:hover {
        background-color: transparent;
        border-bottom: 4px solid rgba(130, 23, 157, 0.1);
}

.navbar-toggle {
        position: relative;
        float: right;
        padding: 8px 8px;
        margin-top: 10px;
        margin-right: 20px;
        margin-bottom: 8px;
        background-color: rgba(130, 23, 157, 0.26);
        background-image: none;
        border: 0;
        border-radius: 0;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #fff;
}

.navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 1px;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
        background-color: #ce0606;
}

.center {
        text-align: center
}

.left {
        text-align: left
}

.right {
        text-align: right
}

.carousel-control.right,
.carousel-control.left {
        background-image: none;
}

.carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #82179d;
        border-radius: 10px;
}

.carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #82179d;
}

#sentiacare_testimonial>.carousel-inner>.item>.carousel-caption {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
}

#sentiacare_testimonial .carousel-inner>.item {
        height: auto;
        min-height: 400px;
}

#sentiacare_testimonial .carousel-inner>.item>img {
        margin: 20px auto;
}

#sentiacare_testimonial .carousel-inner * {
        color: #333;
        text-shadow: none;
}

#sentiacare_testimonial>.carousel-inner>.item>img {
        margin: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
}

#sentiacare_testimonial>.carousel-inner>.item>.carousel-caption {
        position: relative;
        bottom: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
}

.testimonial-wrap {
        width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
}

.testimonial-wrap>p {
        text-align: center;
        margin-bottom: 20px;
}

.container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
}

.header-main {
        padding: 50px 10px;
}

.header-main>h1 {
        font-weight: 100;
        font-size: 3vw;
        color: #333;
        margin: 0;
}

.header-sub {
        font-size: 2em;
        line-height: 140%;
        color: #fff;
}

.header-2 {
        padding: 30px 10px 20px 10px;
}

.header-2>h1 {
        font-size: 3vw;
        font-weight: 100;
        line-height: 120%;
        color: #333;
}

.header-2>h1 span {
        font-size: 3vw;
        font-weight: 100;
        line-height: 100%;
        color: #333;
}

.progress {
        height: 60px;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
}

.anizoo {
        transition: 1s ease;
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
}

.anizoo:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
}

.sentiacare_info {
        background-color: #087754;
        color: #fff;
}

.sentiacare_info_2 {
        background-color: #087754;
        color: #fff;
        margin: 0;
}

.sentiacare_info>.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 0;
        padding: 0;
}

.sentiacare_info h1 {
        color: #fff;
        font-weight: 100;
        margin: 80px 0;
}

.sentiacare_info button {
        background-color: rgba(18, 15, 1, 0.23);
        border: 0;
        margin: 0
}

.sentiacare_info button:hover {
        background-color: rgba(18, 15, 1, 1);
        border: 0;
}

.sentiacare_info h1.intro_title {
        color: #fff;
        font-weight: 100;
        margin: 60px 20px 0;
}

.sentiacare_info p {
        color: #fff;
        font-weight: 100;
        padding: 30px 30px;
}

h1.features {
        color: #fff;
        font-weight: 100;
        margin: 20px 0;
}

p.features {
        font-size: 1.2em;
        line-height: 150%;
        color: #fff;
}

.sentiacare_info ul {
        list-style: none;
        margin: 0;
        padding: 20px;
        font-size: 1.5em;
}

.sentiacare_info ul li {
        margin-top: 12px;
}

.sentiacare h1 {
        font-size: 50px;
        font-weight: 400;
        line-height: 110%;
        margin-top: 50px;
}

.sentiacare h2 {
        font-size: 24px;
        font-weight: 100;
        line-height: 140%;
        margin-bottom: 50px;
}

.blue {
        background-color: #0d91a8;
}

.white {
        color: #fff;
}

.arrow-tp {
        position: relative;
        background: #00b8d9;
        padding: 30px;
}

.arrow-tp:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 184, 217, 0);
        border-bottom-color: #00b8d9;
        border-width: 30px;
        margin-left: -30px;
}

.arrow-tp ul {
        margin: 0 0 0 10px;
        padding: 0;
}

.arrow-tp ul li {
        color: #fff;
        font-size: 1.3em;
        padding: 10px 0 0 0;
}

.arrow_box {
        position: relative;
        background: #00b8d9;
}

.arrow_box:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 184, 217, 0);
        border-left-color: #00b8d9;
        border-width: 30px;
        margin-top: -30px;
}

.contact-info {
        background: #fff;
        padding: 50px 0;
}

.contact-info a {
        color: #333;
}

.top-btm-50 {
        margin-top: 50px;
        margin-bottom: 50px;
}

.top-btm-10 {
        margin-top: 10px;
        margin-bottom: 10px;
}

.top-btm-100 {
        margin-top: 100px;
        margin-bottom: 100px;
}

.footer {
        background: #333;
        padding: 30px 22px;
        margin: 0 auto;
        border-top: 8px solid #00D8FF;
        text-align: center;
}

.footer ul {
        margin: 0;
        padding: 0
}

.footer>.container ul li {
        text-align: center;
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        list-style: none;
        color: rgba(255, 255, 255, 0.39);
}

.footer>.container ul li:first-child {
        margin-left: 0;
        padding-left: 0;
}

.footer>.container ul li:last-child {
        border: none;
}

.footer>.container ul li a {
        color: rgba(255, 255, 255, 0.39);
}

.copyright {
        margin-top: 30px;
        text-align: right;
}

.copyright a {
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        text-shadow: none;
}

a.scrollup {
        color: #fff;
        height: 40px;
        width: 40px;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 40px;
        opacity: 0, 5;
        border-radius: 50%;
        z-index: 999;
}

.ftr-up {
        margin: 20px 0;
        padding: 0;
        text-align: center;
}

.lead {
        margin-bottom: 20px;
        font-weight: 300;
        line-height: 1.8;
        font-weight: 100;
}

.safe-overlay {
        background-image: url(../images/sentiacare-every-doctor.jpg);
        background-size: cover;
}

.safe-overlay h2 {
        color: #630460;
        padding: 20px 30px;
        font-size: 8vw;
        font-weight: 100;
        line-height: 130%;
}

.center-btn {
        width: 100%;
        padding: 35px 0;
        margin: 0 auto;
        text-align: center;
}

.center-btn>.btn-primary {
        padding: 10px 15px;
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
        border: none;
        border-radius: 0;
}

.center-btn>.btn-primary a {
        color: inherit;
}

btn:focus,
.btn:active:focus,
.btn.active:focus {
        outline: 0 none;
}

.btn-primary {
        background: rgba(5, 47, 60, 0.6);
        color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
        background: rgba(5, 47, 60, 1);
}

.btn-primary:active,
.btn-primary.active {
        background: rgba(5, 47, 60, 1);
        box-shadow: none;
}

.animated {
        -webkit-animation-duration: .5s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .5s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -o-animation-duration: .5s;
        -o-animation-timing-function: ease;
        -o-animation-fill-mode: both;
        -ms-animation-duration: .5s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .5s;
        animation-timing-function: ease;
        animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
        0% {
                opacity: 0;
                -webkit-transform: translateY(-20px);
        }
        100% {
                opacity: 1;
                -webkit-transform: translateY(0);
        }
}

@-moz-keyframes fadeInDown {
        0% {
                opacity: 0;
                -moz-transform: translateY(-20px);
        }
        100% {
                opacity: 1;
                -moz-transform: translateY(0);
        }
}

@-o-keyframes fadeInDown {
        0% {
                opacity: 0;
                -o-transform: translateY(-20px);
        }
        100% {
                opacity: 1;
                -o-transform: translateY(0);
        }
}

@keyframes fadeInDown {
        0% {
                opacity: 0;
                transform: translateY(-20px);
        }
        100% {
                opacity: 1;
                transform: translateY(0);
        }
}

.fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
}

@media(min-width:480px) {
        .safe-overlay h2 {
                color: #630460;
                padding: 20px 30px;
                font-size: 2vw;
                font-weight: 100;
                line-height: 130%;
        }
}

@media screen and (max-width: 768px) {
        .navbar-brand img {
                max-width: 50%;
                position: fixed;
                top: 10px;
                left: 20px;
        }
        .navbar-fixed-top .navbar-nav {
                border-bottom: 1px solid rgba(130, 23, 157, 0.1);
        }
        .navbar-fixed-top .navbar-nav>li>a {
                color: #666;
                background-color: rgba(130, 23, 157, 0.26);
                padding-top: 10px;
                padding-bottom: 15px;
                text-align: center;
        }
        .nav>li>a:hover,
        .nav>li>a:focus {
                text-decoration: none;
                background-color: rgba(130, 23, 157, 0.1);
        }
        .navbar-fixed-top .navbar-nav>li>a:hover,
        .navbar-fixed-top .navbar-nav>li>a:focus {
                color: #fff;
                background-color: #666;
        }
        .navbar-fixed-top .navbar-collapse,
        .navbar-fixed-top {
                border-color: transparent;
        }
}

@media screen and (max-width: 768px) {
        .header-sub {
                font-size: 1.3em;
                line-height: 140%;
                color: #fff;
        }
        .header-2 {
                padding: 15px 10px 10px 10px;
        }
        .header-2>h1 {
                font-size: 25px;
                font-weight: 100;
                line-height: 110%;
                color: #333;
        }
        .header-2>h1 span {
                font-size: 18px;
                font-weight: 100;
                line-height: 70%;
                color: #333;
        }
        h1 {
                font-size: 1.8em;
                margin: 20px 0 0 0;
                line-height: 110%;
                margin-bottom: 15px;
        }
        h2 {
                font-size: 20px;
                line-height: 150%;
        }
        .sentiatend h2 {
                font-size: 25px;
                margin-bottom: 15px;
                font-weight: 400;
        }
        .sentiatend ul li {
                font-size: 14px;
                margin-bottom: 5px;
                margin-left: -10px;
                padding: 0;
                font-weight: 100;
        }
        .sentiatend ul li:last-child {
                padding: 0 0 10px 0;
        }
        .header-main {
                padding: 10px 5px;
        }
        .arrow_box:after {
                display: none;
        }
        .sentiacare_info>.container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin: 0;
                padding: 0;
                padding-bottom: 20px;
                text-align: center;
        }
        .footer>.container {
                padding-right: 0;
                padding-left: 0;
                margin-left: auto;
                margin-right: auto;
                text-align: left
        }
        .header-main>h1 {
                font-size: 22px;
                padding: 10px;
                line-height: 150%;
        }
        .top-btm-100 {
                margin-top: 20px;
                margin-bottom: 20px;
        }
        .top-btm-50 {
                margin-top: 10px;
                margin-bottom: 10px;
        }
        .sentiacare_info ul {
                list-style: none;
                margin: 0;
                padding: 10px;
                font-size: 1.1em;
        }
        .sentiacare_info ul li {
                margin-top: 5px;
        }
        .center-btn {
                padding: 10px 0;
        }
        .center-btn>button {
                padding: 5px;
                font-size: 14px;
                margin-top: 5px;
        }
        .header-2>h1 {
                font-size: 10vw;
                line-height: 90%;
        }
        .header-2>h1 span {
                font-size: 6vw;
                line-height: 70%;
        }
        .sentiacare_info p {
                padding: 15px;
        }
        .footer>.container ul li {
                text-align: center;
                display: block;
                padding: 2px;
                border: none;
                list-style: none;
                color: rgba(255, 255, 255, 0.39);
        }
        .sm-t-c {
                text-align: center;
                margin-left: auto;
                margin-right: auto;
        }
}

.sm-img {
        border: 1px solid rgba(206, 206, 206, 0.33);
        padding: 10px
}

.no-li {
        margin-left: -20px;
}

.lead-b {
        border: 1px solid #09697b;
        padding: 30px;
        margin-top: 0;
        color: #fff;
        background-color: #00b8d9;
}

.lead-b h2 {
        font-size: 2.3em;
        font-weight: 300;
        line-height: 1.2;
}

.lead2 {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8;
}

@media (min-width: 768px) {
        .lead2 {
                font-size: 16px;
        }
}

@media(min-width:320px)and (max-width:600px) {
        .t-center {
                width: 100%;
                display: block;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
        }
}

.team-wrap {
        width: 70rem;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border-top: 1px solid #ccc;
}

.team {
        flex-grow: 1;
        border-right: 1px solid #ccc;
        padding: 2rem;
}

.team:last-child {
        border: none;
}

.team img {
        margin: 0 auto 30px;
        width: 150px;
        height: 150px;
        padding: 0;
}

.team h3 {
        text-align: center;
}

@media (max-width:40em) {
        .team-wrap {
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
                width: 100%;
                padding: 0;
        }
        .team {
                border: none;
        }
        .team img {
                margin: 0 auto 30px;
                width: 150px;
                height: 150px;
                padding: 0;
        }
}
