.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #9999ff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.chat-icon img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

.chat-icon:hover {
  background-color: #6c08a8;
}

.chat-icon:hover img {
  filter: brightness(120%);
}




.chat-icon1 {
  position: fixed;
  bottom: 20px;
  right: 80px;
  z-index: 9999;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #9999ff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.chat-icon1 img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

.chat-icon1:hover {
  background-color: #6c08a8;
}

.chat-icon1:hover img {
  filter: brightness(120%);
}




.flex-containerF {
  display: flex;
  }
  
  .flex-itemF {
    flex: 1;
      height: 200px;
      margin: 100px;
      }
      
      .flex-item:nth-child(1) {
        background-color: #8A2BE2; /* BlueViolet */
        }
        
        .flex-item:nth-child(2) {
          background-color: #9400D3; /* DarkViolet */
          }

.flex-itemF1 {
    background-color: #8A2BE2;
    color: white;
    min-width: 300px;
    min-height: 20px;
}

.flex-itemF2 {
    background-color: #8A2BE2;
    color: white;
    min-width: 300px;
    min-height: 20px;
}

.containerFNG {
    max-width: 100%;
    margin: 0 auto;
    }
    .photosFNG {
      display: flex;
        background-color: #fff;
          flex-direction: row;
            flex-wrap: wrap;
              justify-content: center;
                align-content: stretch;
                  padding: 0;
                    max-width: 980px;
                    }
                    .photosFNG img {
                      display: block;
                    float: left;
                      flex: 0 0 auto;
                    background-color: #fff;
                    }

@media screen and (min-width: 1024px) {
      .photosFNG img {
            /* width: calc(100%/2);
                  height: calc(100%/2); */
                        width: 478px;
                      height: 200px;
      }
}


