.testimo-wrap {
  background: #aac5dc;
}

.testimo {
  max-width: 1140px;
  margin: auto;
  padding: 55px 5px;
}

.testimo h3 {
  font-size: 19px;
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
}

.testimo-card {
  padding: 15px;
}

.testimo-card p {
  font-size: 14px;
  color: #4e4e4e;
  font-family: sans-serif;
  background: rgba(255,255,255,0.5);
  padding: 15px;
  border-radius: 9px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimo-card h5 {
  font-family: sans-serif;
  color: #134f8e;
  font-size: 15px;
  margin: 0;
}

.testimo-card small {
  color: #4e4e4e;
  font-size: 12px;
}

.fees {
  border: 1px solid #56c3fc;
  border-radius: 12px;
}

.cont_info h6 {
  font-family: 'Briem Hand';
}

.map_co {
  font-family: 'Bungee';
}

.cont {
  margin: 45px auto;
}

#quick_connect {
  font-size: 30px;
  position: fixed;
  z-index: 11;
  top: 50%;
  padding: 10px;
  background: rgba(170,197,220,0.35);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#quick_connect .bi {
  margin: 15px auto;
  cursor: pointer;
}

#quick_connect .bi-whatsapp {
  color: #20b2aa;
}

#quick_connect .bi-chat-left-text-fill {
  color: #e4007b;
}

.grades span::after {
  content: "|";
  color: #8d97ad;
}

.grades {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 25px auto;
}

.grades .cre {
  color: #ff4d00;
}

.grades .nur {
  color: #00e300;
}

.grades .pri {
  color: #ffff00;
}

.grades .coll {
  color: #28adf2;
}

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

