#doctor-second-style {
/*common class*/
.top-pad {
    padding-top:50px;
}
.bottom-pad {
    padding-bottom:50px;
}
/*common class end*/
.subtitle {
    text-transform:none;
}
.doctors-3col-tabs { 
    .nav-tabs {
        margin-bottom:25px;
    }
}
.doc-name {
    border:none;
    padding:0px;
    text-align:left;
}
.doc-name { 
    p {
        text-align: left;
        padding:0px;
    }
}
.doc-name { 
    a {
        text-decoration: none;
        border-bottom: 1px solid @main-theme-color;
        color:@main-theme-color;
    }
}
.doc-name a :hover {
    color:@main-theme-color;
    border-bottom: 1px solid @main-theme-color;
    text-decoration:none;
}
.border-dist {
    padding-bottom:3px;
}
.zoom-icon {
    height: 40px;
    width: 40px;
}
.bottom-border {
    border-top: 3px solid @main-theme-color;
    padding: 0px 30px 0px 30px;
}
.doc-title {
    border-bottom:1px solid #e6e7e8;
    padding-bottom:10px;
}
.backbg {
    background: #e6e7e8 url('../images/icon-img-fold-alll.png') no-repeat @fold-imagepos;
}
.padd-bottom {
    padding-bottom:15px;
}
.padd-top {
    padding-top:15px;
}
.timetable {
    a {
        text-decoration:none;
        border-bottom: 1px solid #8c99a9;
        color:#8c99a9;
    }
}
.contact-side-social-wrap {
    margin-right:15px;
    margin-top:0px;
}
.detail-line-height {
    line-height:1px;
}
.close-btn1 {
    display:inline-block;
    margin-top:40px;
    color:@main-theme-color;
}
.close-btn {
    color:@main-theme-color;
    border: 1px solid @main-theme-color;
    padding: 10px 30px 10px 30px;
    font-weight:bold;
}
.close-button {
    font-size: 15px;
    font-weight: normal;
    padding-left: 5px;
}
.contact-page-list {
    li{
        min-height:0px;
        line-height:0px;	
        padding: 15px 0 15px 0;
    }
}

.feature {
    font-weight:bold;
    color:@main-theme-color;
    float:left;
    width: 35%;
}
.feature-details {
    font-weight:normal;
    color: #8c99a9;
    width:65%;
    display: inline-block;
}

.details li:first-child {
    border-bottom:1px solid #e6e7e8;
    padding-bottom:15px;
    padding-bottom:20px;
}
.detail-section {
    width:100%;
    display:inline-block;
}
.border-btm {
    border-bottom: 1px solid #e6e7e8;
    padding-top:5%;
    padding-bottom:5%;
}

.rot-y .panel-icon {
    background: #c7c8ca url('../images/icon-grey-back.png') no-repeat 36px 36px;
    display: inline-block;
    .transition (@transition : .5s);
    -webkit-transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    &:hover {
        background:@main-theme-color url('../images/icon-img-fold-alll.png') no-repeat @fold-imagepos;
    }
}

.fa-google-plus, .fa-linkedin, .fa-envelope-o, .fa-facebook  {
    color: @bg-text-color;
    font-size: 20px;
    height: 45px;
    width: 45px;
    float: left;
    text-align: center;
    line-height: 45px !important;
    margin-right: 15px;
}
.service-icon-container {
    margin-right:6px;
}
}