/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-section .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 680px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_block_6 .content-box{
  position: relative;
  display: block;
}

.content_block_6 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 115px;
  margin-bottom: 33px;
  min-height: 90px;
  padding-top: 12px;
  padding-bottom: 17px;
}

.content_block_6 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_6 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 1px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #d5f1f1;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_6 .content-box .inner-box .single-item:hover .icon-box{
  color: #fff;
}

.content_block_6 .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.content_block_6 .content-box .inner-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.content_block_6 .content-box .inner-box .single-item h4{
  margin-bottom: 9px;
}

.content_block_6 .content-box .inner-box{
  padding-right: 30px;
}

.content_block_6 .content-box .sec-title{
  margin-bottom: 42px;
}

.image_block_7 .image-box{
  position: relative;
  display: block;
  padding-right: 100px;
  padding-bottom: 134px;
}

.chooseus-section .image_block_7 .image-box{
  margin-right: 50px;
}

.image_block_7 .image-box img{
  border-radius: 50px;
}

.image_block_7 .image-box .image{
  border-radius: 50px;
}

.image_block_7 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 20px 50px #dfe3e3;
}

.content_block_6 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.content_block_6 .content-box .text p{
  line-height: 30px;
}

.image_block_9 .image-box{
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 135px;
}

.chooseus-section .image_block_9 .image-box{
  margin-left: 50px;
}

.image_block_9 .image-box .image{
  border-radius: 50px;
  box-shadow: 0 20px 50px #dfe3e3;
}

.image_block_9 .image-box .image img{
  width: 100%;
  border-radius: 50px;
}

.image_block_9 .image-box .image-1{
  position: relative;
}

.image_block_9 .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  padding: 10px;
}

.image_block_9 .image-box .shape .shape-1{
  position: absolute;
  right: -120px;
  bottom: 0px;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
}

.image_block_9 .image-box .shape .shape-2{
  position: absolute;
  left: 60px;
  bottom: 220px;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
}

.image_block_9 .image-box .shape .shape-3{
  position: absolute;
  right: -115px;
  bottom: 53px;
  width: 270px;
  height: 270px;
  background: #f8f9fa;
  border-radius: 50%;
  z-index: -1;
}