html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.bg-light {
    background: #ffffff !important;
    padding: 20px 10px 20px 10px;
}
#ultima-nav {
    display: table;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#ultima-nav img,
#ultima-nav span {
    display: table-cell;
    height: auto;
}
#ultima-nav img {
    height: 48px;
}
#ultima-nav span {
    color: #849DAA;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    vertical-align: middle;
}
.navbar {
    height: 70px;
    box-shadow: 0px 3px 6px #00000029;
}
.navbar-light .navbar-brand {
    color: #849DAA;
    text-transform: uppercase;
    padding-left: 100px;
}
.bg-light #navbarNav .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 15px;
    color: #707070;
    padding-right: 20px;
}

.bg-light #navbarNav .navbar-nav .nav-item .nav-link.active,
.bg-light #navbarNav .navbar-nav .nav-item .nav-link:hover {
    color: #080a16;
}

/* Footer css */
#footer {
    padding: 50px 200px 50px 200px;
}
#footer img {
    height: 77px;
}
#footer .fa-facebook,
#footer .fa-twitter {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 1px solid #707070;
    text-align: center;
    padding: 5px;
    font-size: 12px;
}
#footer p {
    margin-bottom: 5px;
    color: #37383B;
    font-size: 12px;
    font-weight: bold;
}
#footer h4 {
    font-size: 16px;
    font-weight: bold;
}
#footer a {
    text-decoration: none;
    color: #37383B;
    font-size: 12px;
    font-weight: bold;
}
#copyright {
    padding: 40px 0px 20px 200px;
    color: #37383B;
    font-size: 10px;
}

.btn-dark {
    background-color: #849DAA;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    width: 113px;
    height: 38px;
    font-weight: bold;
    font-size: 12px;
}

/* Homepage css */
#hero-section {
    background: url('../img/home_hero.png');
    /* height: 634px; */
    background-size: cover;
    background-position: bottom;
    padding-top: 200px;
    padding-bottom: 100px;
    padding-left: 105px;
}

#hero-section .card {
    padding: 40px 50px 40px 50px;
    border: none;
    border-radius: 10px;
    width: 563px;
}

#hero-section .card span,
#mobile-card .card span {
    color: #B5C3D9;
    font-size: 12px;
    margin-bottom: 11px;
}

#hero-section .card h3,
#mobile-card .card h3 {
    color: #37383B;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 21px;
}

#hero-section .card p,
#mobile-card .card p {
    color: #707070;
    font-size: 12px;
    margin-top: -10px;
}

#hero-section .card .btn-home,
#mobile-card .card .btn-home {
    background-color: #37383B;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    height: 32px;
    width: 139px;
    font-size: 10px;
    margin-top: 21px;
}

#book_appointment #header {
    padding-top: 100px;
    padding-bottom: 58px;
    text-align: center;
}

#book_appointment #header p {
    color: #849DAA;
    font-size: 16px;
    margin-bottom: 15px;
}

#book_appointment #header h3 {
    color: #37383B;
    font-size: 30px;
    font-weight: bold;
}

#book_appointment #content {
    margin: 0px 220px 0px 220px;
    box-shadow: 0px 3px 6px #00000029;
}

#book_appointment #content h3 {
    font-size: 15px;
    color: #5A5555;
}

#book_appointment #content p {
    font-size: 11px;
    color: #849DAA;
    padding-top: 15px;
}

#book_appointment #content #joint {
    height: 113px;
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
}

#book_appointment #content #joint:hover,
#book_appointment #content #arthritis:hover,
#book_appointment #content #back:hover,
#book_appointment #content #sports:hover {
    background: #849DAA;
}
#book_appointment #content #joint:hover p,
#book_appointment #content #arthritis:hover p,
#book_appointment #content #back:hover p,
#book_appointment #content #sports:hover p {
    color: #ffffff;
}

#book_appointment #content #arthritis {
    height: 113px;
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
}
#book_appointment #content #arthritis p {
    padding-top: 34px;
}

#book_appointment #content #back {
    height: 113px;
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
}

#book_appointment #content #sports {
    height: 113px;
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
    padding-top: 20px;
    padding-left: 40px;
}

