.bottom-pane-gp {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 60vh;
  width: calc(100% - 17rem);
  position: relative;
}
.bottom-pane-gp .bottom-pane-path {
  position: absolute;
  visibility: hidden;
}
.bottom-pane-gp .bottom-pane-path::before {
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  background-color: inherit;
  width: 50%;
  position: absolute;
  border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  -webkit-border-radius: 1.875rem;
  transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  visibility: visible;
  transform: translateX(-1rem);
}
.bottom-pane-gp .bottom-pane-path::before {
  width: 100%;
  transform: translateX(0rem);
}
.bottom-pane-gp h2 {
  font-size: 2.5rem;
  color: #12262f;
  font-weight: 400;
  margin: 0.83em 0;
}
.bottom-pane-gp .btn a {
  background-color: #3144d3;
  border-color: #3144d3;
  color: #fff;
  display: block;
  padding: 0.6rem 1.85rem 0.55rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  height: auto;
  text-align: center;
  border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  -webkit-border-radius: 1.875rem;
  border: 1px solid #E2E9EB;
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: -1px;
  margin-top: -1px;
}
.bottom-pane-gp .btn a:hover {
  background-color:#3144d3;
  border-color:#3144d3;
  color:#fff;
}

.bottom-pane-gp .path3 {
  background-color:#edf3f5;
  right: 0;
  top: 65%;
  width: 36.375rem;
  height: 0.375rem;
  border-radius: 100rem;
  -moz-border-radius: 100rem;
  -webkit-border-radius: 100rem;
}
.bottom-pane-gp  .path2{
  top: 15%;
  left: 35%;
  width: 28.1875rem;
  height: 3rem;
  background-color:#edf3f5;
  border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  -webkit-border-radius:1.875rem;
}

.bottom-pane-gp .path1 {
  top: 18%;
  background-color:#7ddd00;
  z-index: 1;
  width: 26.8125rem;
  height: 0.375rem;
  border-radius: 100rem;
  -moz-border-radius: 100rem;
  -webkit-border-radius: 100rem;
  left: 50%;
}

.bottom-pane-gp p {
  color: #7ddd00;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.bottom-pane-gp h6 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #12262f;
}
.bottom-pane-gp .ins {
  position: relative;
  z-index: 2;
}


@media(max-width:1024px){
  .bottom-pane-gp {
    width: calc(100% - 2rem);
    height: auto;
  }
  .bottom-pane-gp .bottom-pane-path {
    display: none;
  }
  .bottom-pane-gp .col-m-12.ins {
    margin: 0 auto 20vw;
    width: 100%;
  }