.service-page .inner-banner .bgimg
{
	object-position:center center;
}

.service-page .ctent-img>img
 {
    width: 100%;
    height: 410px;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.service-page .ctent-block
{
			margin:auto 0;
}
main.service-page .ctent-block ul:not([class]):last-of-type
{
	margin-bottom:34px;
}
/*****-------- media Query ------------****/

@media (max-width: 1599.98px) {
	
}
@media (max-width: 1439.98px) {
	.service-page .ctent-img>img{
		 height:380px;
	}
}
@media (max-width: 1199.98px) {
	
}
@media (max-width: 991.98px) {
	.service-page .ctent-img>img {
        height: 320px;
    }
		.service-page .ctent-block {
					margin: 0 0 20px 0;
	}
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
main.service-page .ctent-block ul:not([class]):last-of-type {
    margin-bottom: 20px;
}
}
