﻿body {
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #647589;
    margin-bottom: 15px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: #cccccc;
}
.btn {
    -moz-user-select: none;
    background: #ff94fa;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 24px 40px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.feature-box {
    padding: 40px;
    background-color: rgb(248 212 246);
    box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}
.appoinment-box-2 {
    background-color: rgb(248 212 246);
    box-shadow: 0px 16px 32px 0px rgba(223, 217, 255, 0.4);
    margin-top: -241px;
}