/*=============================================
=              Info Box Css                  =
=============================================*/
.htmega-info-box {
  margin-bottom: 30px;
}
.htmega-info-box-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #868686;
  font-size: 30px;
  margin-bottom: 40px;
}
.htmega-info-box-icon svg {
  width: 13px;
}
.htmega-info-box-icon svg path {
  fill: #868686;
}
.htmega-info-box-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0;
}
.htmega-info-box-text {
  font-size: 15px;
  color: #8E8E8E;
  line-height: 30px;
  margin-bottom: 0;
}
.htmega-info-box-box {
  margin-top: 30px;
}
.htmega-info-box-link {
  display: inline-flex;
  font-size: 15px;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
}
.htmega-info-box-arrow-icon {
  margin-left: 5px;
  font-size: 15px;
}
.htmega-info-box {
  border: 1px solid #EDEAEA;
  padding: 40px 30px;
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-info-box:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 5px 40px rgba(78, 74, 74, 0.1);
          box-shadow: 0px 5px 40px rgba(78, 74, 74, 0.1);
}
.htmega-info-box .htmega-info-box-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #868686;
  font-size: 30px;
  background: rgba(149, 248, 190, 0.49);
}
.htmega-info-box .htmega-info-box-box {
  margin-top: 30px;
}
.htmega-info-box .htmega-info-box-link:hover {
  color: #1136C0;
}
.htmega-info-indexing {
  position: relative;
  overflow: hidden;
}
.htmega-info-indexing::before {
  content: "01";
  position: absolute;
  bottom: 4px;
  left: -10px;
  padding: 4px;
  font-size: 70px;
  font-weight: 700;
  line-height: 30px;
  color: #F6F2F7;
}

/*=============================================
=              Info Box 2 Css                 =
=============================================*/

.htmega-info-box-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.htmega-info-box-2 .htmega-info-box-icon {
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
margin-bottom: 0;
}
.htmega-info-box-2 .htmega-info-box-link-box {
  margin-top: 20px;
}
.htmega-info-box-2 .htmega-info-box-link {
  color: #1136C0;
}

.htmega-info-box-2.flex-row-reverse{
  flex-direction: row-reverse;
}
.htmega-info-box-2.flex-row-reverse .htmega-info-box-icon {
  margin-right: 0;
  margin-left: 30px;
}


/*=============================================
=          feature Default Css             =
=============================================*/
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-feature-list-wrap-1 .htmega-feature-list-image {
    margin-bottom: 40px;
  }
}

.htmega-feature-list-left-content .htmega-feature-list-item {
  text-align: right;
}
.htmega-feature-list-left-content .htmega-feature-list-item .htmega-feature-list-icon {
  margin-left: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-feature-list-left-content .htmega-feature-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
  .htmega-feature-list-left-content .htmega-feature-list-item .htmega-feature-list-icon {
    margin-left: 0px;
    margin-right: 30px;
  }
}
.htmega-feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap:10px;
}
.htmega-feature-list-item:last-child {
  margin-bottom: 0;
}
.htmega-feature-list-item .htmega-feature-list-icon {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 54px;
  border: 1px solid #EC8B1E;
  border-radius: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}
.htmega-feature-list-item .htmega-feature-list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.htmega-feature-list-item .htmega-feature-list-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.htmega-feature-list-wrap-6 {
  padding: 120px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-feature-list-wrap-6 {
    margin-bottom: 40px;
  }
}

.htmega-feature-list-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7F8F9;
  padding: 60px 40px;
  border-radius: 10px;
  flex-direction: column !important;
}
.htmega-feature-list-item-6:last-child {
  margin-bottom: 0;
}
.htmega-feature-list-item-6 .htmega-feature-list-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.htmega-feature-list-item-6 .htmega-feature-list-icon {
  margin-bottom: 0;
}
.htmega-feature-list-item-6 .htmega-feature-list-content .htmega-feature-list-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.htmega-feature-list-item .htmega-feature-list-content .htmega-feature-list-title a{
  text-decoration: none;
}

.htmega-feature-list-item .htmega-feature-list-top{
  align-items:center;
}

.htmega-feature-list-item .htmega-feature-list-icon svg{
  width: 30px;
}

.htmega-feature-list-item-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.htmega-feature-list-item-shape .htmega-feature-list-icon {
  border-radius: 3px;
  text-align: center;
}