.service-main-img{
	width: 100%;
	vertical-align:middle;
}
.service-main-img img{
	width: 100%;
	vertical-align:middle;
}
.service-title span{
	font-size: 30px;
	color: #4697d2;
	font-weight: bolder;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}

.service-top{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5vw;
}

.service_zone{
	margin-top: 5%; 
	margin-bottom: 1%; 
}

.service_button{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.service_button button{
	height: 50px;
	color: white;
	font-weight: bolder;
	font-size: 22px;
	background-color: #49bbe3;
	box-shadow: 4px 4px rgba(20%,20%,40%,0.5);
	margin: 10px 10px 10px 10px;
}

.service_button button:hover{
	color: yellow;
}

@media (min-width: 767px) {
	.service-top-img{
		float: left;
		width:50%;
	}
	.service-top-img img{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.service-top-img{
		float: left;
		width:100%;
	}

	.service-top-img img{
		width: 100%;
		vertical-align: middle;
	}

	.bookmark{
		width: 100%;
		display: flex !important;
		bottom: -5px;
		left: 0;
		align-items: center;
		justify-content: center;
	}

	.bookmark-img{

		width: 15%;
		margin: 0;
	}

	.bookmark a {
		background: none !important;
		width: 45px;
	}

	.bookmark a.bookmark-link{
		font-size: 20px !important;
		vertical-align: middle !important;
		background: #fff !important;
		color: #000 !important;
		padding: 8px 0;
		width: 150px;
	}

	.cd-top{
		bottom: 100px !important;
	}

}

