.tozihat-slider {
  text-align: justify !important;
}

.svg-wrapper {
position: relative !important;
top: 50% !important;
transform: translateY(-50%) !important;
  margin: 0 auto !important;
width: 152px !important;  
}
.shape {
stroke-dasharray: 50 50 !important;
stroke-dashoffset: 70 !important;
stroke-width: 2px !important;
fill: transparent !important;
stroke: rgb(255, 189, 75) !important;
border-bottom: 5px solid black !important;
transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s !important;
}
.text {
font-size: 16px !important;
line-height: 32px !important;
color: #fff !important;
top: -39px !important;
position: relative !important;
right: 25px;
}
.svg-wrapper:hover .shape {
stroke-width: 2px !important;
stroke-dashoffset: 0 !important;
stroke-dasharray: 390 !important;
}
.ModDNNGoLayerGalleryProC {
  min-height: 100vh;
}

.saf-devider:before {
  content:'';
  height: 8px;
  width: 8px;
  background: white;
  display:block;
  border-radius: 100%;
}

.saf-devider:after {
  content:'';
  height:1px;
  width:100%;
  background:white;
  display:block;
}
.saf-devider {
  position:relative;
  display: flex;
  align-items: center;
}