

@media (min-width: 991px) {
  .mw-1685 {
    max-width: 1645px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.software-img img {
  border-radius: 20px 100px 20px 20px;
}

@media only screen and (max-width: 767px) {
  .software-img img {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .software-img img {
    border-radius: 20px;
  }
  
}

@media (min-width: 1399px) {
.software-content {
    max-width: 975px;
    margin-left: auto;
  }
}


.software-content .about-btn {
  gap: 30px;
}

.software-content .about-btn .btwhite {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .software-img img {
    border-radius: 20px;
  }
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 1200px) {
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
}

.default-btn {
  padding: 15px 29px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  display: table;
  text-align: center;
  gap: 5px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-transition: 0.5s;
}

.default-btn:hover {
  background-color: #fff;
  color: #091627;
  border-color: #1585f8;
}

.about-btn a i {
  transition: transform 0.3s ease;
}

.about-btn a:hover i {
  transform: translateX(5px);
}

.default-btn.active {
  background-color: #F2B679;
  color: #000000;
  border-color: #F2B679;
}
.default-btn.active:hover {
  background-color: #068075;
  color: #fff;
  border-color: #068075;
}
.default-btn.active:hover img {
  filter: invert(1);
}
.default-btn.border-btn {
  background-color: transparent;
}
.default-btn.border-btn:hover {
  background-color: #068075;
  border-color: #068075;
  color: #fff;
}

.gap-10 {
  gap: 10px;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (min-width: 1399px) {
.pass-details-img {
  max-width: 666px;
  }
}

.pass-details-content {
  padding-left: 3rem;
}

.pass-details-content .about-btn {
  gap: 30px;
}


.pass-details-content h3 {
  font-size: 28px;
  line-height: 127.778%;
  margin-bottom: 10px;
}
.pass-details-content ul li {
  margin-bottom: 15px;
  line-height: 2;  
}
.pass-details-content ul li:last-child {
  margin-bottom: 0;
}
.pass-details-content ul li span {
  margin-right: 10px;
  font-weight: 500;
  color: #000000;
}
.pass-details-content ul li .follow a {
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  background-color: #D9ECFF;
  border-radius: 100px;
  font-size: 20px;
  color: #000000;
}
.pass-details-content ul li .follow a:hover {
  background-color: #068075;
  color: #fff;
}
.pass-details-content h4 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .pass-single-item .pass-content h3 {
    font-size: 20px;
  }
  .pass-details-content h3 {
    font-size: 25px;
  }
  .pass-details-content ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pass-details-content h3 {
    font-size: 30px;
  }
}

.software_desc {
  background: #ffffff;
  padding: 60px 100px 60px 90px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  position: relative;
}

.software_desc::after {
  position: absolute;
  content: "";
  background: url(../images/testimonial_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  top: 12px;
  left: -34px;
}

.software_desc p {
  margin-bottom: 15px;
  text-align: justify;
  line-height: 2rem; 
}

.software_desc_about {
  background: #f8f6f9;
}

@media (max-width: 575.99px) {
.software_desc {
        padding: 30px;
    }
}
