.sticky_social_wrapper {
  display: flex;
  justify-content: end;
}
.sticky_social_wrapper .social-icon-container .social-icon-list {
  position: relative;
  z-index: 2;
}
.sticky_social_wrapper .social-icon-container .social-icon-show {
  display: flex;
  position: absolute;
  right: 50px;
}
@media only screen and (min-width: 992px) {
  .sticky_social_wrapper .social-icon-container .social-icon-show {
    flex-direction: row-reverse;
    right: 50px;
    left: 0;
    top: 1px;
  }
}
@media only screen and (min-width: 992) and (max-width: 1024) {
  .sticky_social_wrapper .social-icon-container .social-icon-show {
    flex-direction: column;
  }
}
.sticky_social_wrapper .social-icon-container .social-icon-show a {
  background-color: #E2D6CF;
  padding: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  margin: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d9c9bf;
}
.sticky_social_wrapper .social-icon-container .social-icon-show .share-mail {
  width: 21px;
  height: 20px;
}
.sticky_social_wrapper .social-icon-container .social-icon-show .share-linkden {
  width: 20px;
  height: 20px;
}
.sticky_social_wrapper .social-icon-container .social-icon-show .share-twitter {
  width: 16px;
  height: 16px;
}
.sticky_social_wrapper .social-icon-container .social-icon-show .share-wechat {
  width: 27px;
  height: 22px;
}
.sticky_social_wrapper .social-icon-container .social-icon-share {
  display: grid;
}
.sticky_social_wrapper .social-icon-container .social-icon-share a {
  padding: 17px 14px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 280px) {
  .sticky_social_wrapper .social-icon-container .social-icon-share a {
    width: 40px;
    height: 40px;
  }
}
.sticky_social_wrapper .social-icon-container .social-icon-share a:hover {
  background-color: #BFF355;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-main {
  background-image: url("../images/Common/share-icon.svg");
  background-size: cover;
  background-position: 0 0;
  margin-bottom: 2px;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-main:hover {
  background-image: url("../images/Common/share-icon-green.svg");
  background-size: cover;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-download-icon {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sticky_social_wrapper .social-icon-container .social-icon-share .share-download-icon {
    display: none;
  }
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-download {
  background-image: url("../images/common/download-icon.svg");
  background-size: cover;
  background-position: 0 -52px;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-download:hover {
  background-image: url("../images/common/download-icon-green.svg");
  background-size: cover;
  background-position: 0 -52px;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-download-mobile {
  background-image: url("../images/common/Arrows.svg");
}
.sticky_social_wrapper .social-icon-container .social-icon-share .share-modal-icon {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sticky_social_wrapper .social-icon-container .social-icon-share .share-modal-icon {
    display: none;
  }
}
.sticky_social_wrapper .social-icon-container .social-icon-share .close-icon {
  display: none;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .close-image {
  background-image: url("../images/common/close.svg");
  background-color: #BFF355;
  background-size: 13px 13px;
  background-position: 18px 18px;
}
.sticky_social_wrapper .social-icon-container .social-icon-share .close-image:hover {
  background-image: url("../images/common/close.svg");
  background-size: 13px 13px;
  background-position: 18px 18px;
}

@media (max-width: 1199px) {
  .sticky_social_container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .sticky_social_container {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sticky_social_wrapper .social-icon-container .social-icon-show {
    flex-direction: column;
    top: 50px;
    right: 0px;
  }
}