#about-us-version-two{
/*common class*/
.top-pad {
    padding-top:50px;
}
.bottom-pad {
    padding-bottom:50px;
}
/*common class end*/
.facility-list { 					 
    li {
        list-style-type:disc;
        margin-left:15px;
        padding: 10px 0px 10px 0px;
    }
}
.our-facilities {
    h2 {
        margin-top:0px;
    }
}
.hide-bullets {
    line-height: 12px;
    border-top: 1px solid @icon-box-bg;
} 
.thumbnail-img {
    width:16%;
    display:inline-block;
    border-right: 1px solid @icon-box-bg;
}
.block1 {
    margin-left:3px;
}
.slider-border {
    border:1px solid @icon-box-bg;
} 
.slider-section {
    border-bottom: 1px solid @icon-box-bg;
    padding-bottom: 10px;
} 
.carousel-inner-border {
    border:none;
    padding-bottom: 10px;
}
.thumbnail-setting {
    border:none;
    margin-bottom:0px;
}
.hide-bullets {
    li {
        &:last-child {
            border-right:none;
        }
    }
}		
.right-arrow-section, .left-arrow-section {
    margin-top: -40px
}
.slider-border :hover .left-arrow-section, .slider-border :hover .right-arrow-section {
    opacity:1;
}
.sub-heading {		
    p {
        font-size:15px;
        font-weight:bold;
        color:@title-text-color;
    }
}
.learn-more-btn {
display: inline-block;
margin-top: 28px;
margin-bottom: 35px;
}

.learn-more-btn {
    a {
        border: 1px solid @main-theme-color;
        padding: 10px 24px 10px 24px;
        background-color: @main-theme-color;
        color: @bg-text-color;
    }
}
.read-more-btn-section {
    a {
        color:@main-theme-color;
    }
    &:hover {
        color:@main-theme-color;
    }
}
.latest-post-wrap {
    p{
        a{
            color:@main-theme-color;
        }
    }
}
.border-bttm {
    border-bottom: 1px solid #e6e6e6;
}
.choice-feature {
    background-color:@icon-box-bg;
    padding:70px 0 70px 0;
}
.subtitle {
    background-color:@icon-box-bg;
    text-transform:none;
}
.latest-post-wrap {
    padding:0px;
}
.dept-icon-sub {
    color:@bg-text-color;
    margin-top:20px;
}
.rot-y {
    .panel-icon {
        background: @main-theme-color url('../images/icon-img-fold-alll.png') no-repeat @fold-imagepos;
        display: inline-block;
        .transition (@transition : .5s);
        -webkit-transition-property: transform;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.dept-content {
    p{
        padding-bottom:0px;
        margin:0px;
    } 
}
.doctor-bg  {
    background-image:url('../images/doctor-back.png');
    background-repeat:no-repeat;
    background-size:100%;
}
.need-section {
    text-align:center;
    background:@bg-text-color;
    padding:0px 12px 25px 12px;
}
.need-section {
    h3 {
        color:@main-theme-color;
    }
}

.everythig-thing-title {
    text-align:center;
    padding: 15% 0 15% 0;
}
.bottom-padd {
    padding-bottom:10%;
}
.c-form  {
    color:@bg-text-color;
}
.service-icon-container-section {
    float:none;
    display:inline-block;
    margin-top:-24px;
}

.row {
    display:inline-block;
    width:100%;
}

.read-more-right-arrow {
    color:@main-theme-color;
        &:hover {
            color:@main-theme-color;
        }
}

@media (max-width: 768px) { 
.right-arrow-section {
    font-size:30px;
} 
.left-arrow-section {
    font-size:30px;
}

}       



}