.mobile-doctor-filter {
  padding: 30px 0 15px;
  display: none;
}
@media (max-width: 1199.98px) {
  .mobile-doctor-filter {
    display: block;
    position: fixed;
    top: 60px;
    background: #fff;
    z-index: 1;
    left: 0;
    width: 100%;
  }
}
.mobile-doctor-filter .mobile-filter-wrap .searchwrap {
  max-width: 100%;
}
.mobile-doctor-filter .mobile-filter-wrap .btn {
  padding: 15px 25px;
  min-width: 110px;
  background: #ffff;
  color: #158825;
  border: 0;
  align-items: center;
}

.mobile-sortby-overlay {
  position: fixed;
  height: 100vh;
  background: #000;
  width: 100%;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.mobile-sortby-overlay.show {
  opacity: 0.3;
  z-index: 999;
}

.mobile-filter {
  display: none;
}
.mobile-filter .top-head h5,
.mobile-filter .top-head a {
  font-weight: 500;
  color: #0d1834;
  margin: 0;
}
.mobile-filter .top-head a {
  text-decoration: underline;
}
.mobile-filter .mob-fil h6 {
  margin: 40px 0 25px;
  font-size: 20px;
}
.mobile-filter .prod-mob-top-wrap {
  position: fixed;
  bottom: 0;
  display: block;
  width: 500px;
  max-width: 100%;
  right: -500px;
  padding: 20px;
  background: #fff;
  transition: 0.4s ease-in-out;
  box-shadow: 5px 4px 5px 5px rgba(0, 0, 0, 0.1);
}
.mobile-filter .prod-mob-top-wrap .btns-filt-wrap a {
  width: 50%;
  font-weight: 500;
}
.mobile-filter .prod-mob-top-wrap .btns-filt-wrap .btn {
  background: #158825;
}

.mobile-sortby {
  bottom: 0;
  top: auto;
}

@media (max-width: 1199.98px) {
  .mobile-filter {
    display: block;
    position: fixed;
    top: 0;
    width: 500px;
    max-width: 100%;
    background: #fff;
    z-index: 9999;
    right: -500px;
    padding: 30px 20px 150px;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    box-shadow: 5px 4px 5px 5px rgba(0, 0, 0, 0.1);
  }

  .mobile-filter.show {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .mobile-filter.show .prod-mob-top-wrap {
    right: 0;
  }
}
.searchwrap {
  max-width: 267px;
  width: 100%;
}
@media (max-width: 767px) {
  .searchwrap {
    max-width: 220px;
  }
}
@media (max-width: 480.98px) {
  .searchwrap {
    max-width: 100%;
  }
}
.searchwrap .form-group {
  position: relative;
  margin-bottom: 0;
}
.searchwrap .form-group .form-control {
  height: 50px;
  padding: 0 18px;
  padding-left: 55px;
  line-height: 41px;
  border: 1px solid #d9e0e3;
  background-color: #fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .searchwrap .form-group .form-control {
    padding-left: 45px;
  }
}
.searchwrap .form-group .form-control::placeholder {
  line-height: 41px;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  color: #0d1834;
  font-size: 13px;
}
.searchwrap .form-group button {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  width: 13px;
  cursor: pointer;
}
.searchwrap .form-group button svg {
  width: 13px;
}

.categoryfilter {
  padding-left: 0;
  margin-left: 0;
}
.categoryfilter li {
  list-style: none;
}
.categoryfilter li + li {
  padding-top: 20px;
}
.categoryfilter li .moreitem {
  padding-top: 20px;
  display: none;
}
.categoryfilter li label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
.categoryfilter li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* .categoryfilter li label input:checked + .checkmark {
  
  background-size: 11px;
  
} */
.categoryfilter li label input:checked + .checkmark::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.252' height='7.027' viewBox='0 0 11.252 7.027'%3E%3Cpath id='Path_34743' data-name='Path 34743' d='M-1705.539,8273.526a1,1,0,0,1-.75-.338l-2.607-2.954a1,1,0,0,1,.088-1.412,1,1,0,0,1,1.411.088l1.993,2.259,5.906-4.468a1,1,0,0,1,1.4.194,1,1,0,0,1-.194,1.4l-6.646,5.027A1,1,0,0,1-1705.539,8273.526Z' transform='translate(1709.146 -8266.499)' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  background-color: #158825;
}
.categoryfilter li label input:checked ~ span {
  color: #158825;
  font-weight: 600;
}
/* .categoryfilter li label:hover input ~ .checkmark {
  background-color: #158825;
} */
.categoryfilter li .checkmark {
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  /* background-color: #fff; */
  border: 1px solid rgba(13, 24, 52, 0.25);
  border-radius: 3px;
  background-size: 0;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.252' height='7.027' viewBox='0 0 11.252 7.027'%3E%3Cpath id='Path_34743' data-name='Path 34743' d='M-1705.539,8273.526a1,1,0,0,1-.75-.338l-2.607-2.954a1,1,0,0,1,.088-1.412,1,1,0,0,1,1.411.088l1.993,2.259,5.906-4.468a1,1,0,0,1,1.4.194,1,1,0,0,1-.194,1.4l-6.646,5.027A1,1,0,0,1-1705.539,8273.526Z' transform='translate(1709.146 -8266.499)' fill='%23fff'/%3E%3C/svg%3E%0A"); */
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease-in-out;
}
.categoryfilter li span {
  font-size: 15px;
  font-family: "Oxygen", sans-serif;
  color: #0d1834;
}

