h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin-bottom: 0 !important;
}

ol,
ul {
  padding-left: 0rem !important;
}

.section_three_ {
  width: 100%;
  padding-top: 15%;
}

.sec_three_heade_ {
  padding: 50px 0px 13px 0px;
  width: 100%;
  background-image: url("../image/Software_features.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 5%;
}

.sec_three_heade_ h2 {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #484848;
  margin-bottom: 30;
}

.sec_three_heade_ p {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}

.paragraph__ {
  width: 70%;
  margin-top: 44px;
}

.paragraph__ p {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}

@media (max-width: 850px) {
  .paragraph__ {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .paragraph__ p {
    width: 100% !important;
  }
}

@media (max-width: 650px) {
  .paragraph__ {
    width: 100%;
  }
}

.parent__width_owl {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.software__parent {
  display: flex;
  justify-content: center;
  column-gap: 11px;
  align-items: center;
  width: 80%;
  margin: auto;
}

/* .software_box {
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  border-radius: 80.5px;
  width: 11%;
  height: 216px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  padding: 8px 8px 20px 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
} */
.software_box {
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  border-radius: 80.5px;
  width: 11%;
  height: 216px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  padding: 8px 8px 8px 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.software_box svg {
  display: none;
}

.softBoxActive_ {
  border: 1px solid #009360;
}

.softBoxActive_ svg {
  display: block !important;
}

.circle_pic {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
}

.circle_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.software_box span {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}

.parent__titles_ {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto 0 auto;
}

.ul__ {
  width: 49%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 5px;
}

.ul__ li {
  display: flex;
  column-gap: 11px;
  align-items: center;
  padding: 13px;
  border-radius: 10px;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #484848;
  cursor: pointer;
}

.light_ {
  background: #f4f4f4;
}

.dark__ {
  background: #f9f9f9;
}

.sec__four {
  width: 100%;
}

.head_sec_four {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../image/Questions.svg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0px 20px 0px;
  margin-bottom: 5%;
}

.head_sec_four h2 {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #484848;
}

.head_sec_four p {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #484848;
  width: 60%;
}

.collapses__parent {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.collapsible__ {
  width: 100%;
  height: 99px;
  background: #f9f9f9;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: right;
  position: relative;
  transition: all 0.5s ease-in-out !important;
}

.collapse__btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009360;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: -13px;
  top: 36%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn_active {
  transition: all 0.3s ease-in-out;
  top: 85% !important;
  transform: rotate(180deg) !important;
}

.step_circle {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #009360;
}

.collapsible__ h3 {
  display: flex;
  justify-content: flex-start;
  column-gap: 4px;
  align-items: center;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}

.collapsible__ p {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-align: right;
  color: #646464;
}

.collapsible__ a {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: right;
  color: #646464;
}

.active {
  transition: all 0.5s ease-in-out;
  height: auto !important;
}

.active_demo_content {
  transition: all 0.5s ease-in-out;
  height: auto;
}

.active_demo_content {
  height: 0 !important;
  overflow: hidden;
  transition: all 0.5s ease-in-out !important;
}

.collapse_content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out !important;
}

.collapse_content_active {
  transition: all 0.5s ease-in-out;
  height: auto !important;
}

.sec_slider {
  width: 100%;
}

.slideSHow {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.slider_header {
  background-image: url("../image/Software_features.png") !important;
}

.banner__ {
  width: 100%;
  height: 320px;
  background-image: url("../image/Group 9.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  row-gap: 10%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.btn__ {
  border: none;
  background: #ffffff;
  border-radius: 10px;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding: 9.5px 39px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #009360;
  width: fit-content;
  cursor: pointer;
}

.btn__:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.head_banner_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10%;
}

.head_banner_ h2 {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.head_banner_ p {
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.tabs_parent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}

.tabs__filter {
  display: flex;
  padding: 5px;
  border: 1px solid #DADADA;
  border-radius: 12px;
  width: fit-content;
  margin: auto;
}

.tabs__filter button {
  font-family: 'IranSans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #484848;
  padding: 6px 48.5px;
  border: none;
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.button___active_ {
  background: #009360 !important;
  color: #ffffff !important;

}

.filter__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  align-items: center;
  width: 100%;
}

.sofwares_filter_parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 40px;
}

@media (max-width: 1300px) {
  .software__parent {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }

  .software_box {
    width: 14%;
  }
}

@media (max-width: 1000px) {
  .software_box {
    width: 18%;
  }
}

@media (max-width: 968px) {

  .sec_three_heade_,
  .head_sec_four {
    width: 80%;
    background-size: contain;
    margin: auto;
  }

  .banner__ {
    background-position: 56%;
  }
}

@media (max-width: 854px) {
  .section_three_ {
    padding-top: 36%;
  }

  .software_box span {
    font-size: 12px;
  }

  .circle_pic {
    width: 90px;
    height: 90px;
  }

  .sec_three_heade_ {
    row-gap: 10px;
    padding: 90px 0px 13px 0px;
  }

  .head_sec_four {
    row-gap: 10px;
    padding: 103px 0px 19px 0px;
  }
}

@media (max-width: 768px) {
  .parent__titles_ {
    flex-direction: column;
    row-gap: 5px;
  }

  .collapses__parent {
    margin-top: 30px;
  }

  .collapsible__ {
    height: 120px;
  }

  .sec_slider {
    margin-top: 50px;
  }

  .head_sec_four p,
  .sec_three_heade_ p {
    width: 72%;
  }

  .software_box {
    height: 180px;
    row-gap: 8px;
    padding: 8px 8px 11px 8px;
  }

  .ul__ {
    width: 100%;
  }

  .software_box {
    width: 20%;
  }

}

@media (max-width: 700px) {
  .section_three_ {
    padding-top: 45%;
  }
}

@media (max-width: 645px) {
  .software__parent {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .section_three_ {
    padding-top: 50%;
  }

  .parent__titles_,
  .collapses__parent {
    width: 90%;
  }

  .circle_pic {
    width: 80px;
    height: 80px;
  }

}

@media (max-width: 500px) {
  .section_three_ {
    padding-top: 70%;
  }

  .collapsible__ {
    height: 150px;
  }

  .head_sec_four {
    padding: 116px 19px 0px;
  }

  .head_sec_four h2 {
    font-size: 18px;
  }

  .software_box {
    padding: 0px 8px 11px 8px;
  }
}

.newData {
  width: 75%;
}

.columnNewData {
  display: flex;
  justify-content: space-between;
  row-gap: 10px;
  flex-wrap: wrap;
}

.rowNewData {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 25%;
}

.rowNewData span {
  color: #484848;
  text-align: right;
  font-family: "IranSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

@media (max-width: 1200px) {
  .rowNewData {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .rowNewData {
    width: 33%;
  }
}

@media (max-width: 675px) {
  .rowNewData {
    width: 50%;
  }

  .circle_discount {
    top: 6px !important;
    right: 6px !important;
  }
}

@media (max-width: 600px) {
  .rowNewData {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .circle_discount {
    top: -6px !important;
    right: 0px !important;
  }
}

.bottunPossibilities {
  width: 80%;
  margin: auto;
}

.btnPossibilities {
  border-radius: 10px;
  background: #009360;
  width: 100%;
  border: 1px solid #009360;
  color: #FFF;
  text-align: center;
  font-family: "IranSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.underLi {
  color: #646464;
  text-align: right;
  font-family: "IranSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
}

.svgMosalas {
  rotate: 270deg;
}

.circle_discount {
  position: absolute;
  top: 22px;
  right: 0;
  background-color: #FA4659;
  padding: 5px 4px;
  border-radius: 100%;
}

.circle_discount span {
  color: #FFF;
  text-align: center;
  font-family: "IranSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}