.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.medical-profile h3 i {
  color: #00a3c8;
}

.medical-profile.section-inner {
  width: 100%;
  max-width: 168rem;
}

.medical-profile .review-2 {
  margin-bottom: 0;
}

.medical-profile button {
  background-color: #00a3c8;
  border: none;
  border-radius: 8px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}

.medical-profile button.featured {
  background-color: #ffc107;
  color: #444964;
  border: 1px solid #ffc107;
}

.medical-profile .question-form button[disabled="disabled"] {
  background-color: #44496488;
  border: 1px solid #444964;
  color: #eee;
}

.medical-profile .question-form button[disabled="disabled"] i {
  color: #eee;
}

#navbar {
  padding: 0;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #fff;
  color: #fff;
  background: #dff0f8;
  color: #1e5d7c;
  z-index: 9999;
}
#navbar .columns {
  align-items: center;
  flex-wrap: nowrap;
}
#navbar .columns .column {
  width: auto;
}
#navbar h2 {
  color: #1e5d7c;
}
#navbar .buttons {
  display: block;
  overflow: auto;
}
#navbar .navbar-title p {
  font-weight: bold;
}
.container .section-title p {
  color: #444964;
}
.buttons a {
  color: #fff;
  padding: 0.5em;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  background-color: #00a3c8;
  white-space: nowrap;
}
.buttons a.main {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #444964;
}
.buttons a {
  margin-left: 1em;
  background-color: #00a3c8;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00a3c8;
  font-size: 0.8em;
}
#navbar .buttons a {
  float: right;
}

body.scrolled #navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  margin-top: 0px;
  z-index: 10;
}
body.scrolled {
  padding-top: 78px;
}

/*
#navbar + div {
  padding-top: 78px;
}
*/

#navbar .column {
  width: 50%;
}

#navbar .navbar-title h2 {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
#navbar .navbar-title h2 span {
  white-space: nowrap;
}
#navbar .navbar-title p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}

#navbar .call-me {
  position: relative;
  height: 100%;
}

#navbar .call-me button {
  position: absolute;
  top: 50%;
  right: 0%;
  height: auto;
  transform: translate(0%, -50%);
}

#hero {
  display: block;
  background-color: #fff;
}
#hero-content {
  color: #fff;
  background-color: #1e5d7c;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
#hero-content h3 a {
  color: white;
}
#history {
  border-top: 1px solid #eee;
  background-color: #f8f9fb;
}
#hero-wrapper {
  position: relative;
}
#hero-image {
  display: block;
  margin: 0;
  min-height: 420px;
  max-height: 624px;
  height: 624px;

  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#hero-image img {
  max-height: 624px;
  position: absolute;
  right: 0;
  display: none;
}

#hero-overlay .motto {
  display: block;
  margin: 0;
  width: 100%;
  color: #1e5d7c;
}
#hero-overlay .motto h3 {
  font-size: 2.625rem;
  padding: 0em;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #333;
}
#hero-overlay .motto .licenses {
  min-width: 55%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#hero-overlay .motto .licenses ul {
  margin: 0px;
  padding: 0px;
}
#hero-overlay .motto .licenses ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#hero-overlay .motto .licenses ul li:last-child {
  border-bottom: none;
}
#hero-overlay .motto .licenses ul li .name {
  display: block;
}
#hero-overlay .motto .licenses ul li .value {
  display: block;
}
#hero-overlay {
  position: absolute;
  width: 55%;
  height: auto;
  top: 50%;
  left: 0%;
  transform: translate(2em, -50%);
  text-align: center;
}

#licenses {
  border-bottom: 1px solid #eee;
  background-color: #f8f9fb;
  color: #444964;
}
#licenses ul {
  margin: 0px;
  padding: 0px;

  display: flex;
  flex-wrap: wrap;

  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}
#licenses ul li {
  display: block;
  margin: 0px;
  padding: 0.5em;

  flex-basis: auto; /* default value */
  flex-grow: 1;

  text-align: center;
}
#licenses ul li .name {
  display: block;
}
#licenses ul li .value {
  display: block;
}
#licenses ul li .value .fa {
  color: #45ffbb;
}