.doctor_departs {
  padding: 30px 0 100px;
  background: #f4f9f5;
  /* Filter Sec */
  /* Filter result */
}
@media (max-width: 1599.98px) {
  .doctor_departs {
    padding: 30px 0 80px;
  }
}
@media (max-width: 1199.98px) {
  .doctor_departs {
    padding: 50px 0;
    padding-top: 100px !important;
  }
}
@media (max-width: 767.98px) {
  .doctor_departs {
    padding: 35px 0;
  }
}
.sticky_head .doctor_departs .top-head {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 10%);
  position: sticky;
  top: 60px;
}
.doctor_departs .top-head.hide-section {
  opacity: 0 !important;
  visibility: hidden;
}
.doctor_departs .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition-delay: 0.2s;
}
.doctor_departs .top-head h1 {
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .doctor_departs .top-head h1 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .doctor_departs .top-head h1 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .doctor_departs .top-head h1 {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .doctor_departs .top-head h1 {
    margin-right: 30px;
    font-size: 20px;
  }
}
.doctor_departs .top-head .nav-tabs-find_dr {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  .doctor_departs .top-head .nav-tabs-find_dr {
    margin-right: 80px;
    margin-left: auto;
  }
}
.doctor_departs .top-head .nav-tabs-find_dr::-webkit-scrollbar {
  height: 0;
}
.doctor_departs .top-head .nav a {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  transition: 0.4s ease-in-out;
  margin-left: 55px;
  white-space: nowrap;
  width: 100%;
  border: 0;
  border-radius: 0;
  position: relative;
}
.doctor_departs .top-head .nav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00A217;
  position: absolute;
  bottom: -13px;
  left: 0;
  opacity: 0;
  
}
@media (max-width: 991.98px) {
  .doctor_departs .top-head .nav a {
    margin-left: 30px;
  }
  .doctor_departs .top-head .nav a:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .doctor_departs .top-head .nav a {
    font-size: 14px;
  }
  .doctor_departs .top-head .nav a:nth-child(1) {
    margin-left: 0;
  }
}
.doctor_departs .top-head .nav a:hover {
  color: #158825;
}
.doctor_departs .top-head .nav a.active::before {
  opacity: 1;
}
.doctor_departs .filterwrap .filterhead {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #0d1834;
  font-weight: 500;
  display: block;
  max-width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #158825;
  margin-bottom: 27px;
}
.doctor_departs .filterwrap .plus-green-link {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #158825;
  margin-left: 25px;
}
.doctor_departs .filterwrap .plus-green-link:hover {
  color: #0e5c19;
}
@media (min-width: 992px) {
  .doctor_departs .filterwrap .plus-green-link {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .doctor_departs .filterwrap .plus-green-link {
    margin-left: 35px;
  }
}
.doctor_departs .find_dr-bottom {
  padding-top: 20px;
  transition-delay: 0.2s;
}
@media (max-width: 1199.98px) {
  .doctor_departs .find_dr-bottom {
    padding-top: 0px;
  }
}
.doctor_departs .find_dr-bottom .doctorlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1600px) {
  .doctor_departs .find_dr-bottom .doctorlist {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1600px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    padding: 15px;
  }
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec {
  background-color: #dfeae1;
  display: block;
  /* margin: auto; */
  position: relative;
  line-height: 0;
  transition: 0.3s ease-in-out;
  height: 320px;
  /* flex: 0 0 320px; */
  width: 100%;
}
.doctor_departs
  .find_dr-bottom
  .doctorlist
  .boxwrap
  .boxitem
  .imgsec:hover
  img {
  /* filter: grayscale(1); */
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec img {
  display: block;
  max-width: 100%;
  /* margin: auto; */
  transition: 0.3s ease-in-out;
  /* max-height: 275px; */
  /* min-width: 307px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.doctor_departs
  .find_dr-bottom
  .doctorlist
  .boxwrap
  .boxitem
  .imgsec
  .videobtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: 30px;
  bottom: -22px;
  background: transparent;
  cursor: pointer;
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec {
  padding: 18px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 320px);
  width: 100%;
}
.doctor_departs
  .find_dr-bottom
  .doctorlist
  .boxwrap.shimmer
  .boxitem
  .detailsec,
.doctor_departs .find_dr-bottom .doctorlist .boxwrap.shimmer .boxitem .imgsec {
  height: 200px;
}
@media (min-width: 992px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec {
    padding: 22px;
  }
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec .name {
  font-weight: 500;
  padding-bottom: 7px;
}
.doctor_departs
  .find_dr-bottom
  .doctorlist
  .boxwrap
  .boxitem
  .detailsec
  .desig {
  font-size: 12.7px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .doctor_departs
    .find_dr-bottom
    .doctorlist
    .boxwrap
    .boxitem
    .detailsec
    .desig {
    padding-bottom: 10px;
    /* min-height: 50px; */
  }
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap {
  display: flex;
  flex-wrap: wrap;
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
  font-size: 12px;
  padding: 15px 7px;
  text-align: center;
  margin-right: 9px;
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 1199.98px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn:hover {
    color: #ffffff;
    background: #158825;
    border: 1px solid #158825;
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn.green-bdr-btn:hover {
    border: 1px solid #00A217;
    background: #fff;
    color: #0D1834;
  }
}
@media (min-width: 1200px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    font-size: 12.8px;
  }
}
.doctor_departs
  .find_dr-bottom
  .doctorlist
  .boxwrap
  .boxitem
  .btnwrap
  .btn
  + .btn {
  margin-right: 0;
  flex: 0 0 calc(65% - 9px);
  max-width: calc(65% - 9px);
}
.doctor_departs .btns {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 1199.98px) {
  .doctor_departs .btns {
    padding-top: 20px;
  }
}

.boxitem {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  height: 100%;
  flex-wrap: wrap;
  border: 1px solid #D0D1D2;
}
.boxitem {
  /* transform: translateY(0px); */
  transition: all linear 0.3s;
  /* filter: drop-shadow(0px 1px 2px rgba(0,0,0,0)); */
}
@media (min-width: 1200px) {
  .boxitem:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
  }
}

.imgsec {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.imgsec > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    margin-right: 0;
  }
  .doctor_departs
    .find_dr-bottom
    .doctorlist
    .boxwrap
    .boxitem
    .btnwrap
    .btn
    + .btn {
    margin-right: 9px;
  }
}

