.single-service-content h2{
	letter-spacing: 0;
	margin-bottom: 30px;
}
.single-service-content p,
.single-service-content .single-service-list li{
	font-size: 20px;
}
.single-service-content .single-service-list{
	margin: 0;
	list-style-type: none;
	counter-reset: item;
}
.single-service-content .single-service-list li{
	display: flex;
	align-items: self-start;
	counter-increment: item;
}
.single-service-content .single-service-list li:not(:last-child){
	margin-bottom: 20px;
}
.single-service-content .single-service-list li p{
	margin: 0;
}
.single-service-content .single-service-list li strong, .choose-ctn .ss-list-full li strong{
	color: #121213;
	float: left;
}
.single-service-content .single-service-list li::before {
    display: block;
    content: counter(item);
    margin-right: 12px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #F4AC57;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    color: #121213;
    align-content: center;
    text-align: center;
    font-weight: bold;
}
.single-service-full .single-service-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.single-service-full .single-service-image {
    height: 100%;
}
.single-service-full .choose-ctn h2 {
/*     color: #121213; */
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px;
}
.single-service-full .choose-ctn .ss-list-full li {
    font-size: 20px;
    width: 100%;
    max-width: 700px;
}
.single-service-full .choose-ctn .ss-list-full li:not(:last-child) {
    margin-bottom: 20px;
}
.single-service-full .choose-ctn .ss-list-full {
    margin: 0;
    list-style: none;
}
.single-service-full .choose-ctn {
    padding: 70px;
	height: 100%;
	align-content: center;
    background: rgb(68 106 179 / 4%);
}
.single-service-full .choose-ctn .ss-list-full li p {
    margin: 0;
}
@media (max-width: 1199px){
    .single-service-content h2{
		font-size: 36px;
	}
	.single-service-content p,
	.single-service-content .single-service-list li, .single-service-full .choose-ctn .ss-list-full li{
		font-size: 18px;
	}
	.single-service-content .single-service-list li:not(:last-child), .single-service-full .choose-ctn .ss-list-full li:not(:last-child){
		margin-bottom: 16px;
	}	
	.single-service-content h3{
		font-size: 28px;
	}
	.single-service .bt-row{
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.single-service-full .choose-ctn h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .single-service-full .choose-ctn{
        padding: 30px;
    }
}
@media (max-width: 991px){
    .single-service-content h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.single-service-full .choose-ctn{
		padding: 40px;
	}
	.single-service-full .choose-ctn h2 {
		font-size: 32px;
	}
}
@media (max-width: 767px){
    .single-service-content h2{
		font-size: 30px;
	}
	.single-service-full .bt-container-fluid {
		padding: 0 15px;
	}
	.single-service-full .choose-ctn h2 {
		font-size: 30px;
	}
	.single-service-content p,
	.single-service-content .single-service-list li, .single-service-full .choose-ctn .ss-list-full li{
		font-size: 16px;
	}
	.single-service-content .single-service-list li:not(:last-child), .single-service-full .choose-ctn .ss-list-full li:not(:last-child){
		margin-bottom: 14px;
	}
	.single-service-content h3{
		font-size: 24px;
	}
	.single-service-full .choose-ctn{
		padding: 36px;
	}
}
@media (max-width: 575px){
    .single-service-content h2{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.single-service-full .choose-ctn h2 {
        font-size: 28px;
    }
	.single-service-full .choose-ctn{
		padding: 28px;
	}
}