.logo {
    width: 38.4px;
    height: 38.4px;
}

.navbar {
    background-color: white;
}

.image-container {
    position: relative;
}

.image-text {
    font-size: 64px;
    position: absolute;
    top: 83px;
    left: 106px;
    width: 938px;
    color: #FFFFFF;
}

.bell {
    width: 29.99px;
    height: 33.4px;
}

.sidenavbuttons {
    margin-right: 20px;
}

.sidenavbuttons a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    font-family: Arial, sans-serif; 
    margin-right: 46px;
}

.g-2 {
    margin-left: 112px;
}

.custom-h1 {
    font-size: 64px;
    position: absolute;
    top: 34px;
    left: -12px;
    width: 932px;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-weight: bold;
}

.custom-h2 {
    font-size: 36px;
    position: absolute;
    top: 213px;
    left: -10px;
    width: 684px;
    color: #E8E9F1;
    letter-spacing: 1px;
    font-weight: bold;
}

.custom-h3 {
    font-family: Arial;
    font-size: 17px;
    position: absolute;
    top: 109px;
    left: 12px;
    color: black;
    font-weight: normal;
}

.custom-h4 {
    margin-top: -30px;
    margin-bottom: -1px;
    margin-left: 688px;
}

.btnlogin {
    color: white;
    border: 1px solid #0256B0;
    border-radius: 25px;
    width: 73px;
    background-color: #0256B0;
    margin-left: 5px;
}

.custom-form-select {
    width: 305px;
    height: 42px;
    margin-top: -166px;
    margin-left: 306px;
    margin-right: 66px;
    border-radius: 25px;
    box-shadow: 10px 10px 10px 2px rgba(95, 167, 243, 0.4);
    border: 1px solid rgba(95, 167, 243, 0.4);
    background-color: #fff;
    color: #000;
    font-weight: 400;
}

.custom-form-control {
    width: 387px;
    height: 42px;
    margin-top: -166px;
    border-radius: 25px;
    box-shadow: 10px 10px 10px 2px rgba(95, 167, 243, 0.4);
    border: 1px solid rgba(95, 167, 243, 0.4);
}

.btnsearch {
    color: white;
    border-radius: 25px;
    font-size: 14px;
    background-color: #0256B0;
    width: 94px;
    height: 40px;
    margin-top: -166px;
    box-shadow: 10px 10px 10px 2px rgba(95, 167, 243, 0.4);
    border: 1px solid rgba(95, 167, 243, 0.4);
    margin-left: -73px;
}

.make-appointment {
    display: flex;
}

.card-img-top {
    width: 48px;
    height: 48px;
    margin-top: 19px;
    margin-left: 25px;
}

.h-100 {
    width: 281px;
    height: 177px;
    border: 1px solid rgba(95, 167, 243, 0.4);
    box-shadow: 10px 10px 10px 2px rgba(95, 167, 243, 0.4);
}

.h-150 {
    height: 150px;
}

.g-4 {
    height: 177px;
    margin-top: -136px;
    margin-bottom: 171px;
    margin-right: 35px;
    margin-left: 72px;
}

.card-body {
    margin-left: 18px;
    border-bottom: 1px solid rgba(95, 167, 243, 0.4); 
    width: 69px; 
    padding-bottom: 10px; 
    margin-bottom: 10px; 
}

footer {
    width: 100%;
    padding: 20px;
    background-color: #E8E9F1;
}

footer.fixed {
    position: fixed;
    bottom: 0%;
}

.logof {
    width: 35px;
    height: 35px;
}



