.op-mobile-doctor-filter {
  padding: 20px 0 15px;
  display: none;
}
@media (max-width: 1199.98px) {
  .op-mobile-doctor-filter {
    display: block;
  }
}
.op-mobile-doctor-filter .op-mobile-filter-wrap .op-searchwrap {
  max-width: 100%;
}
.op-mobile-doctor-filter .op-mobile-filter-wrap .btn {
  padding: 15px 25px;
  min-width: 110px;
  background: #158825;
  color: #fff;
}

.op-searchwrap {
  max-width: 267px;
  width: 100%;
}
@media (max-width: 767px) {
  .op-searchwrap {
    max-width: 220px;
  }
}
@media (max-width: 480.98px) {
  .op-searchwrap {
    max-width: 100%;
  }
}
.op-searchwrap .form-group {
  position: relative;
  margin-bottom: 0;
}
.op-searchwrap .form-group .form-control {
  height: 50px;
  padding: 0 18px;
  padding-left: 55px;
  line-height: 41px;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .op-searchwrap .form-group .form-control {
    padding-left: 45px;
  }
}
.op-searchwrap .form-group .form-control::placeholder {
  line-height: 41px;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  color: #0D1834;
  font-size: 13px;
}
.op-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;
}
.op-searchwrap .form-group button svg {
  width: 13px;
}

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

.op-mobile-filter {
  display: none;
}
.op-mobile-filter .top-head h5,
.op-mobile-filter .top-head a {
  font-weight: 500;
  color: #0D1834;
  margin: 0;
}
.op-mobile-filter .top-head a {
  text-decoration: underline;
}
.op-mobile-filter .mob-fil h6 {
  margin: 40px 0 25px;
  font-size: 20px;
}
.op-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);
}
.op-mobile-filter .prod-mob-top-wrap .btns-filt-wrap a {
  width: 50%;
  font-weight: 500;
}
.op-mobile-filter .prod-mob-top-wrap .btns-filt-wrap .btn {
  background: #158825;
}

