/** accessibility-new **/

.accessibility-new {
  position: relative;
  background-color: #fff;
  min-height: 200px;
  .close-widget {
    background-color: #ed1c24;
    border: none;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 25px;
    padding-right: 25px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
  }

  ul.icons {
    padding-top: 5px;
    width: 100%;
    list-style-type: none;

    @media (min-width: 768px) {
      float: right;
      padding-top: 33px;
      padding-right: 100px;
      width: 70%;
      justify-content: space-between;
      display: flex;
      list-style-type: none;
    }

    li {
      padding-top: 10px;
      @media (min-width: 768px) {
        display: inline-block;
      }
    }

    a.circle-link {
      display: block;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      color: #373837;

      i {
        padding-top: 16px;
        width: 80px;
        height: 80px;
        display: block;
        border: 2px solid;
        border-radius: 100px;
        margin-right: auto;
        margin-left: auto;

        @media (min-width: 768px) {
          width: 7vw;
          height: 7vw;
          border: 4px solid;
          padding-top: 10px;
        }

        &:hover {
          background-color: #373837;
          color: #fff;
        }
        &:before {
          font-size: 45px;
          @media (min-width: 768px) {
            font-size: 5vw;
          }
        }
      }
    }
    span {
      display: block;
      font-size: 20px;
    }
  }
}

ul.alef-size {
  padding-top: 10px;
  padding-bottom: 70px;
  width: 100%;
  text-align: center;
  list-style-type: none;

  @media (min-width: 768px) {
    padding-top: 60px;

  }
  li {
    padding: 5px;
    vertical-align: middle;
    display: inline-block;
  }
}

.alef-large {
  display: block;
  padding-top: 2px;
  background-color: #2bb672;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  &:hover {
    text-decoration: none;
  }
  @media (min-width: 768px) {
    width: 4vw;
    height: 4vw;
  }
  span {
    font-size: 30px;
    @media (min-width: 768px) {
      font-size: 3vw;
    }
  }
}

.alef-medium {
  display: block;
  background-color: #2bb672;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding-top: 9px;
  width: 40px;
  height: 40px;
  @media (min-width: 768px) {
    width: 4vw;
    height: 4vw;
    padding-top: 11px;
  }

  &:hover {
    text-decoration: none;
  }
  span {
    font-size: 20px;
    @media (min-width: 992px) {
      font-size: 2vw;
    }
  }
}

.alef-small {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #2bb672;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding-top: 12px;
  @media (min-width: 768px) {
    width: 4vw;
    height: 4vw;
    padding-top: 17px;
  }
  &:hover {
    text-decoration: none;
  }
  span {
    font-size: 14px;
    @media (min-width: 768px) {
      font-size: 1.5vw;
    }
  }
}

.stop-accessibility {
  z-index: 1;
  display: block;
  cursor: pointer;
  background-color: #373837;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 138px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  &:hover {
    color: #fff;
  }
  i {
    padding-right: 4px;
    padding-top: 3px;
    background-color: #ed1c24;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.declare-accessibility {
  display: block;
  cursor: pointer;
  background-color: #2bb672;
  color: #fff;
  position: absolute;
  left: 120px;
  bottom: 0;
  width: 166px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 0;
  &:hover {
    color: #fff;
  }
  i {
    padding-right: 7px;
    padding-top: 3px;
    background-color: #ffffff;
    border-radius: 50px;
    width: 23px;
    color: #2bb672;
    height: 23px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
  }
}




