.footer_sangarh {
  padding: 40px 120px;
  font-family: kohinoorregular;
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
}
.footer_sangarh .footer-main-heading {
  color: #6E6E6E;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_sangarh .footer-main-heading span {
  font-size: 18px;
}
.footer_sangarh .termsCondition {
  justify-content: space-between;
  display: flex;
  margin-bottom: 10px;
}
.footer_sangarh .termsCondition span {
  font-size: 13px;
  /* letter-spacing: 0.3px; */
  color: #6E6E6E;
  margin-bottom: 0 !important;
}
.footer_sangarh .termsCondition img {
  margin-left: 30px;
  width: 24px;
  height: 24px;
}
.footer_sangarh .copy-right img {
  width: 24px;
  height: 24px;
}

.footer_sangarh .copy-right{
  color: #6E6E6E;
}
.footer_sangarh .last-col {
  text-align: right;
}
.footer_sangarh .copy-right {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px){
  .footer_sangarh {
      padding: 45px;
  }
}

@media (max-width: 992px){
  .footer_sangarh .last-col{
      text-align: left;
  }
}

@media (max-width: 426px){
  .footer_sangarh .termsCondition{
    flex-direction: column-reverse;
  }
  .footer-main-heading {
    display: block!important;
  }
  .footer_sangarh{
    padding: 30px;
  }

  .footer_sangarh .termsCondition .social-media-icons img{
      margin-right : 15px;
      margin-left: 0;
      /* margin-bottom: 10px; */
  }
  .footer_sangarh .termsCondition .social-media-icons{
    margin-bottom: 15px;
  }

  .footer_sangarh .termsCondition{
    margin-bottom: 30px;
  }

  .footer_sangarh .copy-right{
    flex-direction: column;
  }

  .footer_sangarh .copy-right span{
    font-size: 13px;
  }

}
.copy-right .sangrah-copy-footer{
  margin-left: 10px;
}


@media(max-width : 768px){
  .sangrah-copy-footer{
    display: block;
    margin-left: 0!important;
  }

  .privacy-footer{
    margin-left: 5px;
  }
}

