/* CSS for sidebars of borrow pages: unsecuredloan.html, autoloan.html, transloan.html, intlstu.html*/

/* Sidebar start*/

.single-sidebar .services ul li a i {
  margin-right: 10px;
  color: #550803;
}
.single-sidebar .services ul li a:hover {
  background: #912f2f;
  color: #fff;
}
.anow a {
  text-align: center;
  display: block;
  padding: 15px;
  margin-bottom: 5px;
  border: 2px solid #791a1a;
  border-radius: 4px;
  color: #851515;
  font-size: 16px;
  transition: 0.4s;
}
.anow a:hover {
  background: #912f2f;
  color: #fff;
}
.single-sidebar {
  padding: 25px;
  background: transparent;
  border: 1px solid transparent;
}
.single-sidebar {
  margin-bottom: 0px;
  width: 250px;
}

/* Sidebar end */

/* The rest start */

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.featured-section.section-padding {
  padding-bottom: 70px;
}
.single-featured .icon {
  background-color: #f7f8fa;
  width: 85px;
  float: left;
  text-align: center;
  line-height: 180px;
  border-right: 1px solid #e9e9e9;
}
.single-featured .content h4 {
  color: #232323;
  font-weight: 600;
}
.single-featured {
  border: 3px solid #e9e9e9;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-featured .content {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  padding-right: 20px;
}
.single-featured .content p {
  margin-bottom: 15px;
}
.single-featured .content a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #a01515;
  transition: 0.4s;
}
.single-featured .content a:hover {
  color: #232323;
}
.page-header {
  position: relative;
  padding: 50px;
  background-color: #020d27;
  margin-bottom: 10px;
  height: 150px;
}
.text-center h2 {
  font-weight: 700;
  color: #c9c9c9;
  font-size: 40px;
  font-family: "Muli", sans-serif;
  vertical-align: middle;
  text-align: center;
}
.services-details ul li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #000000ad;
}
.services-details ul li:before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  background: #09205f;
  left: 0;
  top: 12px;
}
/*  */
.services-details h5 {
  color: #851515;
}

/* The rest end */
