#popUpSaz {
  z-index: 999;
  position: fixed;
  max-width: 350px;
  background-color: rgba(236, 240, 241, 1) !important;
  border: 3px solid #ecf0f1;
  border-radius: 10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  bottom: 11%;
display:none;
}
#popUpSaz.rightPopup{
right: 20px;
margin-right: -425px;
}
#popUpSaz.leftPopup{
    left: 20px;
    margin-left: -425px;
}

@media(min-width:768px){
	#popUpSaz{
		min-width: 350px;
	}
}

#popUpSaz #new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUpSaz .close
{
background: #fff;
    position: absolute;
    color: #464646;
    padding: 6px 10px 2px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -1px;
    background-color: rgb(251 251 251 / 70%);
    border-radius: 10px;
    opacity: 0.9;
    left: 0px;
	cursor: pointer;
}


#popUpSaz .closesaz 
{
background: #fff;
    position: absolute;
    color: #464646;
    padding: 6px 10px 2px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -1px;
    background-color: rgb(251 251 251 / 70%);
    border-radius: 10px;
    opacity: 0.9;
    left: 0px;
	cursor: pointer;
}

#popUpSaz .des {
    font-size: 14px;
    color: #464646;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
margin: 5px 0 10px;
}
#popUpSaz .desbutton {
margin: 5px 0 41px;
}
#popUpSaz .desall {
margin: 5px 0 48px;
}
#popUpSaz a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
  bottom: 1px;
      width: fit-content;
    padding: 6px 12px;
}

#plusSaz {
	 z-index: 999;
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-size: 15px;
  margin-left: 0px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  left:0px;
  display: none;
}
#plusSaz.leftPopup{
left: auto !important;
right:0px;
}
#plusSaz span {
  position: absolute;
  margin-top: 38px;
  left: 4px;
}

#plusSaz::after {
  content: '';
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #1c8dc4;
}

@media all and (max-width: 900px) {
  #popUpSaz {
    margin-left: -425px;
  }
  #plusSaz {
    margin-left: 0px;
  }
}

#popUpSaz .img{ 
min-height: 30px;
margin-bottom: -5px;
}

#popUpSaz .img a img{ 
	border-radius: 10px;
}