html {
    font-size: 62.5%;
}

body {
    font-size: 1.5rem;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a {
    color: #000;
    text-decoration: none;
}

header {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    background: #fff;
}

.totphead h2 {
    font-family: 'Boogaloo', cursive;
    color: #19487e;
    font-size: 3.3rem;
    font-weight: 600;
}

.totphead ul li {
    display: inline-block;
    border-right: 1px solid #e4e4e4;
    padding-right: 2rem;
}

.totphead ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.totphead ul li a:hover {
    color: #19487e;
}

.btn-danger {
    background: #1e78b7;
    font-size: 1.55rem;
    border-color: #1e78b7;
    border-radius: 30px;
}

.btn-danger:focus,
.btn-danger:hover {
    background: #fff;
    color: #1e78b7;
    border-color: #1e78b7;
    outline: none;
    box-shadow: none;
}

.totphead ul li a i {
    background: #49abf0;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 1.7rem;
}

.bg-dark {
    background: #19487e !important;
    padding: 2rem 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-right: 1px solid #fff;
    line-height: 0.4;
    font-size: 1.4rem;
}

.navbar-expand-md .navbar-nav .nav-link i {
    line-height: 0;
    font-size: 1.7rem;
}

.navbar .container-fluid,
.totphead {
    width: 97%;
}

.logo {
    width: max-content;
    }

.home-bann {
    background: url(../images/home-bg.jpg) no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-head {
    position: absolute;
    top: 25%;
    right: 8%;
    width: 50%;
}

.banner-head h1 {
    font-size: 2rem;
    /*font-weight: 800;*/
    /*  background: -webkit-linear-gradient(#1c7ec3, #19487e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lilita One', cursive;*/
    color: #000080;
    line-height: 1.5;
}

.banner-head h1 span {
    opacity: 0;
    filter: alpha(opacity=0);
}

.drkevin {
    width: 30%;
    position: absolute;
    top: 60%;
    left: 2%;
    transform: translateY(-50%);
}

.blue {
    color: #19487e;
}

.title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #19487e;
    position: relative;
    z-index: 99;
}


/* .title span {
    font-weight: 300;
}
 */

.welcome-quote h3 {
    font-size: 2.5rem;
    font-weight: 600;
}

.wel-txt p {
    font-size: 1.7rem;
}

.welcome-quote i {
    font-size: 6rem;
    line-height: 0;
    margin-top: 2rem;
    color: #ccc;
}

.welcome img {
    border: 1px solid #ccc;
}

.wel-txt h4 {
    font-size: 2.5rem;
    color: #19487e;
}

.wel-txt h5 {
    font-size: 1.7rem;
}


/* .title::before {
    content: "";
    background: url(../images/stethoscope.png) no-repeat;
    display: block;
    width: 130px;
    height: 130px;
    background-size: 100%;
    position: absolute;
    z-index: -9;
    left: 50%;
    top: -6rem;
    transform: translateX(-50%);
} */

.hospital {
    background: #f6f6f7;
    height: 100%;
    border: 1px solid #ccc;
}

.hospital h4 {
    font-size: 2rem;
    font-weight: 600;
}

.hospital h5 {
    font-size: 1.6rem;
}

.top-space {
    margin-top: 7rem;
}

p {
    font-size: 1.6rem;
}

.top-space1 {
    margin: 10rem 0;
}

.journey h4 {
    font-size: 2.6rem;
    color: #298dd3;
}

.journey h3 {
    font-size: 3rem;
    color: #19487e;
    font-weight: 800;
}

.btn-primary {
    background: #1c7ec3;
    border: 0;
    font-size: 1.6rem;
    border-radius: 5rem;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #19487e;
    outline: none;
    box-shadow: none;
}

footer {
    background: #19487e;
    color: #c8dbf0;
    padding: 5rem 0;
    margin-top: 7rem;
}

.footer-logo {
    background: #02254c;
    width: max-content;
    margin: auto;
    border-radius: 10px;
    color: #fff;
}

.footer-logo h3 {
    font-family: 'Boogaloo', cursive;
    font-size: 3rem;
}

.footer-logo h4 {
    font-weight: 400;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: #c8dbf0;
    text-decoration: none;
    padding: 0 1.6rem;
    border-right: 1px solid #fff;
    line-height: 1;
}

footer ul li a:hover {
    color: #000;
}

.f-call {
    color: #fff;
}

.f-call a {
    color: #c8dbf0;
    text-decoration: none;
}

.f-call a:hover {
    color: #fff;
}

.f-call a i {
    font-size: 2.5rem;
}

.copyright {
    background: #021f40;
    margin-top: 5rem;
}

.copyright p {
    font-size: 1.4rem;
    font-weight: 400;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #3f8de7;
}

.copyright p b {
    font-weight: 500;
}

.spec {
    border: 1px solid #bed6f3;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.spec h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(73 171 240);
}

.modal-body h4 {
    font-size: 2rem;
}

.modal-body b {
    color: #02254c;
}

.modal-body h5 {
    font-size: 1.7rem;
}

.modal-title {
    font-size: 2rem;
}

.modal-body p {
    font-size: 1.6rem;
}

.heading {
    font-size: 2.2rem;
    font-weight: 600;
}

ul li {
    line-height: 30px;
}

.private {
    background: #e3eaf1;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
}

.private h4 {
    font-size: 2rem;
    font-weight: 600;
}

.private h6 a {
    color: #fff;
}

.private h6 a:hover {
    color: #000;
}

.private h5 {
    font-size: 1.6rem;
    font-weight: 600;
}

.private h6 {
    font-size: 1.6rem;
    font-weight: 600;
    background: #328fd1;
    width: fit-content;
    color: #fff;
}

.private p {
    font-weight: 500;
}

.whatsup {
    color: #00a884;
}

.whatsup i {
    font-size: 2.5rem;
    vertical-align: middle;
}

.whatsup a:hover {
    color: #19487e;
}

.btn-secondary {
    background: #19487e;
    border-color: #19487e;
    font-size: 1.7rem;
    border-radius: 30px;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background: #1c7ec3;
    border-color: #1c7ec3;
    outline: none;
    box-shadow: none;
}

.welcome h4 {
    font-size: 2.5rem;
    color: #19487e;
}

.welcome {
    -webkit-transition: all .3s ease-in-out;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000) 3.5s;
    -webkit-transform: translateX(-1000%);
    -ms-transform: translateX(-1000%);
    transform: translateX(-1000%);
}

