.what-included {
  position: relative;
}
.what-included .section-title img {
  margin-left: -270px;
}
.what-included .circle {
  top: 508px;
  right: 15px;
}
.what-included .inner-content {
  padding: 0 40px;
}
.what-included {
  padding: 155px 0 80px;
}
.what-included .img-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 100px;
}
.what-included .img-block {
  padding-top: 85px;
}
.what-included .img-block .btn {
  margin-bottom: 100px;
}
.what-included .section-title {
  position: relative;
}
.what-included .section-title:before {
  content: "";
  background: url(/legacy-content/themes/arcsys/assets/images/down-arrow.svg) no-repeat;
  height: 195px;
  width: 175px;
  position: absolute;
  right: -180px;
  top: 70px;
}
.team-client .section-title {
  max-width: 1270px;
  margin: 0 auto;
}
.team-client {
  padding: 160px 0 150px;
}
.team-client span {
  padding-top: 36px;
}


/* included-section css */
.included-section .heading-row {
  max-width: 1434px;
  padding: 0 12px;
  /* margin-bottom: 110px; */
  margin-bottom: 260px;
}
.included-section .container {
  position: relative;
}
.included-section .arc-badge {
  position: absolute;
  right: -212px;
  top: 337px;
}
.included-section .section-title {
  max-width: 680px;
  position: relative;
  align-items: flex-start;
}
.included-section .section-title img {
  position: relative;
  left: 70px;
}
.included-section .section-title::before {
  content: '';
  position: absolute;
  right: -30px;
  top: 63px;
  width: 175px;
  height: 193px;
  background-size: 100%;
}
.included-section .heading-row p {
  max-width: calc(100% - 680px);
  padding-left: 100px;
  line-height: 1.5;
}
/* .circle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
} */
.circle-main-wrapper{
  position: relative;
}
.top-half-circle,
.bottom-half-circle {
  display: flex;
  justify-content: center;
}
.top-half-circle {
  border-bottom: 10px solid #fff;
}
.bottom-half-circle {
  border-top: 10px solid #fff;
}
.top-left-wrapper{
  border-right: 10px solid #fff;
}
.top-left {
  /* border-right: 10px solid #fff; */
  -webkit-clip-path: circle(100% at 100% 100%);
  clip-path: circle(100% at 100% 100%);
}
.top-left .svg-bg{
  /* -webkit-clip-path: circle(100% at 100% 100%);
  clip-path: circle(100% at 100% 100%); */
}
.top-right-wrapper{
  border-left: 10px solid #fff;
}
.top-right {
  /* border-left: 10px solid #fff; */
  -webkit-clip-path: circle(100% at 0 100%);
  clip-path: circle(100% at 0 100%);
}
.top-right .svg-bg{
  /* -webkit-clip-path: circle(100% at 0 100%);
  clip-path: circle(100% at 0 100%); */
}
.bottom-right-wrapper{
  border-left: 10px solid #fff;
}
.bottom-right { 
  /* border-left: 10px solid #fff; */
  -webkit-clip-path: circle(100.0% at 0 0);
  clip-path: circle(100.0% at 0 0);
}
.bottom-right .svg-bg{
  /* -webkit-clip-path: circle(100.0% at 0 0);
  clip-path: circle(100.0% at 0 0); */
}
.bottom-left-wrapper{
  border-right: 10px solid #fff;
}
.bottom-left {
  /* border-right: 10px solid #fff; */
  -webkit-clip-path: circle(100% at 100% 0);
  clip-path: circle(100% at 100% 0);
}
.bottom-left .svg-bg{
  /* -webkit-clip-path: circle(100% at 100% 0);
  clip-path: circle(100% at 100% 0); */
}
.included-section {
  position: relative;
  width: 100%;
  padding: 175px 20px 0 0;
}
.svg-bg img {
  height: 400px;
  width: 400px;
  display: inline-block;
}
.circle-box .img-wrapper{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: -250px;
  z-index: 1;
  transition: 0.4s all ease;
  border: 2px solid #E04956;
  cursor: pointer;
}
.circle-box .top-right-wrapper .img-wrapper{
  left: unset;
  right: -250px;
  bottom: 20px;
  border-color: #FFC959;
}
.circle-box .bottom-left-wrapper .img-wrapper{
  top: 20px;
  left: -250px;
  bottom: unset;
  border-color: #35B1E0;
}
.circle-box .bottom-right-wrapper .img-wrapper{
  top: 20px;
  left: unset;
  bottom: unset;
  right: -250px;
  border-color: #035280;
}
.circle-box .img-wrapper img{
  width: 250px;
  height: auto;
}
.circle-box .top-left-wrapper .img-wrapper img{
  width: 300px;
}
.circle-box .active .img-wrapper{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.svg-content {
  position: absolute;
}
.top-left,
.bottom-left {
  position: relative;
  display: flex;
  align-items: center;
  /* overflow: hidden; */
  justify-content: flex-end;
  text-align: right;
}
.top-right .svg-content,
.top-left .svg-content {
  bottom: 20%;
}
.top-right,
.bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  /* overflow: hidden; */
  justify-content: flex-start;
  text-align: left;
}
.bottom-right .svg-content,
.bottom-left .svg-content {
  top: 30%;
}
.svg-content .h2 {
  font-size: 25px;
  padding: 0px 35px;
  word-break: break-word;
  color: #fff;
  line-height: 1.2;
}
.included-section .btn {
  float: right;
  position: relative;
  top: -250px;
  right: -50px;
}
.top-half-circle .svg-content p,
.bottom-half-circle .svg-content p {
  color: #fff;
  width: 290px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s transform, ease 0.5s opacity;
  height: 0;
  line-height: 1.67;
  transform: translateY(50%);
}
.svg-content .content_wrapper{
  padding-right: 10px;
}
.svg-content p{
  /* display: -webkit-box; */
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  padding: 0 25px 0 35px;
  height: unset !important;
  max-height: 142px;
}

