.contact h2:after {
  content: url(./../images/contact/emoji_peace.png);
  padding: 0 0 0 10px;
}

.section_subtitle span {
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #808080;
  position: relative;
  bottom: 5px;
  margin: 0 5px;
}

.about {
	margin: 13em 0 0 0;
}

@media (max-width: 640px) {
  .about {
    margin: 7em 0 0 0
  }
}

.content_image img{
  width: 100%;
  height: auto;
}

.pulse {
	position: relative;
}

.pulse p {
	margin: 0 0 0 25px;
}

.available {
	top: 50px;
    position: absolute;
	  z-index: -1;
  	width: 8px;
  	height: 8px;
  	border-radius: 100px;
  	animation: out 1.5s infinite ease-in-out;
  	background: #38ed94;
}

@keyframes out {
  0% {box-shadow: 0px 0px 0px 0px rgba(106, 229, 169, 1);} 
  100% {box-shadow: 0px 0px 0px 20px rgba(106, 229, 169, 0.0);}
}

.border-bottom {
  height: 1px;
  width: 100%;
  display: block;
  margin: 11em 0 0 0;
  background-color: #2d2d2d;
}

.plan {
  position: relative;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }

.ask_icon {
  z-index: 1;
  left: 46%;
  position: absolute;
}

.ask_icon span:nth-child(1) {
  top: 26px;
  font-family: p-semibold, helvetica, sans-serif;
  font-size: 18px;
  color: #121212;
  position: relative;
}

.ask_icon span:nth-child(2) {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fff;
  display: block;
}

.ask_icon_2 {
  z-index: 1;
  left: 46%;
  position: absolute;
}

.ask_icon_2 span:nth-child(1) {
  top: 8px;
  right: 10px;
  font-family: p-semibold, helvetica, sans-serif;
  font-size: 18px;
  color: #121212;
  position: absolute;
}

.ask_icon_2 span:nth-child(2) {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fff;
  display: block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  top: -77px;
  right: -70px;
  z-index: 1;
  opacity: 0;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* timeline */

.dot_active span:nth-child(1) {
  left: 15px;
  top: 29px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  position: relative;
}

.dot_active span:nth-child(2) {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: block;
  border: 2px solid #fff;
  position: relative;

}

.dot {
  display: inline-block;
}

.dot span:nth-child(1) {
  left: 15px;
  top: 29px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #282828;
  display: block;
  position: relative;
}

.dot span:nth-child(2) {
   height: 40px;
  width: 40px;
  border-radius: 100%;
  display: block;
  border: 2px solid #414141;
  position: relative;
}

.line-short {
  right: 5px;
  position: relative;
  top: -22px;
  display: inline-block;
  height: 2px;
  width: 70px;
  background-color: #414141;
}

.line-long {
  right: 5px;
  position: relative;
  top: -22px;
  display: inline-block;
  height: 2px;
  width: 250px;
  background-color: #414141;
}


.line_active {
  position: relative;
  top: -22px;
  display: inline-block;
  height: 2px;
  width: 180px;
  background-color: #fff;
}

/* experience */

.bottom-line {
  border-bottom: 1px solid #2d2d2d
}


/* vertical height center */

.video {
  position: relative;
  top: -120px;
}

@media (max-width: 1024px) {
  .video {
    top: 0;
  }
}

@media (max-width: 640px) {
  .video {
    top: -50px;
  }
}

.case_video-bg {
  width: none;
}

@media (max-width: 640px) {
  .case_video-bg {
    width: 100%;
  }
}

.vertical-height_center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.horizontal-center {
   display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.process {
  visibility: hidden;
}

.stroke-dashed span {
  position: relative;
  top: 50px;
  height: 2px;
  width: 100%;
  display: inline-block;
  border-top: 2px dashed #808080;
}

.wrong p:before {
  content: url(./../images/icons/ic_wrong.svg);
  display: inline-block;
  position: absolute;
  left: -30px;
}

.wrong p {
  position: relative;
  left: 30px;
}


.check p:before {
  content: url(./../images/icons/ic_checked.svg);
  display: inline-block;
  position: absolute;
  left: -30px;
}

.check p {
  position: relative;
  left: 30px;
}