/*=== .thsn-service-style-5 ===*/
.thsn-service-style-5 {
	position: relative;
}
.thsn-service-style-5 .themesion-box-content{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.thsn-service-style-5 .thsn-featured-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}
.thsn-service-style-5 .thsn-featured-wrapper::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(6, 9, 19, 0.00) 52.4%, #16292D 100%);
    z-index: 0;
    left: 0;
    border-radius: 7px;
}
.thsn-service-style-5 .thsn-featured-wrapper img{
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-service-style-5:hover .thsn-featured-wrapper img{
	transform: scale(1.15);
}
.thsn-service-style-5 .thsn-service-icon{
	font-size: 75px;
	color: #fff;
}
.thsn-service-style-5 .thsn-service-icon img{
	max-width: 22px;
	margin-bottom: 5px;
}
.thsn-service-style-5 .thsn-service-cat {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(50px);
    display: inline-block;
    line-height: 30px;
    padding: 0 25px;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
}
.thsn-service-style-5 .thsn-service-cat a {
	color: #fff;
}
.thsn-service-style-5 .thsn-service-cat a:hover {
	color: var(--thsn-dentiq-global-color);
}
.thsn-service-style-5 .themesion-box-content-inner{
	padding-left: 35px;
}
.thsn-service-style-5 .thsn-service-title{
	font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 37px;
    letter-spacing: -0.78px;
}
.thsn-service-style-5 .thsn-service-title a{
	color: #fff;
}
.thsn-service-style-5 a.thsn-readmore-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 14px;
    right: 14px;
	transition: transform 0.55s ease;
    z-index: 1;
	font-size: 15px;
}
.thsn-service-style-5:hover .thsn-readmore-btn {
  transform: rotate(90deg); /* change angle if needed */
  color: #fff;
  background-color: var(--thsn-dentiq-global-color);
}

[data-columns="5"] .thsn-service-style-5 .themesion-box-content-inner,
[data-columns="6"] .thsn-service-style-5 .themesion-box-content-inner {
    padding-left: 20px;
}
[data-columns="5"] .thsn-service-style-5 .thsn-service-title,
[data-columns="6"] .thsn-service-style-5 .thsn-service-title {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
}
[data-columns="5"] .thsn-service-style-5 .thsn-service-icon,
[data-columns="6"] .thsn-service-style-5 .thsn-service-icon {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

@media (max-width: 1366px) {
    .thsn-service-style-5 .themesion-box-content-inner {
        padding-left: 20px;
    }
    .thsn-service-style-5 .thsn-service-title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 25px;
    }
    .thsn-service-style-5 .thsn-service-icon {
        font-size: 65px;
    }
}
@media (max-width: 1366px) {
    .thsn-service-style-5 .themesion-box-content-inner {
        padding-left: 15px;
    }
    .thsn-service-style-5 .thsn-service-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .thsn-service-style-5 .thsn-service-icon {
        font-size: 50px;
        line-height: 60px;
    }
    .thsn-service-style-5 .thsn-service-cat {
        padding: 0 20px;
        font-size: 13px;
    }
}