/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.roadmapBigWrapper {
  background-color: #f5f5f5;
  color: #2d7199;
  text-align: center;
	cursor: default;
	margin: 0 auto;
}
.roadmapBigWrapper h1 {
color: #e5ecf190;
font-size: 70px;
margin-bottom: 10px;
}
.roadmapWrapper {
  margin: 0 auto;
  min-width: 280px;
  max-width: 840px;
	width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.firstYear, .secondYear {
  margin: 0 auto;
  min-width: 280px;
	width: 100%;
  min-height: 330px;
}
.firstYear .qOne a {
  background-color: #fff;
}
.goals {
	font-weight: 500;
	color: #666666 !important;
}
.year {
  margin: 5px auto 5px;
  font-size: 3rem;
  color: #0a7cff;
  text-shadow: 0px 0px 1px #0a7cff90;
  border: solid 2px #0a7cff41;
  border-radius: 5px 5px 5px 5px;
  width: 160px;
	padding: 7px 24px 5px;
	cursor: default;
}
.firstYear .year {
  background-color: #fff;
}
.captionRoadmap {
	font-size:1.3rem;
	color: #0a7cff;
}
h5 {
  font-weight: 400;
}
.roadmapAdnotation{
	margin-top:60px;
	}
.roadmapAdnotation p {
	font-size: 14px !important;
	color: #2d7199;
	min-width: 620px ;
	max-width:420px;
	padding: 10px 0;
	margin: 20px auto;
	font-weight: 600;
	letter-spacing: 1px;
	opacity: 0.95;
}
.roadmapAdnotation span {
	font-weight: 300;
	color: #2d7199;
}
.qOne a {
  display: block;
	width: 110px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 3px #0fa1ff30;
  border-radius: 5px;
  box-shadow: inset 0 0 0px 0px #0fa1ff30, 0 0 0px 0px #0fa1ff30;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: 500ms;
  color: #2d7199;
}

/* PULSING BUTTON START */

.qOne a:hover {
  background-color: #0fa1ff70;
  color: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0px 0px #0fa1ff30;
  }
  50% {
    box-shadow: 0 0 4px 0px #0fa1ff70;
  }
  100% {
    box-shadow: 0 0 0px 0px #0fa1ff30;
  }
}

/* PULSING BUTTON END */

.first-p::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #fff;
  margin: 0px auto 10px;
  box-shadow: 0 0 4px 0 #0a7cff;
}
.roadmapWrapper p:last-child {
  text-align: center;
  max-width: 340px;
	margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .roadmapWrapper {
    flex-flow: column;
    align-items: center;
  }
  .secondYear {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
		.roadmapAdnotation p {
	min-width: 280px ;
	max-width:420px;
}
}