@media only screen and (min-width: 1025px) and (max-width: 1250px) {

	.services_sec {
		width: 100%;
	}

	.services_sec li .right {
		width: 71.75%;
		padding-right: 5%;
	}

	.services_sec li .left {
		width: 71.75%;
	}


	#Container {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.container {
		max-width: 100%;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.img-fluid {
		position: absolute;
		top: 27%;
		left: 8%;
	}

	.services_sec {
		width: 100%;
	}

	.services_sec li {
		padding: 100px 0px 0px 0px;
		margin: 0px;
	}

	.services_sec li .right {
		width: 100%;
		padding-right: 5%;
	}

	.services_sec li .left {
		width: 100%;
		padding-right: 5%;
	}

	#Container {
		width: 100%;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.img-fluid {
		position: absolute;
		max-width: 300px;
		left: 50%;
		bottom: 55%;
	}

	#hero-banner p{
		max-width: 295px;
	}
	.services_sec {
		width: 100%;
		text-align: center;

	}

	.services_sec li {
		padding: 0px 0px 90px 0px;
		margin: 0px;
	}

	.services_sec li .right {
		width: 100%;
		float: none;
	}

	.services_sec li .right .img {
		margin: auto;
		float: none;
		padding-bottom: 30px;
	}

	.services_sec li .right .Details {
		width: 100%;
		text-align: center;
	}

	.services_sec li .right .Details p {
		text-align: center;
		padding-left: 15%;
		padding-right: 15%;
	}

	.services_sec li .Details a {
		margin: auto;
		float: none;
	}

	.services_sec li .left {
		width: 100%;
		float: none;
		padding-left: 0px;
	}

	.services_sec li .left .img {
		margin: auto;
		float: none;
		padding-bottom: 30px;
	}

	.services_sec li .left .Details {
		width: 100%;
		text-align: center;
	}

	.services_sec li .left .Details p {
		text-align: center;
		padding-left: 15%;
		padding-right: 15%;
	}

	#Container {
		width: 100%;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	#hero-banner p{
		display: none;
	}

	#hero-banner h1{
		text-align: center;
		position: relative;
	}

	.img-fluid {
		position: absolute;
		max-width: 320px;
		left: 10%;
	}

	.services_sec {
		width: 100%;
		text-align: center;
		margin-top: 80%;
	}

	.services_sec li {
		padding: 0px 0px 90px 0px;
		margin: 0px;
	}

	.services_sec li .right {
		width: 100%;
		float: none;
	}

	.services_sec li .right .img {
		margin: auto;
		float: none;
		padding-bottom: 30px;
	}

	.services_sec li .right .Details h3 {
		font-size: 22px;
	}

	.services_sec li .right .Details {
		width: 100%;
		text-align: center;
	}

	.services_sec li .right .Details p {
		text-align: center;
	}

	.services_sec li .Details a {
		margin: auto;
		float: none;
	}

	.services_sec li .left {
		width: 100%;
		float: none;
		padding-left: 0px;
	}

	.services_sec li .left .img {
		margin: auto;
		float: none;
		padding-bottom: 30px;
	}

	.services_sec li .left .Details {
		width: 100%;
		text-align: center;
	}

	.services_sec li .left .Details h3 {
		font-size: 20px;
	}

	.services_sec li .left .Details p {
		text-align: center;
	}

	#Container {
		width: 100%;
	}
}