﻿.drmsg p{
    font-size: 13pt;
text-align: justify;
color: #000;
}
.facilities-appointment-area .single-item .text-holder p {
  color:#000;
}
.my_notice_board {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);

border-radius:5px;
padding:10px;
height:350px;
overflow:auto;
}
.my_drimg {
    text-align:center;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .my_drimg img{
      display:none;
    }
    .nb {
        display:none;
}
    .my_news_data {
    max-height: initial !important;
}
    .mobileBTN {
            margin-top: 24px;
            display: block;
        }

    .rev_slider_wrapper	{	height:150px !important;}
}

.my_news_data p {
    color:#000;
}
.my_news_data a {
    color:#0a00ff;
}
.page_start {
    border-top:5px solid #006605;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    padding:20px;
    text-align:center;
}
.myGallery {
    text-align:center;
}
.myGallery img {
    border:1px solid #808080;
    border-radius:10px;
    margin-bottom:10px;
    max-width:100%;
    height:auto;
}
.mycontents p {
            font-size: 14px;
            color: #000;
            text-align: justify;
        }

        .mynewitem {
            border-bottom: 2px solid #026006;
            margin-bottom: 25px;
            padding: 20px;
        }
.myhighlight {
    font-weight:bold;
    color:#026006;
}
.drmsg li{
    font-size: 13pt;
color: #000;
}
 .drmsg li i{
  color:#026006;
margin-left:20px;
margin-right:10px;
}
    /*.drmsg li::before {
        content:"<i class=\"fa fa-check-circle\"></i>";
    }*/

.my_news_data {
    max-height: 100px;
overflow: auto;
}
.calculators_div {
    padding:10px;
    background-color: #f0fde9;
}
.resultDIV {
    padding:20px;
    border:4px solid #026006;
    border-radius:10px;
    font-size:20px;
    background-color:#fdf4b0;
}