.right-side h4{
  color: #000000;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  font-family: 'PFHandbookPro-Medium';
}
/* .right-side h4 a {
  position: absolute;
  right: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #C7222A;
  text-decoration: underline;
} */
.quick-services .tag-btn {
  padding: 0px;
  display: flex;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.quick-services .tag-btn li {
  list-style: none;
  margin-bottom: 15px;
  margin-right: 15px;
  background: #FFFFFF;
  border: 1px solid #C7222A;
  border-radius: 5px;
}
.quick-services .tag-btn li a {
  color: #C7222A;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 15px;
  display: inline-block;
}
.quick-services .tag-btn li:hover {
  background: #C7222A;
  box-shadow: 4px 4px 4px rgba(202,31,52,0.2);
}
.quick-services .tag-btn li:hover a{
  color: #ffffff;
}
.approved-loan {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid rgba(243, 170, 50, 0.37);
  position: relative;
  z-index: 9;
  padding: 30px 20px 20px;
  margin-bottom: 34px;
}
.approved-loan h4 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  font-family: 'PFHandbookPro-Regular';
}
.approved-loan__form-group {
  margin-bottom: 20px;
}
.approved-loan__form-group label {
  font-size: 18px;
  line-height: 20px;
  color: #6A5935;
}
.approved-loan__form-group input {
  background-color: rgba(219, 219, 219, 0.25);
  border-radius: 3px;
  border: 1px solid rgba(219, 219, 219, 0.25);
  height:45px;
  font-size: 18px;
}

.approved-loan__form-group input:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #C4A167;
}
.approved-loan__form-group .error-msg {
  margin-top: 5px;
}
.approved-loan__form-group .error-msg span {
  display: inline-block;
  font-size: 15px;
  color: #FF0000;
  line-height: 22px;
  position: relative;
  padding-left: 22px;
}
.approved-loan__form-group .error-msg span::before {
  height: 17px;
  width: 17px;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
  position: absolute;
  background: url(../../../images/error-icon.svg) no-repeat 0 0;
}
.approved-loan__form-group .error-input input {
  background: rgba(219, 219, 219, 0.25);
  border: 1px solid #FF0000 !important;
}
.approved-loan__form-group .error-input input:-webkit-autofill, .approved-loan__form-group .error-input input:-webkit-autofill:hover, .approved-loan__form-group .error-input input:-webkit-autofill:focus, .approved-loan__form-group .error-input input:-webkit-autofill:active {
  background: rgba(219, 219, 219, 0.25);
  box-shadow: 0 0 0 30px #f5f4f5 inset !important;
  -webkit-box-shadow: 0 0 0 30px #f5f4f5 inset !important;
}
.approved-loan__submit-btn {
  background-color: #C7222A;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  border: 0px;
  padding: 13px 35px;
  margin-top: 5px;
}
.approved-loan__submit-btn:hover {
  box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
  -moz-box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
  -webkit-box-shadow: 4px 4px 10px rgba(202, 31, 52, 0.5);
}
.approved-loan__submit-btn:disabled {
  cursor: default;
  opacity: 0.4;
}
.approved-loan__submit-btn:disabled:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/**************************************
    RECENT BLOG START
**************************************/
.recent-blog {
  position: relative;
  z-index: 2;
}
.recent-blog h4{
  color: #000000;
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.recent-blog h4 a{
  position: absolute;
  right: 0px;
  top:5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #C7222A;
  text-decoration: underline;
  font-family: "PFHandbookPro-Bold";
}
.recent-blog__box-slider__slider-ul {
  padding: 5px;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
}
.recent-blog__box-slider__slider-ul li {
  list-style: none;
}
.recent-blog__box-slider__slider-ul li .sb-thumb-img {
  height: 84px; 
  width: 86px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.recent-blog__box-slider__slider-ul li .sb-thumb-img img {
  max-width: 100%;
} 
.recent-blog__box-slider__slider-ul li:first-child {
  width: 86px;
  height: 83px;
}
.recent-blog__box-slider__slider-ul li:nth-child(2) {
  padding: 10px 14px 5px 15px;
  display: flex;
  flex-flow: column;
}
.recent-blog__box-slider__slider-ul li p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #6A5935;
}
.recent-blog__box-slider__slider-ul li a {
  color: #C7222A;
  font-size: 15px;
  line-height: 20px;
  font-family: 'PFHandbookPro-Regular';
  display: flex;
  align-items: center;
  margin-top:auto;
}
.recent-blog__box-slider__slider-ul li a img {
  display: inline-block;
  margin-left:4px;
  transition: all linear 0.2s;
}
.recent-blog__box-slider__slider-ul li a:hover img {
  transform: translateX(7px);
}

@media screen and (max-width: 767px) {
  
  .right-side h4{
    padding-right: 56px;
  }
  .right-side h4 br{
      display: none;
  }
  .recent-blog h4 a{
      top: 5px;
  }
  .recent-blog__box-slider .slick-list.draggable{
    padding-right:61px;
    padding-bottom:0;
  }
  .right-side{
    padding:20px 0px 5px 0px;
  }
  .blog-box{
    margin-right: -15px;
  }
  
  .quick-services .right-side {
    padding: 22px 0px 10px 0px;
    min-height: auto;
  }
  .quickservices-mob{
    padding-left:15px !important;
    margin-bottom:0;
  }
  .quick-services .tag-btn{
    margin-bottom: 0;
  }
  .quick-services .tag-btn li{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  }
  .quick-services .right-side h4 {
    margin-bottom: 16px !important;
  } 
 
  .quick-services .right-side::before {
    background: linear-gradient(18deg, rgba(248, 185, 84, 0.78) 2.17%, rgba(255, 215, 150, 0.78) 100%);
    opacity: 0.4;
    left: -30px;
  }

 .recent-blog__box-slider__slider-ul {
    margin-right: 10px;
    min-height: 100px;
    margin-bottom:0;
  }
  .quick-services .recent-blog__box-slider__slider-ul li:nth-child(2){
    padding-top: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .quick-services .recent-blog__box-slider__slider-ul li p {
    font-size: 15px;
    padding-right: 14px;
    min-height: auto;
    padding-bottom: 10px;
  }
  .quick-services .recent-blog__box-slider .slick-list.draggable {
    padding-right: 61px;
  } 
}

  @media screen and (max-width:350px) {
    .quick-services .tag-btn li{
      margin-bottom:8px;
      margin-right:8px;
    }
    .quick-services .tag-btn li a{
      font-size:16px;
      line-height: 18px;
      padding:8px 8px !important;
    }
  }
/**************************************
    LOAN SECTION BOX END
**************************************/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .right-side h4 br{
      display: none;
  }
  .loan-section__loan-box__loan-box-content{
    font-size: 16px;
    line-height: 20px;
  }
    .approved-loan.tab-view{
      margin:30px 0 0;
      border: none;
      padding:15px 15px 35px;
    }
    .approved-loan.tab-view h4{
      margin-bottom:10px !important;
      margin-top:0;
    }
      .approved-loan__submit-btn{
        position: absolute;
        top: -50px;
        height: 45px;
      }

}
@media screen and (max-width: 767px) {
  .recent-blog h4 a{
    right:15px;
  }
}
@media screen and (max-width: 360px) {
  .recent-blog__box-slider__slider-ul li p {
    font-size: 14px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .recent-blog h4 a{
    position: static;
  }
}