/** Widget Search Form **/
.search {
  width: 100%;
  position: relative;
  margin-bottom: 4.5rem;
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #00B4CC;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #9DBFAF;
}

.searchButton {
  color: rgb(210, 210, 210);
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  background: transparent none repeat scroll 0% 0%;
  padding: 0.4rem 0.8rem;
  right: 0;
}

.searchButton:hover {
  background: transparent none repeat scroll 0% 0%;
}

.search input[type="search"] {
  background-color: transparent !important;
  height: 20px;
  width: 94.5% !important;
}

/** Ul List **/
.content_list {
  list-style: none;
  padding: 0;
  margin-left: 0rem;
}

.content_list li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.content_list li a {
  color: #000;
}

.content_list li:before {
  content: "\f054";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em;
  /* same as padding-left set on li */
  color: #1B75BB;
}

/** Common icons style **/

/** About Page**/
.about_title {
  border-bottom: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.about_title h1 {
  text-transform: uppercase;
  color: #1B75BB;
}

/** Thank You **/
.thankyou_style .alert-box.success {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #398dc7), color-stop(1, #3983b6));
  background: -moz-linear-gradient(top, #398dc7 5%, #3983b6 100%);
  background: -webkit-linear-gradient(top, #398dc7 5%, #3983b6 100%);
  background: -o-linear-gradient(top, #398dc7 5%, #3983b6 100%);
  background: -ms-linear-gradient(top, #398dc7 5%, #3983b6 100%);
  background: linear-gradient(to bottom, #398dc7 5%, #3983b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398dc7', endColorstr='#3983b6', GradientType=0);
  background-color: #398dc7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px !important;
  border: 1px solid #dcdcdc;
  color: #FFF;
}

/* 50em */
@media only screen and (min-width : 50em) {
  .show-for-50em-up {
    display: block;
  }

  .show-for-50em-down {
    display: none;
  }
}

@media only screen and (max-width : 50em) {
  .show-for-50em-up {
    display: none;
  }

  .show-for-50em-down {
    display: block;
  }
}

/** About US **/
.about_title {
  border-bottom: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.about_title h2 {
  color: #1B75BB;
}

#overview_img .overview_box {
  text-align: center;
  border: 1px solid #FFF;
  width: 150px;
  padding: 10px !important;
  height: 125px;
  margin: 0 auto;
}

#overview_img li {
  text-transform: uppercase;
}

#overview_img .overview_box h3 {
  margin-bottom: -0.2rem;
  margin-top: 0.2rem;
  line-height: 16px;
}

#overview_wrapper h3 {
  font-size: 1.1rem;
}

/* Why Us */
.vertical-tabs-container .vertical-tab {
  font-family: "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif !important;
  font-weight: 700;
}