.medical-profile .info h3
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.medical-profile #question h3,
.medical-profile #question h3 a
{
  color: #fff !important;
}

.medical-profile .info .column ul.list {
  list-style-type: disc;
  margin-left: 1.8em;
}

.medical-profile .info .content h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.medical-profile .info .column .content
{
  margin-left: 50px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
}

.columns .wide {
  width: 100%;
}

.columns .column-2 {
  width: 50%;
}

.columns .column-4 {
  width: 25%;
}

.columns .column .para {
  margin: 1.5rem;
  margin-top: 0;
}

.columns .column .glide.para {
  margin-left: 0;
  margin-right: 0;
}

#location {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 0rem;
}
#location.with-widget {
  border-top: 1px solid #eee;
  background-color: #f8f9fb;
}
#location span.main {
  font-size: 1.5em;
}
/*
#location .columns {
  align-items: center;
}
*/
#location .column {
  padding-bottom: 0px;
}
#location .column .bullet {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#location .column .bullet-2 {
  margin-bottom: 1em;
}
#location .column .larger .bullet-2 ul {
  font-size: 1.4em;
  list-style: disc;
  margin-left: 1.8em;
}
#location .left {
  display: table;
}
#location .left .para {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#location .left .para p {
  margin-left: 1.5em;
}
#location .left i.fa {
  float: left;
  font-size: 1.4em;
  margin-top: 0.25em;
  margin-left: 0em;
  color: #00a3c8;
}

#location .new-left {
  height: 320px;
}

@media screen and (max-width: 992px) {
  #location .new-left {
    height: auto;
  }
  #location .new-left .location-details {
    top: 0;
    transform: none;
  }
}

.larger p {
  font-size: 1.4em;
}
.larger p b {
  color: #00a3c8;
  font-weight: bold;
}
.larger a {
  color: #00a3c8;
}

#map {
  height: 320px;
  overflow: hidden;
}
#map iframe {
  height: 320px !important;
}
/*
.column.main-column .para,
.column.main-column .para p
{
  font-size: 1.25em;
}
.column.main-column h5 {
  font-size: 1.5em;
}
*/
.columns.secondary {
  color: #666;
}
.columns.secondary h5 {
  color: #555;
}

#location h3 {
  width: 100%;
  text-align: center;
}

#location .column-map {
  padding-left: 0px;
}
/*
#location .column {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
*/
#location .bullet {
  margin-bottom: 2em;
}

#testimonials {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
#testimonials .hero {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.quote img {
  width: 160%;
}
#testimonials .hero h3 {
  text-align: center;
}
#testimonials .testimonial {
  font-size: 1.8em;
}
#testimonials .testimonial p {
  text-align: left;
  margin-bottom: 0.5em;
}
#testimonials .testimonial span.author {
  text-align: right;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  padding-right: 0.3em;
}
#testimonials .testimonial span.author span.from {
  color: #888;
}
#testimonials .testimonial span.author::before {
  content: "- ";
}
#testimonials .testimonial p::before {
  content: "\"";
  color: #888;
}
#testimonials .testimonial p::after {
  content: "\"";
  color: #888;
}

.degrees ul li span {
  display: block;
}

/*
#bottom-buttons-container {
  border: 1px solid red;
  position: relative;
}

#bottom-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 100;
  background: #00a3c8;
  padding-bottom: 1em;
  padding-top: 1em;
}

#bottom-buttons a {
  float: right;
  text-decoration: none;
  margin: 0;
  margin-right: 1em;
  border: 1px solid #fff;
  display: inline-block;
  padding: 1em;
  color: #cd2653;
  cursor: pointer;
  width: auto;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;

  color: #fff;
}

#bottom-buttons a.book {
  background-color: #ffc107;
}


#bottom-buttons a {
  float: right;
  text-decoration: none;
  margin: 0;
  margin-right: 1em;
  background: #fff;
  border: 1px solid #cd2653;
  display: inline-block;
  padding: 1em;
  color: #cd2653;
  cursor: pointer;
  width: auto;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
}

#bottom-buttons a:hover {
  background-color: #ffdde6;
}
*/

