p {
    text-align: justify;
}

/* Menu */
.mean-container a.meanmenu-reveal {
    color: #fc5185;
    border: 1px solid #fc5185;
}

.mean-container a.meanmenu-reveal span {
    background: #fc5185;
}

.mean-container .mean-nav {
    background: #fc5185;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--second-color)
}

/* Index page */
.specialist-img {
    height: 250px;
    background-color: #eee;
    position: relative;
}
.main-menu .container {
    padding: 0px 30px;
}

.about-welcome-message blockquote {
    margin-top: 14px;
    margin-bottom: 14px;
}

.about-welcome-message h1 {
    margin-bottom: 0;
}

.mt-25 {
    margin-top: 25px;
}

.theme-btn:hover {
    background: var(--second-color);
    color: #fff !important;
    border-color: var(--second-color);
}

.single-specialist-doctor:hover .specialist-info {
    background: var(--main-color);
    color:#fff;
}

.section-bg-two {
    background: var(--second-color);
}

.opacity-5 {
    opacity: 0.5
}

.color-white {
    color: #fff;
}

.single-am-funfact {
    background-image: url(../../assets/img/funfact_bg.png);
}

.section-padding {
    padding: 80px 0px;
}

/* About page */
.margin-top-5 {
    margin-top: -5px;
}

.margin-13 {
    margin: 13px;
}

.icon-box {
    background-image: url(../../assets/img/featured_icon_bg.png);
}

.treatments-img {
    height: 380px;
    width: 540px;
}

/* Facilities page */
.facilities-img {
    height: 321px;
    width: 507px;
}

.logo-img {
    height: 135px;
    width:250px;
}

/* Contact us */
.cursor-pointer {
    cursor: pointer;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.contact-form-wraper form input, .contact-form-wraper form textarea {
    text-transform: none;
}

.error-msg {
    color: var(--red);
}

.contact-form-wraper form input, .contact-form-wraper form textarea {
    margin-bottom: 0;
}

/* Treatment */
.padding-0 {
    padding:0;
}

.padding-bottom-1 {
    padding-bottom: 1px
}

.margin-top-17 {
    margin-top: 17px;
}

.height-235 {
    height: 235px;
}

.main-color {
    color: var(--main-color);
}

.margin-top-35 {
    margin-top: 35px;
}

.font-weight-600 {
    font-weight: 600;
}

.border-bottom {
    border-bottom: 1px solid #fc5185 !important;
}