.svg-content .simplebar-scrollbar:before{
	background: #004B98;
}
.svg-content .simplebar-track.simplebar-vertical{
	width: 8px;
}

.top-half-circle .top-right .svg-content .h2,
.top-half-circle .top-right .svg-content p {
  color: #000;
}
.top-half-circle .top-left,
.top-half-circle .top-right,
.bottom-half-circle .bottom-right,
.bottom-half-circle .bottom-left {
  transition: ease 0.5s all;
  transform: translate(0px, 0px) scale(1);
}
/* *** */

.top-half-circle .top-left.active .svg-content p,
.top-half-circle .top-right.active .svg-content p,
.bottom-half-circle .bottom-left.active .svg-content p,
.bottom-half-circle .bottom-right.active .svg-content p {
  transform: translate(0px, 0px) scale(1);
  visibility: visible;
  opacity: 1;
  transition: ease 0.5s transform, ease 0.5s opacity;
  font-size: 12px;
  height: unset;
  width: 290px;
}
.top-half-circle .top-left.active {
  /* transform: translate(-80px, -80px) scale(1.3); */
  transform: translate(-60px, -60px) scale(1.3);
  transition: ease 0.5s all;
}
.top-half-circle .top-left.active .svg-content {
  bottom: auto;
  top: 80px;
}
.top-half-circle .top-right.active {
  /* transform: translate(80px, -80px) scale(1.3); */
  transform: translate(60px, -60px) scale(1.3);
  transition: ease 0.5s all;
}
.top-half-circle .top-right.active .svg-content {
  bottom: auto;
  top: 80px;
}
.bottom-half-circle .bottom-left.active {
  /* transform: translate(-80px, 80px) scale(1.3); */
  transform: translate(-60px, 60px) scale(1.3);
  transition: ease 0.5s all;
}
.bottom-half-circle .bottom-left.active .svg-content {
  bottom: auto;
  top: 80px;
}
.bottom-half-circle .bottom-right.active {
  /* transform: translate(80px, 80px) scale(1.3); */
  transform: translate(60px, 60px) scale(1.3);
  transition: ease 0.5s all;
}
.bottom-half-circle .bottom-right.active .svg-content {
  bottom: auto;
  top: 80px;
}


