﻿
body {
    color: #084583; /*#222020;*/
    font-family: "Roboto", sans-serif;
}

.text-primary {
    color: #fbefb0 !important;
}

.feature .feature-item .feature-icon {
     display: inherit; 
    border-radius: 10px;
    transition: 0.5s;
    text-align: center;
}

.bg-dark {
    background-color: #104687 !important;
}
.copyright {
    background: #104687 !important; /*#ee6925*/
}
.footer {
    background: #f7e7d9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.d-flex1 {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 1200px) {
    .display-31 {
        font-size: 2rem;
        color: #202135;
        text-align: center;
    }
}
.feature-icon1 {
    text-align:center;
    border-radius: 10px;
    transition: 0.5s;
}



.btn-primary {
    color: #ffffff;
    background-color: #104687;
    border-color: #104687;
    /*background-color: #ee6925;
    border-color: #f9801a;*/
}
.btn-primary1 {
    color: #ee6925;
    background-color: #ffffff;
    border-color: #f9801a;
}
.btn-primary:hover {
    color: #000;
    background-color: #d37921;
    border-color: #f9801a;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #e17635 !important;
}
.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #f9801a;
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #f9801a;
}
.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #f9801a;
    color: var(--bs-light) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #f9801a;
}

.header-carousel .owl-nav .owl-prev {
    background: #f9801a;
}
.header-carousel .owl-nav .owl-next {
    background: #f9801a;
}
    .header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
        color: #f9801a !important;
    }
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
}
.about .about-img .about-experience {
    position: absolute;
    top: 125px;
    left: -110px;
    transform: rotate(-90deg);
    background: transparent;
    color: #f9801a;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #040404c7 !important;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 20px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: -1px;
        left: 50%;
        background: #f9801a;
        transition: .5s;
    }
}
.btn-danger {
    color: #fff;
    background-color: #f9801a;
    border-color: #f9801a;
}
@media (min-width: 992px) {
    .py-99 {
        padding-top: 6.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}
@media (max-width: 991.98px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #f9801a;
        color: #f9801a;
    }
}
.section-title .sub-style::before {
    border: 1px solid #f9801a !important;
}
.section-title .sub-style::after {
    border: 1px solid #f9801a !important;
}
.sub-title::before {
    border: 1px solid #d98815 !important;
}
.sub-title::after {
    border: 1px solid #d98815 !important;
}
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/anh/doctor-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}
.form-control {
    color: #423d3d;
}
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(/images/anh/doctor-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(/images/anh/doctor-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-light {
    background-color: #f3f1ea !important;
}
.btn-success {
    color: #fff;
    background-color: #104687;
    border-color: #104687;
}