.mastwrap {
  overflow: unset !important;
}

.doct-profile-sec .doc-profile-wrap {
  display: flex;
  position: relative;
  padding: 0px 0 140px 0;
}
@media (max-width: 1199.98px){
  .doct-profile-sec .doc-profile-wrap{
    padding: 0 0 45px;
  }
}


.doct-profile-sec .wac-elm {
  float: unset !important;
}



@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap {
    display: block;
    padding: 90px 0 45px;
  }
}

@media (max-width: 767.98px) {
  .doct-profile-sec .doc-profile-wrap {
    padding: 55px 0 35px;
  }

}

.doct-profile-sec .doc-profile-wrap .vm-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .vm-bg {
    display: none;
  }
}

.doct-profile-sec .doc-profile-wrap .left {
  flex: 0 0 340px;
  max-width: 340px;
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .left {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
}

.doct-profile-sec .doc-profile-wrap .left .navigation {
  position: sticky;
  top: 120px;
  padding-top: 45px;
  padding-bottom: 150px;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .left .navigation {
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 30px;
    display: flex;
    overflow-x: auto;
	  border-bottom: 1px solid #E6E6E6;
    position: absolute;
    top: -40px;
    background: #fff;
  }
  .doct-profile-sec .doc-profile-wrap .left .navigation > .container {
    display: flex;
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
    scroll-behavior: auto;
  }
  .doct-profile-sec .doc-profile-wrap .left .navigation > .container::-webkit-scrollbar {
    height: 0px;
    display: none;
  }
  .doct-profile-sec .doc-profile-wrap .left .navigation.sticky {
    position: fixed;
    width: 100%;
    top: 68px;
    background: #fff;
    z-index: 1;
    left: 0;
    overflow: hidden;
  }
  .doct-profile-sec .doc-profile-wrap .left .navigation.sticky > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .doct-profile-sec .doc-profile-wrap .left .navigation::-webkit-scrollbar {
    height: 0px;
    display: none;
  }
}

.doct-profile-sec .doc-profile-wrap .left .navigation a {
  font-size: 16px;
  display: block;
  padding: 15px 0;
  font-weight: 500;
  position: relative;
  color: #000;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .left .navigation a {
    white-space: nowrap;
    margin-right: 30px;
    padding: 8px 0;
  }
}

.doct-profile-sec .doc-profile-wrap .left .navigation a:after {
  position: absolute;
  content: "";
  background: #00A217;
  width: 0px;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.doct-profile-sec .doc-profile-wrap .left .navigation a.active {
  opacity: 1;
}
.doct-profile-sec .doc-profile-wrap .left .navigation a.active:after {
  width: 140px;
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .left .navigation a.active:after {
    width: 100%;
  }
}

.doct-profile-sec .doc-profile-wrap .right {
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.doct-profile-sec .doc-profile-wrap .right .page-section h4 {
  color: #158825;
  margin-bottom: 30px;
  font-size:25px;
}

@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .right .page-section h4 {
    margin-bottom: 15px;
  }
}

.doct-profile-sec .doc-profile-wrap .right .page-section span {
  font-family: "Oxygen", sans-serif;
  line-height: 1.9;
}

@media (max-width: 767.98px) {
  .doct-profile-sec .doc-profile-wrap .right .page-section span {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .doct-profile-sec .doc-profile-wrap .right .page-section{
    position: relative;
  }
  .doct-profile-sec .doc-profile-wrap .right .page-section:nth-child(1):after{
    position: absolute;
    content: '';
    background: #F4F9F5;
    top: -30px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 45px );
    z-index: -1;
  }
  .doct-profile-sec .doc-profile-wrap .left .navigation {
    top: -70px;
  }
  /* .doct-profile-sec .doc-profile-wrap .right .page-section +.page-section:nth-child(1),.doct-profile-sec .doc-profile-wrap .left .navigation{
      border: 0;
  } */
  .doct-profile-sec .doc-profile-wrap .left .navigation a:after {
      height: 2px;
  }
}

.doct-profile-sec .doc-profile-wrap .right .page-section {
  padding-top: 45px;
}
.doct-profile-sec .doc-profile-wrap .right .page-section:first-child p {
  font-family: "Oxygen", sans-serif;
}

.doct-profile-sec .doc-profile-wrap .right .page-section+.page-section {
  margin-top: 45px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}


@media (max-width: 991.98px) {
  .doct-profile-sec .doc-profile-wrap .right .page-section {
    padding-top: 35px;
  }
  .doct-profile-sec .doc-profile-wrap .right .page-section+.page-section {
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .doct-profile-sec .doc-profile-wrap .right .page-section {
    padding-top: 25px;
  }
  .doct-profile-sec .doc-profile-wrap .right .page-section+.page-section {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .doct-profile-sec .doc-profile-wrap .right .page-section:nth-child(2){
    border-top: 0;
  }
  .doct-profile-sec .doc-profile-wrap .right .page-section:nth-child(1){
    padding-top: 0;
  }
}


.scrolling-doctor-details {
  padding: 25px 0;
  background: #F4F9F5;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -120);
  transition: 0.5s ease-in-out;
}

@media (max-width: 767.98px) {
  .scrolling-doctor-details {
    padding: 15px 0;
	top: auto;
    bottom: 0;
	transform: matrix(1, 0, 0, 1, 0, 50);
  }
}

.scrolling-doctor-details.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 767.98px) {
  .scrolling-doctor-details h4 {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

.scrolling-doctor-details p {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .scrolling-doctor-details p {
    font-size: 12px;
  }

	.scrolling-doctor-details{
    box-shadow: 0px 0px 5px 2px rgba(0, 0 ,0, 5%);
    background: #fff;
	}
	.mob-scroll-wrap{
		display:flex;
		justify-content: space-between;
    	align-items: center;
	}
    .mob-scroll-wrap h6,.mob-scroll-wrap span{
           font-size:14px;
			font-weight:700;
			color:#fff;
			margin:0;
		}
	  .mob-scroll-wrap h6{
           opacity:0.5;
        }
	.mob-scroll-wrap .btn{
      padding: 15px 20px;
      background: #158826;
      color: #fff;
      font-weight: 500;
      font-size: 16px;
      width: 100%;
	}

}

.scrolling-doctor-details .scroll-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.scrolling-doctor-details .left {
  padding-right: 20px;
}

.scrolling-doctor-details .right {
  display: flex;
}

.scrolling-doctor-details .btn {
  display: block;
}


@media (min-width: 992px) {
  .scrolling-doctor-details .btn {
    padding: 15px;
    min-width: 215px;
  }
}

@media (min-width: 1200px) {
.scrolling-doctor-details .btn:hover {
  background: rgba(0, 0, 0, 0);
}

.scrolling-doctor-details .btn.green-bdr-btn {
  background: rgba(0, 0, 0, 0);
}

.scrolling-doctor-details .btn.green-bdr-btn:hover {
  background: #00A217;
}
}

.scrolling-doctor-details :-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.scrolling-doctor-details ::-webkit-scrollbar-thumb {
  background: #158825;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}