#book_appointment #content #book {
    height: 113px;
    width: 100%;
    padding-top: 33px;
    /* padding-right: 20px; */
    text-align: center;
}
#book_appointment #content #book .btn {
    height: 46px;
    width: 113px;
    font-size: 12px;
    color: #ffffff;
}

#home_about {
    margin-top: 152px;
    padding: 0px 200px 150px 200px;
}

#home_about h4 {
    font-size: 16px;
    color: #5A5555;
}
#home_about h3 {
    font-weight: bold;
    font-size: 30px;
    color: #37383B;
    margin-top: 14px;
    margin-bottom: 25px;
    line-height: 45px;
}
#home_about p {
    color: #707070;
    font-size: 12px;
    margin-bottom: 34px;
}
#home_about .btn-dark {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: 38px;
    width: 113px;
}

#home_about img {
    width: 90%;
    height: auto;
    /* height: 385px; */
    border-radius: 10px;
}

#doctors {
    padding: 0px 200px 150px 200px;
}
#doctors #header {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 58px;
}
#doctors #content {
    text-align: center;
}
#doctors #content .col-sm {
    padding-left: 20px;
    padding-right: 20px;
}
#doctors img {
    height: auto;
    /* max-height: 263px; */
    width: 100%;
    border-radius: 10px;
    margin-bottom: 28px;
}
#doctors h3 {
    color: #37383B;
    font-weight: bold;
    font-size: 20px;
}

#doctors p {
    color: #37383B;
    font-size: 12px;
}

#feature {
    padding: 0px 200px 150px 200px;
}
#feature .row {
    margin-top: 50px;
    margin-bottom: 50px;
}
#feature h3 {
    font-weight: bold;
    font-size: 35px;
    color: #37383B;
    margin-bottom: 30px;
}
#feature p {
    color: #707070;
    font-size: 12px;
}
#feature .btn-dark {
    color: #ffffff;
    font-weight: bold;
    height: 38px;
    border-radius: 5px;
    width: 113px;
    font-size: 12px;
    margin-top: 35px;
}
#feature #content {
    text-align: center;
}
#feature img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 24px;
}
#feature h4 {
    font-size: 12px;
    font-weight: bold;
}
#feature #content #joint,
#feature #content #back,
#feature #content #sports,
#feature #content #fractures,
#feature #content #arthritis,
#feature #content #paed {
    padding: 35px;
}
#feature #content #joint,
#feature #content #back {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}
#feature #content #sports {
    border-bottom: 1px solid silver;
}
#feature #content #arthritis {
    border-right: 1px solid silver;
}
#feature #content #fractures {
    border-right: 1px solid silver;
}

#cta {
    width: 100%;
    max-width: 100%;
}

#cta #content {
    background-color: #EEF6F9;
    padding: 74px 84px 76px 246px;
    height: 408px;
}
#cta #content h3 {
    color: #37383B;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 11px;
}
#cta #content h2 {
    color: #37383B;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 17px;
}
#cta #content p {
    color: #707070;
    font-size: 12px;
    margin-bottom: 20px;
}
#cta #content .btn-dark {
    height: 38px;
    font-size: 12px;
    color: #ffffff;
    width: 113px;
    background: #849DAA;
    font-weight: bold;
}
#cta #image {
    background: url('../img/home_cta.png');
    background-size: cover;
    background-position: center;
    height: 408px;
}

/* About us page */
#about #top-section {
    margin: 81px 150px 81px 150px;
}
#about #top-section #left {
    padding-top: 100px;
}
#about #top-section #left p {
    color: #37383B;
    font-weight: bold;
    font-size: 12px;
    line-height: 8px;
}
#about #top-section #right h1 {
    color: #37383B;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 42px;
}
#about #top-section #right p {
    font-size: 12px;
    color: #707070;
}
#about #about_hero {
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
}
#about #about_hero #hero_img {
    background: url('../img/about_hero.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
}
/* doctors page */
#doctors-top {
    margin: 81px 150px 81px 150px;
}
#doctors-top h1 {
    color: #37383B;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 42px;
    text-align: center;
}
#doctors-top p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 12px;
    color: #707070;
}
#doctors-team {
    margin: 0px 145px 100px 145px;
    text-align: center;
}
#doctors-team .col-sm {
    padding-left: 20px;
    padding-right: 20px;
}
#doctors-team img {
    width: 100%;
    height: auto;
    /* max-height: 290px; */
    margin-bottom: 32px;
}
#doctors-team h3 {
    color: #37383B;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
