.footer {
    background: radial-gradient(60.36% 70.71% at 50% 50%, #4E3BC2 0%, #180B62 100%);
    position: relative;
    overflow: hidden;
    margin-top: 4vw;
  }
  .footer-upper-section{
    display: flex;
    justify-content: space-between;
    margin: 0 0 8vw 0;
  }
  .fmt63 .footer-upper-section{
    margin: 0;
  }
  .fmt67 .footer-upper-section{
    margin: 0;
  }
  .fmt67 .footer {
    display: flex;
    justify-content: space-between;
    height: 25vw;
    align-items: flex-start;

  }
  .brightchamps-img{
    width: auto;
    height: 7vh;
  }

  .mail-and-location-container{
    
  }
  .location-contianer{
    display: flex;
  }
  section{
    padding:4vw 10vw 4vw 10vw;
  }
  .location{
    color: #FFF;
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    width: 20vw;
  }
  .robotics .location {
    font-size: 1.2vw;
    font-weight: 300;
  }
  .location-contianer img{
    height: 1.667vw;
    margin-right: 1vw;
  }
  .mail-container{
    display: flex;
    margin-top: 2vh;
  }
  .email a {
    color: #fff;
    text-decoration: none;
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .robotics .email a {
    font-size: 1.2vw;
    font-weight: 200;
  }
  .mail-container img{
    width: 1.667vw;
    margin-right: 1vw;
  }
  .company-container{
     display: flex;
     position: absolute;
     bottom: 5vh;
  }
  .company-container h3 {
    display: none;
  }
  .company-container a{
     text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 1.250vw;
    line-height: 8vh;
    font-style: normal;
    margin: 0 4vw 0 0;
  }
  .line{
    width: 100%;
    height: 1.5px;
    opacity: 0.2;
    background: #000;
    margin-top: 6vw;

  }
  
  .copy-right-and-social-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copy-right-p{
    color: #fff;
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 2vw;
  }
  .socialIcon {
     display: flex;
    align-items: center;
    list-style-type: none;
    grid-gap: 5vw; 
  }
  .socialIcon li img {
    width: 2.155vw;
    height: 2.153vw;
  }
  .footerGr {
    position: absolute;
    right: -5vw;
    bottom: 19vh;
    height: 8.155vw;
    width: 14.002vw;
  }
  .footerContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cross_sell_leads_containers{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 8vw;
  }
  .fmt67 .cross_sell_leads_containers{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10vw;
  }
  .robotics_footer{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 2.2vw;
  }
  .cross_sell_leads_img_container{
    display: flex;
    gap: 2.5vw;
  }
  .cross_sell{
    width: 6.944vw;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .cross_sell:hover{
    transform: scale(1.2);
  }
  .cross_sell_leads_heading{
    color: #FFF;
    text-align: left;
    font-size:1.9vw;
    font-style: normal;
    font-weight: 700;
    line-height:  272.143% 
  }
  .robotics .cross_sell_leads_heading {
    font-weight: 500;
  }
  @media (min-width:601px) and (max-width:1300px) {
    .mail-container {
        margin-top: 2vh;
    }
    .mail-and-location-container {
        top: 5vh;
    }
    .cross_sell_leads_containers{
      top: 15vw;
    }
    .cross_sell_leads_heading{
      margin-top: 0;
    }

    .line{
      margin-top: 12vw;
    }
    .robotics_footer{
      top: 2vw;
    }
    .brightchamps-img{
      width: 19vw;
    }
    .footer-upper-section{
      margin: 3vw 0 8vw 0;
    }
  }

