body {
  background: #EAF0F7;
  font-family: 'Poppins', sans-serif;
}

body .epos-academy-head {
  padding: 50px 0 100px;
  background: url(../images/bg-academy.png);
  background-position: bottom;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  body .epos-academy-head {
    padding: 19px 0 40px;
  }
}

body .epos-academy-head .head-of-aca {
  text-align: center;
}

body .epos-academy-head .head-of-aca h1 {
  font-size: 62px;
  font-weight: 400;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  body .epos-academy-head .head-of-aca h1 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}

body .epos-academy-head .head-of-aca p {
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  body .epos-academy-head .head-of-aca p {
    font-size: 14px;
  }
}

body .epos-academy-head .head-of-aca .search {
  width: 40%;
  margin: 0px auto;
  position: relative;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  body .epos-academy-head .head-of-aca .search {
    margin-top: 15px;
    width: 100%;
  }
}

body .epos-academy-head .head-of-aca .search input {
  background: #EAF0F7;
  border-radius: 8px;
  border: 0;
  padding: 10px;
  width: 100%;
  height: 50px;
  outline: 0;
  padding: 15px;
  font-size: 18px;
}

body .epos-academy-head .head-of-aca .search button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  height: 50px;
  width: 65px;
  border-radius: 50px;
  outline: 0;
}

body .all-topics {
  padding: 3% 5%;
}

body .all-topics .popular-topic-right-part {
  width: 100%;
}

body .all-topics .popular-topic-right-part .titile {
  margin: 20px 0;
}

body .all-topics .popular-topic-right-part .titile h3 {
  font-size: 24px;
  color: #2B3E51;
  font-weight: 500;
  margin: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .all-topics .popular-topic-right-part .titile h3 span {
  margin-right: 15px;
}

body .all-topics .popular-topic-right-part .all-box-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  width: 22.9%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body .all-topics .popular-topic-right-part .all-box-topics .topic-box {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .all-topics .popular-topic-right-part .all-box-topics .topic-box {
    width: 45.6%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  body .all-topics .popular-topic-right-part .all-box-topics .topic-box {
    width: 30.9%;
  }
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot .green {
  background: #DCF0EE !important;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot .green svg {
  stroke: #19D169;
  fill: transparent !important;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot .red {
  background: #FFCBC5 !important;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot .red svg {
  fill: #E64D3D !important;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot .img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #E2F2FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .img-dot .img svg {
  fill: #008BFF;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .cnt-title h3 {
  font-weight: 400;
  font-size: 16px;
  color: #2B3E51;
  text-align: center;
  line-height: 1.4;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .bg-show-more {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #E5EBF3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .all-topics .popular-topic-right-part .all-box-topics .topic-box .bg-show-more h3 {
  font-size: 18px;
  color: #008BFF;
  margin: 0;
}
/*# sourceMappingURL=epos-academy.css.map */