
    #myBtn {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #56AD3F;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 4px;
    }
    
    #myBtn:hover {
      background-color: #555;
    }
	
	/* insta icon*/

.insta-icon.small {
  --insta-icon-size: 51.8px;
}
.insta-icon {
  --insta-icon-size: 128px;
}
.insta-icon.large {
  --insta-icon-size: 256px;
}
.insta-icon {
  position: relative;
  top: 4px;
  left: 4px;
  width: var(--insta-icon-size);
  height: var(--insta-icon-size);
  border-radius: 50%;
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.insta-icon:after,
.insta-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--insta-icon-size)/1.5);
  height: calc(var(--insta-icon-size)/1.5);
  border: calc(var(--insta-icon-size)/18) solid #fff;
  transform: translate(-50%, -50%);
  content: ''
}
.insta-icon:before {
  border-radius: 20%
}
.insta-icon:after {
  width: calc(var(--insta-icon-size)/4);
  height: calc(var(--insta-icon-size)/4);
  border-radius: 50%
}

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

@media screen and (max-width: 768px) {
	 .click-slide-sub-title:after {
      position: absolute;
      content: '';
      width: 100px;
      bottom: -22px;
      height: 2px;
	  background: #fff;
      left: 39%; }
  }
  
  @media (max-width: 767px){
.footer-addres > div {
    font-family: inter;
    padding: 1px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    text-justify: distribute;
    text-align-last: left;
    width: 100%;
}
}

