
.bound {
    display: flex;
    padding: 10px;
  padding-top:0;
    font-size: 12px;
    justify-content: center;
}
.inbound {
    font-size: 12px;
}

.bound > div {
    padding: 0 5px;
}
.service-wrapper .quicksearch {
  width: 500px;
  border: 2px solid #d9d7d7;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  margin: 0px auto;
  display: block;
  padding: 10px 20px;
  padding-left: 50px;
}
.service-wrapper select.quicksearch {
  padding-left: 20px;
}
.gutter-sizer { 
  width: 3%;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  padding: 40px 0 0;
  justify-content: center;
}

.element-item {
  width: 22%;
  margin-bottom: 20px;
}


.element-item > a{
  color:inherit;
  text-decoration:none;
}

.element-item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-burn;
}

span.menu-icon {
  position: absolute;
  top: 0;
  left: 15px;
}

.product-content > p {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

span.menu-icon svg {
  width: 20px !important;
  height: 50px !important;
  vertical-align: middle;
}

.inner-content {
  padding: 20px;
  border:1px solid;
   border-radius: 5px;
}

.inner-content h3 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    line-height: 1;
}


.inner-content h4 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}


.popup-content {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}


.cmc-wrap {
  padding: 50px;
  position: relative;
  z-index: 999;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.cmc-logo {
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  max-width: 660px;
}

.cmc-logo img {
  display: block;
  margin: 0 auto;
}

.cmc-content {
  padding: 50px 0;
}

.popup-content:before {
  content: '';
  display: block;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
}

.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0,0,0,0.8);
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff !important;
  text-decoration:none !important;
}

.cmc-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px;
  overflow: auto;
}

.body-container-wrapper ol li,.body-container-wrapper ol {
  list-style-type: decimal;
}
.product-content .lang_switcher_class {
  width: 500px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0px auto;
  display: block;
}

.product-content .lang_switcher_class .lang_list_class {
  display: block;
  width: 100%;
  text-align: left;
  top: 0;
  padding-top: 0;
  background: #fff;
  border: 2px solid #d9d7d7;
  border-radius: 5px;
  position: static;
  transform: none !important;
  height: 50px;
  overflow: hidden;
  pointer-events:none;
  opacity:0;
}

.lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.product-content .lang_list_class li:first-child {
  border-top: 0 !important;
  border: 0 !important;
}

.product-content .lang_list_class li {
  padding: 10px 20px;
  border: 0 !important;
  font-size: 15px;
}

.product-content .globe_class {
  background: no-repeat;
  width: 100%;
  height: auto;
}

select#tinynav1 {
  display: block;
  width: 100%;
  text-align: left;
  top: 0;
  padding-top: 0;
  background: #fff;
  border: 2px solid #d9d7d7;
  border-radius: 5px;
  position: static;
  transform: none !important;
  height: 50px;
  padding: 10px 20px;
  font-size: 15px;
  white-space: unset;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 8px 5px, 5px 5px, 1px 30px;
  background-repeat: no-repeat;
}

ul.lang_list_class.l_tinynav1 {
  display: none !important;
}


.product-content .lang_switcher_class {
  max-width: 100%;
}

.product-content > p {
  max-width: 100%;
}

.service-wrapper .quicksearch {
  max-width: 100%;
}


.inbound-btn .btn {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    background: #56bfcc;
    border-radius: 5px;
    text-decoration: none !important;
}



.inbound-btn {
    text-align: center;
}

.dept-main-content {
    text-align: left;
    font-size: 14px;
    padding: 20px 0;
}

.dept-main-content p, .dept-main-content ul li {
    font-size: 16px;
    line-height: 1.5;
    list-style: decimal;
    list-style-position: inside;
}

.lang-logo img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.top-content {
    text-align: center;
}

.dept-main-content p {
    margin-bottom: 10px;
}

.dept-main-content  {
  display:none;
}


.service-image.outpatients-team {
    text-align: center;
}

.service-image.outpatients-team img {
    width: 80%;
}

.element-item .arrw img {
    mix-blend-mode: normal;
    width: 25px;
    aspect-ratio: unset;
    object-fit: unset;
    vertical-align: middle;
    margin-left: 6px;
  transition:.3s all;
}

.element-item .active-drop .arrw img {
  transform: rotate(180deg);
}


.top-content {
    max-width: 900px;
    margin: auto;
}

.top-content h1{
   font-size:50px;
  line-height:1.3;
}

@media (max-width:1400px) {
  .element-item {
    width: 30%;
  }

  .gutter-sizer {
    width: 3.3333%;
  }
}

@media (max-width:992px) {
  .element-item {
    width: 45%;
  }

  .gutter-sizer {
    width: 5%;
  }
}

@media (max-width:767px) {
  .element-item {
    width: 100%;
  }
  
  .top-content h1{
   font-size:40px;
}


  .gutter-sizer {
    width: 0%;
  }
}