#doctors-team h4 {
    color: #37383B;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 18px;
}
#doctors-team p {
    color: #37383B;
    font-size: 12px;
}
/* services */
#service-title {
    margin: 101px 145px 0 145px;
    text-align: center;
}
#service-title p {
    color: #849DAA;
    font-size: 16px;
    margin-bottom: 15px;
}
#service-title h3 {
    color: #37383B;
    font-weight: bold;
    font-size: 30px;
}
#service-items {
    margin: 56px 145px 145px 145px;
}
#service-items .image-card img {
    width: 100%;
    height: 204px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#service-items .card {
    border-radius: 10px;
    margin-bottom: 70px;
    box-shadow: 0px 3px 6px #00000029;
}
#service-items .card .title-card {
    text-align: center;
    padding: 49px 0px 27px 0px;
}
#service-items .card .title-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #37383B;
    margin-bottom: 11px;
}
#service-items .card .title-card p {
    font-size: 12px;
    color: #37383B;
}
/* disagnostics */
#diag-title {
    text-align: center;
    margin-top: 101px;
    margin-bottom: 56px;
}
#diag-title p {
    color: #849DAA;
    font-size: 16px;
    margin-bottom: 15px;
}
#diag-title h3 {
    color: #37383B;
    font-weight: bold;
    font-size: 30px;
}
#diag-items {
    margin-left: 145px;
    margin-right: 145px;
}
#diag-items img {
    width: 100%;
    border-radius: 10px;
}
#diag-items #radiology {
    width: 100%;
    height: 392px;
}
#diag-items #radiology img {
    height: 392px;
    width: 100%;
}
#diag-items #xray,
#diag-items #c-arm,
#diag-items #ultrasound,
#diag-items #laboratory {
    width: 100%;
    height: 187px;
    margin-bottom: 18px;
}
#diag-items #xray img,
#diag-items #c-arm img,
#diag-items #ultrasound img,
#diag-items #laboratory img {
    width: 100%;
    height: 187px;
}
#diag-items #radiology .btn,
#diag-items #xray .btn,
#diag-items #c-arm .btn,
#diag-items #ultrasound .btn,
#diag-items #laboratory .btn {
    margin-top: -90px;
    margin-left: 7px;
    border-radius: 20px;
    height: 41px;
}

/* contact us page */
#contact {
    margin: 85px 80px 80px 80px
}
#contact map iframe {
    border-radius: 10px;
    border: 4px solid #849DAA;
}
#contact address {
    padding-top: 120px;
    padding-left: 60px;
}
#contact address h3 {
    font-weight: bold;
    font-size: 30px;
    color: #37383B;
    margin-bottom: 44px;
}
#contact address p {
    color: #707070;
    font-size: 16px;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}
.modal-header {
    border-radius: 0;
    height: 70px;
    box-shadow: 0px 3px 6px #00000029;
}
.modal-header img {
    padding-left: 47px;
    padding-top: 10px;
    height: 20px;
}
.modal-full .modal-content {
    min-height: 100vh;
    max-height: 100vh;
    border-radius: 0;
}
.modal-body {
    margin-top: 85px;
    position: fixed;
}
.modal-body #right {
    padding-left: 100px;
}
.modal-body #right img {
    width: 100%;
    height: 500px;
    border: 5px solid #849DAA;
    border-radius: 10px;
}
.modal-body #left {
    padding-left: 92px;
    padding-right: 92px;
    height: 80vh;
    overflow-y: scroll;
}
.modal-body h3 {
    color: #37383B;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 17px;
}
.modal-body p {
    color: #707070;
    font-size: 12px;
    margin-bottom: 25px
}
.modal-body ul {
    margin-bottom: 15px;
}
.modal-body ul li {
    color: #707070;
    font-size: 12px;
    list-style: decimal;
    margin-bottom: 10px;
}
.modal-body #left .btn-dark {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
}
.modal-body #left img {
    width: auto;
    height: auto;
    max-height: 130px;
    margin-bottom: 35px;
}

.modal #insurance_companies img {
    width: 100%;
    height: auto;
    /* max-height: 105px; */
}

