.footer_1i .social-icon {
    display: inline-block;
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    line-height: 40px; /* Center the icon vertically */
    text-align: center;
    border-radius: 50%;
    font-size: 20px; /* Adjust as needed */
    color: white;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
  }
  
  .footer_1i .icoFacebook {
    background-color: #3b5998;
  }
  
  .footer_1i .icoTwitter {
    background-color: #1da1f2;
  }
  
  .footer_1i .icoLinkedin {
    background-color: #0077b5;
  }
  
  .footer_1i .icoGoogle {
    background-color: #db4437;
  }
  
  .footer_1i .social-icon:hover {
    transform: scale(1.1);
  }
  .social-icons {
    display: flex;
    gap: 10px; /* Adjust spacing between icons */
  }
  
  .social-icons .col_1 {
    margin: 0; /* Remove default margin */
  }
  
  .social-icons .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px; /* Adjust icon size */
  }

 
  .footer_2 {
    text-align: right;
  }
  
  .footer_2 .col-sm-12 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .footer_2 .mgt {
    margin: 0; /* Ensure there's no extra margin */
  }

  @media screen and (max-width : 767px){

    .social-icons {
      /* margin-left: 11rem; */
       margin-top: 1rem;
    }
    
  }
 