
  #footer{
    /* background: #F5F2FD; */
    background: #1F83BD0D;
    font-family: 'Montserrat', sans-serif !important;
    /* font-size: 14px */
    font-size: 16px;
    color: black;
  }
  .footer .fa {
    color: #304f50;
    font-size: 18px;
    width: 2.25rem;
  }

  .footer-link{
    color:black !important;
  }
  .footer-link:hover{
    color:black !important;
  }
  #footer a:hover{
    color: #1f83bd !important;
    font-weight: bold;
  }
  .footer-links li a{
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
  }

  /* #footer a{
    color: #00bdd6 !important;
  } */
  @media screen and (max-width: 480px) {
    .privacy-termcondition{
      margin-left: 1rem !important;
      color: rgb(1, 194, 197);
      font-size: 13px;
    }



  }
  .privacy-termcondition{
    margin-left: 7rem;
    color: rgb(1, 194, 197);
    font-size: 13px;
  }
  #btn_hv:hover {
    background: #005586 !important;
  }


  .loans-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 32px;
    line-height: 48px;
    color: #171A1FFF;
  }
  .term-condition{
    color:black;
  }

  /* .our-service-img::before{
      display: block;
      width: 100%;
      height: 100%;

      opacity: 0.5;
      background-image: url("{{ asset('new_asset/images/loan-footer.jpeg')}}");
      background-size: cover;
  } */
  .card-overlay {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 0 100%, 145% 100%, 95% 50%, 150% 0%);
  }
  .our-service-img{
    background-image: url(https://loanagents.co.in/new_asset/images/about_us/loan-footer.jpeg) !important;
    background-size:cover;
  }
  .bootom-footer-btn{
    margin-top: 30px;
  }
  .text_black{
    color:black !important;
  }
  .footer-content .link_padding{
    padding-left: 50px;
    padding-right: 30px;
  }
  .error{
    color: red !important;
  }

  .text-left{
    text-align: left;
  }

  .text-right{
    text-align: right;
  }

  .sectionpricingbanner {
    background: #F5F2FD;
    background-size: cover;
    /* background-image: url("{{ asset('new_asset/images/costumfeedback.png')}}") !important; */
    /* background-image: url("{{ asset('new_asset/images/costumfeedback_2.jpg')}}") !important; */
    background-image: linear-gradient(rgba(31, 131, 189, 0.4), rgba(31, 131, 189, 0.9)), url("{{ asset('new_asset/images/costumfeedback_3.jpg')}}") !important;
    /* background: linear-gradient(180deg, rgba(31, 131, 189, 0.4), rgba(31, 131, 189, 0.9)), url({{ asset('new_asset/images/costumfeedback_2.jpg') }}) center top no-repeat; */
     /* background-repeat: repeat-y */
     background-repeat: no-repeat;
     background-size: cover;
  }
  .Costumer-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 52px;
    line-height: 74px;
    color: #FFFFFFFF;
    padding: 35px 0;
  }
  .reviews{
      color: #f9d71c;
  }
  .profile-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  .profile-img{
      width:50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 10px;
  }
  .profile{
      display: flex;
      align-items: center;
  }
  .box-top{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
  }
  .reviewbox {
    border: none;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 50px;
  }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #dee8e9 !important;
    text-indent: -9999px;
  }
  .slick-active button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #00bdd6 !important;
    text-indent: -9999px;
  }
  .footer .fa-star {
    color: #ffe246;
    font-size: 18px;
    width: 2.25rem;
  }
  .colfoot{
    background:#1F83BD0D;
  }
  .colfoot:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  /* .card:hover {
          background-color: #0ea7ffd5;
          cursor: pointer;
      } */
      /* .card:hover .font_black {
          color: white;
      } */
      /* .colfoot { */
      /* background: #1F83BD0D;
      padding-top: 15px;
      padding-bottom: 15px; */
      /* padding-top: 15px;
      padding-bottom: 15px;
  } */

  .colfoot {
      padding-top: 15px;
      padding-bottom: 25px;
  }

  .card-overlay {
      height: 312px;
  }
  .footer_address_icon{
    float:left;
    height:90px;
  }

@media only screen and (max-width: 768px) {
  .footer_address_icon {
    float: left;
    height: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .footer_address_icon{
    height:70px;
  }
  .Costumer-title{
		font-size: 28px;
		line-height: 10px;
	}

	.reviewbox {
    height: 200px;
	}

	.reviewbox p {
    font-size: 14px;
	}

	.reviewbox .name-user{
		font-size: 12px;
	}

  .slick-dots li {
    margin: 0 0 20px !important;
  }

  .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
  }

  .footer ul>li>a {
    font-size: 14px;
  }
  .footer .links {
    margin-bottom: 0px;
  }
  .footer_xs_18{
    font-size: 18px;
  }
  .footer .form-control {
    font-size: 12px;
  }
  .footer #btn_hv{
    font-size: 12px;
  }
  .footer .fa-phone{
    width: 20px;
  }
  .footer_bottom_center{
    text-align: center !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .slick-dots li {
    margin: 0 0 -17px !important;
  }
  .Costumer-title {
    font-size: 24px;
  }
  .reviewbox p {
    font-size: 12px;
  }
}
