.section-videos-banner-bg-icon {
  position: absolute;
  top: 31%;
  left: 65%;
  height: 211px;
  width: 211px;
}

.media-container-list {
  max-height: 450px;
}

.btn-with-icon {
  max-width: 340px;
}

.bg-aqua {
  background-color: #5ab3b3;
}

@media screen and (max-width: 576px) {
  .section-videos-banner-bg-icon {
    top: 30%;
    left: 58%;
    height: 141px;
    width: 141px;
  }
  .w-sm-50p {
    width: 50%;
    max-width: 50%;
  }
  .w-sm-75vw {
    width: 75vw;
    max-width: 75vw;
  }
  .overflow-sm-x-auto {
    overflow-x: auto;
  }
  .overflow-sm-x-auto::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .section-speciality-banner {
    min-height: 200px;
  }
}
.select-control-white,
.select-control-white.selectbox + .select2 .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 14px 60px 14px 30px;
  min-width: 220px;
  height: 60px;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4eiIvPgo8L3N2Zz4=) no-repeat;
  background-position: 98%;
  background-position: calc(100% - 25px);
  background-size: 16px;
  border: 1px solid #a5d2d4;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #5d6e6e;
}

.select-control-white:hover,
.select-control-white.selectbox + .select2 .select2-selection:hover {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .select-control-white-sm-on-mob,
  .select-control-white.selectbox + .select2 .select2-selection {
    padding: 11px 30px 11px 15px;
    font-size: 16px;
    min-width: unset;
    height: 46px;
    width: 100%;
    background-position: calc(100% - 10px);
  }
}
@media (max-width: 413.98px) {
  .select-control-white-sm-on-mob,
  .select-control-white.selectbox + .select2 .select2-selection {
    font-size: 15px;
  }
}
.select-control-white.selectbox + .select2 .select2-selection {
  height: 46px;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .select-control-white.selectbox + .select2 .select2-selection {
    height: 46px;
  }
}
.select-control-white.selectbox + .select2 .select2-selection__rendered {
  line-height: normal;
  color: #5d6e6e !important;
  padding: 0;
}

.select-control-white.selectbox + .select2 .select2-selection__arrow {
  display: none;
}

/*# sourceMappingURL=videos-listing.css.map*/