




.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  z-index: 1000;
    background-color:#0C9;
    border-radius:50px;
  color:#FFF;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-float{
  margin-top:15px;

}
.popup-flex{
  margin:30px;
}
.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-container2 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-container3 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-container4 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-container5 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-container7 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* third pop content */

.popup-content3 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content3 p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content3 span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content3 span:hover,
.popup-content3 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;


  }
/* forth pop content */

.popup-content4 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content4 p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content4 span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content4 span:hover,
.popup-content4 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* forth pop content */

.popup-content5 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content5 p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content5 span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content5 span:hover,
.popup-content5 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* forth pop content */

.popup-content7 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content7 p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content7 span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content7 span:hover,
.popup-content7 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* second pop content */

.popup-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content2 p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content2 span{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-content2 span:hover,
.popup-content2 span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.show{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.show2{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.show3{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.show4{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.show5{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.show7{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.more-articles{
  margin:30px 30px 50px;
  font-size:20px;
}
.more-articles a{
  margin:0 10px;
  text-decoration:underline;
}

