.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .site-heading h2 span {
    color: #ff5a6e;
  }

  .site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
  }

  .site-heading h4::before {
    background: #ff5a6e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }

  .site-heading h2 span {
    color: #ff5a6e;
  }

  .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
  }
  /* body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
  } */
  /* * {
    padding: 0;
    margin: 0;
  } */

  .default-padding {
    /* padding-top: 120px;
    padding-bottom: 120px; */
    padding-top: 16px;
  padding-bottom: 77px;
  }
  .default-padding-top {
    padding-top: 120px;
  }

  .default-padding-top.bottom-less {
    margin-bottom: -30px;
  }

  .default-padding-bottom {
    padding-bottom: 120px;
  }

  .default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .fun-factor-area .item .fun-fact {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px 19px;
    border-radius: 8px;
    height: 57px;
    width: 145px;
  }

  .fun-factor-area .item .fun-fact .timer {
    color: #ff5a6e;
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .fun-factor-area .item .fun-fact .medium {
    color: #232323;
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.5;
  }
  .fun-factor-area .subscribe {
    padding-left: 30px;
    margin-top: -52px;
  }
  .text-light h1,
 .text-light h2,
 .text-light h3,
 .text-light h4,
 .text-light h5,
 .text-light h6,
 .text-light p,
 .text-light a {
  color: #ffffff;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 430px;
  }
  .shadow {
    position: relative;
    z-index: 1;
  }
  .shadow.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    /* height: 100%; */
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .shadow.dark-hard::after {
    background: #323a45 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .shadow.light::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .shadow.theme::after {
    background: #ff5a6e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .shadow.theme-hard::after {
    background: #ff5a6e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
.subscribe form input {
    border: medium none;
    border-radius: inherit;
    box-shadow: inherit;
  }
  .subscribe form .input-group-addon {
    border: medium none;
    padding: 0;
  }
  .subscribe form .input-group-addon button {
    background: #ff5a6e none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #ffffff;
    height: 100%;
    min-height: 50px;
    padding: 0 51px;
  border-radius: 30px;
  }
  /* a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
  } */
  /* input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
  } */
  /* img {
    border: none;
    outline: none;
    max-width: 100%;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #323a45;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
  }

  h1,h2,h3,h4 {
    margin-bottom: 15px;
  } */
/*
  p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
  } */




  .work-list-area .nav-pills li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }

  .work-list-area .tab-navigation {
    display: block;
    height: auto;
    margin-bottom: 30px;
    min-height: auto;
  }

  .work-list-area .nav-pills li a {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    /* -webkit-box-shadow: 0 0 10px #cccccc; */
    -o-box-shadow: 0 0 10px #cccccc;
    /* box-shadow: 0 0 10px #cccccc; */
    /* color: #323a45; */
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
    padding: 24px 37px;
        /* padding: 25px 40px; */
    text-transform: uppercase;
    line-height: 1px;
    /* border: 3px solid rgba(255, 255, 255, 0.5); */
     /* box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.06), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(9, 8, 8, 0.6);
  backdrop-filter: blur(8px);
  background: rgba(27, 167, 236, 0.05); */
    /* background-color: rgba(27, 167, 236, 0.05); */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  margin-left: 26px;
  font-size: 23px;
  background-color: #ffffff !important;
  border-radius: 7ssspx;
  margin-left: 30px;
}


  .work-list-area .nav-pills li.active a {
    background: rgb(0 146 255) none repeat scroll 0 0 !important;
    color: #ffffff !important;
    border-radius: 7px;
  }

  .work-list-area .overview-items.vertical .tab-navigation,
  .work-list-area .overview-items.vertical .tab-content {
    display: table-cell;
    vertical-align: top;
  }

  .work-list-area .overview-items.vertical .tab-navigation {
    background: #edf5ff none repeat scroll 0 0;
    min-width: 200px;
    overflow: inherit;
    padding: 30px 50px;
  }

  .work-list-area .overview-items.vertical .tab-navigation li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .work-list-area .overview-items.vertical .tab-navigation li:last-child {
    margin-bottom: 0;
  }

  .work-list-area .overview-items .item .info h3,
  .work-list-area .overview-items .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
  }

  .work-list-area .thumb {
    padding-right: 0px;
    position: relative;
    z-index: 1;
  }

  .work-list-area.include-arrow .thumb::after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 20px solid transparent;
    content: "";
    margin-top: -20px;
    position: absolute;
    right: 25px;
    top: 50%;
  }

  .work-list-area.bg-gray .thumb::after {
    border-right: 20px solid #f9f9f9;
  }

  .work-list-area .single-item.reverse .thumb::after {
    display: none;
  }

  .work-list-area.include-arrow .single-item.reverse .thumb::before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
    content: "";
    margin-top: -20px;
    position: absolute;
    left: 25px;
    top: 50%;
  }

  .work-list-area.bg-gray .single-item.reverse .thumb::before {
    border-left: 20px solid #f9f9f9;
  }

  .work-list-area .info ul {
    display: block;
    margin-top: 65px;
  }

  .work-list-area .info ul li {
    /* border-bottom: 1px solid #e7e7e7; */
    display: block;
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  color: #000;
  }

  .work-list-area .info ul li::before {
    /* border: 2px solid; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #136eb3;
    /* content: "\f00c"; */
    /* font-family: "Font Awesome 5 Free"; */
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
  }

  .work-list-area .info ul li:last-child {
    margin: 0;
    padding-bottom: 0;
    border: none;
  }

  .work-list-area .info h3 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
  }

  .work-list-area .info a {
    margin-top: 30px;
  }

  .overview-items.solid-items .single-item {
    margin-bottom: 80px;
    overflow: hidden;
  }

  .overview-items.solid-items .single-item:last-child {
    margin-bottom: 0;
  }

  .work-list-area .tab-content .info li h4 {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 18px;
  }

  .overview-items .single-item.reverse .thumb {
    float: right;
    padding-left: 25px;
    padding-right: 15px;
  }

  /* Features area */
  /* .features-items,
.features-items .items-box {
  overflow: hidden;
} */

 /*.features-area .equal-height::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 21%;
    position: absolute;
    /* left: 365px; */
    /* top: 293px;
    width: 1px;
} */

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5,
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5,
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
    padding: 15px 21px;
    background-color: #e6e8ed87;
    border-radius: 7px;
}

