.mt-60{
    margin-top:60px;
}
.mb-60{
    margin-bottom:60px;
}

.bdr-grey{
    border: 1px solid #D9D9D9;
}
.th,  td{
    border-color:#dee2e6! important;
}
.bold{
    font-weight:600;
}
.flex-center{
    display:flex;
    justify-content:center;
    
}
.themegold{
    color:#ac8c5e;
}
.dis-box{
    
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:20px 10px;
    border-radius:20px;
    transition: all .5s;
}
.dis-box:hover{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.dis-flex{
    display:flex;
}
.award-img-div, .award-desc-div{
    width:50%;
    float:left;
}

.award-desc-div{
    padding:0 30px;
}
.cert-img{
    width:140px;
    float:left;
    margin-right:20px;
}
.cert-desc{
    width:calc(100% - 160px);
    float:left;
    padding:0 30px;
}

.flex-center{
    align-items:center;
}
a.brownbtn2 {
    color: #fff;
    background: #b89561;
    padding: 8px 20px;
}
.mg-auto{
    margin: 0 auto;
}
.clinical-icon{
    width:70px;
    float:left;
    margin-right:10px;
}
.clinical-desc{
    width:calc(100% - 80px);
    float:left;
}
.clinical-link{
    font-size:18px;
    font-weight:600;
    color:#555;
    position: relative;
    top: -3px;
}
 .clinical-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px; /* Position the underline 5px below the text */
    width: 100%;
    height: 2px; /* Thickness of the underline */
    background-color: red; /* Color of the underline */
}
.topline, .topline2{
    position:relative;
    line-height:1.3;
}
.topline::before, .topline2::before{
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 65px;
    height: 5px; /* Thickness of the underline */
    background-color: red; /* Color of the underline */
}
#tab-nav.tab-nav, #tab-nav2.tab-nav, #tab-nav3.tab-nav{
    padding: 0;
     border-right:0px;
}
#tab-nav.tab-nav li, #tab-nav2.tab-nav li, #tab-nav3.tab-nav li{
    border:2px solid #cccccc;
    border-width:0 0 2px 0! important;
    transition: all .5s;
        
}
#tab-nav.tab-nav:not(.tab-nav-lg) li a, #tab-nav2.tab-nav:not(.tab-nav-lg) li a, #tab-nav3.tab-nav:not(.tab-nav-lg) li a{
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a{
    background-image: unset;
    color:#555;
    font-weight:600;
    transition: all .5s;
}

#tab-nav.tab-nav li.ui-tabs-active, #tab-nav2.tab-nav li.ui-tabs-active, #tab-nav3.tab-nav li.ui-tabs-active{
    border-color:red;
}
.side-tabs.tab-container{
    padding: 10px 0 0 50px;
}
ul.reference{
    list-style: numberic;
    padding-left: 20px! important;
    margin-bottom:0px;
}
ul.reference li{
    margin-bottom:5px! important;
    font-size:12px;
}
.pl-0{
    padding-left:0px;
}
.pr-0{
    padding-right:0px;
}
.content-wrap{
	padding:60px 0 30px !important;
}
.content-wrap-60-0{
    padding:60px 0 0px !important;
}
.table th, .table td{
    border-top: 0px; 
}
.table td{
    border: 1px solid #cccccc ! important;
}
h2.bottomline{
    background: url(../../images/menu_title_border.jpg) no-repeat bottom left;
    padding-bottom: 10px;
}
.bg-lightgrey{
    background-color:#f2f2f2;
}
.content-wrap-60{
    padding:60px 0;
}
.gold{
    color:#ac8c5e;
}
h2.boldtitle{
    font-family: OpenSans Bold, sans-serif !important;
}
.content-wrap-30{
    padding:30px 0;
}
 
