.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;
  }/** contact-section **/

.contact-section{
    position: relative;
    padding: 116px 0px 95px 0px;
  }
  
  #content_block_seven .default-form .form-group{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  #content_block_seven .default-form .form-group:last-child{
    margin-bottom: 0px;
  }
  #content_block_seven .default-form .form-group p:last-child,
  #content_block_seven .default-form .form-group p:last-child,
  #content_block_seven .default-form .form-group p:last-child{
    position: unset;
  }
  #content_block_seven .default-form .form-group input[type='text'],
  #content_block_seven .default-form .form-group input[type='email'],
  #content_block_seven .default-form .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    padding: 10px 20px 10px 190px;
    transition: all 500ms ease;
  }
  
  #content_block_seven .default-form .form-group p{
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    z-index: 1;
  }
  
  #content_block_seven .default-form .form-group p i{
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    color: #a6a6af;
    z-index: 1;
  }
  
  #content_block_seven .default-form .form-group textarea{
    height: 100px;
    resize: none;
  }
  
  #content_block_seven .default-form .form-group:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    left: 170px;
    top: 0px;
    z-index: 1;
  }
  #content_block_seven .default-form .form-group.message-btn:before {
    display: none;
  }
  
  #content_block_seven .default-form .form-group button{
    display: block;
    width: 100%;
    padding: 12px 30px;
  }
  
  #content_block_seven .sec-title{
    margin-bottom: 40px;
  }
  
  .contact-section .image-box{
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 4px;
  }
  
  .contact-section .image-box img{
    width: 100%;
  }
  
  .contact-section .image-layer .image-1{
    position: absolute;
    left: 440px;
    bottom: 0px;
  }
  
  .contact-section .image-layer .image-2{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .contact-section.contact-page-2{
    padding-bottom: 120px;
  }
  