.features-area.item-full .features-items .item {
  padding: 30px;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .info {
    text-align: center;
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ff5a6e;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 8px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ff5a6e;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}

.features-area .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Poppins';
  font-size: 20px;
  color: #000000;
}

.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ff5a6e;
}

.features-area.box-items .features-items .item {
  padding: 50px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
}

.features-area.box-items .features-items .equal-height {
  margin-bottom: 30px;
}

.features-area.box-items .features-items .equal-height::after {
  display: none;
}

.features-area.box-items .features-items {
  overflow: inherit;
}

.features-area.box-items .features-items .item .icon i {
  background: #ff5a6e;
  color: #ffffff;
}

/* Version Two */

.features-box .single-item {
  margin-bottom: 30px;
}

.features-box .item {
    padding: 60px 30px;
}

.features-box .single-item:nth-child(2) .item {
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
}

.features-box .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #ff5a6e;
    position: relative;
    z-index: 1;
}

.features-box .single-item:first-child .item i {
    color: #18dc59;
}

.features-box .single-item:first-child .item i::after {
    background: #18dc59;
}

.features-box .single-item:nth-child(3) .item i {
    color: #5a49f8;
}

.features-box .single-item:nth-child(3) .item i::after {
    background: #5a49f8;
}

.features-box .item i::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    content: "";
    background: #ff5a6e;
    z-index: -1;
    opacity: 0.1;
}

