.service-details-content .choose-box .choose-content{
    position: relative;
    margin: 0px 10px;
  }
  
  .service-details-content .choose-box .choose-content .single-column{
    position: relative;
    padding: 0px 5px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box{
    position: relative;
    display: block;
    background: #f6f6f6;
    text-align: center;
    padding: 40px 15px 32px 15px;
    transition: all 500ms ease;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box:hover{
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 500ms ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box:hover .icon-box{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box h3{
    margin-bottom: 12px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box .line{
    position: relative;
    display: block;
    max-width: 62px;
    width: 100%;
    height: 9px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box p{
    font-size: 16px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .service-details-content .choose-box .group-title{
    margin-bottom: 39px;
  }
  
  .service-details-content .choose-box{
    position: relative;
    margin-bottom: 53px;
  }