body {
    background: #fcfcfc;
}

.navbar {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 998;
    background: #fcfcfc;
    border-bottom: 1px solid #e7e7e7;
}
#ContactPage{
    padding: 75px 0;
}

.form-group {
    margin: 25px 0;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #00a95a33;
}

.ContactForm label {
    color: #6c6c6c;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 20px;
}

.ContactForm input {
    background: #ffffffde;
    padding: 12px;
    border: 2px solid #f1f1f1;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ContactForm textarea {
    width: 100%;
    background: #ffffffde;
    padding: 12px;
    border: 2px solid #f1f1f1;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.HospitalDetailIcon {
    width: 50px;
    height: 50px;
    background: #00a95b;
    border-radius: 50%;
    position: relative;
    display: table;
}

#ContactPage .ContactDetails h3 {
    color: #6c6c6c;
    font-size: 22px;
    font-weight: 600;
}

.ContactDetails h4 {
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.marginBottom {
    margin-bottom: 35px;
    transform: translateY(-15px);
}

.HospitalDetailIcon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 1200px) and (min-width: 992px ){

}
@media (max-width: 992px) and (min-width: 768px ){
    .xs0PaddingRight {
        padding-right: 0px;
    }
    .xs0PaddingLeft {
        padding-left: 0;
    }
}
@media (max-width: 768px) and (min-width: 320px ){
    .xs0PaddingRight {
        padding-right: 15px;
    }
    .xs0PaddingLeft {
        padding-left: 15px;
    }
    .xs0Padding{
        padding: 0;
    }
}
