section#business-testi {
    background: #fff;
    padding: 70px 30px 80px 30px;
}
section#business-testi h1{
    font-size: 34px;
    font-weight: 300;
    color: #012d3b;
    text-align: left;
    text-transform: capitalize;
}
section#business-testi span.business {
    color: #9ac936;
    font-weight: 500;
}
.mil-button {
    height: 55px;
    padding: 0 10px 0 5px;
}
.mil-button svg {
    position: relative;
    left: 2px;
}
h4.testi-name {
    font-size: 15px;
    color: #434545;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
}
h5.testi-work {
    color: #828484;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
}
section#business-testi .testi-customer .content-box {
    width: auto;
    height: auto;
}
img.star {
    width: 30px;
    padding: 0 2px;
}
section#services {
    padding: 80px 0 80px;
}
.mil-service-card-sm p {
    height: 257px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    padding-bottom: 20px;
}
.col-md-6.col-lg-3.mil-services-grid-item.p-0.middle {
    border-left: 0.8px solid #c9dde5;
    border-right: 0.8px solid #c9dde5;
}
.quote{
    text-align: center;
}
section#solutions,section#commercial-service{
    padding: 60px 0;
    background-image: linear-gradient(132deg, #1fb3e812 29%, #fff 52%, #f6fbec17 85%);
}
section#solutions h1,section#price h1,section#commercial-service h1{
    font-size: 34px;
    font-weight: 300;
    color: #012d3b;
    text-align: center;
    text-transform: initial;
}
.commerical-box{
    border: 1px solid #E7EEED;
    border-radius: 12px;
    box-shadow: 0 6px 10px 0 #8d8484a1;
    width: 280px;
    height: 293px;
    margin:auto;
}
.slide-commercial.swiper{
    padding: 30px 0;
}
.commerical-box .contents {
    padding: 16px;
    margin-top: 12px;
}
.com-icon {
    position: absolute;
    bottom: 45%;
    left: 11%;
}
.commerical-box .contents h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #012D3B;
}
.commerical-box .contents p{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #434545;
}
p.solutions{
  font-weight: 400;
  font-size: 15px;
  color: #434545;
  line-height: 25px;
  text-align: center;
}
.com-services {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 35px;
}
.com-services-box {
    width: 322px;
    height: 250px;
    border: 1px solid #C9DDE5;
    border-radius: 12px;
    background: #ffffff;
    z-index: 99;
}
.com-services-box .title {
    border-bottom: 1px solid #C9DDE5;
    padding: 8px;
    text-align: center;
}
.com-services-box .title h4 {
    font-size: 18px;
    color: #012D3B;
    font-weight: 500;
    line-height: 28px;
}
.com-services-box .contents {
    padding: 10px 30px;
}
.com-services-box .contents p {
    color: #012D3B;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    gap: 12px;
    margin: 8px 0;
}
.frame1 img {
    width: 70%;
}
.frame1 {
    position: absolute;
    right: 82px;
    bottom: 28%;
    z-index: 1;
}
.frame2 img {
    width: 66%;
}
.frame2 {
    position: absolute;
    right: 30px;
    bottom: 15%;
    z-index: 99;
}

@media (min-width: 768px){
    section#services h1.span-line:before {
        content: '';
        position: absolute;
        top: 12%;
        border-bottom: 0.5px solid #adc3cc;
        width: 120px;
        left: 0;
    }
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        display: none;
    }
}

@media (max-width: 767px) {
    section#business-testi {
        padding: 70px 20px;
    }
    .mil-price-number {
        text-align: center;
    }
    .mil-mb-30.parall {
        display: block;
        justify-content: space-between;
        text-align: right;
        width: 100%;
    }
    .mil-service-card-sm p {
        height: auto;
    }
    section#solutions h1, section#price h1 {
        text-align: left;
    }
    .com-icon {
        position: absolute;
        bottom: 41%;
        left: 17%;
    }
    .com-services {
        display: block;
    }
    .com-services-box {
        width: auto;
        height: auto;
        margin-bottom: 25px;
    }
    .frame1,.frame2{
        display: none;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
        left: 0;
        width: 100%;
    }
}