/* variables for text */
/* Main Color Palet */
/*
Green Dark: #5bbd80, rgb(91 189 128)
Green light: #c0d72f, rgb(192 215 47)

*/
/* variables for bg */
/* variables for fonts */
/* ================================ Global Mixins =========================== */
/*
** Transition use **
    .foo {
        @include transition(all 0.35s ease-in-out);
    }
*/
/*
** Position use **
    .foo {
        @include position(both);
    }
*/
/*
**clearfix use **
    .foo {
        @include clearfix;
    }
*/
/*
** center-auto **
    .foo {
        @include center-auto;
    }
*/
/*
** placeholder use **
    input,
    textarea {
        @include input-placeholder {
            color: $grey;
        }
    }
*/
/*
** pseudo use **
    div::after {
        @include pseudo;
        top: -1rem; left: -1rem;
        width: 1rem; height: 1rem;
    }
*/
/*
** prefix use **
    div {
       @include css3-prefix(transform, scale3d(2.5, 2, 1.5));
    }
}*/
/* Animation use
**
    @include keyframes(fade-out) {
        0% { opacity: 1; }
        90% { opacity: 0; }
    }
*/
.approch {
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch {
    padding: 5.333vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .approch {
    padding: 40px 0;
  }
}
.approch__header {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__header {
    margin-bottom: 2.667vw;
  }
}
.approch__content {
  overflow: hidden;
}
.approch__content .wrap {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 700px;
  min-height: 350px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap {
    max-width: 46.667vw;
    min-height: 23.333vw;
  }
}
.approch__content .wrap:before {
  content: "";
  height: 200%;
  border-color: #cfd6e7;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  border-radius: 9999px;
  border-width: 4px;
  border-style: dotted;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap:before {
    border-width: 0.267vw;
  }
}
@media only screen and (max-width: 991px) {
  .approch__content .wrap:before {
    display: none;
  }
}
.approch__content .wrap .tab-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .approch__content .wrap .tab-list {
    display: none;
  }
}
.approch__content .wrap .tab-list li {
  cursor: pointer;
  position: absolute;
}
.approch__content .wrap .tab-list li:nth-child(1) {
  text-align: right;
  top: 0;
  left: -27%;
}
.approch__content .wrap .tab-list li:nth-child(2) {
  text-align: right;
  top: 50%;
  left: -18%;
}
.approch__content .wrap .tab-list li:nth-child(3) {
  text-align: right;
  left: 3%;
  top: 85%;
}
.approch__content .wrap .tab-list li:nth-child(4) {
  text-align: left;
  right: 5%;
  top: 85%;
}
.approch__content .wrap .tab-list li:nth-child(5) {
  text-align: left;
  top: 50%;
  right: -18%;
}
.approch__content .wrap .tab-list li:nth-child(6) {
  text-align: left;
  top: 0;
  right: -27%;
}
.approch__content .wrap .tab-list li:nth-child(n+4) p {
  order: 2;
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-list li:nth-child(n+4) p {
    margin-left: 0.667vw;
  }
}
.approch__content .wrap .tab-list li:nth-child(n+4) span {
  order: 1;
}
.approch__content .wrap .tab-list li .tab-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  min-width: 220px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-list li .tab-wrap {
    max-width: 14.667vw;
    min-width: 14.667vw;
  }
}
.approch__content .wrap .tab-list li .tab-wrap p {
  line-height: 1.5;
  font-size: 16px;
  margin-right: 10px;
  max-width: 160px;
  width: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-list li .tab-wrap p {
    font-size: 1.067vw;
    margin-right: 0.667vw;
    max-width: 10.667vw;
  }
}
.approch__content .wrap .tab-list li .tab-wrap span {
  text-align: center;
  transition: 0.3s all;
  line-height: 1.2;
  border: 1px solid #888888;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-list li .tab-wrap span {
    width: 3.333vw;
    min-width: 3.333vw;
    height: 3.333vw;
    font-size: 1.6vw;
  }
}
.approch__content .wrap .tab-list li.active .tab-wrap span {
  background-color: #c0d72f;
  color: #fff;
  border-color: #c0d72f;
}
.approch__content .wrap .tab-content-wrap .tab-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 400px;
  padding: 50px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-content-wrap .tab-content {
    max-width: 26.67vw;
    padding: 3.333vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .approch__content .wrap .tab-content-wrap .tab-content {
    display: block !important;
    opacity: 1;
    visibility: visible;
    padding: 0;
    max-width: 100%;
  }
  .approch__content .wrap .tab-content-wrap .tab-content:nth-child(n+2) {
    margin-top: 30px;
  }
}
.approch__content .wrap .tab-content-wrap .tab-content h3 {
  line-height: 1.2;
  font-size: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-content-wrap .tab-content h3 {
    font-size: 1.333vw;
  }
}
.approch__content .wrap .tab-content-wrap .tab-content p {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .approch__content .wrap .tab-content-wrap .tab-content p {
    font-size: 1.067vw;
    margin-top: 0.667vw;
  }
}
.approch__content .wrap .tab-content-wrap .tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
}