/* Service Different */
.service-different {
  padding: 175px 0 120px;
}
.service-different .sec-heading{
  text-align: center;
}
.service-different .section-title {
  align-items: center;
  padding-bottom: 60px;
  font-weight: 300;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.service-different .section-title span {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding-left: 130px;
}
.different-service-sec .h2 {
  text-align: center;
  color: #004B98;
  font-family: 'Roboto';
  font-size: 70px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 70px;
}
.ds-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-img-block {
  position: relative;
}
.ds-img {
  width: 470px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  border: 4px solid #004B98;
  position: relative;
  z-index: 1;
}
.ds-img img {
  width: 100%;
  height: 100%;
}
.ds-img-block .outer-layer {
  display: block !important;
  position: absolute;
  width: 270px;
  height: 540px;
  top: -35px;
  right: -35px;
  background-color: #E3F3FF;
  border-radius: 0 540px 540px 0;
  border: 2px solid var(--Blue, #004B98);
}
.ds-data-block {
  padding-left: 175px;
}
.ds-data-list li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 48px 0;
}
.ds-data-list li:first-child {
  margin-top: 0;
}
.ds-data-list li:first-child,
.ds-data-list li:last-child {
  position: relative;
  left: -200px;
}
.ds-data-list li:last-child {
  margin-bottom: 0;
}
.ds-data-list li p {
  padding-left: 35px;
  color: #000;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.1px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.ds-data-list li p strong {
  font-size: 22px;
  line-height: normal;
}
.ds-data-list li p + img {
	width: 98px;
}

.ds-data-list .icon-block {
  min-width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8C183F;
  font-size: 48px;
  border-radius: 50%;
}

.ds-data-list .icon-block img{
  display: block;
  width: auto;
  height: 50px;
}

.ds-data-list li:first-child .icon-block img{
  height: 48px;
}

.ds-data-list li:nth-child(2) .icon-block img{
  height: 56px;
}

.ds-data-list li:nth-child(3) .icon-block img{
  height: 50px;
}

.ds-data-list li:nth-child(4) .icon-block img{
  height: 47px;
}

.ds-data-list li:nth-child(5) .icon-block img{
  height: 46px;
}

.ds-data-list li:last-child .icon-block img{
  height: 50px;
}

.ds-data-list li:first-child .icon-block {
  background: #6CCBD5;
}

.ds-data-list li:nth-child(2),
.ds-data-list li:nth-child(5) {
  position: relative;
  left: -70px;
}

.ds-data-list li:nth-child(4) {
  position: relative;
  left: -10px;
}

.ds-data-list li:nth-child(2) .icon-block {
  background: #37B2E1;
}

.ds-data-list li:nth-child(4) .icon-block {
  background: #004B98;
}

.ds-data-list li:nth-child(5) .icon-block {
  background: #E14A56;
}

.ds-data-list li:last-child .icon-block {
  background: #F79133;
}

.ds-data-list .border-block {
  position: absolute;
  width: 122px;
  height: 96px;
  border-top: 1px solid #004B98;
  border-left: 1px solid #004B98;
  left: -150px;
  top: 50%;
}

.ds-data-list .border-block:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: -7px;
  left: -7px;
  background: #004B98;
  border-radius: 50%;
}

.ds-data-list .border-block::before {
  content: '';
  position: absolute;
  top: -9px;
  right: -8px;
  width: 15px;
  height: 18px;
  background: url("/legacy-content/themes/arcsys/assets/images/Union.svg");
}

.ds-data-list li:nth-child(2) .border-block {
  height: 27px;
}

.ds-data-list li:nth-child(3) .border-block {
  height: 0;
}

.ds-data-list li:nth-child(4) .border-block {
  height: 0;
  left: -143px;
  width: 115px;
}

.ds-data-list li:nth-child(5) .border-block {
  top: unset;
  bottom: 50%;
  border-bottom: 1px solid #004B98;
  border-left: 1px solid #004B98;
  border-top: none;
  height: 30px;
}

.ds-data-list li:nth-child(5) .border-block::before,
.ds-data-list li:last-child .border-block::before {
  top: unset;
  bottom: -9px;
}

.ds-data-list li:nth-child(3) .border-block:after{
  left: -9px;
}

.ds-data-list li:nth-child(5) .border-block::after,
.ds-data-list li:last-child .border-block::after {
  bottom: unset; 
}

.ds-data-list li:nth-child(5) .border-block::after{
  top: -3px;
}

.ds-data-list li:last-child .border-block::after{
  top: -5px;
}

.ds-data-list li:last-child .border-block {
  top: unset;
  bottom: 50%;
  border-bottom: 1px solid #004B98;
  border-left: 1px solid #004B98;
  border-top: none;
  height: 98px;
}

/* Different Variable CSS */
.different-variable .btn-block {
  text-align: center;
  padding: 20px 0 82px;
}
.different-variable-inner {
  border-radius: 0px 0px 375px 0px;
  background-color: #E3F3FF;
  padding: 57px 149px 52px 0;
}
.different-variable-inner-content {
  display: flex;
  align-items: center;
  gap: 58px;
  max-width: 1584px;
  margin-left: auto;
  padding-left: 60px;
}
.different-variable-inner i {
  font-size: 272px;
}
.different-variable p {
  font-size: 40px;
  line-height: 55px;
  color: var(--blue-clr);
  font-weight: 700;
}

