  /*........................................style for footr....................................*/

  .footer {
    padding: 30px 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    margin-top: 10%;
    border-top: 10px solid #B2A5FF;
  }
  
    .footer .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
    }
  
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  
  .footer-column {
    width: 22%;
  }
  
    .footer-column h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #493D9E;
    }
  
    .footer-column ul {
      list-style: none;
      padding: 0;
    }
  
      .footer-column ul li {
        margin-bottom: 15px;
      }
  
        .footer-column ul li a {
          text-decoration: none;
          color: #555;
          transition: 0.3s;
        }
  
          .footer-column ul li a:hover {
            color: #493D9E;
          }
  
  .newsletter {
    width: 300px;
  
  }
  
    .newsletter input {
      width: 80%;
      padding: 0px;
    }
  
  
  .footer-newsletter-box {
  width: 300px;
  display: flex;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  }
  
  .foter-newsletter-option {
    flex: 1;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border-left: none;
    cursor: pointer;
  }
  
    .foter-newsletter-option :nth-child(2) {
      background-color: #493D9E;
    }
  
  #foteremail {
    border: none;
    outline: none;
    font-size: .8rem;
    color: black !important;
  }
  
  #foterMembership {
    border: none;
    outline: none;
    background-color: #493D9E;
    max-width: 30%;
  }
  
  .newsletter button:hover {
    background-color: #5332a2;
  }
  
  .social-icons {
    margin-top: 15px;
    text-align: left;
  }
  
    .social-icons a {
      margin-right: 10px;
      display: inline-block;
    }
  
    .social-icons img {
      width: 34px;
      height: 34px;
    }
  
  .contact-info {
    text-align: left;
  }
  
    .contact-info p {
      margin: 10px 0;
      font-size: 14px;
      color: #212529;
    }
  
  .footer-bottom {
    text-align: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 14px;
    color: #212529;
  }
  /*........................................respansiv  for footr....................................*/
  
  @media (max-width: 768px) {
  .footer-column {
    width: 100%;
    text-align: right;
    
  }
  .footer-column ul {
    list-style: none;
  
   
  }
  .footer-column ul li {
    margin-bottom: 15px;
    display: block;
  }
  #footer-on-mobile{
    width: 50%;
  }
  
  .newsletter {
    text-align: center;
   
  }
  .newsletter h4{
  text-align:right;
  margin-right:12%;
  }
  .social-icons {
    text-align: center;
  }
  }