.doctor-list .item {
    padding: 10px;
    border-left: unset !important;
    width: 31.5%;
    position: relative;
    margin: 10px;
    background-color: #ffffff;
}
@media (min-width: 728px){
 .doctor-list .item {
    height: 200px;
} 
}

.doctor-list {
    border: 1px solid rgba(27, 46, 97, 0.25);
    border-radius: 12px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.doctor-list .dctr-img {
    width: 100%!important;
    height: 120px!important;
    text-align: center;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.doctor-list .dctr-img img {
    width: 150px!important;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.doctor-list .item .dctr-dtl-sub2 {
    padding-top: 8px;
    display: none!important;
}
.doctor-list .item .appoinment-button {
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    float: right;
}

.doctor-list .item .viewprofile-button {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    float: left;
    border: 1px solid #082E58;
}
.doctor-list .item .viewprofile-button a {
    display: inline-block;
    background-color: #fff;
    color: #082E58;
    width: 100%;
    font-size: 13px;
    padding: 6.4px 15px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.doctor-list .item .appoinment-button a {
    display: inline-block;
    width: 100%;
    background-color: #082E58;
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 7px 15px;
    border-radius: 0px!important;
}
@media (max-width: 727px){
.col-doc-content
 {
    width: 100%!important;
    padding: 0px 0px 0 0!important;
}
.tabs > ul li a, .tabs > ul li a:visited
 {
    display: block!important;
 }
 .programmeOverview .programmeOverviewArea .programmeOverviewLeft
 {
    width: 100%!important;
    padding: 0 0px 0 0!important;
}
.programmeOverview .programmeOverviewArea .programmeOverviewRight
 {
    width: 100%!important;
 }
.col-doc-img
 {
    width: 100%!important;
}
.programmeServices .programmeServicesArea .programmeServicesRight
 {
    width: 100%!important;
}
.programmeServices .programmeServicesArea .programmeServicesLeft {
    width: 100%!important;
    padding: 0 0px 0 0!important;
}
.header.fixed {
      position: fixed!important;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      /* Any styling changes when fixed, e.g. */
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.home-page-sec .banner-wrap{
    position: relative!important;
    top: 0!important;
}
.home-page-sec .search-section{
    margin-top: 0px!important;
}
}
.header.fixed {
      position: fixed!important;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      /* Any styling changes when fixed, e.g. */
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.home-page-sec .home-banner {
    background: #005e92;
    position: relative;
    padding-top: 50px;
}

#tab-1 .accordions{
  margin-top: 20px;  
}
.appoinment_btn{
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 15px !important;
    margin-bottom: 10px;
    color: #fff !important;
    top: 90px;
    text-align: center!important;
    border: #0067b8;
    background-color: #0067b8;   
}
.whatsapp_btn{
    border-radius: 50px;
    padding: 12px 18px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgb(35, 31, 32, 0.5);
    box-shadow: 0 0 20px 0 rgb(35, 31, 32, 0.5);
    background-color: #fff;
    color: #0067b8;
    text-align: center!important;
    font-weight: bold;
    font-size: 15px !important;
}
.video_consulting{
    border-radius: 50px;
    padding: 12px 18px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgb(35, 31, 32, 0.5);
    box-shadow: 0 0 20px 0 rgb(35, 31, 32, 0.5);
    background-color: #fff;
    color: #0067b8;
    text-align: center!important;
    font-weight: bold;
    font-size: 15px !important;
}

.tabs-container {
    padding: 2rem;
    width: 100%;
    margin: 0 auto;
}

