.visually-hidden {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  animation: spin 1.2s infinite linear;
  transform-origin: center;
}

.footer-main {
  margin-top: 65px;
}

h2:first-child {
  margin-top: 0;
}

.wpml-icon-circle-border {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 34px;
  /*border: 1px solid #206f93;*/
  line-height: 64px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 1;
}

.wpml-icon-circle-border .dashicons {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
}

.wpml-icon-circle-border:before, .wpml-info-popup:before, .popup-container:before {
  position: absolute;
  right: 3px;
  top: 3px;
  left: 3px;
  bottom: 3px;
  content: "";
  background: #2785af;
  background: linear-gradient(135deg, #2785af 0%, #206f93 100%);
  border-radius: 32px;
  z-index: -1;
}

.wpml-icon-supersize {
  width: 128px;
  height: 128px;
  border-radius: 66px;
  line-height: 128px;
  font-size: 64px;
  margin-bottom: 30px;
}

.wpml-icon-circle-border.wpml-icon-supersize p {
  font-size: 64px;
  margin: 0;
  display: inline-block;
}

.wpml-icon-description {
  display: table;
  height: 100%;
}

.wpml-icon-description-text {
  display: table-cell;
  vertical-align: middle;
  color: #33879e;
  font-size: 16px;
  padding: 0 5px;
}

.wpml-icon-description .wpml-icon-circle-border {
  float: left;
}

.my-contact-nav {
  margin-top: 20px;
}
.my-contact-nav a {
  display: block;
  padding: 13px;
  margin-bottom: 13px;
  color: #464646;
  background-color: #f5f5f5;
  background-position: 10px center;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
}
.my-contact-nav a:hover {
  border: 0;
  background-color: #E2EDF2;
}
.my-contact-nav a div {
  -moz-margin-start: 66px;
  -webkit-margin-start: 66px;
  margin-start: 66px;
}
.my-contact-nav a .wpml-icon-circle-border {
  float: left;
}
.rtl .my-contact-nav a .wpml-icon-circle-border {
  float: right;
}
.my-contact-nav h2 {
  margin-top: 0;
  margin-bottom: 3px;
}

.wpml-icon-circle-border-small {
  width: 48px;
  height: 48px;
  border-radius: 28px;
  line-height: 48px;
  font-size: 24px;
}

hr {
  margin: 48px 0;
}