@media only screen and (max-width: 768px) {
	.page_title_h2  {
		text-align: center;
	}

	div.from_editor_div p {
		margin-left: 15px;
		margin-top: 10px;
		height: 70px;
		line-height: 20px;
		width: 76%;
		font-size: 15px;
	}

	div.ct_icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	div.ct_box {
		width: 100%;
		height: 77px;
	}

	.contact_iframe {
		padding: 0;
	}

	section {
		padding: 20px 0 0;
	}
}


@media only screen and (min-width: 768px) {
	.page_title_h2  {
		text-align: center;
	}

	div.from_editor_div p {
		margin-left: 20px;
		height: 50px;
		line-height: 40px;
		width: 485px;
	}

	div.ct_icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	div.ct_box {
		width: 100%;
		height: 70px;
	}
}


@media only screen and (min-width: 1024px) {
	.page_title_h2  {
		text-align: left;
	}

	div.from_editor_div p {
		margin-left: 15px;
		margin-top: 13px;
		height: 60px;
		line-height: 25px;
		width: 350px;
	}

	div.ct_icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	div.ct_box {
		width: 100%;
		height: 70px;
	}
}


@media only screen and (min-width: 1250px) {
	.page_title_h2  {
		text-align: left;
	}

	div.from_editor_div p {
		margin-left: 10px;
	    height: 50px;
	    line-height: 25px;
	    width: 485px;
	}

	div.ct_icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	div.ct_box {
		width: 100%;
		height: 70px;
	}
}


@media only screen and (min-width: 1400px) {
	.page_title_h2  {
		text-align: left;
	}

	div.from_editor_div p {
		margin-left: 15px;
		height: 50px;
		line-height: 27px;
		width: 465px;
	}

	div.ct_icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	div.ct_box {
		width: 100%;
		height: 70px;
	}
}


/* # */
	#map_div {
		height: 500px;
		box-shadow: 0px 0px 32.55px 2.45px rgba(0, 0, 0, 0.05);
	}
/* # */


/* . */
	div.ct_box {
		width: 100%;
	}

	div.ct_icon {
		text-align: left;
		float: left;
	}

	div.from_editor_div p {
		float: left;
		font-size: 16px;
	}

	.gmnoprint,
	.gm-fullscreen-control {
		display: none;
	}

	div.circle {
		display: none;
	}

	div.circle_b {
		display: none;
	}

	.space {
		padding: 0;
		height: 10px;
	}
/* . */
