.new-footer-ul {
  margin-top: 20px;
  margin-bottom: 0px;
  min-height: 60px;
}
.new-footer-ul li a {
  color: #5A5A5A;
  font-size: 15px;
  padding: 6px 3px;
  transition: all 0.4s ease-in-out;
  line-height: 1.7;
  font-family: 'Outfit-Regular', sans-serif;
  margin: 10px;
}
.new-footer-ul li .view_more-matri {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Outfit-Regular', sans-serif;
  width: 189px;
  background: #000;
  height: 44px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 28px;
}
.vl {
  border-left: 2px solid #a1a1a1;
  height: 10px;
  display: inline-block;
  margin: 0px 0px;
}
.matri-title-hdng h2{
  text-align: center;
  font-family: 'ProstoOne-Regular', sans-serif;
  font-size: 30px;
  color: #141414;
  margin-bottom: 27px;
}
.matri-title-hdng h2 span{
  color: #907221 !important;
}
.browse-matri-new .matri-browse-tabs{
  margin-top: 43px;
}

/* footer section start  */
.footer-section{
  background-color: #907221 !important;
}
.footer-text-heading .footer-logo{
  width: 220px;
  margin-bottom: 16px;
}
.matrimonial-footer-mains{
  /* background: #1b1c22; */
  /* border-radius: 30px; */
  padding: 10px 66px 0px;
  /* margin-bottom: 14px; */
}
.footer-text-heading{
  margin-top: 30px;
}
.footer-text-heading h4{
  font-size: 18px;
  color: #fff;
  font-family: 'ProstoOne-Regular', sans-serif;
  margin-bottom: 20px;
}
.footer-text-heading p{
  font-size: 14px;
  color: #fff;
  font-family: 'Outfit-Light', sans-serif;
  line-height: 22px;
  max-height: 83px;
  overflow: auto;
}
.footer_list-items li{
  line-height: 28px;
}
.footer_list-items li a{
  font-size: 14px;
  color: #fff;
  font-family: 'Outfit-Light', sans-serif;
  transition: all 0.5s;
}
.footer_list-items li a:hover{
  margin-left: 2px;
}
.fpl-0{
  padding-left: 70px;
}
.footer-text-heading .social_icon_nmain{
  display: flex;
  gap: 26px;
}
.matrimonial-footer-mains .border-fbtm{
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}
.footer_copyright h6{
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: 'Outfit-Light', sans-serif;
  padding: 16px 10px;
  line-height: 23px;
  border-top: 1px solid #fff;
  margin-top: 31px;
}