/* Responsive CSS */
@media (min-width: 1921px) {
	.different-variable-inner-content {
		margin: 0 auto;
	}
}
@media (max-width: 1919px) {
  .included-section .arc-badge {
    right: -160px;
  }
}

@media (max-width: 1799px) {
  .included-section {
    padding: 150px 0px 80px;
  }
  .included-section .arc-badge {
    right: -80px;
  }
}

@media (max-width: 1650px) {
  .what-included .section-title {
    font-size: 62px;
    line-height: 1.17;
  }
  .included-section {
    padding: 100px 0px 80px;
  }
  .included-section .arc-badge {
    right: 0;
  }
  .included-section .heading-row p {
    padding-left: 50px;
  }
  .included-section .section-title::before {
    height: 170px;
    width: 155px;
    right: 50px;
  }
  .included-section .heading-row {
    margin-bottom: 190px;
  }
  .included-section .btn {
    top: -200px;
  }
  .top-half-circle .top-left.active {
    transform: translate(-60px, -60px) scale(1.3);
  }
  .top-half-circle .top-right.active {
    transform: translate(60px, -60px) scale(1.3);
  }
  .bottom-half-circle .bottom-left.active {
    transform: translate(-60px, 60px) scale(1.3);
  }
  .bottom-half-circle .bottom-right.active {
    transform: translate(60px, 60px) scale(1.3);
  }
  .included-section .btn {
    right: 0;
  }
  .svg-content p{
    -webkit-line-clamp: 6;
  }
  .different-service-sec .h2 {
    margin-bottom: 50px;
    font-size: 62px;
  }
  .ds-data-list li p {
    font-size: 20px;
    padding-left: 28px;
  }
}

@media (max-width: 1498px) {
  .included-section {
    padding: 70px 0;
  }
  .included-section .heading-row p {
    padding-left: 12px;
  }
  .what-included .section-title {
    font-size: 55px;
  }
  .included-section .section-title::before {
    right: 90px;
  }
  .included-section .heading-row p {
    font-size: 18px;
  }
  .svg-content .h2 {
    padding: 0px 25px;
  }
  .svg-content .content_wrapper{
    padding-right: 5px;
  }
  .top-half-circle .svg-content p,
  .bottom-half-circle .svg-content p {
    padding: 0 20px;
  }
  .top-half-circle .top-left.active {
    /* transform: translate(-40px, -40px) scale(1.2); */
    transform: translate(-35px, -35px) scale(1.2);
  }
  .top-half-circle .top-right.active {
    /* transform: translate(40px, -40px) scale(1.2); */
    transform: translate(35px, -35px) scale(1.2);
  }
  .bottom-half-circle .bottom-left.active {
    /* transform: translate(-40px, 40px) scale(1.2); */
    transform: translate(-35px, 35px) scale(1.2);
  }
  .bottom-half-circle .bottom-right.active {
    /* transform: translate(40px, 40px) scale(1.2); */
    transform: translate(35px, 35px) scale(1.2);
  }
  .included-section .heading-row {
    margin-bottom: 160px;
  }
  .svg-content p{
    -webkit-line-clamp: 5;
  }
  .service-different {
    padding: 125px 0 120px;
  }
  .different-variable p {
    font-size: 32px;
    line-height: 47px;
  }
  .ds-data-list li:first-child .icon-block img{
    height: 45px;
  }
  .ds-data-list li:nth-child(2) .icon-block img {
    height: 50px;
  }
  .ds-data-list li:nth-child(3) .icon-block img {
    height: 46px;
  }
  .ds-data-list li:nth-child(4) .icon-block img {
    height: 45px;
  }
  .ds-data-list li:nth-child(5) .icon-block img {
    height: 44px;
  }
  .ds-data-list li:last-child .icon-block img {
    height: 45px;
  }
}

