.about-contact-grid{
	display: flex;
    gap: 16px;
    border-bottom: 1px solid #cccccc29;
    padding: 3px 24px 11px;
    transition: 0.4s;
}
.contact-info .about-contact-grid:last-child{border-bottom: none}
.loadContactForm input[type="text"], .loadContactForm input[type="email"], .loadContactForm textarea {
    background-color: transparent;
    border: 1px solid #ffffff24;
    padding: 10px 13px;
}
.animalload{
    position: absolute;
    top: 0;
    background: #0f0b23;
    width: 100%;
    padding: 17px;
    z-index: 10;
    border: 1px solid #cccccc54;
	visibility: hidden;
}
@media (max-width: 575px) {
  .about-contact-grid {
     
  }
}
.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}
.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: linear-gradient(90deg, #b2105e 0%, #1f00d1 100%);
  border-radius: 50%;
  color: #fff;
      font-size: 21px;
}
.about-contact-grid .about-contact-icon img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}
.about-contact-grid .about-contact-details-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: -0.3em;
  margin-bottom: 8px;
      color: #fff;
}
.about-contact-grid .about-contact-details-text {
  margin-bottom: 0;
}
.about-contact-grid .about-contact-details-text a {
  color: inherit;
} 
#footer{
	padding-top: 0;
	margin-top: 40px;
}
#contactButton {
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

#contactButton .panel {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    display: none;
}

#contactButton .ctb {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1000;
    text-align: center;
}

#contactButton .ctb,
#contactButton .panel {
    border-radius: 5px 5px 0 0;
}

#contactButton .ctb em {
    margin-right: 3px;
    font-size: 1.6em;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    #contactButton .ctb {
        right: 70px;
    }
}

@media (max-width: 499px) {
    #contactButton {
        right: auto;
        left: 0;
        width: 90%;
    }
}