#site-footer {
  margin-bottom: 95px;
}

#question {
  background-color: #00a3c8;
  color: #fff;
}
#question.success {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}
#question.success .hero-span {
  margin-left: auto;
  margin-right: auto;
}

#question .question-form {
  margin: 1rem;
  margin-top: 0;
}

#question .question-form form {
  margin: 0;
  padding: 0;
}
#question .question-form form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
#question .question-form form h3 {
  margin-bottom: 0.5em;
  text-align: center;
}
#question .question-form form .column {
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1em;
}
.columns .column {
  position: relative;
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
}
.columns .hero-container {
  position: relative;
  height: 500px;
}
.columns .column .hero-span {
  position: absolute;
  height: auto;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
#question .hero-span {
  text-align: center;
}
#question input::-webkit-input-placeholder,
#question textarea::-webkit-input-placeholder
{
  color: #aaa;
}
#question .question-form textarea {
  height: 5rem;
}

#question .question-form label {
  font-weight: bold;
}
#question .question-form form input,
#question .question-form form textarea
{
  border: 1px solid #eee;
  width: 100%;
  border-radius: 5px;
  padding: 0.5em;
  font-size: 1em;
  color: #444964;
}
#question .question-form form button {
  padding: 1em;
}
#questions {
  background-color: #dff0f8;
}
#questions h3.h3-md a
{
  color: #1e5d7c;
}
#questions .single-question {
  margin-bottom: 1.5em;
}
.accordion .card {
  margin-bottom: 0.5em;
  background-color: #fefefe;
  border: none;
}
.accordion .fa
{
  display: none;
  float: right;
  color: #00a3c8;
}
.accordion .display-expanded {
  display: inline;
}
.accordion .collapsed .display-expanded {
  display: none;
}
.accordion .collapsed .display-collapsed {
  display: inline;
}
.accordion .card-body {
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #fdfdfd;
}
#questions, #members {
  padding-bottom: 1em;
}
.accordion .card h4 a {
  color: #1e5d7c;
  font-weight: bold;
  font-size: 16pt;
}
.accordion .card-body p {
  font-size: 14pt;
}
#bottom-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 100;
  background: #dff0f8;
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#bottom-buttons .columns {
  align-items: center;
  height: 100%;
}
#bottom-buttons .buttons {
  text-align: center;
}

#footer {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #444964;
  color: #fff;
}

#footer h5 {
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#footer p {
  margin: 0;
}

.page-template-medical_profile #breadcrumb,
.page-template-lab_analysis-php #breadcrumb,
.page-template-lab_analysis_detail #breadcrumb,
.page-template-specialist #breadcrumb
{
  display: none;
}

.medical-profile img.img-fluid {
  transform: translate(-25%, 0%);
}

#specialties .nav {
  align-items: center;
  justify-content: center;
}

#specialties {
  margin-bottom: 60px;
}

.nav-pills .nav-link {
  padding: 12px 24px;
  transition: all 150ms ease-in-out;
}
.nav-pills-sup .nav-link,
.nav-pills-sub .nav-link {
  padding: 6px 12px;
}

.nav-pills .nav-item a.active {
  color: #fff;
}

.nav-pills .nav-item a {
  color: #00a3c8;
  border: 1px solid #00a3c8;
  margin: 5px;
}

.nav-pills-sup .nav-item a.nav-link {
  border: 1px solid #ddd;
  background-color: #eee;
  color: #888;
}

.nav-pills-sub .nav-item a.nav-link {
  border: 1px solid #00a3c888;
  color: #00a3c8;
}

.medical-profile .section-title {
  margin-bottom: 60px;
}

.medical-profile .section-title #specialties {
  margin-bottom: 0px;
}

.reveal .reveal-hidden {
  display: none;
}
.reveal .reveal-display {
  display: inline;
}

.reveal.revealed .reveal-hidden {
  display: inline;
}

