.service-banner{
	display: block !important;	
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	background-color: #D9D9D9;
}
.service-banner .hero-content{
	padding: 60px 24px;
}
.service-banner .hero-desc{
  	font-size: 18px;
  	font-weight: 600;
  	line-height: 28px;
}
.service-banner .hero-buttons .buttons{
	font-weight: 700;
}
.service-banner .hero-buttons, .service-banner .hero-sub-text{
	margin-top:20px;
}
/*.service-banner .hero-buttons a{
	font-family: Manrope;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.6px;
	vertical-align: middle;
}*/
.services-section{
	font-family: Montserrat;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 60px 0;
}
.services-section .custom-container .row{
	justify-content: space-between;
	padding: 60px 24px 0 24px;
}
.services-section .service-heading h2,
.services-section-images .service-heading h2,
.services-section-row .service-heading h2,
.testimonial-service-section .testimonial-heading{
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0;	
	padding: 0 24px;
	font-weight: 700;
	text-align: center;
	color: #333;
	margin-bottom: 0;
}
.services-section .service-heading h2,
.services-section-row .service-heading h2,
.testimonial-service-section .testimonial-heading{
	color: #005FC9;
}
.services-section-row .service-heading h2{
	text-align: left;
	padding: 0;
}
.testimonial-service-section .testimonial-heading{
	margin-bottom: 60px;
}
.testimonial-service-section .swiper-pagination-horizontal{
	bottom: 0 !important;
}
.services-section .service-content .service-subheading{
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #005FC9;
	padding-top: 0;
    margin-bottom: 0;
}

.services-section .service-content img{
	height: 60px;
  	width: 60px;
  	align-self: center;
}
.services-section .service-content{
  	display: flex;
  	flex-direction: column;
}
.services-section .logo-subheading{
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	padding-top: 0;
	gap: 20px;
	height: 140px;
}
.services-section .service-content p,
.services-section-row .service-content p{
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.services-section-images{
	background-color: #F4F4F4;
	padding: 80px 0;
}
.services-section-images .custom-container .row{
	padding: 60px 24px 80px 24px;
}
.services-section-images .service-content{
	padding: 60px 20px 0 20px;
	display: flex;
	flex-direction: column;
}
.services-section-images .service-content .service-subheading{
	font-weight: 700;
	font-size: 36px;
	line-height: 50.4px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #005FC9;
	padding: 20px 0;
  	margin-bottom: 0;
	text-transform: capitalize;
}
.services-section-images .service-content p{
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	vertical-align: middle;
	margin: auto 0 0 0;
}
.services-section-row,
.testimonial-service-section{
	padding: 60px 0;
}
.services-section-row .service-content-text{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.services-section-row .subheading-text .service-subheading{
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.8px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #005FC9;
	margin: 0;
}
.services-section-row .subheading-text p,
.services-section-row .subheading-text .services-prices li{
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 0;
}
.services-section-row .subheading-text span,
.services-section-row .subheading-text .services-prices li span{
	font-weight: 400;
}
.services-section-row .service-content .text{
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	margin-top: 40px;
}
.services-section-row .service-content .text span{
	font-weight: 700;
}
.services-section-row .service-content p span.block{
	display: block;
}
@media screen and (max-width: 1200px) {
	.services-section .custom-container .row{
		justify-content: center;
	}
}

@media screen and (max-width: 992px) {	
	.services-section .logo-subheading{
		height: auto;
	}	
}
@media screen and (max-width: 768px) {
	.services-section,
	.services-section-row,
	.testimonial-service-section{
		padding: 40px 24px;
	}
	.services-section-images .service-content .service-subheading{		
		font-size: 24px;
		line-height: 32px;		
	}
	.services-section-images .service-content{
		padding: 40px 24px 0 24px;
	}
	.services-section-images{
		padding: 60px 0;
	}
	.services-section .custom-container .row{
		gap: 40px;
		padding-top: 40px;
	}
	.service-banner .hero-heading{
		font-size: 30px;
		line-height: 40px;
	}
	.service-banner .hero-content{
		padding: 16px 24px;
	}
	.services-section-row .service-content .text{
		font-size: 18px;
		line-height: 36px;
	}
	.services-section-row .container{
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	.service-banner-mobile{
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.service-banner{
		background: none !important;
	 }
	.services-section .service-heading h2,
	.services-section-images .service-heading h2,
	.services-section-row .service-heading h2,
	.testimonial-service-section .testimonial-heading{
		font-size: 30px;
		line-height: 40px;
	}
	.testimonial-service-section .testimonial-heading{
		margin-bottom: 40px;
	}
	.services-section-images .service-content .service-subheading{
		font-size: 24px;
		line-height: 32px;
	}
	.service-banner-mobile{
		display: block;
		height: 400px;
		min-height: 240px;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		padding: 0 !important;
		margin: 0 !important;
		background-position: right center !important;
	}
	.service-section-images .row{
		padding: 60px 24px;
	}
	.services-section-row .service-content p span{
		display: inline;
	}
}	
