/*---------- Form in banner -----------*/
.w-form-try-free {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10 !important;
}
.icon-msg {
  width: 46px;
  height: 29px;
  background: url(../images/icon-msg.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.w-form-try-free .w-human-diff {
  display: inline-block;
}
.w-form-try-free .w-human-diff p {
  margin-bottom: 0;
}
.form-padding {
  padding: 20px 0;
}
.w-form-try-free .white-text {
  font-size: 22px;
}
.w-form-try-free .layer-success .span-icon {
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
}
.w-form-try-free .layer-success span i {
  font-size: 20px;
  line-height: 50px;
}
.w-form-try-free .layer-success .success-message {
  font-size: 20px;
  padding: 0 15px;
}
#form-try-free input {
  padding-left: 65px;
}
.content-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*---------- END Form in banner -----------*/
/*---- Like css media-kit ----*/
.box-light-blue-small {
  padding: 20px 15px 30px 15px;
  text-align: center;
  background: #fff;
  display: block;
}
.box-light-blue-small:hover {
  background: #e3f4fb;
}
.media-assets-title .title-blue {
  font-size: 22px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
  color: #27326f;
}
.media-assets-img {
  padding: 30px;
}
.media-assets-img img {
  height: 100px;
}
.media-assets-title {
  margin-bottom: 20px;
}
.box-light-blue-small p {
  font-size: 18px;
}
.media-assets-media-kit {
  margin-bottom: 50px;
}
/*---- END Like css media-kit ----*/
/*------- CMS middle -------*/
.small-hr {
  height: 2px;
  width: 170px;
  margin: 50px auto;
  background: #ccc;
}
.single-block {
  margin-bottom: 100px;
}
.single-block:last-child {
  margin-bottom: 0;
}
.single-block h3 {
  color: #27326f;
  font-size: 26px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.list-detail-feature {
  clear: both;
}
.list-detail-feature li {
  padding-left: 0;
  margin-bottom: 10px;
}
.list-detail-feature li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/arrow_set.png) no-repeat;
  background-size: 16px 12px;
  margin-top: 5px;
}
.list-detail-feature li span {
  margin-left: 30px;
  display: inline-block;
}
/*------- END CMS middle -------*/
/*------------ As featured on -----------*/
.competitor-3 {
  border-bottom: 1px solid #e1e1e1;
}
.competitor-3 h2 {
  margin-bottom: 50px;
}
.competitor-3 [class*="col"] {
  text-align: center;
}
.competitor-3 img {
  display: inline-block;
  margin-bottom: 30px;
  max-height: 50px;
}
/*------------ END As featured on -----------*/
@media only screen and (max-height: 480px) {
  .w-form-try-free {
    position: relative;
    background: #27326f;
  }
}
@media screen and (max-width: 991px) {
  .single-block ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .w-form-try-free-bg {
    padding: 80px 0;
  }
  .w-form-try-free {
    position: relative;
    background: #27326f;
  }
  .banner-subtitle {
    padding: 0 15px !important;
  }
  .w-form-try-free .white-text {
    font-size: 16px;
  }
  .break-sm {
    display: block;
    clear: both;
  }
  .title-light-blue {
    font-size: 24px;
    line-height: 30px;
  }
}