.reveal.revealed .reveal-display {
  display: none;
}

#analysis-descriptions .left {
  padding-right: 0.5em;
}
#analysis-descriptions .right {
  border-left: 2px solid #dff0f8;
}
#details-accordion {
  border-top: 2px solid #dff0f8;
  padding-top: 1em;
  padding-bottom: 1em;
}
#analysis-descriptions h4 {
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
}
#lab-analysis-detail .accordion .fa {
  float: none;
}
#members h3, #location h3 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
}

#price {
  display: block;
  text-align: right;
  font-size: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  background-color: #f8f9fb;
  border-top: 1px solid #eeee;
  margin-bottom: 1em;
}
#price .striked {
  color: gray;
}
#price .actual {
  color: #179601;
}

#analysis-descriptions ul {
  list-style-type: square;
  margin-left: 1.8em;
}

#analysis-descriptions ul ul {
  list-style-type: circle;
}

#analysis-descriptions ul ul ul {
  list-style-type: disc;
}

#analysis-descriptions .right {
  display: table;
}

#analysis-promo {
  background-color: #1e5d7c;
  color: #fff;
  margin: 2em;
  text-align: center;
  border-radius: 1em;
}
#analysis-promo p {
  padding: 0.5em;
}
#analysis-price {
  vertical-align: middle;
  display: table-cell;
  padding: 1em;
}
#analysis-price p {
  font-size: 20pt;
  text-align: center;
  margin: 0;
}
#analysis-price p.promo {
  font-weight: bold;
  color: #179601;
}
#analysis-price p.precio {
  color: #888;
  font-size: 16pt;
}

#lab-analysis-detail #members {
  background-color: #1e5d7c;
  color: #fff;
}
#lab-analysis-detail #members h3,
#lab-analysis-detail #members h3.h3-md,
#lab-analysis-detail #members h3.h3-md a {
  color: #dff0f8;
}
#lab-analysis-detail #members h3.card-header {
  background-color: #eee;
}

#lab-analysis-detail #location {
  background-color: #dff0f8;
  color: #1e5d7c;
}
#lab-analysis-detail #location h3,
#lab-analysis-detail #location h3.steelblue-color-color,
#lab-analysis-detail #location h3.steelblue-color-color a
{
  color: #1e5d7c;
}
#lab-analysis-detail #location b {
  color: #1e5d7c;
}
#lab-analysis-detail #location i {
  color: #1e5d7c;
}
#lab-analysis-detail #location a {
  color: #1e5d7c;
}
#lab-analysis-detail #location p {
  line-height: 1.3em;
}
#lab-analysis-detail #location #map {
  margin-top: 0.5em;
}
#lab-analysis-detail .accordion .fa {
  margin-left: 0.5em;
}
#lab-analysis-detail #analysis-descriptions h4 {
  background: #f3f3f3;
}
#lab-analysis-detail #analysis-descriptions .direction {
  margin-bottom: 1em;
  border: 1px solid #eee;
}
#lab-analysis-detail #analysis-descriptions .direction:last-child {
  margin-bottom: 0em;
}
.accordion .display-collapsed {
  opacity: 0.7;
}
#whatsapp-button {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.5rem;
}
#whatsapp-button a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/whatsapp-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#members .accordion h4 {
  text-align: center;
}

.ribbon-box .ribbon:before,
.ribbon-box .ribbon:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  top: -20px;
  right: 0px;
  border: 18px solid #179601;
  z-index: -1;
 }
.ribbon-box .ribbon:before {
  border-bottom-color: transparent;
  top: 15px;
  right: 0px;
}
.ribbox-box .ribbon:after {
}
.ribbon-box .ribbon {
  display: block;
  position: absolute;
  height: 10px;
  top: 20px;
  right: 0px;
  color: white;
  z-index: 100;
  text-align: center;
  width: 36px;
  font-weight: bold;
  font-size: 12px;
  opacity: 0.8;
}