.animate .welcome {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


/* .break {
    -webkit-transition: all .3s ease-in-out 2s;
    transition: all .3s ease-in-out 2s;
    letter-spacing: -.07em;
} */

.word1 {
    -webkit-transition: all .3s ease-in-out 0.5s;
    transition: all .3s ease-in-out 0.5s;
}

.animate .word1 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.word2 {
    -webkit-transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 1s;
    transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 1s;
}

.word3 {
    -webkit-transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 1.5s;
    transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 1.5s;
}

.word4 {
    -webkit-transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 2s;
    transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 2s;
}

.word5 {
    -webkit-transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 2.5s;
    transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 2.5s;
}

.word6 {
    -webkit-transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 3s;
    transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 3s;
}

.animate .word6,
.animate .word5,
.animate .word4,
.animate .word3,
.animate .word2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.clinic {
    background: #efefef;
    border: 1px solid #ccc8c8;
    height: 100%;
}

.journey-bg {
    background: #e7f0f5;
    padding: 8rem 0;
    margin: 10rem 0;
}

.journey-bg h4 {
    color: #298dd3;
    font-size: 2.8rem;
    font-weight: 400;
}

.btn-success {
    background: #1c7ec3;
    border-color: #1c7ec3;
    font-size: 1.7rem;
    border-radius: 30px;
}

.btn-success:hover,
.btn-success:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    border-color: #1c7ec3;
    color: #1c7ec3;
}

.clinic i {
    font-size: 1rem;
    position: relative;
    top: -3px;
    color: #1575b9;
}

.clinic h3 {
    font-weight: 600;
    font-size: 2rem;
}