@media (max-width: 1440px) {
  .different-service-sec .h2 {
    font-size: 55px;
  }
  .ds-data-list li p {
    font-size: 18px;
    padding-left: 22px;
  }
  .ds-data-list li p strong {
    font-size: 18px;
  }
  .ds-img {
    width: 360px;
  }
  .ds-img-block .outer-layer {
    top: -25px;
    right: -25px;
  }
  .ds-img-block .outer-layer {
    height: 410px;
    width: 205px;
  }
  .ds-data-list li {
    margin: 22px 0;
  }
  .ds-data-list .icon-block {
    min-width: 85px;
    height: 85px;
    font-size: 40px;
  }
  .ds-data-list .border-block {
    height: 68px;
    width: 100px;
    left: -110px;
  }
  .ds-data-list li:nth-child(3) .border-block {
    left: -135px;
  }
  .ds-data-list li:nth-child(4) .border-block {
    left: -150px;
    width: 100px;
  }
  .ds-data-block {
    padding-left: 150px;
  }
  .ds-data-list li:first-child,
  .ds-data-list li:last-child {
    left: -178px;
  }
  .ds-data-list li:nth-child(4) .border-block {
    left: -125px;
  }
  .ds-data-list li:nth-child(2),
  .ds-data-list li:nth-child(5) {
    left: -42px;
  }
  .ds-data-list li:nth-child(2) .border-block, .ds-data-list li:nth-child(5) .border-block{
    width: 100px;
    left: -130px;
  }
  .ds-data-list li:nth-child(2) .border-block {
    height: 32px;
  }
  .ds-data-list li:first-child .border-block, .ds-data-list li:last-child .border-block{
    width: 80px;
  }
  .ds-data-list li:last-child .border-block{
    height: 70px;
  }
  .ds-data-list li:nth-child(3) .border-block:after {
    left: -6px;
}
.ds-data-list li:nth-child(5) .border-block{
  height: 37px;
}
}

@media (max-width: 1399px){
  .included-section .heading-row p {
    max-width: calc(100% - 600px);
  }
  .included-section .section-title {
    max-width: 600px;
  }
  .included-section .section-title::before {
    height: 154px;
    width: 140px;
    right: 35px;
  }
  .included-section .heading-row {
    margin-bottom: 120px;
  }
  .svg-bg img {
    height: 350px;
    width: 350px;
  }
  .included-section .btn {
    top: -70px;
    right: -20px;
  }
  .included-section .arc-badge {
    right: -20px;
  }
  .svg-content .h2 {
    padding: 0px 20px;
  }
  .svg-content p {
    height: 100px !important;
  }
  .top-half-circle .svg-content p, .bottom-half-circle .svg-content p {
    padding: 0 15px;
  }
  .top-half-circle .top-left.active .svg-content p, .top-half-circle .top-right.active .svg-content p, .bottom-half-circle .bottom-left.active .svg-content p, .bottom-half-circle .bottom-right.active .svg-content p{
    width: 250px;
  }
  .what-included .section-title::before {
    height: 165px;
    width: 135px;
    right: -140px;
    top: 60px;
    background-size: contain;
  }
  .what-included .img-block {
    padding-top: 40px;
  }
  .included-section {
    padding: 70px 0 0;
  }
  .team-client {
    padding: 125px 0 124px;
  }
  .service-different {
    padding: 100px 0 100px;
  }
  .what-included .section-title img {
    margin-left: -180px;
  }
  .different-variable-inner i {
    font-size: 202px;
  }
  .service-different .section-title span {
    padding-left: 90px;
  }
  .what-included {
    padding: 100px 0 80px;
  }
}

@media (max-width: 1299px) {
  .what-included {
    padding: 115px 0 80px;
  }
  .different-variable-inner-content {
    gap: 50px;
  }
  .what-included .section-title img {
    margin-left: -210px;
  }
  .circle-box .img-wrapper, .circle-box .bottom-left-wrapper .img-wrapper{
    left: -200px;
  }
  .circle-box .top-right-wrapper .img-wrapper, .circle-box .bottom-right-wrapper .img-wrapper{
    left: unset;
    right: -200px;
  }
  .circle-box .top-left-wrapper .img-wrapper img {
    width: 260px;
}
}