#lab-analysis .analysis-container {
  margin-top: 60px;
}
#lab-analysis .analysis-container .blue-color {
  text-transform: uppercase;
  font-weight: bold;
}
#lab-analysis .analysis-container .analysis-box {
  background: white;
  height: 240px;
  border: 1px solid #eee;
  filter: drop-shadow(-20px 20px 10px #eee);
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#lab-analysis .analysis-container .analysis-box .details {
  text-align: center;
  font-weight: bold;
}
#lab-analysis .analysis-container .analysis-box .precio {
  color: #bbb;
}
#lab-analysis .analysis-container .analysis-box .promo {
  color: #333;
  font-size: 1.2em;
}
#lab-analysis .analysis-container .analysis-box p {
  margin-bottom: 0;
}

#lab-analysis .analysis-frame-container {
  position: relative;
  display: block;
  height: 150px;
}
#lab-analysis .analysis-button {
  text-align: center;
}
#lab-analysis .analysis-service-name {
  font-size: 0.8em;
  line-height: 1em;
}
#lab-analysis .analysis-frame {
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 36px;
  padding-right: 36px;
}
#lab-analysis .analysis-frame hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 2px solid #eee;
}
#lab-analysis #services {
  max-width: 600px;
  margin: 0 auto;
}
#lab-analysis #services .nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  body {
    padding-bottom: 82px;
  }
  #navbar .left {
    width: 100%;
  }
  #navbar .right {
    display: none;
  }
  #bottom-buttons {
    display: block;
    height: auto;
    height: 82px;
  }
  #hero-overlay {
    position: relative;
    transform: none;
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
  }
  #hero-overlay .motto {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #hero-overlay .motto h3 {
    position: absolute;
    background: rgba(255,255,255,0.5);
    font-size: 1.7em;
    text-align: left;
    transform: translate(0, -100%);
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
  }
  #hero-overlay .motto .licenses {
    max-width: 100%;
    width: 100%;
  }
  #hero-overlay .motto .licenses ul li {
    text-align: left;
  }
  #history .columns .column-2 {
    width: 100%;
  }
  #history .columns .column-2 .para {
    margin-left: 0;
    margin-right: 0;
  }
  #question .question-form {
    margin-left: 0;
    margin-right: 0;
  }
  #question .question-form form .column {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 0.5em;
  }
  #question .question-form form .column-2 {
    width: 100%;
  }
  #question .question-form form button {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #location .column {
    width: 100%;
  }
  #analysis-descriptions .column {
    width: 100%;
  }
  #map {
    height: 220px;
    overflow: hidden;
  }
  #map iframe {
    height: 220px !important;
  }
  .buttons a {
    margin: 0;
  }
  #bottom-buttons .buttons a {
    background-color: #dff0f8;
    border: none;
    color: #1e5d7c;
    border-right: 1px solid #ddd;
    border-radius: 0;
  }
  #bottom-buttons .buttons a:last-child {
    border-right: none;
  }
  #bottom-buttons .buttons a i {
    font-size: x-large;
    display: block;
    margin-bottom: 0.2em;
    text-align: center;
  }
  #bottom-buttons .buttons a {
    margin: 0px;
    width: 24%;
    font-size: 0.7em;
  }
  #hero-image {
    min-height: 360px;
    height: 50%;
  }
  .profile-name {
    display: none;
  }
  #hero {
    padding-top: 149px;
  }
  #analysis-descriptions .right {
    border: none;
    border-top: 2px solid #dff0f8;
  }
  #lab-analysis .analysis-container .analysis-box {
    filter: none;
  }
}
#appointments {
  height: 70vh;
}
#appointments button {
  background-color: #00a3c8;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  border: 1px solid #00a3c8;
  font-size: 1.5em;
  margin: 0.5em;
}
#appointments button.cancel {
  background-color: #aaa;
  color: #fff;
  border: 1px solid #333;
}

.location-details {
  font-size: 1.1em;
  line-height: 1.5em;
}
ul.location-details {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.location-details li {
  list-style-type: none;
  padding: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  margin-left: 30px;
  position: relative;
}
.location-details li i.fa {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 13px;
  left: -25px;
  color: #00a3c8;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
}
