

/*-----------*/

.doc-pag.subcategory-parent{padding-bottom: 50px;}
.banner-background-color{background:none; }
.doctor-page-btn{
	border: none;
    background-color:#002D52;
    border-radius: 6px;
    color: #fff;
    padding: 8px 13px;
}

.subcategory-right {
  flex: 0.30;
  display: flex;
  justify-content: center;
  margin-top: 39px;
}

.doc-img{
 box-shadow: 0px 2px 6px 0px #64646433;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
}
.doc-tex{
    padding-left: 30px;
}

/********Tab CSS Starting*******/
.tab-wrapper {
  width: 100%;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab {
  padding:8px 15px;
  background:#e0e0e0;
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab.active {
  background: #002D52;
  color: #fff;
}

.tab-content {
 
}
/******Tab CSS Ending******/
/*****About Doctor Starting****/
.clin-loc{
    margin-bottom: 30px;
    margin-top: 50px;
}
.add-css{
     box-shadow: 0px 2px 6px 0px #64646433;
     padding: 10px;
     border-radius: 5px;
     margin-top: 17px;
}
.add-css h5{font-weight:800;}
.add-css a{color: #000;}

.doc-loc-btn{
    background:none;
    border:1px solid #333;
    padding: 5px 16px;
    border-radius: 10px;

     }
/***Education & Qualifications***/
.doc-edu-qua{
    margin-top:30px;
    border-top:1px solid #aeaeae; 
}
.doc-edu-qua {padding: 20px 0px;}

@media screen and (max-device-width:1080px) {
  .doc-pag .doc-img {
    display: block;
    width: auto;
  }

 .doc-pag .doc-tex{
    padding-left:30px;
    
}
.doc-pag.subcategory-parent{
    display: block;
}

.doc-pag .subcategory-right {
  margin: 29px;

}

.doc-pag .about-form-container{
    margin-bottom: 0px;
}


@media screen and (max-device-width:780px){
 .doc-pag .doc-tex{
    padding-left:0px;
    padding-top:30px;
}
.doc-pag .tab-box{padding: 30px;}

}




/*****About Doctor Ending****/





@media screen and (max-device-width: 1024px){

.doc-pag .with-right-sidebar{display:block;}

}


/*****Services*****/
.doc-pag .mar-but p {margin-bottom:0px!important;}
.mar-but {margin-bottom:20px;}
.mar-p p {margin-bottom:0px!important;}


/**********Videos*********/

.doc-vid-row{}
.doc-vid-cal1{}










