.profile-bot ul li {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.profile-bot ol li {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.department-details-wrp ul li {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
}
.department-details-wrp ol li {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
}
.intps-wrp ul li:before {
    content: "\f054";
    font-family: Fontawesome;
    font-size: 11px;
    margin-right: 5px;
    color: #007d9e;
    width: 12px;
    line-height: 20px;
    flex: none;


}
.intps-wrp ul {
    padding-left: 0;
    list-style: none;
}
.intps-wrp ul li{
    font-size: 14px;
    color: #595959;
    margin-bottom: 8px;
    list-style: none;
}
.intps-wrp ul li ul{
    margin-left: 30px;
}
.clinic-docs .figure__in {
    overflow: hidden;
}

.clinic-docs .clinic-doc-slider2 figcaption h4 {
    font-size: 13px;
}
.clinic-docs .clinic-doc-slider2 figcaption h5 {
    font-size: 11px;
}

.hosp_pic
{
    background-size: 100% 100% !important;
}
.trending-slider .main a {
    font-size: 12px;
}
.clinic-facility ul li {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
    /*margin-bottom: 40px;*/
}
.applybtn {
    display: flex;
    align-items: center;
}
.langbtn {
    display: flex;
    align-items: center;
}
.gal-boxes figure {
    height: auto;
}

.gal-inn-boxes .gal-box figcaption i {
    position: absolute;
}
.accordion-wrp-II .card-body ul li {
    text-align: justify;
    font-size: 15px;
    color: #595959;
    line-height: 27px;
}
.accordion-wrp-II .card-body ol li {
    text-align: justify;
    font-size: 15px;
    color: #595959;
    line-height: 27px;
}
.modal-header.text-center {display:block;
                           border:none;}
.modal-header.text-center img{
    display:block;
    margin:auto;
}
.modal-header.text-center .close{
    float:none;
    left:10px;
    position:absolute;
    top:8px;
    color:#106ab1;
    opacity:1;
}
.modal-body .contact-wrp{
    padding: 0px 25px;
    padding-bottom: 10px;
}
.modal-body .custom-file-label{
    color: rgb(123, 123, 123) !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    border-radius: 0px;
    height: 48px;
}
.modal-body .custom-file-label:after{
    display: none;
}
.modal-body .custom-file-label span{
    position: absolute;
    right: 0px;
    background-image: url('../images/upload.png');
    background-repeat: no-repeat;
    background-position: 85% 8px;
    padding-right: 42px;
}
html[dir="rtl"] .modal-body .custom-file-label span{
    position: absolute;
    left: 0px;
    background-image: url('../images/upload.png');
    background-repeat: no-repeat;
    background-position: 12px 8px;
    padding-left: 42px;
    right: auto;
}

.modal-dialog {
    max-width: 650px;
}
.custom-file .help-block {
padding-top: 18px;
}