.h2, h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

.h2, h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

@media (max-width: 576px) {
  .h2, h2 {
    font-size: 24px;
  }
}

.img-span-1 {
  font-weight: bold;
  font-size: 18px;
}

.bg-gray {
  background: #f0f0f0;
}

.img-span-2 {
  font-size: 16px;
}

@media (max-width: 576px) {
  .img-span-2 {
    font-size: 15px;
  }
}

.liquid-agents-title {
  font-size: 22px;
  font-weight: bold;
  float: left;
  text-align: left;
  padding: 0px;
}

.fee-title {
  color: #001d55;
  font-size: 22px;
  font-weight: bold;
}

.fee-number {
  font-size: 48px;
  font-weight: bold;
  margin-right: 5px;
}

.fee-charge {
  font-size: 22px;
  font-weight: bold;
}

.fee-paragraph {
  color: #888888;
  font-size: 16px;
}

@media (min-width:768px) {
  .col-md-4-custom {
    -ms-flex: 0 0 30.0%;
    flex: 0 0 30.0%;
    max-width: 30.0%;
  }
}

@media (min-width: 576px) {
  .flow-circle {
    padding: 2.5em 1em 0em 1em !important;
  }
}

@media (max-width: 575px) {
  .flow-circle {
    width: 100% !important;
    text-align: left;
    height: 80px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
  }
}

.flow-circle {
  border: 2px solid #001d55;
  height: 18vw;
  width: 18vw;
  border-radius: 50%;
}
@media (max-width: 769px) {
  .flow-circle {
    border: 2px solid #001d55;
    height: 23vw;
    width: 23vw;
    border-radius: 50%;
  }
}

.icon-text {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .icon-text {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .icon-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .icon-text {
    float: right;
    font-size: 18px;
    width: 75%;
    margin-top: 24px;
  }
}

@media (max-width: 500px) {
  .icon-text {
    width: 68% !important;
  }
}

.icon-custom {
  width: 7.5vw;
}

@media (max-width: 575px) {
  .icon-custom {
    width: auto;
    height: 65px;
    margin: 7px;
  }
}

.quote-left {
  background: #001d55;
  color: white;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  width: 150px;
}

@media (max-width: 767px) {
  .quote-left {
    height: 60px;
    line-height: 60px;
    width: 58%;
  }
}

@media (min-width: 768px) {
  .qoute-right {
    position: absolute;
    left: 0px;
    right: 0px;
    vertical-align: middle;
  }
}

.qoute-right {
  top: 32%;
}

@media (max-width: 575px) {
  .paragraph {
    font-size: 14px;
    /*line-height: 2;*/
  }
}

@media (max-width: 576px) {
  .paragraph {
    font-size: 16px;
    line-height: 2;
  }
}