.clinic h4 {
    font-weight: 600;
    font-size: 1.6rem;
}

.table tr th,
.table tr td {
    padding: 1rem;
}

.grey {
    color: rgb(49, 49, 49);
}
.back {
    background: #214353;
    border-radius: 20px;
    color: #fff;
    font-size: 1.7rem;
   }
.back:hover{
    background: #000;
}
.banner{
    padding-top: 11rem;
}

/* Responsive */

@media screen and (max-width:768px) {
    .banner-head h1 {
        font-size: 2.3rem;
    }
    .banner-head {
        top: 23%;
    }
    .title {
        font-size: 3rem;
    }
    .hospital h4 {
        font-size: 1.8rem;
    }
    .home-bann {
        height: 100%;
        object-fit: cover;
        padding: 2rem;
    }
}

@media screen and (max-width:600px) {
    .navbar-brand h2 {
        font-family: 'Boogaloo', cursive;
        color: #fff;
        font-size: 3rem;
        font-weight: 500;
    }
    .navbar-dark .navbar-toggler {
        border: 0;
        font-size: 2.5rem;
        color: #fff;
    }
    .banner-head h1 {
        font-size: 2.5rem;
        color: #05182e;
        -webkit-text-stroke: 0;
    }
    .banner-head {
        top: inherit;
        position: inherit;
        right: inherit;
        width: 100%;
    }
    .title {
        font-size: 2.8rem;
    }
    .journey h3 {
        font-size: 2.5rem;
    }
    .journey h4 {
        font-size: 2.1rem;
    }
    .title::before {
        width: 100px;
        height: 100px;
        top: -5rem;
    }
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .banner {
        padding-top: 7rem;
    }
    .private {
        text-align: center;
    }
    .private h6 {
        margin: auto;
    }
    .bg-dark{
        padding: 0;
    }
    .drkevin{
        width: 100%;
    }
    .drkevin {
        width: 50%;
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin: auto;
        margin-top: 6rem;
    }
    .home-bann{
        height: 100%;
        object-fit: cover;
        padding: 2rem;
    }
    .clinic{
        height: auto;
        margin-bottom: 2rem;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-left: 0;
        border-right: 0;
        font-size: 1.6rem;
    }
    .navbar-nav{
        margin-top: 2rem;
    }
    .nav-link{
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:480px) {
    .navbar-brand h2 {
        font-size: 2.3rem;
    }
    .banner {
        padding-top: 6rem;
    }
    .banner-head h1 {
        font-size: 1.8rem;
    }
    .top-space {
        margin-top: 5rem;
    }
    .banner-head {
        top: 25%;
    }
    .title {
        font-size: 2.4rem;
        margin-top: 0;
    }
    p {
        font-size: 1.5rem;
    }
    .title::before {
        top: -4rem;
    }
    .journey-bg {
        margin: 1rem 0;
        padding: 5rem 0;
    }
    .journey h3 {
        font-size: 2.2rem;
    }
    .btn-primary {
        font-size: 1.5rem;
    }
    .journey img {
        width: 80%;
        margin-top: 3rem;
    }
    .btn-secondary {
        font-size: 1.5rem;
    }
    footer {
        margin-top: 6rem;
        padding: 3rem 0;
    }
    footer ul li a {
        padding: 0 0.8rem;
    }
    .copyright p {
        font-size: 1.3rem;
    }
    body {
        font-size: 1.4rem;
    }
    .banner img {
        height: 200px;
        object-fit: cover;
        object-position: -27rem;
    }
    .private h4 {
        font-size: 1.8rem;
    }
    .heading {
        font-size: 2rem;
    }
    .private {
        text-align: center;
    }
    .home-bann img {
        height: 200px;
        object-fit: cover;
        object-position: 0;
    }
    .drkevin{
        width: 100%;
        margin: auto;
        margin-top: 6rem;
    }
    .drkevin img{
        margin: auto;
        display: block;
    }
}

@media screen and (max-width:320px) {
    html {
        font-size: 60%;
    }
    .banner-head h1 {
        font-size: 2.3rem;
    }
}