@media (max-width: 1199px){
  .included-section {
    padding: 60px 0;
  }
  .what-included .section-title {
    font-size: 46px;
  }
  .included-section .section-title {
    max-width: 520px;
  }
  .included-section .heading-row p {
    max-width: calc(100% - 520px);
  }
  .included-section .section-title::before{
    width: 100px;
    height: 110px;
    right: 30px;
    top: 50px;
  }
  .included-section .section-title img{
    height: 20px;
  }
  .included-section .heading-row {
    margin-bottom: 100px;
  }
  .svg-bg img {
    height: 320px;
    width: 320px;
  }
  .svg-content p{
    -webkit-line-clamp: 4;
  }
  .top-half-circle .top-left.active {
    /* transform: translate(-20px, -20px) scale(1.1); */
    transform: translate(-15px, -15px) scale(1.1);
  }
  .top-half-circle .top-right.active {
    /* transform: translate(20px, -20px) scale(1.1); */
    transform: translate(15px, -15px) scale(1.1);
  }
  .bottom-half-circle .bottom-left.active {
    /* transform: translate(-20px, 20px) scale(1.1); */
    transform: translate(-15px, 15px) scale(1.1);
  }
  .bottom-half-circle .bottom-right.active {
    /* transform: translate(20px, 20px) scale(1.1); */
    transform: translate(15px, 15px) scale(1.1);
  }
  .bottom-half-circle .bottom-left.active .svg-content, .bottom-half-circle .bottom-right.active .svg-content{
    top: 60px;
  }

  .circle-box .img-wrapper img{
    width: 200px;
  }
  .circle-box .top-left-wrapper .img-wrapper img {
    width: 220px;
}
  .circle-box .img-wrapper, .circle-box .bottom-left-wrapper .img-wrapper {
    left: -140px;
  }
  .circle-box .top-right-wrapper .img-wrapper, .circle-box .bottom-right-wrapper .img-wrapper {
    left: unset;
    right: -140px;
}
  .svg-content p {
    height: 80px !important;
  }
  .svg-content .h2{
    font-size: 22px;
  }
  .included-section .heading-row {
    margin-bottom: 80px;
  }
  .included-section .arc-badge{
    height: 120px;
    right: 0;
  }
  .included-section .btn {
    right: -25px;
  }
  .what-included .section-title::before {
    width: 100px;
    height: 110px;
    right: -100px;
    top: 50px;
  }
  .what-included .inner-content {
    padding: 0;
  }
  .included-section {
    padding: 60px 0 0 0;
  }
  .what-included {
    padding: 115px 0 0;
  }
  .what-included .img-block {
    padding-top: 0;
  }
  .different-service-sec .h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .ds-img {
    width: 320px;
  }
  .ds-img-block .outer-layer {
    top: -20px;
    right: -20px;
    height: 360px;
    width: 180px;
  }
  .ds-data-list li:first-child .border-block, .ds-data-list li:last-child .border-block{
    width: 80px;
    left: -110px;
    height: 85px;
  }
  .ds-data-list li:nth-child(2) .border-block, .ds-data-list li:nth-child(5) .border-block{
    height: 25px;
  }
  .ds-data-list li:nth-child(3) .border-block:after {
    left: -8px;
}
  .ds-data-list li {
    margin: 25px 0;
    left: -8px;
  }
  .ds-data-list li:first-child,
  .ds-data-list li:last-child {
    left: -150px;
  }
  .ds-data-block {
    padding-left: 125px;
  }
  .ds-data-list .border-block {
    left: -120px;
    width: 90px;
    height: 70px;
  }
  .ds-data-list li:first-child .border-block, .ds-data-list li:last-child .border-block {
    width: 80px;
    height: 74px;
  }
  .ds-data-list li:last-child .border-block::after {
    top: -6px;
}
  .ds-data-list li:nth-child(2) .border-block, .ds-data-list li:nth-child(5) .border-block {
    width: 90px;
    left: -125px;
  }
  .ds-data-list li:nth-child(4) .border-block {
    left: -105px;
    width: 82px;
  }
  .ds-data-list li:nth-child(3) .border-block {
    left: -105px;
    width: 80px;
  }
  .ds-data-list .icon-block {
    min-width: 75px;
    height: 75px;
    font-size: 36px;
  }
  .ds-data-list li:nth-child(2),
  .ds-data-list li:nth-child(5) {
    left: -35px;
  }
  .ds-data-list .icon-block img{
    height: 45px;
  }
  .ds-data-list li:first-child .icon-block img, .ds-data-list li:nth-child(3) .icon-block img, .ds-data-list li:nth-child(4) .icon-block img, .ds-data-list li:nth-child(5) .icon-block img, .ds-data-list li:last-child .icon-block img{
    height: 42px;
  }
  .team-client {
    padding: 100px 0;
  }
  .service-different .section-title {
    padding-bottom: 45px;
  }
  .different-variable p {
    font-size: 26px;
    line-height: 40px;
  }
  .different-variable-inner i {
    font-size: 182px;
  }
  .different-variable .btn-block {
    padding: 0 0 80px;
  }
  .what-included .section-title img {
    margin-left: -170px;
  }
}