td.td-first{
   text-align: center; 
   background-color: #ac8c5e;
   color:#fff; 
}
td.td-second{
   text-align: center; 
   background-color: #c3a67d;
   color:#fff; 
}
td.td-thrid{
   text-align: center; 
   background-color: #e9decf;
   color:#555; 
}
table td{
   vertical-align: middle! important;
}
td.td-fourth{
   background-color:#0000000d;
}
td.center{
   text-align:center;
}
.pdf-link, .pdf-link:hover{
    color: #67c8c7;
}
.pdf-link i {
    transition: all .5s;
}
.pdf-link:hover i {
    margin-left: 5px;
}
@media(min-width:992px){
    .dis-flex-992{
        display:flex;
        align-items:center;
    }
    .show-991{
        display:none;
    }
    .hide-991{
        display:block;
    }
}
@media(max-width:991px){
    .bg-center-991{
        background-position: bottom center! important;
    }
    .show-991{
        display:block;
    }
    .hide-991{
        display:none;
    }
    .award-img-div, .award-desc-div{
        width:100%;
        float:none;
        text-align:center;
    }
    .dis-flex-992{
        display:block;
    }
    .pd-991-30-0{
        padding: 30px 0;
        text-align: center;
    }
    .pd-991-0{
       padding: 0;
        text-align: center; 
    }
    .topline::before{
        margin: 0 auto;
        right: 0;
    }
    .topline{
        text-align:center;
    }
    .mg-auto-991{
        margin:0 auto;
    }
    .w-100-991{
        width:100%;
    }
    .clinical-desc {
        float: left;
        text-align: left;
    }
    .flex-start-991{
       justify-content: flex-start;
    }
}
@media (max-width:767px){
     #tab-nav.tab-nav li.ui-tabs-active a, #tab-nav2.tab-nav li.ui-tabs-active a, #tab-nav3.tab-nav li.ui-tabs-active a{
        background-color:#f1f1f1;
    }
    .cert-img {
        width: 100%;
        float: none;
        margin-right: 0px;
        text-align: center;
    }
    .cert-desc {
        width: 100%;
        float: none;
        text-align: center;
        padding: 30px 30px 0;
    }
    .dis-flex-767{
        display:block;
    }
    .side-tabs ul.tab-nav {
        width: 100%;
        text-align:center;
    }
    .side-tabs ul.tab-nav li{
        text-align:center;
    }
    .side-tabs.tab-container {
        padding: 20px 10px 10px;
    }
    .pt-0-767{
    	padding-top:0px! important;
    }
    #clinicalO, #preventionC, #emergency{
        text-align:center;
        background-position:bottom center! important;
    }
    .center-767{
        text-align:center;
    }
}
.clinical-data-box{
    position:relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.clinical-data-img{
    position:relative;
    height:270px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.clinical-data-desc{
    position:relative;
    padding: 30px ;
    min-height:255px;
    
}
.clinical-data-desc h4{
    font-size:24px! important;
    min-height:58px;
}
.clinical-data-desc h4, .clinical-data-desc p{
     margin-bottom:10px;
}
.clinical-data-desc p{
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  line-clamp: 3; /* Standard property for future compatibility */
}

.content-wrap-30-0{
    padding:30px 0 0;   
}

.ui-widget-content {
    z-index: 109! important;
}

.sticky-row {
    position: sticky;
    top: 0px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 999;
    max-width: 1170px;
    margin: 0 auto;
    transition: all .3s;
    padding-top: 60px;
    z-index: 110;
}

.sticky-row {
    display: flex;
    justify-content: space-around;
}

#sticky-controller.scrolled {
    top: 50px ! important;
    padding: 20px 0px;
}

.brownbtn, .stickybtn {
    font-family: 'OpenSans Regular';
}

.stickybtn {
    padding: 11px 5px;
    color: #fff;
    background-color: #ac8b5e;
    border: 1px solid #ac8b5e;
    min-width: 23%;
    margin: 0 1%;
    text-align: center;
}

.stickybtn:hover{
    color: #ac8b5e;
    background-color: #fff;
}

@media (max-width: 767px) {
    
    .sticky-row {
        display: block;
    }

    
    #sticky-controller {
        position: relative;
        top: 0px;
        width: 100%;
        padding: 30px 15px 0;
    }
    
    .stickybtn {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display:block;
    }
    
    .stickybtn:not(last-child) {
        margin-bottom: 10px;
    }
}