.features-box .item h4 {
    text-transform: capitalize;
    font-weight: 600;
}
/* features area end */
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;

    content: " ";

  }
  @media (min-width: 992px) {
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
  }
  @media (min-width: 429px) and (max-width: 768px){
    .software_products {
        margin-left: -48px !important;
        margin-right: -15px;
    }
}
  @media (max-width: 768px) {
    .thumb_software{
        padding:  0px !important;
    }
    .software_products {
        margin: -10px;
        display: grid ;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 10px;
        margin-top: 10px !important;
        margin-left: 10px !important;
    }
    .softpara {
        text-align: justify;
        font-size: 11px;
        margin-bottom: -55px;
    }
    .boxesimg.soft01{
        margin-left: 0px !important ;
        margin-top: 44px !important;
    }
    .form_soft{
        padding-left: 35px !important;
    }
    .software_trials {
        width: 50% !important;
        margin-bottom: 10px;
    }
    /* .appoitment-form1 .form-row .form-group{
        padding-right: 49px !important;
    } */
    .software_trials p {
        font-size: 11px ;
      }
      .subscribe h3{
        font-size: 35px !important;
        margin-left: -19px;
      }
      .free_trial {
        font-size: 13px !important;
        margin-top: 5px;
        margin-left: -13px;
      }
      .input-group.stylish-input-group {
        padding: 2px !important;
      }
      .subscribe form .input-group-addon button {
        min-height: 30px;
        padding: 0px 39px;
      }

      .features-area .equal-height::after {
        /* background: #e7e7e7 none repeat scroll 0 0;
        content: "";
        height: 52%;
        position: absolute;
        right: 193px;
        top: 293px;
        width: 1px; */
      }
      .features-area .item .info h4{
        font-size: 15px;
      }
      .features-area .item .icon {
        margin-bottom: 9px;
      }
  }
.prouct_h3
{
    font-size: 24px;
}
.fun-fact-item-row {
    margin-top: -12px;
  margin-left: 48px;
  }
  .free_trial{
    font-size: 21px;
  }
  .form_soft{
    padding-top: 19px;
    padding-left: 240px;

  }
