	.sidebar-services {
    position: sticky;
    top: 20px;
}

.other-services__heading .tp-title,
.other-services .tp-title{
    margin-bottom: 0;
}

.other-services > .row > .col:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0534561A;
}

.other-services .tp-title a {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    transition: ease-in-out .4s;
}
.other-services .tp-title a i {
    transform: rotate(-45deg);
    transition: ease-in-out .4s;
}

.other-services .tp-title a:hover {
    color: var(--tp-primary) !important;
}

.other-services .tp-title a:hover i {
    transform: rotate(0deg);
}



.sidebar-services__contact .tp-feature__figure {
    margin-bottom: 30px;
}
.sidebar-services__contact .tp-feature__figure img {
    border-radius: 20px;
    width: 100%;
}

.sidebar-services__contact .tp-body ul {
    padding: 20px 25px;
    background-color: var(--tp-primary);
    border-radius: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

.sidebar-services__contact .tp-body ul li {
    color: #fff !important;
}

.sidebar-services__contact .tp-body ul li i {
    margin-right: 8px;
}
.sidebar-services__contact .tp-body ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFFFFF1A;
}
