.footer {
    background: radial-gradient(60.36% 70.71% at 50% 50%, #4E3BC2 0%, #180B62 100%);
    position: relative;
    padding: 5vw;
    padding-bottom: 36vw;
  }
  .fmt67 .footer {
    padding:0 6vw 18vw 6vw;

  }
  
  .footerContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .brightchamps-img{
    width: 45.600vw;
    margin: 3vh 0 0 0 ;
  }
  .company-container{
    display: flex;
    flex-direction: column;
  }
  .company-heading{
    color: rgba(255, 255, 255, 1);
    font-weight: 800;
    font-size: 16px;
    line-height: 21.82px;
    font-style: normal;
    margin: 2vh 0 2vh 0;
  }
  .company-container a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 6vh;
    font-style: normal;
    padding: 0 0 0 5px;
  }
  .line{
    display: none;
  }
  .footer  .email{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.42px;
    margin-top: 3vh;
  }
  .email a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.42px;
  }
  .copy-right-and-social-container{
    display: flex;
    flex-direction: column;
  }
  .copy-right-p{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 5vw 0;
    text-align: center;
  }
  .socialIcon {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-gap: 8vw;
  }
  .socialIcon li img {
    width: 5.339vw;
  }
  .footerGr {
    position: absolute;
    right: 0;
    bottom: 2vh;
  }
  .cross_sell_leads_img_container{
    display: flex;
    gap: 6vw;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .cross_sell{
    width: 26.667vw;
  }
  .cross_sell_leads_heading{
    color: #FFF;
    text-align: center;
    font-size: 5.7vw;
    font-style: normal;
    font-weight: 700;
    line-height:  272.143%;
    margin-top: 3vw;
  }