.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;
  }.service-details-content .before-after-content .before-after {
    position: relative;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-container img {
    width: 100%;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:before{
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:before{
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:after{
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  
  .twentytwenty-after-label,
  .twentytwenty-before-label{
    opacity: 1 !important;
  }
  
  .service-details-content .before-after-gallery .text p{
    font-size: 18px;
    font-weight: 600;
    color: #5a5a68;
    margin-bottom: 0px;
  }
  
  .service-details-content .before-after-gallery .text{
    position: relative;
    margin-bottom: 31px;
  }
  
  .service-details-content .before-after-gallery{
    position: relative;
    margin-bottom: 53px;
  }.service-details-content .carousel-content .single-item{
    position: relative;
    display: block;
  }
  
  .service-details-content .carousel-content .single-item .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  
  .service-details-content .carousel-content .single-item .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  .service-details-content .carousel-content .single-item .image-box i {
    position: absolute;
    right: -10px;
    bottom: 0px;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
  }
  .service-details-content .carousel-content .single-item .inner{
    position: relative;
    padding: 0px 0px 11px 140px;
  }
  
  .service-details-content .carousel-content .single-item .inner h3{
    margin-bottom: 15px;
  }
  
  .service-details-content .carousel-content .single-item .inner p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
  }
  
  .service-details-content .carousel-content .single-item .inner h4{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #1e1e2a;
    margin: 0px 0px 10px 0px;
  }
  .service-details-content .carousel-content .single-item .inner h4 span {
    font-size: 16px;
    line-height: 26px;
    color: #5a5a68;
    font-weight: 500;
  }
  .service-details-content .carousel-content .single-item .inner .rating-box{
    position: relative;
    display: inline-block;
  }
  
  .service-details-content .carousel-content .single-item .inner .rating-box li{
    position: relative;
    display: inline-block;
    font-size: 14px;
  }
  
  .service-details-content .carousel-content .owl-dots{
    position: relative;
    display: none;
    margin-left: 193px;
    margin-top: 25px;
  }
  
  .service-details-content .carousel-content .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d9d9e1;
    border-radius: 50%;
    margin: 0px 7px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .service-details-content .carousel-content .group-title{
    margin-bottom: 39px;
  }