@media (max-width: 1199.98px) {
  .op-mobile-filter {
    display: block;
    position: fixed;
    top: 0;
    width: 500px;
    max-width: 100%;
    background: #fff;
    z-index: 9999;
    right: -500px;
    padding: 30px 20px 100px;
    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);
  }
  .op-mobile-filter.show {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .op-mobile-filter.show .prod-mob-top-wrap {
    right: 0;
  }
}
.op-categoryfilter {
  padding-left: 0;
  margin-left: 0;
  max-width: 280px;
}
@media (max-width: 1199.98px) {
  .op-categoryfilter {
    max-width: 100%;
  }
}
.op-categoryfilter li {
  list-style: none;
}
.op-categoryfilter li .moreitem {
  padding-top: 20px;
  display: none;
}
.op-categoryfilter li label {
  display: block;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1199.98px) {
  .op-categoryfilter li label {
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
.op-categoryfilter li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.op-categoryfilter li label input:checked ~ .checkmark {
  background-color: #158825;
  background-size: 11px;
}
.op-categoryfilter li label input:checked ~ span {
  color: #158825;
}
.op-categoryfilter li label input:checked ~ span:after {
  background: #158825;
}
.op-categoryfilter li .checkmark {
  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='12.065' height='7.43' viewBox='0 0 12.065 7.43'%3E%3Cpath id='Path_34743' data-name='Path 34743' d='M-1708.146 8269.572l2.607 2.954 6.646-5.027' transform='translate(1709.557 -8266.098)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease-in-out;
}
@media (min-width: 1200px) {
  .op-categoryfilter li .checkmark {
    display: none;
  }
}
.op-categoryfilter li span {
  font-size: 15px;
  font-family: "Oxygen", sans-serif;
  color: #0D1834;
  position: relative;
}
@media (min-width: 1200px) {
  .op-categoryfilter li span {
    padding: 25px 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .op-categoryfilter li span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #E0E0E0;
    bottom: 0;
    left: 0;
  }
  .op-categoryfilter li:hover label input ~ span:after {
    background: #158825;
  }
  .op-categoryfilter li:hover label input ~ span{
      color: #158825;
  }
}

.op-bg-docopinion {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 10%;
}
@media (max-width: 767.98px) {
  .op-bg-docopinion {
    display: none;
  }
}

.op-doctor_departs {
  padding: 70px 0;
  background: #fff;
  position: relative;
  z-index: 1;
  /* Filter Sec */
  /* Filter result */
}
@media (max-width: 1599.98px) {
  .op-doctor_departs {
    padding: 60px 0;
  }
}
@media (max-width: 1199.98px) {
  .op-doctor_departs {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .op-doctor_departs {
    padding: 20px 0;
  }
}
.op-doctor_departs .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition-delay: 0.2s;
}
.op-doctor_departs .top-head h1 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .op-doctor_departs .top-head h1 {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .op-doctor_departs .top-head h1 {
    margin-right: 30px;
  }
}
.op-doctor_departs .top-head .nav-tabs-find_dr {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  .op-doctor_departs .top-head .nav-tabs-find_dr {
    margin-right: 80px;
    margin-left: auto;
  }
}
.op-doctor_departs .top-head .nav-tabs-find_dr::-webkit-scrollbar {
  height: 0;
}
.op-doctor_departs .filterwrap {
  position: sticky;
  top: 90px;
  left: 0;
  /* max-height: calc(100vh - 93px); */
  height: 100%;
  overflow-y: auto;
}
.op-doctor_departs .filterwrap::-webkit-scrollbar {
  display: none;
}
.op-doctor_departs .filterwrap .filterhead {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  color: #0D1834;
  font-weight: 500;
  display: block;
  max-width: 130px;
  padding-bottom: 14px;
}
.op-doctor_departs .filterwrap .plus-green-link {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #158825;
  margin-left: 0px;
}
.op-doctor_departs .filterwrap .plus-green-link:hover {
  color: #0e5c19;
}
.op-doctor_departs .find_dr-bottom {
  padding-top: 20px;
  transition-delay: 0.2s;
}
@media (max-width: 1199.98px) {
  .op-doctor_departs .find_dr-bottom {
    padding-top: 0px;
  }
}
.op-doctor_departs .find_dr-bottom .doctorlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1600px) {
  .op-doctor_departs .find_dr-bottom .doctorlist {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}

.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem{
 border: 1px solid #D0D1D2;
 height: 100%;
 transition: all linear 0.3s;
}

@media (min-width: 768px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1600px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap {
    padding: 15px;
  }
}
.op-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: 300px;
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec img{
  object-fit: cover;
  height: 100%;
}
/* .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec:hover img {
  filter: grayscale(1);
} */
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec img {
  display: block;
  max-width: 100%;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.op-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;
  display: none;
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec {
  padding: 22px 10px 10px;
  background-color: #fff;
  /* border: 1px solid #E0E0E0; */
}
@media (min-width: 992px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec {
    padding: 22px;
  }

  .boxitem:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
  }

}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec .name {
  font-weight: 500;
  padding-bottom: 7px;
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec .desig {
  font-size: 12.7px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec .desig {
    padding-bottom: 10px;
  }
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap {
    flex-direction: row-reverse;
  }
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem{
    display: flex;
    flex-wrap: wrap;
    border: 0;
    position: relative;
    padding-bottom: 55px;
  }
  .op-doctor_departs .find_dr-bottom .doctorlist{
    border-top: 6px solid #EDEFF0;
  }
  /* .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn{
    max-width: 100% !important;
    margin: 5px 0;
    margin-right: 0 !important;
    display: block;
  } */
  .op-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;
}
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px){
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .imgsec {
      flex: 0 0 35%;
      height: 120px;
  }
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .detailsec {
    height: auto;
    flex: 0 0 65%;
    padding: 0 0px 0px 20px;
  }
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap{
    padding:  15px;
    border-bottom: 6px solid #EDEFF0;
  }
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
  font-size: 14px !important;
  padding: 11px 7px;
  text-align: center;
  margin-right: 9px;
  flex: 0 0 41%;
  max-width: 41%;
}
@media (max-width: 767.98px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    font-size: 12px !important;
  }
}
@media (min-width: 1600px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn {
    font-size: 14px !important;
  }
}
.op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn + .btn {
  margin-right: 0;
  flex: 0 0 calc(59% - 9px);
  max-width: calc(59% - 9px);
}
@media (max-width: 767.98px) {
  .op-doctor_departs .find_dr-bottom .doctorlist .boxwrap .boxitem .btnwrap .btn + .btn {
    margin-right: 9px;
  }
}
.op-doctor_departs .btns {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 1199.98px) {
  .op-doctor_departs .btns {
    padding-top: 20px;
  }
}

.modal.opinion-modal .modal-dialog {
  min-height: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.opinion-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.modal.opinion-modal.opinion-doc-details .close {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 5px;
  opacity: 1;
  color: #707070;
  text-shadow: none;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .modal.opinion-modal.opinion-doc-details .close {
    color: #000;
  }
}
.modal.opinion-modal.opinion-doc-details .close span {
  font-size: 35px;
  font-weight: 300;
}

.modal.opinion-modal.opinion-doc-details .close span:hover {
  color: #000;
}
.modal.opinion-modal.opinion-doc-details .link {
  text-decoration: underline;
}
.modal.opinion-modal.opinion-doc-details .link:hover {
  color: #158825;
}
.modal.opinion-modal.opinion-doc-details .modal-dialog {
  margin: 30px auto;
  max-width: 1370px;
  width: 90%;
}
@media (max-width: 767.98px) {
  .modal.opinion-modal.opinion-doc-details .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .modal.opinion-modal.opinion-doc-details .modal-content {
    height: 100vh;
    overflow: auto;
  }
}
.modal.opinion-modal.opinion-doc-details .modal-body {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .modal.opinion-modal.opinion-doc-details .modal-body {
    padding: 50px 20px 100px;
  }
}
@media (max-width: 480px) {
  .modal.opinion-modal.opinion-doc-details .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.modal.opinion-modal.opinion-doc-details .book-ensure {
  display: flex;
  padding: 20px 65px;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}
@media (max-width: 575.98px) {
  .modal.opinion-modal.opinion-doc-details .book-ensure {
    padding: 20px;
  }
}
.modal.opinion-modal.opinion-doc-details .book-ensure span {
  color: #798398;
  font-weight: 500;
  font-size: 14px;
}
.modal.opinion-modal.opinion-doc-details .book-ensure figure {
  flex: 0 0 25px;
}
.modal.opinion-modal.opinion-doc-details .dp-top-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 45px;
}
@media (max-width: 991.98px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-wrap {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-wrap {
    padding: 10px 0 30px;
  }
}
.modal.opinion-modal.opinion-doc-details .dp-top-wrap .dp-top-left {
  flex: 0 0 340px;
  max-width: 340px;
  padding-right: 65px;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .img-bx {
  height: 220px;
  background: #DFEAE1;
  max-width: 220px;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 {
  max-width: 550px;
  flex: 0 0 550px;
}
@media (max-width: 1599.98px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 {
    max-width: 400px;
    flex: 0 0 400px;
  }
}
@media (max-width: 1199.98px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 {
    max-width: 300px;
    flex: 0 0 300px;
  }
}
@media (max-width: 1199.98px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1199.98px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .doc-det {
    padding-bottom: 10px;
  }
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .doc-det h3 {
  font-size: 20px;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .doc-det p {
  line-height: 1.5;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .doc-det h6 {
  font-size: 14px;
  color: #158825;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .degree {
  line-height: 1.5;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .language {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm1 .language span {
  font-size: 15px;
  display: inline-block;
  margin-left: 12px;
  opacity: 0.8;
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 h6 {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap {
    position: fixed;
    bottom: 0;
    padding: 20px;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 5px 4px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap .btn {
  display: block;
}
@media (min-width: 992px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap .btn {
    font-size: 16px;
    padding: 15px;
  }
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap .btn:hover {
  background: rgba(0, 0, 0, 0);
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap .btn.green-bdr-btn {
  background: rgba(0, 0, 0, 0);
}
.modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap .btn.green-bdr-btn:hover {
  background: #00A217;
}
.modal.opinion-modal.opinion-doc-details .nav {
  flex-wrap: nowrap;
  overflow: auto;
  border-bottom: 1px solid #EBEBEB;
  scroll-behavior: smooth;
}
.modal.opinion-modal.opinion-doc-details .nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .modal.opinion-modal.opinion-doc-details .nav {
    margin: 0 -20px;
  }
}
.modal.opinion-modal.opinion-doc-details .nav-item .nav-link {
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 5px 0;
  margin: 0 12px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
.modal.opinion-modal.opinion-doc-details .nav-item .nav-link.active {
  color: #158825;
  border-bottom: 1px solid #158825;
}
.modal.opinion-modal.opinion-doc-details .nav-item:nth-child(1) .nav-link {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .modal.opinion-modal.opinion-doc-details .nav-item:nth-child(1) .nav-link {
    margin-left: 20px;
  }
}
.modal.opinion-modal.opinion-doc-details .doc-pop-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .modal.opinion-modal.opinion-doc-details .doc-pop-wrap {
    display: block;
  }
}
.modal.opinion-modal.opinion-doc-details .doc-pop-left {
  flex: 0 0 250px;
  max-width: 250px;
}
@media (max-width: 991.98px) {
  .modal.opinion-modal.opinion-doc-details .doc-pop-left {
    flex: 0 0 100%;
    max-width: 400px;
  }
}
.modal.opinion-modal.opinion-doc-details .doc-pop-right {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 991.98px) {
  .modal.opinion-modal.opinion-doc-details .doc-pop-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .page-section-pop .wac_col-sm-12{
        padding: 0 !important;
  }
}

/* .page-section-pop {
  padding: 20px 0;
} */
.page-section-pop h4 {
  color: #158825;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .page-section-pop h4 {
    margin-bottom: 15px;
  }
}
.page-section-pop span {
  font-family: "Oxygen", sans-serif;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .page-section-pop span {
    font-size: 15px;
    line-height: 1.7;
  }
}
.page-section-pop .red-arrow-box {
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-section-pop .red-arrow-box {
    padding-left: 25px;
    margin-top: 25px;
  }
}
.page-section-pop .red-arrow-box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #B40009;
  transform: rotate(-135deg);
}
@media (max-width: 991.98px) {
  .page-section-pop .red-arrow-box::after {
    top: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #B40009;
  }
}
.page-section-pop .red-arrow-box p {
  color: #5D6477;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-section-pop .red-arrow-box p {
    font-size: 16px;
  }
}
.page-section-pop .two-columns {
  display: flex;
  flex-wrap: wrap;
}
.page-section-pop .two-columns .red-arrow-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .page-section-pop .two-columns .red-arrow-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-section-pop .two-columns .red-arrow-box p {
    font-size: 18px;
  }
}
.page-section-pop .two-columns .red-arrow-box:after {
  top: 12px;
}
@media (max-width: 991.98px) {
  .page-section-pop .two-columns .red-arrow-box:after {
    top: 10px;
  }
}
.page-section-pop .awardsr .red-arrow-box {
  padding-left: 50px;
}
.page-section-pop .awardsr .red-arrow-box::after {
  width: 33px;
  height: 45px;
  border: 0;
  background-image: url("../../../wactheme/images/doc-award.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: none;
}

.op-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% - 300px);
  width: 100%;
}

.opinion-doc-details .doc-profile-wrap .vm-bg{ 
      display: none;
}

/* .page-section-pop P:nth-last-child(1){
  margin-bottom: 40px;
} */

@media (min-width: 480px) {
  .modal.opinion-modal.opinion-doc-details .dp-top-right .colm2 .btns-wrap{ 
    max-width: 220px;
    margin-top: 25px;
  }
  .modal.opinion-modal.opinion-doc-details .doc-pop-right .wac-container {
    max-width: 100% !important;
  }

  .modal.opinion-modal.opinion-doc-details .doc-pop-left .dp-top-img {
    max-width: 220px ;
  }

}