/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500&display=swap');
* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

p {
    text-align: left;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 13px;
    padding-top: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 16px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 30px;
}


/*Female doctor image*/

.img-cont {
    display: block;
}

.img-cont img {
    width: 65%;
}

.img-btn {
    padding-left: 10px;
}

.edoc-text {
    margin-top: 20px;
    font-size: 27px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}

.btn.edoc-btn {
    background-color: #ff1a1a;
    color: white;
    padding: 7px 10px;
    border: none;
    font-size: 20px;
    width: 50%;
    border-radius: 30px;
}

@media screen and (max-height:640px) {
    .img-cont img {
        width: 55%;
    }
    .edoc-text {
        font-size: 25px;
    }
    .btn.edoc-btn {
        width: 65%;
        font-size: 20px;
    }
}

@media screen and (max-width:330px) {
    .edoc-text {
        font-size: 26px;
    }
    .btn.edoc-btn {
        font-size: 24px;
    }
}