#loading-img {
background: url('https://www.miotinternational.com/wp-content/uploads/2021/02/loading-icon-gen.gif') center center no-repeat;
height: 100%;
z-index: 20;
}
.overlay {
background: #e9e9e9;
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
z-index: 20;
}
#ask_loading-img {
background: url('https://www.miotinternational.com/wp-content/uploads/2021/02/loading-icon-gen.gif') center center no-repeat;
height: 100%;
z-index: 20;
}
.ask_overlay {
background: #e9e9e9;
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
z-index: 20;
}
#appo_loading-img {
background: url('https://www.miotinternational.com/wp-content/uploads/2021/02/loading-icon-gen.gif') center center no-repeat;
height: 100%;
z-index: 20;
}
.appo_overlay {
background: #e9e9e9;
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
z-index: 20;
}
.sticky-btn-btm {
z-index: 9999;
bottom: 0;
}
.sticky-btn-btm>a {
z-index: 9999;
bottom: 0;
width: 100%;
background-color: #2e56a6;
color: #fff;
padding: 15px;
font-size: 18px;
line-height: 22px;
text-align: center;
text-transform: uppercase;
}
.doctor-qal-section {
  margin-top: -20%;
  margin-left: 25%;
  transition: all 0.4s ease;
  transform: translateZ(0) scale(1);
}

.doctor-section:hover .doctor-qal-section {
  animation: hover-up-down 0.4s forwards ease-in-out;
}

.f-18 {
  font-size: 18px;
}

.font-weight-bold {
  font-weight: bold;
}

.f-25 {
  font-size: 25px;
}

.bg-yellow {
  background-color: #F0A815 !important;
}

.bg-yellow-light {
  background-color: #fff6e3 !important;
}

ul li {
  justify-self: center;
  display: grid;
  grid-template:
    "icon"
    "line"
    "dot"
    "title"
    "descr" 1fr;
  justify-items: center;
  align-items: flex-start;
  text-align: center;
}

ul li::before {
  content: "";
  grid-area: line;
  height: 2rem;
  border-right: 2px dotted currentColor;
}

ul li::after {
  content: "";
  grid-area: dot;
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d71149;
  justify-self: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.45);
}

ul li .icon {
  grid-area: icon;
  width: 3rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2.5rem;
  border: 0.4rem solid var(--bgColor);
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow:
    -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
    inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}

.bg-mixed {
  background: radial-gradient(circle at 30% 30%, rgb(215 17 73) 0%, transparent 50%),
              radial-gradient(circle at 70% 70%, rgb(46 86 166) 0%, transparent 50%),
              radial-gradient(circle at 50% 20%, rgb(240 168 21) 0%, transparent 50%),
              #000;
  background-size: 200% 200%;
  animation: mixed-move 5s ease infinite;
}

.list-content {
  margin-top: -25px;
}

.location-top-sec {
  top: 0;
  left: 0;
}
.map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 23px;
    left: 0;
    bottom: 0;
}
.map-wrapper iframe {
    margin-bottom: -8px;
    width: 100%;
    height: 100%;
}
.content-info {
    height: 100%;
    width: 100%;
    padding: 40px;
    position: relative;
    z-index: 1;
    min-height: 500px;
}
.content-wrapper .content-info::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    border-top: 23px solid transparent;
    border-left: 15px solid #2e56a6;
    border-right: 10px solid transparent;
    opacity: 0.8;
}
.bg-blue{
    background-color:#2e56a6 !important;
}
.bg-pink{
        background-color: #d71149;
}
a{
    text-decoration:none;
}

@keyframes hover-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes mixed-move {
  0%, 100% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
}
@media all and (max-width:767px){
    .map-wrapper {
    position: relative;
    padding-top:0;
}
.waterEffect {
    height: 300px;
    width: 300px;
}
}