.software_trials{
    width: 20%;
  padding-right: 0px;
}
.software_trials p {
    /* text-align: center; */
    font-size: 11px;
  }
  .input-group.stylish-input-group
{
    border-radius: 30px;
    padding: 4px;
}
.subscribe {
    text-align: center;
  }
  .subscribe h3 {
    font-size: 20px;
    font-size: 41px;
  font-family: initial;
  }
  .software_products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    list-style: none;
    padding: 0;
}
.software_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 20px 130px 20px 130px;
    border: 10px solid #edeeee !important;
    /* animation: border-transform 10s linear infinite alternate forwards; */
    margin: -50px -54px 31px;
}
.col-md-6.thumb.thumb_software{
    /* margin-left: -56px; */
}
.thumb_software{
  /* background-image: url(../images/background/bg-20.png); */
  /* background-image: url(../images/background/pattern-47.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 46px 102px;
}
 @-webkit-keyframes border-transform {
    0%,
      to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; } }
  @keyframes border-transform {
    0%,
    to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; } }



      .fun-fact-item-row .item{
        margin-bottom: 10px;
      }

      .icon_product {
        width: 50px;
      }
      .features-items-product{
        display: flex;
      }
      .features-items .features-items-product {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        gap: 0px;
    }

    .items-box {
        width: 100%;
    }

    /* Adjustments for responsiveness */
    @media (max-width: 1200px) {
        .features-items .features-items-product {
            grid-template-columns: repeat(9, 1fr);
        }
    }

    @media (max-width: 992px) {
        .features-items .features-items-product {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (max-width: 768px) {
        .features-items .features-items-product {
            grid-template-columns: repeat(3, 1fr) !important;
        }
        .equal-height .item .icon img{
            width: 50px;
            height: 50px;
            margin-left: 0px;
        }
        .features-area .features-items .item {
            padding: 15px 21px;
          }
          .features-area .item .info p{
            font-size: 10px !important;
          }
          .fun-factor-area .item .fun-fact{
            padding: 14px 9px;
          }
          .fun-factor-area .item .fun-fact .medium{
            font-size: 10px;
            margin-top: -5px;
          }
          .work-list-area .nav-pills li{
            margin-left: -3px;
          }
          .work-list-area .nav-pills li a {
            padding: 12px 22px;
            font-size: 15px;
            border-radius: 4px;
          }
          .paginationControls_right {
            margin-left: 309px;
            margin-top: -14px;
          }
          .paginationControls_left{
            margin-top: -72px;
            margin-right: 401px;
          }
          #paginationControls {
            display: block !important;
            margin-left: -22px;
          }
          .fun-fact-item-row{
            margin-top: 8px;
            /* margin-left: 0px !important; */
          }
          .fun-factor-area .item .fun-fact{
            width: 93px;
          }
          #overview{
            /* margin-top: -84px; */
          }
          #features{
            margin-top: -50px;
          }
          .nav-pills_software{
            margin: 0px 0px 0px -16px !important;
          }
          .platform-section .platform-tabs .tab-btns .tab-btn::before{
            bottom: -57px !important;
            width: 100px !important;
            height: 103px !important;
            left: 58% ;
            background: url("../images/icons/line40px.png") no-repeat !important;
          }
          .platform-section .platform-tabs .tab-btns .tab-btn:nth-child(5)::before, .platform-section .platform-tabs .tab-btns .tab-btn:nth-child(6)::before, .platform-section .platform-tabs .tab-btns .tab-btn:nth-child(7)::before, .platform-section .platform-tabs .tab-btns .tab-btn:nth-child(8)::before {
            right: 49% !important;

          }
          .platform_first {
            font-size: 26px !important;
          }
          .platform-section .platform-tabs .tab-btns .tab-btn:hover .icon,
          .platform-section .platform-tabs .tab-btns .tab-btn.active-btn .icon{

              background-position: center;
              font-size: 15px ;
            line-height: 38px !important;
          }
          .platform_contant{
              font-size: 13px !important;
              font-weight: 600 !important;
              margin-left: 23px !important;
              max-width: 317px;
          }
          .mileicon {
            width: 50px;
            height: 50px;
        }
    }
    .features-area .item .info p{
        font-size: 12px;
        line-height: 15px;
      }
      #paginationControls {
        display: none;
      }
      .fun-factor-area .subscribe p{
    margin-bottom: 50px;
 }

.default-padding1 {
 padding-top: 1px !important;
  padding-bottom: 0px;

}
.nav-pills_software {
    display: flex;
    justify-content: center;
  }

  @media(max-width: 320px) {
    .overview-box .content .features-list li span{
        width: 143px !important;
    }
    .text_11{
        font-size: 9px !important;
        margin-left: -19px !important;
        margin-top: 2px !important;
    }
    .overview-box .content .features-list li span i{
        left: 32px !important;
    }
  }

  @media (min-width: 100px) and (max-width: 330px){
    .features-area .features-items .item
    {
        padding: 0px 0px !important;
      }
  }
  img.d-block.w-100.product_carousel.imgup.softimg.crm {
    position: relative;
    left: -20px;
}
.mileicon {
    width: 50px;
    height: 50px;
    margin-left: 6px;
}
@media (max-width: 768px) {
    .software_products {
    	margin-left: 0px;
    }
}
@media (min-width: 389px) and (max-width: 414px)  {
    .software_products{
        margin-left: -36px !important;
    }
}
@media (min-width: 374px) and (max-width: 414px)  {
    .software_products{
    margin-left: -48px !important;
    margin-right: -25px !important;
    }
	.features-area .item .info p{
            font-size: 10px !important;
          }
}
 @media (min-width: 350px) and (max-width: 373px)  {
 	.software_products{
    		margin-left: -40px !important; 
    }
.work-list-area .info ul li{
    font-size: 9px !important;
}
}
@media (min-width: 429px) and (max-width: 768px){
.features-area .item .info p{
            font-size: 11px !important;
          }
.equal-height .item .icon img {
    margin-left: 13px !important;
}
}