.Smart_solutions .inner-div {
    background-color: #292929;
    padding: 30px 0px 0px 30px;
}

.Smart_solutions .inner-div .smlist {
    margin-bottom: 10px;
}

.Smart_solutions .inner-div .smlist p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}

.Smart_solutions .inner-div .img-box {
    position: relative;
}

.Smart_solutions .inner-div .img-box .pic1box {
    overflow: hidden;
    box-sizing: border-box;
    width: 60%;
    border: 1px solid #000;
    border-radius: 5px;
    position: relative;
    z-index: 99;
}

.Smart_solutions .inner-div .img-box .pic1box .pic1 {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.Smart_solutions .inner-div .img-box:hover .pic1box .pic1 {
    height: auto;
    transform: scale(1.1);
    transition: 0.3s;
}

.Smart_solutions .inner-div .img-box .pic2box {
    overflow: hidden;
    box-sizing: border-box;
    width: 30%;
    border: 1px solid #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    right: 100px;
    z-index: 99;
}

.Smart_solutions .inner-div .img-box .pic2box .pic2 {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.Smart_solutions .inner-div .img-box:hover .pic2box .pic2 {
    height: auto;
    transform: scale(1.1);
    transition: 0.3s;
}

.Smart_solutions .inner-div .img-box .circleimg {
    position: absolute;
    width: 55%;
    top: 20px;
    right: 110px;
}
.Smart_solutions .counter-main  .bd-right{
    border-right: 1px solid #000;
}
.Smart_solutions .counter-main {
    background-color: #fff;
    padding: 20px 0px 20px 30px;
    border-radius: 20px 0px 0px 20px;
}

.Smart_solutions .counter-main .number {
    font-weight: 800;
    font-size: 53px;
    color: #000;
}

.Smart_solutions .counter-main .name {
    font-weight: normal;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
}
.Smart_solutions .counter-main:hover .number {
    color: #081f8b;
}
@media (min-width:0px) and (max-width:991px){
    .Smart_solutions .inner-div .img-box {
        margin-bottom: 20px;
    }
    .Smart_solutions .inner-div .smlist p {
        font-size: 13px;
    }
}
@media (min-width:0px) and (max-width:767.98px){
    .Smart_solutions .counter-main {
        padding: 20px 0px 20px 5px;
        border-radius: 5px 5px 5px 5px;
    }
    .Smart_solutions .inner-div {
        padding: 10px 10px 10px 10px;
    }
    .Smart_solutions .counter-main .number {
        font-size: 25px;
    }
    .Smart_solutions .counter-main .name {
        font-size: 14px;
    }
    .Smart_solutions .inner-div .img-box .pic2box {
        width: 40%;
        bottom: 20px;
        right: 40px;
    }
    .Smart_solutions .inner-div .img-box .circleimg {
        width: 45%;
        top: 20px;
        right: 75px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .Smart_solutions .counter-main .number {
        font-size: 40px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .Smart_solutions .counter-main .name {
        font-size: 14px;
    }
    .Smart_solutions .inner-div .smlist p {
        font-size: 13px;
    }
    .Smart_solutions .counter-main .number {
        font-size: 40px;
    }
}

@media (min-width:1201px) and (max-width:1400px){
    
}