/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.pln {
		padding-left: 0;
	}

	.prn {
		padding-right: 0;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.blue-bg, .green-bg {
		margin-top: -80px;
	}
	.location-bg {
		margin: 10px auto;
		position: initial;
	}
	.advant-block-img::before {
		height: 250px;
	}
	.more-advant-item {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.more-advant-text {
		margin-top: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	

}
/* Small Devices, Tablets */
@media only screen and (max-width : 575px) {
	.phone-and-call {
		margin-bottom: 20px;
	}
	
	.blue-bg, .green-bg {
		margin-top: 0;

	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 25px;
	}
	.first-screen {
		height: 575px;
		padding-top: 30px;
	}

	.add-block {
		margin: 25px 0;
		font-size: 23px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	footer {
		margin-bottom: 50px;
	}

	.call-mob {
		display: block;
	}
	.call-btn {
		display: block;
		max-width: 200px;
		margin-top: 20px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}