.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
  font-size: 15px !important;
}
@media (max-width: 1599.98px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    font-size: 13px !important;
  }
}

@media (max-width: 1199.98px) {
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    font-size: 15px !important;
  }
}
.doctor_departs .row > div:first-child {
  position: relative;
}
.doctor_departs .row .filterwrap {
  position: sticky;
  top: 75px;
  left: 0;
  padding-top: 30px;
  max-height: calc(100vh - 93px);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.doctor_departs .row .filterwrap::-webkit-scrollbar {
  display: none;
}
.doctor_departs .top-head {
  top: 0px;
  z-index: 9;
  background: #f4f9f5;
  margin: 0 -1px;
  padding: 0 1px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.dr-filter-open {
  overflow: hidden;
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec.doc-default-img img{
    object-position: center;  
}
@media (max-width: 360px) {
    .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
      font-size: 12px !important;
      padding: 10px;
  }
}

/* mobile find doctor new design */

@media (max-width: 767.98px) {
  .boxitem {
    border: 0;
  }
  .doctor_departs {
    background: #ffffff;
  }
  .doctor_departs> .container,.doctor_departs .col-xl-9.col-12{
      padding: 0;
  } 
  .doctor_departs .row,.doctor_departs .find_dr-bottom .doctorlist{
    margin: 0;
  } 
  .doctor_departs .count-doc.d-xl-none {
    padding:15px;
    border-bottom: 6px solid #EDEFF0;
    margin-bottom: 0px;
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    padding: 25px 15px 10px;
    border-bottom: 6px solid #EDEFF0;
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec {
    flex: 0 0 35%;
    height: 120px;
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec {
    height: auto;
    flex: 0 0 65%;
    padding: 0 0px 0px 20px;
  }
  .page-find-doctor .home-above-foot{
    background: #F4F7F8 !important;
  }
  .mobile-doctor-filter{
    box-shadow: 0px 2px 6px rgba(0, 0 ,0, 5%);
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec .videobtn{
      display: none;
  }
  .boxitem{
      position: relative;
      padding-bottom: 80px;
  }
  .doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.mob-profile  a{
  padding-bottom: 4px;
  border-bottom: 1px solid #158825;
  font-weight: 500;
  font-size: 14px;
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap  .btn + .btn{
  flex: auto;
  max-width: initial;
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap  .btn svg{
  margin-right: 5px;
  margin-bottom: -3px;
}
.doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn + .btn {
  margin-right: 0px;
}




}