@media (max-width: 991px){
  .included-section .heading-row p{
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .included-section .section-title::before{
    display: none;
  }
  .included-section {
    padding: 0;
  }
  .what-included .section-title {
    font-size: 45px;
  }
  .included-section .section-title{
    padding: 0;
    margin-bottom: 15px;
  }
  .included-section .arc-badge{
    top: 200px;
  }
  .included-section .btn{
    float: none;
    position: unset;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
  }
  .svg-bg img {
    height: 300px;
    width: 300px;
  }
  .top-right-wrapper{
    border-left: 6px solid #fff;
  }
  .top-left-wrapper{
    border-right: 6px solid #fff;
  }
  .top-half-circle {
    border-bottom: 6px solid #fff;
  }
  .bottom-half-circle {
    border-top: 6px solid #fff;
  }
  .bottom-right-wrapper {
    border-left: 6px solid #fff;
  }
  .bottom-left-wrapper{
    border-right: 6px solid #fff;
  }
  .top-half-circle .top-left.active .svg-content p, .top-half-circle .top-right.active .svg-content p, .bottom-half-circle .bottom-left.active .svg-content p, .bottom-half-circle .bottom-right.active .svg-content p {
    width: 220px;
  }
  .bottom-half-circle .bottom-right.active .svg-content, .bottom-half-circle .bottom-left.active .svg-content {
    top: 60px;
  }
  .circle-box .img-wrapper{
    top: -50px;
    bottom: unset;
    left: -40px;
  }
  .circle-box .top-right-wrapper .img-wrapper{
    top: -90px;
    bottom: unset;
    right: unset;
  }
  .circle-box .bottom-right-wrapper .img-wrapper{
    right: -60px;
  }
  .circle-box .bottom-left-wrapper .img-wrapper{
    left: -70px;
    top: 0;
  }
  .what-included .section-title::before {
    display: none;
  }
  .what-included .img-block {
    padding-top: 50px;
  }
  .what-included {
    padding: 80px 0 0;
  }
  .team-client .section-title {
    font-size: 36px;
    line-height: 46px;
  }
  .team-client {
    padding: 80px 0;
  }
  .different-service-sec .h2 {
    font-size: 45px;
  }
  .ds-row {
    display: block;
  }
  .ds-img-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .ds-img {
    margin: 0 auto;
    width: 400px;
  }
  .ds-data-block {
    padding-left: 0;
    width: 100%;
  }
  .ds-data-list .border-block {
    display: none;
  }
  .ds-data-list li {
    left: unset !important;
  }
  .ds-img-block .outer-layer {
    display: none !important;
  }
  .ds-data-list li {
    align-items: flex-start;
  }
  .ds-data-list .icon-block {
    min-width: 82px;
    height: 82px;
    font-size: 40px;
  }
  .ds-data-list li p {
    display: block;
  }
  .service-different {
    padding: 80px 0;
  }
  .different-variable-inner {
    border-radius: 0px 0px 205px 0px;
    padding: 45px 60px 35px 0;
  }
  .different-variable-inner-content {
    gap: 25px;
    padding-left: 40px;
  }
  .different-variable-inner i {
    font-size: 172px;
  }
  .what-included .circle {
    top: 318px;
  }
  .team-client span {
    padding-top: 14px;
  }
  .service-different .section-title span {
    padding-left: 60px;
  }
  .what-included .img-block .btn {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px){
	.circle-box .img-wrapper {
		opacity: 1;
  		visibility: visible;
  		pointer-events: auto;
	}
  .included-section .arc-badge{
    display: none;
  }
  .included-section .heading-row {
    margin-bottom: 40px;
  }
  .svg-bg{
    display: none;
  }
  .svg-content{
    position: unset;
  }
  .circle-box{
    display: block;
  }
  .circle-box .top-half-circle, .circle-box .bottom-half-circle{
    border: none;
  }
  .circle-main{
    transform: none !important;
    clip-path: none !important;
    border: none;
    display: block;
  }
  .circle-main-wrapper{
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: none;
  }
  .top-left-wrapper{
    background: #E04956;
  }
  .top-right-wrapper{
    background: #FFC959;
  }
  .bottom-left-wrapper{
    background: #35B1E0;
  }
  .bottom-right-wrapper{
    background: #035280;
  }
  .circle-box .img-wrapper img {
    width: 100%;
    margin-bottom: 20px;
  }
  .circle-box .top-left-wrapper .img-wrapper img{
    width: 100%;
  }
  .svg-content p{
    height: unset !important;
    width: unset !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 0;
    margin-right: 0;
  }
  .top-left, .bottom-left, .top-right, .bottom-right{
    text-align: left;
  }
  .top-half-circle, .bottom-half-circle {
    display: block;
  }
  .svg-content .h2, .svg-content p{
    padding: 0 !important;
  }
  .svg-content .h2 br{
    display: none;
  }
  .svg-content .h2{
    font-size: 25px;
    margin-bottom: 15px;
  }
  .svg-content p{
    line-height: 1.4;
    font-size: 16px !important;
    display: block !important;
    overflow: unset !important;
    max-height: unset;
  }
  .circle-box .img-wrapper{
    position: unset;
    border: 0;
    opacity: 1;
    visibility: visible;
  }
  .included-section .btn{
    margin-top: 30px;
  }
  .what-included .img-block {
    padding-top: 20px;
  }
  .included-section .container {
    padding: 0;
    text-align: center;
  }
  .what-included .img-block .btn {
    margin: 0;
  }
  .what-included {
    padding: 50px 0;
  }
  .included-section .btn {
    transform: unset;
  }
  .what-included .circle {
    top: 20px;
    right: 15px;
  }
  .team-client .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  .team-client {
    padding: 50px 0;
  }
  .ds-data-list .icon-block {
    min-width: 65px;
    height: 65px;
    font-size: 34px;
  }
  .ds-img-block {
    margin-bottom: 40px;
  }
  .service-different {
    padding: 50px 0;
  }
  .service-different .section-title {
    padding-bottom: 30px;
  }
  .ds-data-list li img {
    max-width: 65px;
  }
  .ds-data-list li {
    margin: 15px 0;
  }
  .ds-data-list li:first-child .icon-block img, .ds-data-list li:nth-child(3) .icon-block img, .ds-data-list li:nth-child(4) .icon-block img, .ds-data-list li:nth-child(5) .icon-block img {
    height: 38px;
  }
  .ds-data-list li:nth-child(2) .icon-block img {
    height: 42px;
  }
  .ds-data-list li:last-child .icon-block img{
    height: 35px;
  }
  .different-variable-inner-content {
    padding-left: 0;
    flex-direction: column;
    gap: 16px;
  }
  .different-variable-inner {
    padding: 45px 20px 35px 20px;
	border-radius: 0;
  }
  .different-variable-inner i {
    font-size: 122px;
  }
  .what-included .section-title {
    font-size: 38px;
  }
  .service-different .section-title span {
    padding-left: 80px;
  }
  .different-variable .btn-block {
    padding: 0 0 50px;
  }
}


@media (max-width: 575px) {
  .what-included .section-title {
    font-size: 35px;
  }
  .included-section .section-title img {
    height: 15px;
    left: 50px;
  }
  .svg-content .h2{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ds-img {
    width: 360px;
  }
  .different-service-sec .h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .ds-img-block {
    margin-bottom: 30px;
  }
  .ds-data-list li {
    display: block;
  }
  .ds-img {
    width: 320px;
    border: 3px solid #004B98;
  }
  .ds-data-list li p {
    font-size: 17px;
    padding-left: 0;
  }
  .ds-data-list .icon-block {
    width: 82px;
    margin-bottom: 15px;
  }
  .ds-data-list li:first-child .icon-block img, .ds-data-list li:nth-child(3) .icon-block img, .ds-data-list li:nth-child(4) .icon-block img, .ds-data-list li:nth-child(5) .icon-block img {
    height: 35px;
  }
  .ds-data-list li:nth-child(2) .icon-block img {
    height: 40px;
}
  .team-client .section-title {
    font-size: 24px;
    line-height: 34px;
  }
  .section-title {
    font-size: 32px;
    line-height: 36px;
  }
  .ds-data-list .icon-block {
    min-width: 60px;
    height: 60px;
    font-size: 30px;
    width: 60px;
  }
  .ds-data-list .icon-block {
    margin-bottom: 10px;
  }
  .ds-data-list li {
    margin: 20px 0;
  }
  .ds-data-list li p strong , .ds-data-list li p {
    font-size: 16px;
  }
  .different-variable p {
    font-size: 22px;
    line-height: 34px;
  }
  .different-variable-inner {
    padding: 40px 12px 35px 12px;
  }
  .what-included .section-title img {
    margin-left: -120px;
  }
  .team-client span {
    padding-top: 8px;
  }
  .service-different .section-title span {
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .service-different .section-title {
    display: block;
  }
  .different-variable-inner {
    border-radius: 0px 0px 125px 0px;
  }
  .different-variable p {
    font-size: 20px;
    line-height: 32px;
  }
  .different-variable-inner i {
    font-size: 100px;
  }
  .team-client .section-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 466px) {
  .service-different .section-title span {
    padding-left: 30%;
  }
}

@media (max-width: 390px) {
  .ds-img {
    width: 280px;
  }
  .service-different .section-title span {
    padding-left: 50px;
  }
}

@media (max-width: 359px) {
  .ds-img {
    width: 220px;
  }
}
