.rate-box{
  max-width:620px;
  margin:30px auto;
  margin-bottom:50px !important;
  padding:22px 24px;
  background:#ffffff;
  border:1px solid #e6edf3;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.rate-title{
  font-size:18px;
  font-weight:700;
  color:#2d3e50;
  margin-bottom:14px;
}

.rate-main{
  font-size:24px;
  font-weight:700;
  color:#007acc;
  margin-bottom:16px;
}

.rate-list{
  list-style:none;
  padding:0;
  margin:0;
}

.rate-list li{
  display:flex;
  justify-content:space-between;
  padding:10px 14px;
  background:#f4f7fb;
  border-radius:8px;
  margin-bottom:8px;
}

/* =================================
   SUBTILE THAILAND ICON
   ================================= */

.flag-icon{
  display:inline-block;
  width:18px;
  height:18px;
  margin-right:8px;
  border-radius:50%;
  vertical-align:-3px;
  box-shadow:0 0 0 1px rgba(0,0,0,.06);

  background:
    linear-gradient(
      to bottom,
      #c8102e 0%,
      #c8102e 22%,
      #ffffff 22%,
      #ffffff 38%,
      #012169 38%,
      #012169 62%,
      #ffffff 62%,
      #ffffff 78%,
      #c8102e 78%,
      #c8102e 100%
    );
}
.row > .col-lg-6.offset-lg-3{
  margin-top:-50px !important;
}