.services .mos-img img {display: none !important;}
:root {
--colorshow-primary: #c00;
--color-default: #49515b;
--color-default-two: #494d57;
--color-yellow: #ffd600;
--color-white: #fff;
--color-black: #000;
}
.ul_li_between {
justify-content: space-between;
}
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
margin: 0px;
margin-bottom: 0px;
padding: 0px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pos-rel {
position: relative;
}
.z-1 {
z-index: 1 !important;
}
.service-height {
min-height: 800px; }
@media (max-width: 991px) {
.service-height {
min-height: 700px; } }

.service-image-item {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: .5s; 
background-size: cover;
background-position: center center;
}
.service-image-item::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #111112;
content: "";
opacity: 0.3991; }
.service-image-item.active {
opacity: 1;
z-index: 2; }

.service-content-box {
max-width: 910px;
width: 100%;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 30px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
z-index: 3; }
@media (max-width: 767px) {
.service-content-box {
padding: 30px 10px; } }

.service-content-list,
.service-content-image {
width: 50%; }
@media (max-width: 767px) {
.service-content-list,
.service-content-image {
width: 100%; } }

.service-content-image .xb-item--img {
position: absolute;
top: 0;
right: 30px;
width: 43%;
height: calc(100% - 60px);
bottom: 0;
margin: auto;
border-radius: 10px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
opacity: 0;
transition: .5s; }
@media (max-width: 767px) {
.service-content-image .xb-item--img {
position: unset; } }
.service-content-image .xb-item--img.active {
opacity: 1; }

.service-content-list {
padding-top: 10px;
padding-bottom: 10px; }
.service-content-list .title {
font-size: 42px;
margin-bottom: 30px; }

.service-list-item {
padding: 11px 12px;
padding-right: 20px;
}

.service-list-item a{
cursor: pointer;
color: inherit; 
}  
.service-list-item:not(:last-child) {
margin-bottom: 3px; }
.service-list-item .xb-item--icon {
width: 66px;
height: 66px;
  padding: 3px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: linear-gradient(180deg, #ffe6d9 0%, #fff 100%);
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px; }
.service-list-item .xb-item--icon img {
width: 63px;
height: 63px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }    
@media (max-width: 991px) {
.service-list-item .xb-item--icon {
width: 50px;
height: 50px;
margin-right: 10px; }
.service-list-item .xb-item--icon img {
  width: 47px;
  height: 47px;
  } }
.service-list-item .xb-item--title {
font-weight: 500;
font-size: 20px;
line-height: 160%;
letter-spacing: 0em;
color: #111112;
margin-right: auto;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.service-list-item .xb-item--arrow {
width: 30px;
height: 30px;
background-color: #EAEEF0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: .3s; }
.service-list-item .xb-item--arrow svg path {
transition: .3s; }
.service-list-item.current .xb-item--title {
color: var(--color-white); }
.service-list-item.current .xb-item--arrow {
background-color: var(--colorshow-primary); }
.service-list-item.current .xb-item--arrow svg path {
fill: var(--color-white); }

.service-list {
position: relative; }

.service-list .active-bg {
top: -1px;
bottom: 0px;
left: -1px;
right: 0px;
position: absolute;
background: var(--colorshow-primary);
transition: all 0.5s ease;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
z-index: -1; }
